/*!
Theme Name: anmedia child
Theme URI: https://anmedia.vn/ 
Author: Anmedia
Author URI: https://anmedia.vn/
Template: anmedia
Description: Anmedia Company Theme
Version: 1.0.1
Tested up to: 5.4 
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anmedia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

anmedia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
:root {
  --site-primary-color: #ff921d;
  --site-second-color: #222;
  --font-primary-color: #333;
  --font-second-color: #fff;
  --font-third-color: #fbab1e;
}
html,
body {
  overflow-x: hidden;
  font-size: 16px;
  color: var(--font-primary-color);
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-family: "beVietnamPro", "Be Vietnam Pro", "Open Sans", sans-serif !important;
  text-wrap: pretty;
}

/* Chinh editted: reduce font  */
/* @font-face {
    font-family: 'UTM Avo Bold';
    src: url('webfonts/utm-avo-bold.ttf');
}

@font-face {
    font-family: 'UTM Avo';
    src: url('webfonts/utm-avo.ttf');
} */

/* Chinh editted: fix css megamenu logo mobile  */
.mega-menu-toggle a.mega-menu-logo img.mega-menu-logo {
  display: inline;
}
/** Chinh editted  **/
h2.archive-content-title > a,
h2.archive-event-title > a {
  text-decoration: none;
}

div.entry-content > p a {
  text-decoration: underline;
}

p a {
  color: #000bbb;
}

figure > figcaption > em {
  font-size: 14px;
}
.dashicons-search:before {
  content: "⌕" !important;
  font-size: 30px;
  bottom: 5px;
  position: relative;
}
a.mega-menu-link > span.mega-indicator:after {
  content: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'><path d='M 0 0 L 0 4 L 4 4' stroke='%23fff' stroke-width='2' fill='none'></path></svg>") !important;
  rotate: -45deg;
  bottom: 3px;
  width: 8px !important;
}
/* Chinh editted change css .kk-star-icon */
/* star inactive */
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled)
  .kksr-stars
  .kksr-star:hover
  ~ .kksr-star
  .kksr-icon {
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><text transform='matrix(8 0 0 8 -5 96)' fill='white' filter='drop-shadow(0 0 0.5px rgb(0 0 0 ))'>★</text></svg>") !important;
}

/* star active */
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><text transform='matrix(9 0 0 9 -11 100)' fill='hsl(36 100% 50%)'>★</text></svg>") !important;
}

/* star selected */
.kk-star-ratings.kksr-disabled
  .kksr-stars
  .kksr-stars-active
  .kksr-star
  .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><text transform='matrix(8 0 0 8 -5 96)' fill='yellow'  filter='drop-shadow(0 0 0.5px rgb(0 0 0 ))'>★</text></svg>") !important;
}
.kk-star-ratings {
  flex-wrap: wrap;
}
ul#mega-menu-menu-1 {
  max-width: 100% !important;
}
/** end editted  **/

a {
  text-decoration: none;
  transition: 0.5s;
}

a:focus {
  outline: none;
}

a,
a:visited {
  color: #0000ff;
}

a:hover,
a:focus {
  color: #00b;
}

header a,
header a:visited {
  color: #fcae1e;
}
.rank-math-breadcrumb {
  color: #a4a0a0;
  font-size: 0.8em;
  margin: 15px 0;
}

table td {
  padding: 10px;
  border: solid 1px var(--site-second-color);
}

.hidden,
#about-block_6218765a46912 {
  display: none;
}

/* Chi'nh css added */
.aligncenter figcaption {
  text-align: center;
}
img {
  border-radius: 4px;
}
/* End--Chi'nh css added */
.img-content {
  width: 100% !important;
}

.hover-img-wrapper {
  width: 100%;
  display: inline-block;
  overflow: hidden !important;
}

.hover-img {
  transition: all 0.5s ease-in-out;
}

.archive-event-wrapper:hover .hover-img,
.archive-content-wrapper:hover .hover-img,
.mostview-left:hover .hover-img,
.mostview-right:hover .hover-img,
.single-dvtt-event-content:hover .hover-img {
  transform: scale(1.1);
}

.typewrite {
  color: var(--site-primary-color);
}

.owl-dots .active span {
  background: var(--site-primary-color) !important;
}
/*-- end site general css --*/

/*-- site breadcrumbs css --*/
#breadcrumbs {
  margin: 0;
  padding: 10px 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
  color: var(--font-second-color);
}
/*-- end site breadcrumbs css --*/

/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px !important;
}

.wpcf7-text,
.wpcf7-textarea {
  padding: 10px 15px !important;
}

.wpcf7-submit {
  padding: 10px !important;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  transition: 0.5s;
  border-radius: 5px !important;
  border: solid 1px var(--site-primary-color) !important;
  color: var(--font-second-color) !important;
  background: color(
    from var(--site-primary-color) srgb calc(r - 0.3) calc(g - 0.2)
      calc(b - 0.1)
  ) !important;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background: var(--font-primary-color) !important;
}

.wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

.wpcf7-response-output {
  margin: 0 !important;
}
/*-- end site contact form 7 css --*/

/*-- site modal content css --*/
body.modal-open {
  padding-right: 0 !important;
}

.modal {
  z-index: 999999;
}
/*-- end site modal content css --*/

/*-- site top content css --*/
.site-top-content {
  padding: 10px 0;
  border-bottom: solid 1px #777;
}

.site-top-content,
#site-navigation {
  background: var(--site-second-color);
}

.top-header-left,
.top-header-right {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-header-right {
  justify-content: right;
}

.right-address {
  padding: 0 10px;
  border-right: solid 1px #ccc;
}

.header-socials {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.header-social-content {
  display: inline-flex;
  margin-left: 10px;
}

.site-top-content,
.site-top-content a,
.site-top-content a:hover,
.site-top-content a:focus,
.site-top-content a:visited {
  color: var(--font-second-color);
}
/*-- end site top content css --*/

/*-- site products content css --*/
.archvie-product-wrapper .onsale,
.woocommerce span.onsale {
  color: #fff;
  position: absolute;
  top: 5px !important;
  left: 5px !important;
  padding: 5px 15px !important;
  border-radius: 0 !important;
  min-height: unset !important;
  line-height: unset !important;
  background: #dc143c !important;
}

.index-price-wrapper ins,
.archive-price-wrapper ins {
  background: none;
}

.price-contact,
.project-info,
.index-price-wrapper ins bdi,
.index-price-wrapper bdi,
.archive-price-wrapper ins bdi,
.archive-price-wrapper bdi,
.price ins bdi,
.price bdi {
  color: #dc143c;
  font-weight: 700;
}

.index-price-wrapper del bdi,
.archive-price-wrapper del bdi,
.price del bdi {
  margin-right: 10px;
  color: #777;
  font-weight: 400;
  text-decoration: line-through;
}
/*-- end site products content css --*/

/*-- site archive page css --*/
.archive-title,
.archive-content-title,
.archive-event-title,
.woocommerce-products-header__title,
.woocommerce-billing-fields h3,
.woocommerce-form__label span,
#order_review_heading,
.cart_totals h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.product_title,
.related h2 {
  font-weight: 700;
}

.archive-header {
  padding: 100px 0;
  position: relative;
}

.bg-archive-header-1,
.bg-archive-header-2,
.bg-archive-header-3,
.bg-single-header-1,
.bg-single-header-2,
.bg-single-header-3 {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100px 100px 0 0;
  position: absolute;
}

.bg-archive-header-1,
.bg-single-header-1 {
  height: 10%;
  width: 100%;
}

.bg-archive-header-1 {
  background: rgba(255, 255, 255);
}

.bg-single-header-1 {
  background: rgb(248, 249, 250);
}

.bg-archive-header-2,
.bg-single-header-2 {
  height: 15%;
  width: 90%;
}

.bg-archive-header-2 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-single-header-2 {
  background: rgb(248, 249, 250, 0.9);
}

.bg-archive-header-3,
.bg-single-header-3 {
  height: 20%;
  width: 80%;
}

.bg-archive-header-3 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-single-header-3 {
  background: rgb(248, 249, 250, 0.6);
}

.archive-main {
  padding: 20px 0;
}

.mostview-left,
.mostview-right {
  border-radius: 5px;
  background: var(--font-second-color);
}

.mostview-left {
  height: 100%;
}

.mostview-content-excerpt {
  margin-bottom: 10px;
  height: 25px;
  overflow: hidden;
}

.mostview-right:not(:last-child) {
  margin-bottom: 20px;
}

.mostview-left .hover-img-wrapper,
.mostview-right .hover-img-wrapper,
.mostview-left-thumb,
.mostview-right-thumb {
  border-radius: 5px 5px 0 0;
}

.mostview-left-thumb,
.mostview-right-thumb {
  object-fit: cover;
}

.mostview-left-thumb {
  height: 400px;
}

.mostview-right-thumb {
  height: 150px;
}

.archive-sub-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.mostview-wrapper {
  margin-bottom: 20px;
}

.archive-content-wrapper {
  margin-bottom: 20px;
  border-radius: 5px;
}

.archive-content-wrapper .hover-img-wrapper,
.archive-thumb {
  border-radius: 5px 5px 0 0;
}

.archive-thumb {
  height: 306px;
  object-fit: cover;
}

.archive-content {
  padding: 5px 15px 15px 15px;
}

.archive-content-title {
  font-size: 21px;
  line-height: 33px;
  height: 66px;
  overflow: hidden;
  padding-top: 3px;
}

.archive-content-info,
.archive-content-info:hover,
.archive-content-info:focus,
.archive-content-info:visited,
.btn-archive-viewmore,
.btn-archive-viewmore:hover,
.btn-archive-viewmore:focus,
.btn-archive-viewmore:visited {
  color: var(--site-primary-color);
}

.archive-content-date {
  margin-right: 10px;
}

.archive-content-title a,
.btn-archive-viewmore {
  transition: 0.5s;
}

.archive-content-title,
.archive-content-title a,
.archive-content-title a:visited {
  color: var(--font-primary-color);
}

.archive-content-title a:hover,
.archive-content-title a:focus {
  color: var(--site-primary-color);
}

.archive-event-main .col-lg-4,
.archive-dvtt-wrapper {
  margin-bottom: 20px;
}

.archive-event-wrapper {
  height: 100%;
  border-radius: 5px;
}

.archive-event-wrapper .hover-img-wrapper,
.archive-event-thumb {
  border-radius: 5px 5px 0 0;
}

.archive-event-thumb {
  height: 250px;
}

.archive-event-thumb {
  object-fit: cover;
}

.archive-event-title-wrapper {
  padding: 5px 15px 15px 15px;
}

.archive-event-title {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 29px;
  height: 58px;
  overflow: hidden;
}

.archive-event-title a {
  transition: 0.5s;
}

.archive-event-title,
.archive-event-title a,
.archive-event-title a:visited {
  color: var(--font-primary-color);
}

.archive-event-title a:hover,
.archive-event-title a:focus {
  color: var(--site-primary-color);
}
/*-- end site archive page css --*/

/*-- site cart page css --*/
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}

#customer_details {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span {
  width: 50%;
}

.woocommerce-billing-fields__field-wrapper .selection span {
  width: 100%;
  height: 35px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 12px;
}

.woocommerce-input-wrapper .form-control,
.woocommerce-input-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-input-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  padding: 10px;
}

.woocommerce-input-wrapper,
#order_comments_field textarea {
  width: 100%;
}

#order_comments_field textarea {
  height: 200px;
}
/*-- end site cart page css --*/

/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
  width: 100%;
}

.search-field,
.search-submit {
  height: 40px;
}

.widget-notfound .search-form {
  margin-bottom: 10px;
}

.search-form {
  position: relative;
}

.search-field {
  padding-left: 10px !important;
}

.search-submit {
  top: 0;
  right: 0;
  border: none;
  box-shadow: none !important;
  background: none !important;
  position: absolute;
}

.widget-title,
.widgettitle {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
}

.widget ul {
  margin-left: 0;
  padding-left: 0;
}

.widget li {
  list-style: inside;
}

.widget a,
.widget a:visited {
  color: var(--font-primary-color);
}

.widget a:hover,
.widget a:focus {
  color: var(--site-primary-color);
}

.widget_recent_entries li,
.widget_categories li {
  list-style: none;
}

.widget_recent_entries li:not(:last-child),
.widget_categories li:not(:last-child) {
  margin-bottom: 10px;
}

.widget_recent_entries a,
.widget_categories a,
.widget_tag_cloud .tag-cloud-link {
  padding: 10px;
  border-radius: 5px;
}

.widget_recent_entries a,
.widget_categories a,
#text-2 a {
  width: 100%;
  font-weight: 700;
  background: #e5e5e5;
  display: inline-block;
}

.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_categories a:hover,
.widget_categories a:focus,
#text-2 a:hover,
#text-2 a:focus {
  color: var(--font-second-color);
  background: var(--site-primary-color);
}

.widget_tag_cloud .tagcloud {
  margin-top: 15px;
}

.widget_tag_cloud .tag-cloud-link {
  font-size: 14px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#text-2 a {
  padding: 10px;
  border-radius: 5px;
}
/*-- end site widget css --*/

/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links,
.product_meta,
.single-product-main .save-percent {
  display: none !important;
}

.single-event-info-wrapper,
.post-navigation {
  margin: 0 !important;
}

.single-event-info-wrapper,
.single-event-video-wrapper,
.single-event-gallery-wrapper {
  padding: 20px 0;
}

.single-thumb-wrapper img {
  margin-bottom: 10px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.single-event-info {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.single-event-info p {
  margin-bottom: 0;
}

.single-event-title {
  font-weight: 700;
}

.single-event-video-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.single-event-video-wrapper .embed-container iframe,
.single-event-video-wrapper .embed-container object,
.single-event-video-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-event-carousel {
  height: 200px;
  object-fit: cover;
}

.single-main ul,
.single-main ol {
  margin-left: 0;
}

.single-main,
.single-dvtt-main {
  background: #f8f9fa;
}

.nav-single-dvtt {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-single-dvtt a,
.nav-single-dvtt a:hover,
.nav-single-dvtt a:focus,
.nav-single-dvtt a:visited {
  color: var(--font-primary-color);
}

#single-dvtt-about,
#single-dvtt-gallery,
#single-dvtt-event,
#single-dvtt-contact,
#related-wrapper {
  margin-top: 50px;
}

.single-dvtt-event-content {
  background: var(--font-second-color);
}

.dvtt-event-title-wrapper {
  padding: 0 10px 10px 10px;
}

.single-dvtt-event-thumb {
  height: 225px;
  object-fit: cover;
}

.single-dvtt-event-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}

.single-dvtt-event-title,
.single-dvtt-event-title a,
.single-dvtt-event-title a:hover,
.single-dvtt-event-title a:focus,
.single-dvtt-event-title a:visited {
  color: var(--font-primary-color);
}

.single-dvtt-title,
.related-content-title {
  font-size: 18px;
  line-height: 25px;
}

.single-main iframe {
  margin: auto;
  display: flex;
}

.related-content-wrapper,
.related-thumb {
  height: 250px;
}

.related-content-wrapper {
  position: relative;
}

.related-content-wrapper:hover .hover-img {
  transform: scale(1.1);
}

.related-thumb {
  object-fit: cover;
}

.single-dvtt-title-wrapper {
  margin-bottom: 10px;
  /* Chinh editted remove by cmt bg-image , add bg css pattern */
  /* background: url('img/bg_title.jpg') repeat-x center center; */
  height: 10px;
  background: repeating-linear-gradient(
    -30deg,
    #ababab,
    #ababab 2px,
    #f9f9f9 2px,
    #f9f9f9 9px
  );
}

.single-dvtt-title {
  position: relative;
  top: -7px;
  margin-bottom: 0;
  padding: 0 10px;
  background: #f8f9fa;
  display: inline-block;
}

.related-content-title-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.related-content-title {
  margin-bottom: 0;
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}

.related-content-title,
.related-content-title a,
.related-content-title a:hover,
.related-content-title a:focus,
.related-content-title a:visited,
.single-related-info,
.single-related-info a,
.single-related-info a:hover,
.single-related-info a:focus,
.single-related-info a:visited {
  color: var(--font-second-color);
}
.comments-area textarea {
  max-width: 100%;
}
.comments-area,
#wpdcom {
  margin: 0 !important;
  max-width: 100% !important;
}

.single-related-content,
.single-related-thumb {
  height: 350px;
}

.single-related-wrapper {
  padding: 20px 0;
}

.single-related-title,
.single-related-content-title {
  font-weight: 700;
}

.single-related-title {
  margin-bottom: 20px;
}

.single-related-content,
.single-related-thumb,
.single-related-content .hover-img-wrapper {
  border-radius: 5px;
}

.single-related-content {
  position: relative;
}

.single-related-content:hover .hover-img {
  transform: scale(1.1);
}

.single-related-thumb {
  object-fit: cover;
}

.single-related-info {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.single-related-info {
  padding: 10px;
}

.single-related-content-title {
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}

.single-related-date {
  margin-bottom: 0;
}

.recent-wrapper .d-flex {
  margin-bottom: 10px;
}

.recent-thumb {
  width: 100px !important;
  height: 100px;
  object-fit: cover;
}

.recent-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}

.recent-date {
  color: #ccc;
}
/*--  end site single css --*/

/*-- site single product css --*/
.single-product-main .onsale {
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
  min-height: unset !important;
  line-height: unset !important;
  padding: 5px 20px !important;
  background: #ff0000 !important;
}

.single-product-main .entry-summary {
  margin-top: 0;
}

.single-product-main .qty,
.single_add_to_cart_button {
  height: 40px;
}

.single_add_to_cart_button {
  border-radius: 30px !important;
  background: var(--font-primary-color) !important;
}

.wc-tabs {
  padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none;
  position: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--font-primary-color);
  border-bottom: solid 2px var(--font-primary-color);
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 30px !important;
  font-size: 16px;
  line-height: 23px;
  border: none;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs a:focus {
  outline: none;
}
/*--  end site single product css --*/

/*-- site pagination css --*/
.pagination {
  margin: 0 auto;
}

.pagination .current {
  border-color: var(--site-primary-color) !important;
  background: var(--site-primary-color) !important;
}

.pagination .page-link {
  color: var(--font-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  box-shadow: none !important;
}
/*-- end site pagination css --*/

/*-- site scroll to top css --*/
#scroll {
  right: 33px;
  bottom: 190px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  border-radius: 50%;
  text-indent: -9999px;
  display: none;
  cursor: pointer;
  position: fixed;
  background-color: var(--site-primary-color);
}

#scroll span {
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -8px;
  margin-top: -12px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: var(--font-second-color);
}

#scroll:hover {
  opacity: 1;
  background-color: var(--site-primary-color);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
/*-- end site scroll to top css --*/

/*-- site float contact css --*/
.hotline-phone-ring-circle {
  width: 80px;
  height: 80px;
  top: -20px;
  right: -14px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #f90;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  right: -4px;
  position: absolute;
  background-color: #ffc168;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #f77f00;
  width: 32px;
  height: 32px;
  top: 4px;
  right: 10px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background: #e88a25;
  background: -webkit-linear-gradient(left, #e88a25, #ffc800);
  background: -o-linear-gradient(right, #e88a25, #ffc800);
  background: -moz-linear-gradient(right, #e88a25, #ffc800);
  background: linear-gradient(to right, #e88a25, #ffc800);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 5px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  right: 32px;
  bottom: 0px;
}

.hotline-bar > a {
  color: #100900;
  text-decoration: none;
  font-size: min(calc(12px + 0.390625vw), 20px);
  font-weight: 600;
  text-indent: 47px;
  position: relative;
  display: block;
  letter-spacing: 1px;
  line-height: 41px;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #000;
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@keyframes phonering-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);
  }
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
  filter: contrast(160%);
}

img {
  border: none;
}

.hotline-phone-ring-wrap-1,
.hotline-phone-ring-wrap-2 {
  right: 0;
  z-index: 1111111;
  position: fixed !important;
}

.hotline-phone-ring-wrap-1 {
  bottom: 0;
}

.hotline-phone-ring-wrap-2 {
  bottom: 65px;
}

.text-hotline {
  position: absolute;
  left: -40px;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 100px;
  height: 40px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  display: block;
}

.float-icon-hotline {
  width: 40px;
  /*bottom: 197px;
    right: 33px;*/
  bottom: 112px;
  right: 36px;
  z-index: 999999;
  position: fixed;
  display: block;
}

.float-icon-hotline ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

.float-icon-hotline ul li {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: block;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.tada {
  animation-name: tada;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.float-icon-hotline ul li span {
  display: inline-block;
  padding: 0;
  background-color: #ff6a00;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #ff6a00;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
}

ul.left-icon.hotline {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
/*-- end site float contact css --*/

/*-- site footer css --*/
.site-footer {
  padding-top: 50px;
  padding-bottom: 10px;
  opacity: 0.9;
  background: linear-gradient(170deg, #000000 0%, #382500 100%);
}

.footer-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: var(--site-primary-color) !important;
}
.an-color {
  color: var(--site-primary-color);
}
.footer-social-content {
  margin-bottom: 5px;
}

.footer-social-content .svg-inline--fa {
  width: 30px;
  font-size: 18px;
}

.site-copyright {
  padding-top: 10px;
}

.site-footer,
.site-footer a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:visited {
  color: var(--font-second-color);
}
/*-- end site footer css --*/
@media (max-width: 768px) {
  .archive-title,
  .archive-content-title,
  .archive-event-title,
  .contact-now-title,
  .single-related-title,
  .woocommerce-products-header__title,
  .woocommerce-billing-fields h3,
  .woocommerce-form__label span,
  #order_review_heading,
  .cart_totals h2,
  .woocommerce-order-details__title,
  .woocommerce-column__title,
  .product_title,
  .related h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .site-top-content {
    display: none;
  }

  .site-footer {
    padding: 20px 0 175px 0;
  }

  .archive-related-content,
  .mostview-wrapper .col-lg-7,
  .pagination {
    margin-bottom: 20px;
  }

  .mostview-left-thumb,
  .mostview-right-thumb {
    height: 306px;
  }

  .archive-header {
    padding: 150px 0;
  }

  .archive-event-title,
  .archive-content-title {
    height: 51px;
    overflow: hidden;
  }

  .bg-archive-header-1,
  .bg-single-header-1 {
    height: 10%;
    width: 100%;
  }

  .bg-archive-header-2,
  .bg-single-header-2 {
    height: 15%;
    width: 95%;
  }

  .bg-archive-header-3,
  .bg-single-header-3 {
    height: 20%;
    width: 90%;
  }

  #single-dvtt-about,
  #single-dvtt-gallery,
  #single-dvtt-event,
  #single-dvtt-contact,
  #related-wrapper {
    margin-top: 20px;
  }

  .related-content-title {
    height: auto;
  }

  .related-content-wrapper,
  .single-event-info .col-lg-4:not(:last-child) {
    margin-bottom: 10px;
  }

  .img-event-carousel {
    height: 250px;
  }

  .products-price {
    height: 45px;
    overflow: hidden;
  }

  .single-related-title,
  .single-related-content {
    margin-bottom: 10px;
  }

  .hotline-bar {
    width: 140px;
    right: 18px;
  }

  #scroll {
    bottom: 167px;
  }
  .float-icon-hotline {
    bottom: 115px;
  }
  .float-icon-hotline {
    right: 10px;
  }

  /* .hotline-phone-ring-wrap-1, .hotline-phone-ring-wrap-2 {
        right: -25px;
    } */

  #scroll {
    right: 10px;
  }

  .footer-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px var(--font-second-color);
  }

  .site-copyright {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .site-top-content {
    display: none;
  }

  .footer-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px var(--font-second-color);
  }
}

@media (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
}

@media (min-width: 992px) and (max-width: 1824px) {
}

@media (min-width: 1824px) {
}
.card.lift:focus,
.card.lift:hover {
  box-shadow: 0 0.8125rem 1rem rgba(35, 35, 35, 0.15) !important;
  -webkit-transform: translate3d(0, -6px, 0) !important;
  transform: translate3d(0, -6px, 0) !important;
}
.card.lift {
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  border: 0 solid rgba(0, 0, 0, 0.125) !important;
}

footer hr.divider-fade.divider-dark::before {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.2) 0,
    rgba(31, 45, 61, 0) 75%
  );
}
footer hr.divider-fade::before {
  content: "";
  display: block;
  width: 80%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: radial-gradient(
    ellipse at center,
    #d1dbe7 0,
    rgba(255, 255, 255, 0) 75%
  );
}
footer hr {
  border-color: rgba(216, 203, 187, 0.1);
}
footer hr.divider {
  position: relative;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 100%;
}
footer p {
  margin-top: 0;
  margin-bottom: 0;
}
.social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: 30px;
  height: 30px;
  border-radius: 10%;
  -webkit-box-pack: center;
  display: -webkit-inline-box;
  -webkit-box-align: center;
  font-size: 15px;
}

.social-icon-facebook {
  background-color: #3b5998;
}

.social-icon-youtube {
  background-color: #cd201f;
}

.social-grid {
  word-spacing: 9px;
}
.text-justify {
  text-align: justify;
}
.zoom-image:hover {
  transform: scale(1.1);
}
.zoom-image {
  transition: transform 0.2s ease;
  border-radius: 0;
  border: 0;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 input[type="text"]:focus {
  background: #fff;
}
.wpcf7-submit {
  float: right;
  background: #ca0002;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #ff0000;
}
span.wpcf7-not-valid-tip {
  text-shadow: none;
  font-size: 12px;
  color: #fff;
  background: #ff0000;
  padding: 5px;
}
div.wpcf7-validation-errors {
  text-shadow: none;
  border: transparent;
  background: #f9cd00;
  padding: 5px;
  color: #9c6533;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
div.wpcf7-mail-sent-ok {
  text-align: center;
  text-shadow: none;
  padding: 5px;
  font-size: 12px;
  background: #59a80f;
  border-color: #59a80f;
  color: #fff;
  margin: 0;
}

.top-left {
  left: 2%;
}

.top-right {
  right: 2%;
}
.wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  margin: 0;
}
#mega-menu-wrap-menu-1.mega-stuck {
  left: 0 !important;
  width: 100% !important;
}
#mega-menu-wrap-menu-1.mega-sticky #mega-menu-menu-1 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
