@charset "UTF-8";
/*
Theme Name: VnThemes
Theme URI: https://fb.com/vnthemes
Author: VnThemes
Author URI: https://fb.com/vnthemes
Description: VnThemes - Wordpress Themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
a {
  color: #009245;
}

a:hover {
  color: #f77426;
}

button {
  outline: none;
}

button.link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: none;
  border: none;
  font-size: 0;
  width: 100%;
  height: 100%;
}

div[id*='attachment_'],
img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-style: italic;
}

.wp-caption {
  width: 100%;
  max-width: 100%;
}

.wp-caption.aligncenter {
  text-align: center;
}

.wp-caption.alignright {
  text-align: right;
}

.wp-caption + p {
  margin-top: 10px;
}

dl[id*='attachment_'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
}

dl[id*='attachment_'] dd {
  margin: 0;
  padding: 0;
}

.aligncenter {
  margin: auto;
  display: block;
  clear: both;
}

.vnt_embed_responsive {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.vnt_embed_responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-pagenavi {
  text-align: center;
  display: block;
  margin: 30px 0;
  width: 100%;
  float: left;
}

.wp-pagenavi span,
.wp-pagenavi a {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  padding: 0 12px;
  margin: 0 3px;
  border-radius: 0;
  color: #000000;
  font-weight: 600;
  border: 1px solid #f77426;
  text-decoration: none;
  border-radius: 3px;
}

.wp-pagenavi span:hover, .wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a.current {
  background: #f77426;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.gallery_item {
  display: block;
}

.gallery_item a,
.gallery_item img {
  display: block;
  width: 100%;
}

.vnt_gallery {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  grid-auto-rows: 5px;
}

.vnt_gallery .content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f6f6;
  border: 5px solid #f6f6f6;
  position: relative;
}

.vnt_gallery .content {
  position: relative;
}

.vnt_gallery .gallery-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 10px;
  background: rgba(247, 116, 38, 0.8);
  font-size: 13px;
  font-style: italic;
  text-align: center;
  color: #000000;
}

.vnt_gallery img {
  display: block;
}

.vnt_gallery_1 {
  -ms-grid-columns: (minmax(90%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
}

.vnt_gallery_2 {
  -ms-grid-columns: (minmax(40%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
}

.vnt_gallery_3 {
  -ms-grid-columns: (minmax(30%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}

.vnt_gallery_4 {
  -ms-grid-columns: (minmax(20%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.vnt_gallery_5 {
  -ms-grid-columns: (minmax(18%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
}

.vnt_gallery_6 {
  -ms-grid-columns: (minmax(15%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
}

.vnt_gallery_7 {
  -ms-grid-columns: (minmax(12%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(12%, 1fr));
}

.vnt_gallery_8 {
  -ms-grid-columns: (minmax(10%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(10%, 1fr));
}

.vnt_gallery_9 {
  -ms-grid-columns: (minmax(8%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(8%, 1fr));
}

.gallery-icon:first-child .gallery_item {
  margin-top: 0;
}

.vnt_gallery + p {
  width: 100%;
  float: left;
}

.vnt_the_content h2,
.vnt_the_content h3,
.vnt_the_content h4,
.vnt_the_content h5,
.vnt_the_content h6 {
  width: 100%;
  float: left;
}

.xem_them,
.thu_gon {
  width: 100%;
  float: left;
  height: 60px;
  margin-top: -60px;
  position: relative;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xem_them span,
.thu_gon span {
  display: block;
  background: #f77426;
  color: #000000;
  border-radius: 30px;
  padding: 0 15px;
  line-height: 30px;
}

.thu_gon {
  margin-top: 0px;
}

div.wpcf7 br {
  margin: 0;
  padding: 0;
  content: '';
  display: block;
}

div.wpcf7 br::before, div.wpcf7 br::after {
  content: '';
}

div.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
}

div.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 11px;
}

div.wpcf7 .wpcf7-not-valid {
  border-color: red !important;
}

div.wpcf7 .ajax-loader {
  display: none;
  margin: 0;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
}

div.wpcf7 div.wpcf7-response-output {
  margin: 0 0 15px;
  background: #FFFFFF;
  float: left;
  width: 100%;
}

div.wpcf7 label span {
  color: #FF0000;
}

.btn_button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

ul.vnt_nav li.tree-opened > .toggler:hover,
ul.vnt_nav li.tree-closed > .toggler:hover {
  cursor: pointer;
}

ul.vnt_nav li > span.toggler:before,
ul.vnt_nav li > span.toggler:after {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
}

ul.vnt_nav li.tree-empty > .toggler {
  display: none !important;
}

ul.vnt_nav li.tree-empty > span.toggler:after {
  content: "\f0d7";
}

ul.vnt_nav li.tree-closed > span.toggler:before {
  content: "\f0dc";
}

ul.vnt_nav li.tree-opened > span.toggler:before {
  content: "\f0de";
}

.line1 .title,
.line1 .title_list,
.line1 .type {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 .title,
.line2 .title_list,
.line2 .type {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line3 .title,
.line3 .title_list,
.line3 .type {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-list,
.slick-slide,
.slick-slide:focus,
.slick-slide a {
  outline: none !important;
}

.slick-arrow {
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  background: none;
  font-size: 30px;
  color: #009245;
}

.slick-arrow:hover {
  color: #f77426;
}

.vnt_slick:hover {
  cursor: pointer;
}

.vnt_slick:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  float: left;
  cursor: pointer;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background-size: 0;
  border: 0;
  padding: 0;
  border-radius: 100%;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #009245;
}

.vnt_slider .slick-arrow {
  font-size: 60px;
  background: transparent;
  color: #009245;
}

.slick_thumb {
  margin-top: 5px;
}

.slick_thumb .slick-arrow {
  background: none;
  font-size: 36px;
  color: #000000;
}

.slick_thumb .slick-arrow:hover {
  color: #009245;
}

.simg_item,
.sthumb_item {
  position: relative;
}

.simg_item.video a::after,
.sthumb_item.video a::after {
  content: '\f167';
  font-family: 'FontAwesome', 'Font Awesome 5 Brands', 'FontAwesomeBrands', 'Font Awesome 5 Free';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #f77426;
}

.simg_item.video a::after:hover,
.sthumb_item.video a::after:hover {
  color: #009245;
}

.simg_item a,
.sthumb_item a {
  display: block;
}

.simg_item img,
.sthumb_item img {
  margin: auto;
}

.simg_item.video a::after {
  background: black;
}

.simg_item {
  font-size: 60px;
}

.slick_thumb .slick-slide {
  margin: 0 2.5px;
}

.slick_thumb .slick-list {
  margin: 0 -2.5px;
}

.sthumb_item {
  border: 2px solid #DCDCDC;
  opacity: .6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slick-current .sthumb_item {
  border: 2px solid #009245;
  opacity: 1;
}

.vnt_post_gallery .slick-slide img {
  margin: auto;
}

.vnt_current_use {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  margin-left: 5px;
}

.vnt_user_btn {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  visibility: hidden;
  opacity: 1;
  background: #FFFFFF;
}

.vnt_user_btn a {
  line-height: 36px;
}

.header_btn_user a:not(.vnt_btn) {
  color: #000000;
}

.header_btn_user a.vnt_btn {
  text-align: center;
  font-weight: bold;
  color: #000000;
}

.header_btn_user .vnt_current_user {
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.header_btn_user:hover .vnt_user_btn {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.header_btn_user:hover a.vnt_btn:hover {
  color: #009245;
}

.vnt_archive .item {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.modal-backdrop.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90vh;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .18s, visibility 0s .18s, -webkit-transform .18s;
  transition: opacity .18s, visibility 0s .18s, -webkit-transform .18s;
  transition: transform .18s, opacity .18s, visibility 0s .18s;
  transition: transform .18s, opacity .18s, visibility 0s .18s, -webkit-transform .18s;
}

.modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.modal.show::before {
  content: '✖';
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: red;
  position: absolute;
  z-index: 99;
  top: -15px;
  right: -15px;
  font-size: 20px;
  color: #FFFFFF;
}

.menu_header ul li ul,
.menu_header ul li > section {
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  -webkit-transition: opacity 50ms ease-in, visibility 50ms ease-in, -webkit-transform 50ms ease-in;
  transition: opacity 50ms ease-in, visibility 50ms ease-in, -webkit-transform 50ms ease-in;
  transition: opacity 50ms ease-in, transform 50ms ease-in, visibility 50ms ease-in;
  transition: opacity 50ms ease-in, transform 50ms ease-in, visibility 50ms ease-in, -webkit-transform 50ms ease-in;
}

.menu_header ul li ul ul {
  top: 0;
  left: 100%;
}

.menu_header ul li.has_section a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_header ul li.has_section a::after {
  content: "\f078";
  font-family: 'FontAwesome', 'Font Awesome 5 Brands', 'FontAwesomeBrands', 'Font Awesome 5 Free';
  display: block;
  margin-left: 5px;
  font-size: 68%;
}

.menu_header ul li:hover ul,
.menu_header ul li:hover > section {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*POPUP TAI-KHOAN*/
#login-register-password h3 {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

#login-register-password label {
  display: block;
  width: 100%;
  float: left;
}

#login-register-password input.text {
  width: 100%;
  height: 36px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 15px;
}

#login-register-password input[type='submit'] {
  display: block;
  float: left;
  margin-top: 10px;
  border: 0;
  line-height: 36px;
  padding: 0 30px;
  background: #f77426;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

#login-register-password input[type='submit']:hover {
  background: #009245;
  color: #FFFFFF;
}

#login-register-password .tabs_login {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}

#login-register-password .tabs_login li {
  display: block;
  float: left;
  background: #DCDCDC;
}

#login-register-password .tabs_login li a {
  display: block;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

#login-register-password .tabs_login li.active_login {
  background: #009245;
}

#login-register-password .tabs_login li.active_login a {
  color: #FFFFFF;
}

#login-register-password .wp-user-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

#login-register-password .wp-user-form .username {
  margin-bottom: 15px;
}

#login-register-password .user_social,
#login-register-password .login_fields {
  padding-top: 10px;
}

#login-register-password .userinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#login-register-password .userinfo a {
  display: inline-block;
  line-height: 36px;
  padding: 0 15px;
  background: #f77426;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

#login-register-password .userinfo a.logout {
  background: #009245;
  color: #FFFFFF;
}

/*Product*/
.product_ordering {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_ordering li {
  margin: 0 10px;
}

.product_ordering li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009245;
}

.product_ordering li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #009245;
  margin-right: 5px;
}

.product_ordering li a.active, .product_ordering li a:hover {
  color: #f77426;
}

.product_ordering li a.active::before, .product_ordering li a:hover::before {
  background: #f77426;
}

.woocommerce .dc_quantity_input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px;
      grid-template-columns: auto 30px;
  border: 1px solid #009245;
  border-radius: 4px;
  max-width: 100px;
}

.woocommerce .dc_quantity_input input {
  width: 100%;
  border: 0;
  background: 0;
  min-height: 24px;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #f77426;
}

.woocommerce .dc_quantity_input input::-webkit-outer-spin-button, .woocommerce .dc_quantity_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .dc_quantity_input input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .dc_quantity_input .qty {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  border-right: 1px solid #009245;
  color: #009245;
  font-weight: bold;
}

.woocommerce .dc_quantity_input .minus {
  border-top: 1px solid #009245;
}

body.woocommerce.theme-vnthemes .woo_single_add_cart form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce.theme-vnthemes .woo_single_add_cart form.cart button.button {
  margin-left: 15px;
}

body.woocommerce.theme-vnthemes #respond input#submit.alt, body.woocommerce.theme-vnthemes a.button.alt, body.woocommerce.theme-vnthemes button.button.alt, body.woocommerce.theme-vnthemes input.button.alt {
  background: #009245;
}

body.woocommerce.theme-vnthemes #respond input#submit.alt:hover, body.woocommerce.theme-vnthemes a.button.alt:hover, body.woocommerce.theme-vnthemes button.button.alt:hover, body.woocommerce.theme-vnthemes input.button.alt:hover {
  background: #f77426;
}

body.woocommerce.theme-vnthemes #add_payment_method #payment, body.woocommerce.theme-vnthemes .woocommerce-cart #payment, body.woocommerce.theme-vnthemes .woocommerce-checkout #payment {
  background: #f8f8f8;
}

body.woocommerce.theme-vnthemes .vnt_the_content form .input-text:not(.qty) {
  width: 100%;
  float: left;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #888888;
  border-radius: 4px;
}

body.woocommerce.theme-vnthemes .vnt_the_content form #order_comments {
  min-height: 150px;
  padding: 10px;
}

body.woocommerce.theme-vnthemes .simg_ytb {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

body.woocommerce.theme-vnthemes .simg_ytb .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.woocommerce.theme-vnthemes .shop_table .product-name {
  font-size: 18px;
  font-weight: 500;
}

body.woocommerce.theme-vnthemes .shop_table .product-subtotal, body.woocommerce.theme-vnthemes .shop_table .order-total {
  font-size: 18px;
  font-weight: 700;
  color: red;
}

body.woocommerce.theme-vnthemes .shop_table .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

body.woocommerce.theme-vnthemes .shop_table .coupon .button {
  background: #f77426;
  color: #FFFFFF;
}

body.woocommerce.theme-vnthemes #place_order {
  float: none !important;
  display: block;
  margin: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
}

@media only screen and (min-width: 1025px) {
  #main_header.fixed {
    margin-bottom: 50px;
  }
  #menu_header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media only screen and (max-width: 1024px) {
  .vnt_slider .slick-arrow {
    font-size: 30px;
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .vnt_the_content .vnt_gallery {
    -webkit-column-count: 2;
            column-count: 2;
  }
  body.single #main_breadcrumb .breadcrumb_last {
    display: none;
  }
  #login-register-password .tabs_login,
  #login-register-password .wp-user-form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 479px) {
  .gallery.vnt_gallery {
    -ms-grid-columns: (minmax(40%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
  .gallery.vnt_gallery .gallery-caption {
    display: none;
  }
}
