
:root {
  --primary: #202020;
  --second:#f6c032;
  --primary-color: #00abf0;
  --secondary-color: #f6c032;
  --accent-color: #34495e;
  --light-bg: #F5F5F5;
  --white: #ffffff;
  --gray-light: #ecf0f1;
  --gray-dark: #7f8c8d;
  --text-dark: #2c3e50;
  --border-color: #e0e0e0;
  --fontSub:"Lora", serif;
}
.text-primary{
  color: var(--primary) !important;
}
.btn-second:hover{
  background-color: var(--primary) !important;
  color: #fff !important;
}
.btn-second{
  background-color: var(--second);
}
.text-second{
  color: var(--second) !important;
}
.text-justify {
    text-align: justify !important;
  }
.content-with-more .more-wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.content-with-more .more-wrapper span{
  padding: 15px 0;
  color: rgb(11, 116, 229);
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 0;
}
.content-with-more{
 max-height: 300px;
 overflow: hidden;
 position: relative;
}
.content-with-more.active{
 max-height: none;
 padding-bottom: 30px;
}
.bg-primary-custom{
  background-color:var(--primary);
}
html {
 scroll-behavior: smooth;
}
.btn-primary:hover{
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
}
.btn-primary{
  background-color: var(--primary);
  color: #333;
  border-color: var(--primary);
  transition: 0.5s ease all !important;
  -webkit-transition: 0.5s ease all !important;
  -moz-transition: 0.5s ease all !important;
  -ms-transition: 0.5s ease all !important;
  -o-transition: 0.5s ease all !important;

}
.btn-primary:hover{
  background-color: #fff;
}
.center-center{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-primary2{color: var(--primary) !important}
.text-secondary2{color: var(--second) !important}


.z-10{z-index: 10;}
.text-custom-second{color: var(--second)}


body {font-optical-sizing: auto; font-family: "Montserrat", sans-serif;}
p {
 margin-bottom: 10px;
 margin-top: 0;
}
.text-black{color:#333}


.custom-btn a:hover{
   background: #111;
   color: var(--primary);
}
.custom-btn a:hover:after{
   border-color: var(--primary);
}
.custom-btn a{
   position: relative;
   height: 40px;
   display: inline-block;
   background: var(--primary);
   line-height: 40px;
   color: #333;
   text-decoration: none;
   border-radius: 30px;
   padding: 0 25px;
   padding-left: 45px;
   transition: 0.5s;
}
.custom-btn a:after{content:"";border: 3px solid #333;width: 30px;height: 30px;position: absolute;border-radius: 50%;left: 5px;top: 5px;transition: 0.5s;}


.custom-btn.black a:hover{
   background: var(--primary);
   color: #333;
}
.custom-btn.black a:hover:after{
   border-color: #111;
}
.custom-btn.black a{background: #000;color: var(--primary);}
.custom-btn.black a:after{border: 3px solid var(--primary)}









.bg-gray{background: #f3f3f6;}
img {
 max-width: 100%;
 height: auto !important;
}

a,
input,
textarea {
 outline: none;
 padding: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.map-content .map-control{
   position: absolute;
   right: 10px;
   z-index: 33;
   top: 10px;
}
.map-content .map-control a{
   display: inline-block;
   padding: 6px 16px;
   background: #fff;
   border-radius: 3px;
   color: #111;
   font-size: 14px;
   transition: 0.4s ease;
}
.map-content .map-control a.active,.map-content .map-control a:hover{
   color: red;
   text-decoration: none;
}


.map-content {
 background: #fff url(../images/load.jpg) no-repeat top center;
 background-position-y: 15%;
 position: relative;
}
.map-content .tab-control {
 position: absolute;
 width: 100%;
 z-index: 2;
 padding: 10px 0;
}
.map-content .tab-control span {
 display: inline-block;
 background: #2e3192;
 padding: 5px 20px;
 cursor: pointer;
 transition: 0.4s ease;
 border: 2px solid transparent;
}
.map-content .tab-control span.active,
.map-content .tab-control span:hover {
 border: 2px solid #fff;
}
.map-content .map-wrap .map-frame{
   display: none;
}
.map-content .map-wrap .map-frame.active{display: block;}
.map-content .map-wrap {
 position: relative;
 height: 0;
 padding-bottom: 30%;
 z-index: 1;
}
.map-in-row {
 margin-left: 0;
 margin-right: 0;
}
.map-in-row [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
ul.map-ul-control {
 padding: 0;
 margin: 0;
 max-height: 400px;
 overflow: auto;
}
ul.map-ul-control::-webkit-scrollbar {
 background: #fff;
 width: 3px;
 height: 11px;
}
ul.map-ul-control::-webkit-scrollbar-thumb {
 background: #bbbbbb;
}
ul.map-ul-control li {
 border-bottom: 1px solid #ccc;
 cursor: pointer;
 padding: 5px 0;
}
ul.map-ul-control li:hover,
ul.map-ul-control li.active {
}
ul.map-ul-control li h3 {
 font-size: 14px;
 line-height: normal;
}
ul.map-ul-control li .address {
 font-size: 13px;
 margin: 5px 0;
}
ul.map-ul-control li .hotline {
 color: red;
 font-size: 15px;
 margin-bottom: 0;
}

.map-content2 {
 height: 400px;
}
.map-content2 iframe {
 width: 100%;
 height: 100%;
}
.map-content .map-wrap iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.w-clear:after {
 display: block;
 content: "";
 clear: both;
}
.hidden {
 display: none;
}
.clear {
 clear: both;
}
.none {
 display: none;
}
.hidden-seoh {
 visibility: hidden;
 height: 0px;
 margin: 0px;
 overflow: hidden;
}

.wrap-home {
 max-width: 100%;
 padding: 0px;
 margin-top: 20px;
}
.wrap-content {
 margin: auto;
}

/* General */
.title-main.white .inner-text > span {
 background: transparent;
 color: #fff;
 font-size: 30px;
}
.title-main.white .inner-text:before {
 border-color: #fff;
 display: none;
}

.btn-view-more {
 display: inline-block;
 padding: 6px 0;
 font-weight: 400;
 color: #0b6740;
 text-decoration: none;
 font-size: 13px;
}

.title-main span{
 cursor: pointer;
 margin-bottom: 5px;
 padding: 5px 0px;
 font-weight: bold;
 font-size: 1.3rem;
 text-transform: uppercase;
 display: inline-block;
}

.title-main h1,
.title-main h4 {
 font-size: 1.8rem;
 margin: 0;
 font-weight: bold;
 position: relative;
 padding-bottom: 10px;
 text-transform: uppercase;
}

.heading-web {
  color: #3e3e3e;
}

.title-main > .inner-text {
 display: inline-block;
 position: relative;
 color: #4c4c4c;
 font-size: 31px;
 position: relative;
 text-transform: capitalize;
}

.title-main .inner-text > span {
 display: inline-block;
 padding: 5px;
 background: #fff;
 position: relative;
 z-index: 3;
}
.title-main .inner-text > span:after {
 content: "";
 background: #fff;
 position: absolute;
 left: 0;
 height: 100%;
 background: red;
}

.time-main {
 margin-bottom: 0.75rem;
 color: #999999;
}
.time-main i {
 vertical-align: top;
 margin: 3px 7px 0px 0px;
}
.time-main span {
 vertical-align: top;
 display: inline-block;
}
.social span{
   position: relative;
   top: 4px;
}
.social {margin: 0px;}
.social li {
 display: inline-block;
 vertical-align: top;
}
.social li:last-child {
 margin-right: 0px;
}
.control-carousel {
 position: absolute;
 top: calc(50% - 30px / 2);
 margin-bottom: 0px;
 width: 30px;
 height: 30px;
 text-align: center;
 line-height: 30px;
 border: 1px solid #eee;
 z-index: 2;
 background-color: #fff;
 color: #ccc;
 cursor: pointer;
}
.control-carousel:hover {
 background-color: #275f14;
 border-color: #275f14;
 color: #fff;
}
.prev-carousel {
 left: 0px;
}
.next-carousel {
 right: 0px;
}

 

.form-search form {
 position: relative;
 text-align: left;
}
.form-search input {
 width: 100%;
 border: 0;
 padding: 4px 12px;
 font-size: 15px;
 border: 1px solid #ccc;
}
.form-search select {
 position: absolute;
 left: 10px;
 width: 150px;
 height: calc(100% - 6px);
 border: 0;
 border-right: 2px solid #d3171e;
 top: 3px;
 font-size: 14px;
 outline:none !Important;
}
.form-search button {
 position: absolute;
 color: #fff;
 right: 0;
 height: 100%;
 background: transparent;
 border: 0;
 font-size: 1.2em;
 padding: 0;
 background: #00a553;
 width: 55px;
}





/* Menu RP */
.menu-res {
 display: none;
 z-index: 10;
}
.menu-bar-res a{
   /* color: #111 !important; */
   font-size: 23px;
   margin-left: 5px;
}

.menu-bar-res {
 padding: 0px 10px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 align-items: center;
 justify-content: end;
}


#hamburger:before {
 top: 0px;
}
#hamburger span {
 top: 7px;
}
#hamburger:after {
 top: 15px;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
 top: 10px;
}
.mm-wrapper_opening #hamburger span {
 left: -50px;
 opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
 transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
 transform: rotate(-45deg);
}
.mm-menu_opened {
 display: block !important;
}

/* Search RP */

/* Slideshow */
.slideshow .owl-dots{
   position: absolute;
   bottom: 0;
   width: 100%;
}
.slideshow .owl-dots span{
   background: #fff !important;
}
.slideshow .owl-dots .active span{
   background: #254daf !important;
}
.slideshow {
 position: relative;
}
.slideshow a {
 /* display:block; */
 cursor: pointer;
}
.slideshow a img {
 width: 100%;
}
.slideshow:hover .control-slideshow {
 opacity: 0.3;
}
.slideshow .control-slideshow:hover {
 opacity: 0.8;
}
.control-slideshow {
 opacity: 0;
 position: absolute;
 z-index: 2;
 top: calc(50% - 50px / 2);
 width: 35px;
 height: 50px;
 text-align: center;
 line-height: 50px;
 font-size: 25px;
 cursor: pointer;
 margin: 0px;
 background-color: #000000;
 border-radius: 3px;
}
.control-slideshow i {
 color: #ffffff;
}
.prev-slideshow {
 left: 20px;
 padding-right: 3px;
}
.next-slideshow {
 right: 20px;
 padding-left: 3px;
}

/* Partner */
.wrap-partner {
 /* padding:0px 10px; */
}
.wrap-partner .wrap-content {
 max-width: 1200px;
 padding: 0px;
 position: relative;
}
.owl-partner {
 /* padding:0px 40px; */
}
.partner {
 display: block;
 border: 1px solid #eee;
}
.partner img {
 width: 100%;
}

/* Breadcrumb */

.breadCrumbs .wrap-content {
 padding: 0.75rem 10px;
 max-width: 1200px;
}
.breadCrumbs .wrap-content .breadcrumb {
 padding: 0;
 margin-bottom: 0;
 background-color: transparent;
 border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
 color: var(--color-black);
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
 color: var(--color-gray);
}

/* Intro */

.video-main {
 /* position:relative; */ /* height:400px; */
}
.video-main iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
}
.listvideos {
 width: 100%;
 height: 30px;
 padding: 0px 10px;
 border: 1px solid #ccc;
 color: var(--color-black);
 margin-top: 10px;
 cursor: pointer;
}

/* Video */
.video {
 /* float:left; */ /* width:23.5%; */ /* margin:0 2% 2% 0; */ /* text-align:center; */ /* cursor:pointer; */
}
.video:nth-child(4n + 1) {
 clear: both;
}
.video:nth-child(4n) {
 margin-right: 0px;
}
.pic-video {
 position: relative;
 height: 0;
 padding-bottom: 75%;
}
.pic-video:before {
 content: "";
 position: absolute;
 width: 50px;
 height: 35px;
 top: calc(50% - 50px / 2);
 left: calc(50% - 35px / 2);
 z-index: 1;
 background-repeat: no-repeat;
 background-image: url(../images/play.png);
}
.pic-video img {
 width: 100%;
}
.name-video {
 font-size: 16px;
 color: var(--color-black);
 margin-bottom: 0px;
}

/* Album */
.album {
 /* float:left; */ /* width:23.5%; */ /* margin:0 2% 2% 0; */ /* text-align:center; */ /* cursor:pointer; */
}
.album:nth-child(4n + 1) {
 clear: both;
}
.album:nth-child(4n) {
 margin-right: 0px;
}
.pic-album {
 position: relative;
}
.pic-album img {
 width: 100%;
}
.name-album {
 font-size: 16px;
 color: var(--color-black);
 margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
 padding: 0px 10px;
}
.wrap-brand .wrap-content {
 /* max-width:1200px; */
 padding: 0px; /* position:relative; */
}
.owl-brand {
 padding:0px 40px;
}
.partne-item {
}
.brand .zbox .box-title span {
 display: inline-block;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 35px;
 border-bottom: 3px solid #c46b15;
 position: relative;
 bottom: -2px;
}
.brand img {
 width: 100%;
}

.social-plugin-pro-detail {
 margin-bottom: 1rem;
 margin-top: 0px !important;
}
.desc-pro-detail {
 font-size: 16px;
}
.attr-pro-detail {
 list-style: none;
 padding: 0px;
}
.attr-pro-detail li {
 margin-bottom: 0.5rem;
}
.attr-label-pro-detail {
 margin: 0px 5px 0px 0px;
 font-weight: 700;
 font-size: 15px;
 color: var(--primary);
}
.attr-label-pro-detail.d-block {
 display: block;
 margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
 display: inline-block;
 margin-bottom: 0px;
 font-weight: bold;
 font-size: 17px;
}


.attr-content-pro-detail.contact a {display: inline-block;text-decoration: none;margin-right: 5px;}
.attr-content-pro-detail.contact a img{
    max-height: 40px;
}
.price-new-pro-detail {
 font-weight: 700;
 font-size: 20px;
 color: var(--color-red);
}
.price-old-pro-detail {
 font-weight: 500;
 color: var(--color-gray);
 text-decoration: line-through;
 padding-left: 10px;
}
.color-pro-detail {
 display: inline-block;
 vertical-align: top;
 position: relative;
 width: 35px;
 height: 30px;
 margin: 0px 0px 3px 0px;
 border: 1px solid transparent;
}
.size-pro-detail {
 border: 1px solid #ccc;
 padding: 3px 10px 4px 10px;
 display: inline-block;
 position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
 border-color: #e5101d;
 color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 bottom: 0px;
 right: 0px;
 margin: auto;
 z-index: 1;
 background-image: url(../images/check-cart.png);
 background-repeat: no-repeat;
 background-position: bottom right;
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
 outline: none;
 position: absolute;
 cursor: pointer;
 width: 100%;
 height: 100%;
 -webkit-appearance: none;
 border: 0px;
 top: 0px;
 left: 0px;
}
.quantity-pro-detail {
 width: 100%;
 max-width: 110px;
 line-height: normal;
 display: flex;
 align-items: center;
 justify-content: space-between;
 text-align: center;
}
.quantity-pro-detail span {
 line-height: 28px;
 padding: 0px;
 width: 30px;
 height: 30px;
 color: #5f5f5f;
 cursor: pointer;
 font-size: 17px;
 border: 1px solid #cccccc;
 outline: none;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
 border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
 border-right: 0px;
}
.quantity-pro-detail input {
 height: 30px;
 border: 1px solid #cccccc;
 width: calc(100% - 60px);
 text-align: center;
 font-size: 14px;
 padding: 5px 5px 1px 5px;
}
.cart-pro-detail {
 margin-bottom: 1rem;
 display: flex;
 align-items: stretch;
 justify-content: flex-start;
}
.cart-pro-detail a {
 width: auto;
 text-align: center;
 color: #fff !important;
 padding: 8px 15px 5px 15px;
 text-transform: uppercase;
 border-radius: 3px;
 cursor: pointer;
 font-size: 13px;
}
.cart-pro-detail a.addnow {
 margin-right: 10px;
 background: #d72f35;
}
.cart-pro-detail a.buynow {
 background: #005ba8;
}
.cart-pro-detail a.buynow:hover {
 /* background-color:var(--color-dark-green); */
}
.cart-pro-detail a i {
 vertical-align: top;
 margin-top: 3px;
 margin-right: 8px;
}
.tags-pro-detail {
 margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
 float: left;
 font-size: 12px;
 color: #fff; /* padding:5px 10px 7px 10px; */
 margin-right: 5px;
 margin-bottom: 5px;
 background-color: #ccc;
 border-radius: 1px;
 padding: 2px 4px;
 text-decoration: none;
 transition: 0.4s ease;
}
.tags-pro-detail a:hover {
 background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
 font-size: 10px;
 margin: 5px -1px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
 padding: 0px;
 list-style: none;
 margin-bottom: 1rem;
 border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
 cursor: pointer;
 float: left;
 margin-bottom: 5px;
 padding: 5px 0px;
 font-weight: bold;
 font-size: 20px;
 text-transform: uppercase;
 color: #08387f;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
 background: transparent;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
 margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
 display: none;
 padding: 20px 0;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
 display: block;
}

/* Toc */
.box-readmore {
 padding: 8px 20px;
}
.box-readmore li ul > li {
 margin: 0;
 margin-bottom: 8px;
}
.box-readmore li ul > li:before {
 content: counters(item, ".") " ";
 }
 .box-readmore ul {
   list-style-type: none;
   counter-reset: item;
   margin-bottom: 0px;
   padding-left: 0px !important;
   margin-top: 8px;
   padding-bottom: 0 !important;
 }
 .box-readmore ul li {
   display: table;
   counter-increment: item;
   margin-bottom: 5px;
 }
 .box-readmore ul li:before {
   content: counters(item, ".") ". ";
     display: table-cell;
     padding-right: 5px;
   }
   .box-readmore ul li a {
     text-decoration:none;
     color: #333333;
     cursor: pointer;
   }
   .box-readmore ul li a:hover {
     color: #767676;
   }

   .news {
     width: 49%;
     float: left;
     margin-bottom: 25px;
     display: block;
   }
   .news:nth-child(2n) {
     float: right;
   }
   .news:nth-child(2n + 1) {
     clear: both;
   }
   .pic-news {
     float: left;
     margin-right: 4%;
     width: 36%;
   }
   .pic-news img {
     width: 100%;
   }
   .info-news {
     float: left;
     width: 60%;
   }
   .name-news {
     color: #333;
     font-size: 16px;
     display: block;
     line-height: normal;
     margin-bottom: 5px;
   }
   .name-news:hover {
     color: var(--color-red);
   }
   .time-news {
     color: var(--color-gray);
     margin-bottom: 0.25rem;
   }
   .desc-news {
     color: #333333;
     margin-top: 5px;
     line-height: 22px;
   }
   .share {
     padding: 17px 10px 10px 10px;
     line-height: normal;
     /* background: rgba(128, 128, 128, 0.15); */
     margin-top: 15px;
     border-radius: 5px;
   }
   .share b {
     display: block;
     margin-bottom: 5px;
   }
   .othernews b {
     margin-bottom: 10px;
   }
   .list-news-other {
     padding-left: 17px;
     list-style: square;
     margin-bottom: 0;
   }
   .list-news-other li {
     margin-bottom: 2px;
   }
   .list-news-other li a {
     text-transform: none;
     color: #333333;
   }
   .list-news-other li a:hover {
     color: var(--color-red);
   }

/* Contact */
.top-contact {
}
.top-contact .article-contact {
}
.form-contact {
}
.input-contact {
 position: relative;
 margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
 width: 100%;
 outline: none;
 padding: 7px 0;
 font-size: 1.2rem;
}
.input-contact input {
 text-indent: 10px;
}
.input-contact textarea {
 resize: none;
 height: 150px;
 padding: 10px;
}
.input-contact .custom-file-label::after {
 content: attr(title);
}

.label-tags {
 font-weight: 600;
 font-size: 15px;
}
.list-tags {
 list-style: none;
 padding: 0px;
 margin: 0px;
}
.list-tags li {
 float: left;
 margin: 0px 5px 5px 0px;
}
.list-tags li a {
 color: #fff;
 background-color: var(--color-red);
 padding: 6px 15px 8px 15px;
 border-radius: 3px;
 display: block;
}
.list-tags li a:hover {
 background-color: var(--color-medium-red);
}
.footer-powered {
 color: #fff;
 padding: 5px 0;
 font-size: 14px;
 font-weight: 500;
 border-top: 1px solid #01ff81;
}
.footer-powered .wrap-content {
}
.copyright {
 margin-bottom: 0px;
 font-size: 0.9rem;

}

.statistic span {
 padding-right: 10px;
}
.statistic span:last-child {
 padding-right: 0px;
}
footer-map {
 position: relative;
 height: 0;
 padding-bottom: 60%;
}
footer-map iframe {
 position: absolute !important;
 width: 100% !important;
 height: 100% !important;
 top: 0px !important;
 left: 0px !important;
}

/* Like Share */
.social-plugin {
 display: flex;
 justify-content: flex-start;
 margin-bottom: 10px;
}
.social-plugin .at-share-btn {
 margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
 margin-left: 3px;
}

.pagination-ajax {
 text-align: center;
}
.pagination-ajax a {
 display: inline-block;
 vertical-align: top;
 margin: 0px 4px 4px 3px;
 color: #111;
 background: #f8f8f8;
 font-size: 12px;
 cursor: pointer;
 border-radius: 2px;
 width: 30px;
 height: 30px;
 line-height: 30px;
 border-radius: 50%;
 font-weight: bold;
 transition: 0.4s ease;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
 background: #fed357;
 color: #333;
}

/* Popup custom */
.modal-custom .modal-footer {
 padding: 0.5rem;
}
.modal-custom .modal-footer .btn {
 font-size: 14px;
}

/* Popup */
#popup .modal-body {
 padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
 display: none !important;
 width: 0px !important;
 height: 0px !important;
 visibility: hidden !important;
 overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
 display: none;
}

/* Scroll Top */
.scrollToTop {
 width: 41px;
 height: 41px;
 text-align: center;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 position: fixed;
 bottom: 65px;
 right: 25px;
 display: none;
 z-index: 10;
 cursor: pointer;
 background: #906E49;
 line-height: 55px;
 border-radius: 3px;
 font-size: 20px;
}

/* Text Hide */
.text-split {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: normal;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
 -webkit-transition: 0.3s ease-out;
 -moz-transition: 0.3s ease-out;
 -o-transition: 0.3s ease-out;
 transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
 overflow: hidden;
 display: block;
 transform: translateZ(0);
}
.scale-img img {
 -webkit-transition: 0.3s ease-out;
 -moz-transition: 0.3s ease-out;
 -o-transition: 0.3s ease-out;
 transition: 0.3s ease-out;
 -moz-transform: scale(1, 1);
 -webkit-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 transform: scale(1, 1);
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}
.scale-img:hover > img {
 -webkit-transition: 0.3s ease-out;
 -moz-transition: 0.3s ease-out;
 -o-transition: 0.3s ease-out;
 transition: 0.3s ease-out;
 -moz-transform: scale(1.1, 1.1);
 -webkit-transform: scale(1.1, 1.1);
 -o-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
 transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
 -webkit-animation-name: blink;
 -webkit-animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -moz-animation-name: blink;
 -moz-animation-duration: 1s;
 -moz-animation-timing-function: linear;
 -moz-animation-iteration-count: infinite;
 animation-name: blink;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}
@-moz-keyframes blink {
 0% {
   opacity: 1;
 }
 50% {
   opacity: 0;
 }
 100% {
   opacity: 1;
 }
}
@-webkit-keyframes blink {
 0% {
   opacity: 1;
 }
 50% {
   opacity: 0;
 }
 100% {
   opacity: 1;
 }
}
@keyframes blink {
 0% {
   opacity: 1;
 }
 50% {
   opacity: 0;
 }
 100% {
   opacity: 1;
 }
}

/* Button Frame */
.btn-frame {
 display: block;
 width: 50px;
 height: 50px;
 position: fixed;
 left: 20px;
 z-index: 10;
 cursor: pointer;
}
.btn-frame i {
 display: flex;
 display: -ms-flex;
 justify-content: center;
 align-items: center;
 -ms-flex-align: center;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 background: #015ba9;
 position: relative;
 z-index: 1;
}
.btn-frame i img {
 vertical-align: middle;
 width: 80%;
}
.btn-frame .animated.infinite {
 animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
 width: 60px;
 height: 60px;
 top: -5px;
 right: -5px;
 position: absolute;
 background-color: #3a0c9300;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 border: 2px solid rgba(7, 41, 103, 0.8);
 opacity: 0.1;
 border-color: #005ca9;
 opacity: 0.5;
}
.btn-frame .zoomIn {
 animation-name: zoomIn;
}
.btn-frame .animated {
 animation-duration: 1s;
 animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
 width: 70px;
 height: 70px;
 top: -10px;
 right: -10px;
 position: absolute;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 border: 2px solid transparent;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
 background-color: rgb(28 160 237 / 52%);
 opacity: 0.4;
}
.btn-frame .pulse {
 animation-name: pulse;
}

/* Zalo */
.btn-zalo {
 bottom: 130px;
}

/* Phone */
.btn-phone {
 bottom: 40px;
}

/* Cart fix */
.cart-fixed {
 position: fixed;
 right: 20px;
 bottom: 390px;
 z-index: 10;
 background: #254daf;
 width: 50px;
 height: 50px;
 text-align: center;
 color: #fff !important;
 border-radius: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.cart-fixed i {
 font-size: 20px;
}
.cart-fixed span {
 position: absolute;
 top: 0px;
 right: -5px;
 color: #111;
 width: 25px;
 height: 25px;
 background: #fed357;
 text-align: center;
 line-height: 25px;
 font-size: 11px;
 border-radius: 100%;
}

/* Toolbar */
.toolbar {
 background: var(--color-red);
 width: 100%;
 padding: 3vw;
 bottom: 0px;
 position: fixed;
 z-index: 500;
 height: auto;
 left: 0px;
}
.toolbar ul {
 list-style: none;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0px;
 margin: 0px;
}
.toolbar ul li {
 text-align: center;
 width: 25%;
}
.toolbar ul li a {
 display: block;
 width: 100%;
 cursor: pointer;
}
.toolbar ul li a img {
 height: 6vw;
 width: auto;
}
.toolbar ul li a span {
 font-weight: 400;
 color: #fff;
 font-size: 3.5vw;
 display: none;
}

/* Fixbar */
.fixbar {
 bottom: 0;
 display: block;
 background: #f0eff4;
 border-top: 1px solid #ddd;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 position: fixed;
 margin: 0;
 z-index: 500;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 height: 50px;
}
.fixbar ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}
.fixbar ul li {
 display: inline-block;
 margin: 0 auto 10px;
 text-align: center;
 width: 25%;
 float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
 width: 20px;
 height: 20px;
 display: block;
 margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
 background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
 font-size: 10px;
 position: absolute;
 background: red;
 color: #fff !important;
 border-radius: 50%;
 height: 15px;
 width: 15px;
 line-height: 15px;
 top: 5px;
 margin-left: 5px;
}
.fixbar ul li a {
 font-size: 11px;
 text-decoration: none;
 color: #333;
}
.fixbar ul li a i {
 font-size: 20px;
}

/* Plugbar */
.plugbar {
 position: fixed;
 bottom: 0;
 left: 0;
 border-top: 1px solid #eae6e6;
 width: 100%;
 right: 0;
 max-width: 767px;
 margin: 0 auto;
 background: #fff;
 padding: 9px 10px 10px 7px;
 z-index: 10;
}
.plugbar ul {
 list-style: none;
 padding: 0;
 margin: 0px;
 display: -webkit-flex;
 display: -moz-flex;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.plugbar ul li {
 width: 20%;
 float: left;
}
.plugbar ul li a {
 display: block;
 color: #696969;
 font-size: 12px;
 text-align: center;
 position: relative;
}
.plugbar ul li a i {
 font-size: 20px;
 color: #696969;
}
.plugbar ul li a span {
 position: absolute;
 width: 50px;
 height: 50px;
 top: -40px;
 left: calc(50% - 50px / 2);
 font-size: 14px;
 display: block;
 border: 1px solid rgba(234, 230, 230, 0.5);
 border-radius: 100%;
}

/* Combo Phone */
.support-online {
 position: fixed;
 z-index: 999;
 left: 10px;
 bottom: 0px;
}
.support-online a {
 position: relative;
 margin: 20px 10px;
 text-align: left;
 width: 40px;
 height: 40px;
}
.support-online i {
 width: 40px;
 height: 40px;
 background: #43a1f3;
 color: #fff;
 border-radius: 100%;
 font-size: 20px;
 text-align: center;
 line-height: 1.9;
 position: relative;
 z-index: 999;
}
.support-online a span {
 border-radius: 2px;
 text-align: center;
 background: rgb(103, 182, 52);
 padding: 9px;
 display: none;
 width: 180px;
 margin-left: 10px;
 position: absolute;
 color: #ffffff;
 z-index: 999;
 top: 0px;
 left: 40px;
 transition: all 0.2s ease-in-out 0s;
 -moz-animation: headerAnimation 0.7s 1;
 -webkit-animation: headerAnimation 0.7s 1;
 -o-animation: headerAnimation 0.7s 1;
 animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
 display: block;
}
.support-online a {
 display: block;
}
.support-online a span:before {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 10px 10px 10px 0;
 border-color: transparent rgb(103, 182, 52) transparent transparent;
 position: absolute;
 left: -10px;
 top: 10px;
}
.support-online .kenit-alo-circle-fill {
 width: 60px;
 height: 60px;
 top: -10px;
 position: absolute;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 border: 2px solid transparent;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
 background-color: rgba(0, 175, 242, 0.5);
 opacity: 0.75;
 right: -10px;
}
.support-online .kenit-alo-circle {
 width: 50px;
 height: 50px;
 top: -5px;
 right: -5px;
 position: absolute;
 background-color: transparent;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 border: 2px solid rgba(30, 30, 30, 0.4);
 opacity: 0.1;
 border-color: #0089b9;
 opacity: 0.5;
}
.support-online .support-online .btn-support {
 cursor: pointer;
}
.support-online .mes i {
 background: orange;
}
.support-online .sms i {
 background: red;
}
.support-online .call-now i {
 background: green;
}

/* Phone Switch */
.widget-mobile {
 position: fixed;
 left: 50%;
 transform: translateX(-50%);
 bottom: 10px;
 z-index: 9999999;
}
#my-phone-circle {
 position: relative;
 width: 50px !important;
 height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
 content: "\f00d";
}
.wcircle-icon {
 background: #1282fc;
 border-radius: 50%;
 display: flex !important;
 display: -ms-flex !important;
 align-items: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 position: relative !important;
}
.wcircle-icon:before {
 position: absolute;
 content: "";
 width: 60px;
 height: 60px;
 background: rgba(18, 130, 252, 0.5);
 border: 1px solid #fff;
 border-radius: 50%;
 left: -5px;
 top: -5px;
 -webkit-animation: pulse 1s infinite ease-in-out;
 -moz-animation: pulse 1s infinite ease-in-out;
 -ms-animation: pulse 1s infinite ease-in-out;
 -o-animation: pulse 1s infinite ease-in-out;
 animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
 position: absolute;
 content: "";
 width: 80px;
 height: 80px;
 background: rgba(18, 130, 252, 0.5);
 border-radius: 50%;
 left: -15px;
 top: -15px;
 -webkit-animation: zoomIn 2s infinite ease-in-out;
 -moz-animation: zoomIn 2s infinite ease-in-out;
 -ms-animation: zoomIn 2s infinite ease-in-out;
 -o-animation: zoomIn 2s infinite ease-in-out;
 animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
 position: absolute !important;
 left: 0;
 top: 0;
 display: none;
}
.wcircle-menu-item {
 width: 50px;
 height: 50px;
 background: #1282fc;
 border-radius: 50%;
 display: flex;
 display: -ms-flex;
 align-items: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.wcircle-menu-item img {
 width: 50px;
 height: 50px;
 display: block;
 border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
 font-size: 25px;
 color: #fff;
 position: relative;
 z-index: 9999;
}
.shake-anim {
 -webkit-animation: shake-anim 1s infinite ease-in-out;
 -moz-animation: shake-anim 1s infinite ease-in-out;
 -ms-animation: shake-anim 1s infinite ease-in-out;
 -o-animation: shake-anim 1s infinite ease-in-out;
 animation: shake-anim 1s infinite ease-in-out;
 -webkit-transform-origin: 50% 50%;
 -moz-transform-origin: 50% 50%;
 -ms-transform-origin: 50% 50%;
 -o-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
@-moz-keyframes shake-anim {
 0% {
   transform: rotate(0) scale(1) skew(1deg);
 }
 10%,
 30% {
   -moz-transform: rotate(-25deg) scale(1) skew(1deg);
 }
 20%,
 40% {
   -moz-transform: rotate(25deg) scale(1) skew(1deg);
 }
 100%,
 50% {
   -moz-transform: rotate(0) scale(1) skew(1deg);
 }
}
@-webkit-keyframes shake-anim {
 0%,
 100%,
 50% {
   -webkit-transform: rotate(0) scale(1) skew(1deg);
 }
 10%,
 30% {
   -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
 }
 20%,
 40% {
   -webkit-transform: rotate(25deg) scale(1) skew(1deg);
 }
}
@-o-keyframes shake-anim {
 0%,
 100%,
 50% {
   -o-transform: rotate(0) scale(1) skew(1deg);
 }
 10%,
 30% {
   -o-transform: rotate(-25deg) scale(1) skew(1deg);
 }
 20%,
 40% {
   -o-transform: rotate(25deg) scale(1) skew(1deg);
 }
}
.container-fluid {
 /* max-width: 1600px; */
 margin: auto;
}

.tp-mask-wrap a.view-more {
 border: 1px solid #fff !important;
 display: inline-block;
 font-size: 15px;
 color: #fff !important;
 padding: 2px 10px !important;
}
.post-module {
 box-shadow: 0 2px 12px rgb(0 0 0 / 9%);
 border-radius: 5px;
 height: 100%;
 padding: 5px;
 border: 1px solid #cccccc42;
}
.post-module.custom {
 box-shadow: none;
 text-align: center;
}

.post-module.custom .post-content .title a {
 color: #333;

}
.post-module .thumbnail {
}
.post-module .post-content {
 /* padding: 10px; */
}
.post-module .post-content .title.no-limit{ 
   overflow: inherit;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 20;
    line-height: 20px;}
.post-module .post-content .title {
 font-size: 16px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2; /* number of lines to show */
 line-height: 20px;        /* fallback */
 /* max-height: 44px; */
 /* height: 44px; */
}
.post-module .post-content .title:hover a {
 color: var(--primary);
 text-decoration: none;
}
.post-module .post-content .title a {
 color: var(--second);
 font-weight: 700;
 text-decoration: none;
 transition: 0.5s ease;
}
.post-module .more{}
.post-module .more:hover a{
   color: #b92023;
   text-decoration: none;
   border-color: #b92023;
}
.post-module .more a{
   border: 1px solid #ccc;
   display: inline-block;
   padding: 3px 4px;
   font-size: 12px;
   color: #333;
}
.post-module .post-content .description {
 font-size: 0.9rem;
 font-weight: 500;
}
.post-module .post-content .post-meta a{
   font-weight: 500;
   color: #333;
   font-size: 14px;
   border-bottom: 1px solid #ccc;
   text-decoration:  none !important;
}
.post-module .post-content .post-meta {font-size: 12px;font-weight: 500;}

.news-section .list-news .image {
 float: left;
 width: 138px;
}
.news-section .list-news .desc-wrap {
 float: right;
 width: calc(100% - 165px);
}

.news-section .big-news {
}
.news-section .big-news h4 {
 margin: 10px 0;
 font-size: 21px;
}
.news-section .big-news h4 a {
 color: #333;
 text-decoration: none;
}
.news-section .big-news h4:hover a {
 color: #208331;
}
.news-section .big-news .desc {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 5;
 line-height: 25px;
 max-height: 125px;
 font-size: 15px;
}

.news-section .list-news .slick-slide {
 margin: 10px 0px;
}
/* the parent */
.news-section .list-news .slick-list {
 margin: -10px 0px;
}

.news-section .list-news {
}
.news-section .list-news .inner {
}
.news-section .list-news h4 {
 font-size: 16px;
 line-height: 21px;
}
.news-section .list-news h4 a {
 color: #333;
}
.news-section .list-news h4:hover a {
}
.news-section .list-news .desc {
}

.wrap-home {
}
.wrap-home .xname {
 color: #124800;
 font-size: 36px;
 font-weight: bold;
 margin-bottom: 20px;
}

.aside-block {
 max-width: 320px;
}
.left-block {
 max-width: calc(100% - 320px);
}
.left-block .ztitle {
 font-weight: 700;
 color: #275f14;
 font-size: 21px;
}
.left-block .content {
}

.v-title {
 font-weight: 700;
 color: #275f14;
 font-size: 25px;
 margin-bottom: 10px;
}
.owl-slider-2 {
}
.owl-slider-2 .xitem {
}
.owl-slider-2 .xitem span {
 display: block;
 background: #275f14;
 width: calc(100% - 40px);
 margin: auto;
 margin-top: 15px;
 color: #fff;
 text-align: center;
 font-weight: bold;
 font-size: 20px;
 padding: 4px 0px 5px 0;
}
.owl-slider-2 .xitem a {
}
.owl-slider-2 .xitem img {
}

.container .breadcrumb {
 padding-left: 0;
 padding-right: 0;
 padding: 9px 0px;
 margin: 0;
}
.banner-inner .breadCrumbs span,.banner-inner .breadcrumb-item+.breadcrumb-item::before{color:#fff}
.banner-inner .breadcrumb-item a,.banner-inner .breadcrumb-item {color:#fff}
.breadcrumb-item a {
 color: #333;
}
.slick-detail-nav .slick-slide {
 margin: 0 10px;
 border: 1px solid #ccc;
}

/* the parent */
.slick-detail-nav .slick-list {
 margin: 0 -10px;
}
.form-filter .dropdown-item {
 padding-left: 10px;
 margin-bottom: 0;
}
.form-filter .dropdown-toggle::after {
 position: absolute;
 right: 7px;
 top: 16px;
}
.form-filter .dropdown-toggle {
 background: whitesmoke;
 border-radius: 0;
 padding-top: 5px;
 padding-bottom: 5px;
}
body.loading .lds-dual-ring span {
 display: inline-block;
}
body.loading .lds-dual-ring {
 position: fixed;
 top: 0;
 display: block;
 z-index: 1345;
 color: white;
 text-align: center;
 top: 50%;
 left: 50%;
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 font-size: 18px;
}
body.loading{overflow:hidden}
body.loading:after {
 content: "";
 width: 100%;
 height: 100%;
 position: fixed;
 background: rgba(0, 0, 0,0.2);
 z-index: 1111;
 left: 0;
 top: 0;
}
.lds-dual-ring {
 display: none;
 width: 80px;
 height: 80px;
}
.lds-dual-ring .inner:after {
 content: " ";
 display: block;
 width: 64px;
 height: 64px;
 margin: 8px;
 border-radius: 50%;
 border: 6px solid #fff;
 border-color: #fff transparent #fff transparent;
 animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
}
.owl-carousel .owl-stage {
 display: flex;
 display: -webkit-flex;
}
.owl-carousel .owl-stage .owl-item {display: flex;}
.wrap-menu .dropdown-menu {
 transform: translate(0px, 0px);
 transition: 0.5s ease;
}
.wrap-menu .dropdown-menu.show {
 transform: translate(0px, 35px);
}

.col-menu .fake-menu {
 background: #a53822;
 padding: 10px;
 font-size: 16px;
 text-transform: uppercase;
 color: #fff;

 text-align: center;
 position: relative;
}
.fake-menu .submit-menu {
 text-align: left;
}
.fake-menu .submit-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.parent-menu li li a:hover {
 padding-left: 25px;
}
.fake-menu .submit-menu ul > li:hover > ul.parent-menu {
 top: 0;
 opacity: 1;
 visibility: visible;
}

.fake-menu .submit-menu ul > li > ul.parent-menu {
 position: absolute;
 top: 20px;
 opacity: 0;
 visibility: hidden;
 transition: 0.4s ease;
 left: 100%;
 background: #fff;
 min-height: 100%;
 box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
 z-index: 1;

 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -5px;
 /* display: none; */
 margin-left: -5px;
 display: -ms-flexbox;
 display: flex;
}
.fake-menu .submit-menu ul > li > ul.parent-menu > li a {
 font-weight: bold;
 border-bottom: 1px solid rgb(204 204 204 / 38%);
 color: #a53822;
}
.fake-menu .submit-menu ul > li > ul.parent-menu > li ul a {
 font-weight: 500;
 border: 0;
 color: #333;
}
.fake-menu .submit-menu ul > li > ul.parent-menu > li {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
 padding-left: 5px;
 padding-right: 5px;
}
.fake-menu .submit-menu ul > li > ul li {
}

.fake-menu .submit-menu li a {
 color: #111433;

 line-height: 1.6;
 font-size: 17px;
 border-color: #ebebeb;
 text-transform: none;
 padding: 6px 15px;
 display: block;
 text-decoration: none;
 transition: 0.5s ease;
 font-weight: 500;
}
.fake-menu .submit-menu > ul {
 position: absolute;
 background: #fff;
 width: 100%;
 left: 0;

 opacity: 0;
 top: calc(100% + 20px);
 visibility: hidden;
 transition: 0.3s ease;
 z-index: 2;
}

.fake-menu:hover .submit-menu > ul > li:hover {
 border-left-color: #b63822;
}
.fake-menu .submit-menu > ul > li {
 border-left: 3px solid transparent;
}
.fake-menu:hover .submit-menu > ul > li {
 border-bottom: 1px solid #ebebeb;
 position: static;
 transition: 0.4s ease;
}
.fake-menu:hover .submit-menu > ul {
 opacity: 1;
 visibility: visible;
 top: 100%;
 box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}

.slick-detail-nav {
}
.slick-detail-nav .slick-prev {
}
.slick-detail-nav .slick-next {
}
.search-in-mobile ~ div {
 width: 100px;
 padding: 0 5px;
}
.search-in-mobile ~ div a {
 font-weight: bold;
 color: #0b6740;
 display: inline-block;
 padding: 5px;
}
.search-in-mobile ~ div a.active {
 background: #0b6740;
 color: #fff;
}
.search-in-mobile {
 /* margin-bottom: 10px; */
 width: calc(100% - 65px);
}
.search-in-mobile form {
 position: relative;
}
.search-in-mobile form input {
 width: 100%;
 padding: 5px 10px;
 border: 1px solid #ccc;
}
.search-in-mobile form button {
 position: absolute;
 right: 0;
 height: 100%;
 padding: 3px 15px;
 border: 0;
 background: #0b6740;
 color: #fff;
}
.wrap-banner {
 position: relative;
}
.wrap-banner .title-banner {
 position: absolute;
 bottom: 20%;
 text-align: center;
 width: 100%;
}
.wrap-banner .title-banner span {
 display: inline-block;
 background: rgb(11 103 64 / 82%);
 text-transform: capitalize;
 font-weight: 500;
 color: #fff;
 font-size: 21px;
 padding: 8px 23px;
 border-radius: 10px;
}
.arrow-1 > a {
}
.arrow-1 > a:after {
 content: "";
 float: left;
 margin: 0 7px;
 position: absolute;
 left: 4px;
 top: 17px;
 background: url(../images/right-arrow.png) no-repeat center;
 background-size: 100%;
 width: 13px;
 height: 13px;
}
.product-block .pitem {
}
.product-block .pitem .img-desc {
 display: block;
 border-radius: 30px;
 overflow: hidden;
 position: relative;
}
.product-block .pitem .img-desc img {
}
.product-block .pitem .img-desc p {
 position: absolute;
 bottom: 0;
 left: 0;
 background: #1167404d;
 width: 100%;
 margin: 0;
 text-align: center;
 padding: 10px;
 font-weight: 500;
 color: #fff;
}


#right-bar .block.no-bg {
 background: transparent;
}
#right-bar .block.box-one {
 padding: 14px;
 background: linear-gradient(129.02deg, #479453 0%, #43cd59 100%);
 border-radius: 20px;
}
#right-bar .block.product-category {
   border: 1px solid #ccc;
   border-radius: 0;
   padding: 0;
}
#right-bar .block.product-category .title{
   margin: 0;
   padding: 0;
   text-align: left;
   background: #dedede;
   text-transform: uppercase;
   font-size: 14px;
   padding: 10px 10px 7px 10px;
   margin-bottom: 10px;
}
#right-bar .block.product-category .content {}
#right-bar .block.product-category .content > ul{
   list-style: none;
   padding: 0;
   margin: 0;
   padding-left: 10px;
}
#right-bar .block.product-category .content li.active ul {
 max-height:1000px;
 
}
#right-bar .block.product-category .content ul ul li:last-child{margin:0}
#right-bar .block.product-category .content li {
   position: relative;
   margin-bottom: 10px;
}
#right-bar .block.product-category .content li.active span{transform:rotate(180deg)}
#right-bar .block.product-category .content li span{
 transition:0.5s ease;
   position: absolute;
   top: 0;
   right: 10px;
   cursor: pointer;
}
#right-bar .block.product-category .content li a{
   color: #333;
   font-size: 15px;
}
#right-bar .block.product-category .content > ul li ul{
   list-style: none;
   padding-left: 14px;
   max-height:0;
 transition:0.5s ease;
 overflow:hidden;
}
#right-bar .block {
 background: rgba(248, 248, 248, 0.55);
}
#right-bar .block .note {
 text-align: center;
 font-weight: bold;
 color: #fff;
 margin-bottom: 15px;
}
#right-bar .block.box-one .title {
 color: #fff;
 font-size: 21px;
}
.gray-bg {
 background: rgba(246, 246, 246, 0.55);
}
#right-bar .block .title .text-success {
 font-size: 16px;
}
#right-bar .block .title {
 text-align: center;
 margin-bottom: 10px;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.2;
 color: #333;
 margin-left: -5px;
 margin-right: -5px;
}

.block-index-title h4 {
 font-weight: bold;
}
.block-index-title {
 font-weight: bold;
 font-size: 23px;
 margin-bottom: 20px;
 text-align: center;
}
.block-index-title p {
}
.header-mini .line {
 font-weight: bold;
 font-size: 18px;
 color: red;
}
.header-mini .line span {
 border-bottom: 1px solid;
 color: #333;
}
.header-mini {
 -ms-flex: 0 0 37%;
 flex: 0 0 37%;
 max-width: 37%;
}
/*.col-logo.logo-bg-white:after{content:"";position: absolute;/* width: 58px; background: #fff url(../images/icon-sma.jpg?v=1.1) no-repeat top right;right: 30px;height: 62px;/* border-top-right-radius: 45px; top: -43.5px;z-index: 4;}*/
/*.col-logo.logo-bg-white:before{content:"";position: absolute;width: 200%;/* background: #fff; left: -125%;height: 100%;z-index: 2;top: -25px;}*/
.col-logo.logo-bg-white{
 position: relative;
 margin-top: -20px;
}
.col-logo {
 -ms-flex: 0 0 25%;
 flex: 0 0 26%;
 max-width: 26%;
}
.block-assets{
 padding-top: 10px;
}
.block-assets .title{
 
 margin-bottom: 5px;
}
.block-assets .item{
 font-size: 13px;
}
.block-assets .item p{}
.block-assets .item p a{color:#f00}
.block-assets .item p a:hover{color:#d72f35;text-decoration: none}

li.mega-menu {
 position: static !important;
}
ul.menu-child > li{
}
ul.menu-child a{    white-space: inherit !important;}
.mega-menu:hover > ul{display:grid}

ul.menu-child > li > a{color:#0070c0 !important;font-weight: bold !important;border-bottom: 0 !important;}

ul.menu-child > li ul a{color:#333 !important}

ul.menu-child {
 width: calc(100% - 30px);
 left: 15px;
 display: grid;
 flex-wrap: wrap;
 width: auto;
 transition: none !important;
 grid-template-columns: repeat(3, 1fr);
 display: none;
 background: #fff !important;
}

.menu ul li ul.menu-child-sub li a:hover{
 color: yellow;
}
.menu ul li ul.menu-child-sub li a{
 font-size: 14px;
 border: 0 !important;
 padding: 5px 10px;
 color: #fff;
}
.menu ul li ul.menu-child-sub {
 display: block !important;
 opacity: 1 !important;
 visibility: visible !important;
 position: relative !important;
 -webkit-transform: perspective(600px) rotateX(0) !important;
 transform: perspective(600px) rotateX(0) !important;
 -webkit-transform-origin: 0 0 0 !important;
 opacity: 1 !important;
 visibility: visible !important;
 box-shadow: none !important;
 border: 0 !important;
 left: 0;
 background: transparent;
 text-indent: 10px;
}


.fixed-menu .clone .menu ul li a{}
.fixed-menu .clone .col-logo .col-auto img {
   max-height: 64px;
}

div#mainSlider .item .xlink{
   background: var(--primary);
   color: #fff;
   border-radius: 30px;
   padding: 5px 20px;
}
div#mainSlider .item .text-0:before{
 content:"";
 background: #fff;
 width: 3px;
 height: 14px;
 position: absolute;
 left: 0;
 top: 4px;
}
div#mainSlider .item .text-0{
   font-weight: 600;
   position: relative;
   padding-left: 11px;
}
div#mainSlider .item .text-1{
   font-size: 2rem;
   font-weight: 600;
}
div#mainSlider .item .text-2{
   font-size: 2rem;
   font-weight: 500;
}

div#mainSlider .center-slide{margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 23;color: #fff;}
@media(max-width:767px){
 .attr-content-pro-detail.contact a{
    font-size: 14px;
    padding: 10px 10px;
}
 .no-spacing-mobile{padding: 0;}
 .box-readmore ul li{font-size:0.8rem}
 .title-main h1, .title-main h4 {
   font-size: 1.5rem;
   padding: 0;
}

 div#mainSlider:after{display: none}
 div#mainSlider .center-slide{display: none}
}
div#mainSlider {
   position: relative;
   overflow: hidden;
}

div#mainSlider .owl-nav{
   margin-top: 0;
}

div#mainSlider .owl-prev{
   position: absolute;
   top: calc(50% - 40px);
   left: 10px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   outline: none;
   transition: 0.5s ease;
   color: #333;
   opacity: 1;
}

div#mainSlider .owl-next{
   position: absolute;
   top: calc(50% - 40px);
   right: 10px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   outline: none;
   transition: 0.5s ease;
   opacity: 1;
   color: #333;
   background: transparent !important;
}

.item-course{}


.place-white::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #fff;
 opacity: 1; /* Firefox */
}

.place-white:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.place-white::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.search-mobile-custom {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   z-index: 123;
   background: #254daf;
   padding: 16px 0;
   transition: 0.5s ease all;
   width: 0;
   overflow: hidden;
}
.search-mobile-custom  .closex{
   position: absolute;
   top: 16px;
   right: 10px;
   color: #fff;
   font-size: 19px;
}

.menu-bar-res .trigger-search{
   background: var(--primary);
   padding: 3px 7px;
   font-size: 16px;
   color: #fff !important;
   border-radius: 3px;
}
.owl-theme-custom{
   padding-left: 25px;
   padding-right: 25px;
}
.owl-theme-custom .owl-nav button{
   position: absolute;
   top: calc(50% - 20px);
   left: 0;
   color: #fff !important;
   font-size: 20px !important;
   outline: none !important;
   background: none !important;
}
.owl-theme-custom .owl-nav button.owl-next{
   left: auto;
   right: 0;
}

.share-facebook{
   background: #4267B2;
   color: #fff !important;
   line-height: 20px;
   margin: 0 4px;
   padding: 0 6px;
   border-radius: 3px;
   font-size: 11px;
   text-decoration: none !important;
}
.share-twitter{
   background: #1DA1F2;
   color: #fff !important;
   font-size: 13px;
   line-height: 20px;
   margin: 0 4px;
   padding: 0 6px;
   border-radius: 3px;
   font-size: 11px;
   text-decoration: none !important;
}
.btn_cart {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 max-width: 350px;
 margin-left: 10px;
}
.btn_cart a {
 background: #01843f;
 color: #fff !important;
 padding: 5px 17px;
 display: block;
 border-radius: 0;
 width: 49%;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 font-size: 13px;
 text-transform: uppercase;
}
.btn_cart a.buynow {
 background: #ef652f;
}
.title-pro-detail ~ .sub-title{
   font-size: 13px;
   border: 1px solid #ccc;
   border-left: 0;
   border-right: 0;
   padding: 5px 0px;
   margin-bottom: 6px;
   display: inline-;
}

@media (min-width: 1200px) {

 .col-lgx {
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
 }
 .left-side {
   max-width: 830px;
 }
 .right-side {
   min-width: 370px;
 }
}
@media (min-width: 992px) {
 .col-product-custom{
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
}
 .col-menu {
   -ms-flex: 0 0 74%;
   flex: 0 0 74%;
   max-width: 74%;
 }
 .col-menu-big {
   -ms-flex: 0 0 79%;
   flex: 0 0 79%;
   max-width: 79%;
   padding-left: 25px !important;
 }
}
@media (min-width: 769px) {

 .search-mobile-custom{display: none !important}
 
}

@media (max-width: 800px) {
 .menu ul li a {
   font-size: 13px;
 }
}
.menu-mobile span.w-menu-mobile {
 display: inline-block;
 background: #176bb3;
 padding: 10px;
 padding-bottom: 5px;
 border-radius: 5px;
}
.block-mobile {
}
.block-mobile .xcompany {
 margin: 0;
 text-align: center;
 font-weight: bold;
 margin-bottom: 10px;
}
.block-mobile .xhotline {
 text-align: center;
 margin: 0;
}
.block-mobile .xhotline a {
 color: red;
 font-weight: bold;
}
.xphone {display:none}
@media (max-width: 992px) {
 
 .fixed-menu .header.clone{display:none !important}
 
 
 .xphone {display:block;margin-top: 10px;}
 .col-logo.logo-bg-white:before{display:none}
 .col-logo.logo-bg-white:after{display:none}
 .col-logo.logo-bg-white{margin-top:0}
 .col-menu.xmenu{display:none}
 
}
@media (max-width: 820px) {
 .form-search {
   padding-left: 80px;
}
}
@media (max-width: 769px) {
 .product:hover .box-product .cart-add{
   font-size: 14px;
   width: calc(100% - 10px);
   left: 5px;
}
 .product .info-product{
   padding: 4px 5px;
}
 .pic-product{
   /* padding: 10px; */
}
 .header .top-header{background:#fff}
 .logo-col img{max-height: 60px !important;}
 .form-search input{
     width: 100%;
     background: transparent;
     border: 0 !important;
     padding-left: 15px;
     color: #fff;
     text-indent: 10px;
}
 .name-product{
   font-size: 13px;
   bottom: 10px;
}




div#mainSlider .owl-prev,div#mainSlider .owl-next{transform: scale(0.6);top: calc(50% - 28px);}
.header .top-header{
   overflow: hidden;
   box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
 .copyright,.statistic{width:100%;float:none;font-size: 70%;display:block}
 .xphone {display:none}
 .cart-product{
   display: block;
}
 footer{margin-top:30px}
 footer .has-border:after{content:"";display:none}
footer .has-border:before{content:"";display:none}
 .c-header{width: 100%}
 .c-header .cart-interface{float:left}
 .c-header .lang-switch{float:right}
 .form-search {width: 100%;order:2;padding: 0;border: 0;}
 .col-logo.logo-bg-white:before,.col-logo.logo-bg-white:after{display: none}
 .col-logo.logo-bg-white{margin:10px 0}
 .header-mini * {
   font-size: 17px !important;
 }
 .block-index-title {
   font-weight: bold;
   font-size: 19px;
 }
 .hide-vslide .header {
   background: #fff;
 }
 .map-content .map-wrap {
   padding-bottom: 60%;
 }
 .title-main.white .inner-text > span {
   font-size: 21px;
 }
 div.right .block-tag .title-main {
   padding: 5px 0;
 }
 .title-main {
 margin-bottom: 10px;
 }
 .title-main .inner-text:before {
   display: none;
 }
 .map-content .tab-control span {
   font-size: 12px;
   padding: 3px 10px;
 }
 span.trigger-vaytien {
   top: 130px;
 }
 span.trigger-vaytien img {
   width: 50px;
 }
 .title-pro-detail {
   font-size: 20px;
 }
 .cart-product span.cart-buy {
   padding: 5px 7px 2px 7px;
   border-radius: 3px;
   max-width: none;
 }
 .hotline-mobile {
   text-align: center;
   font-weight: bold;
   color: #254daf;
 }
 .hotline-mobile a {
   font-size: 18px;
   color: red;
 }
 .header {
   background: #fff;
   position: sticky;
   position: -webkit-sticky;
   z-index: 123;
 }

 .brand .zbox .box-title span {
   font-size: 21px;
 }
 .banner-header {
   padding: 3px 0;
   display: inline-block;
 }
 .banner-header img {
   max-height: 40px !important;
 }
 .wrap-menu {
   display: none;
 }
 .aside-block {
   max-width: 100%;
 }
 .container .breadcrumb {
 padding: 0;
 }

 .slideshow {
   padding-left: 0;
   padding-right: 0;
 }

 .left-block {
   max-width: none;
 }
 .title-footer {
   font-size: 18px;
 }
 .footer-news {
   margin-bottom: 20px;
 }
 .footer-news,
 .info-footer {
 }
 .info-footer *,
 .footer-news * {
   font-size: 14px !important;
 }
 .v-title {
   font-size: 20px;
 }
 .owl-slider-2 .xitem span {
   background: transparent;
   margin: 0;
   width: 100%;
   color: #275f14;
   font-size: 17px;
 }
 div.right .block .title {
 }
 div.right .block .link p {
   font-size: 18px;
 }
 .left-block .ztitle {
   font-size: 19px;
 }
 .wrap-home .xname {
   font-size: 19px;
 }
 .owl-slider-1 .owl-item div p {
   font-size: 14px;
 }
}

/* Responsive */

@media (max-width: 1001px) {
 .menu {
   /* display:none; */
 }
  .menu-res {
   display: block;
   position: absolute;
   top: 17px;
   right: 20px;
   z-index: 1000;
 }
 
 /* Mobile Menu Styles */
 nav.main {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: rgb(0 0 0 / 54%);
   z-index: 1111;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
 }
 
 nav.main.active {
   opacity: 1;
   visibility: visible;
 }
 
 .nav-con {
   position: relative;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: center;
   padding: 2rem;
   padding-top: 70px !important;
 }
 
 .menu {
   /* list-style: none; */
   /* margin: 0; */
   /* padding: 0; */
   /* text-align: center; */
 }
 
 .menu li {
   /* margin: 1rem 0; */
   /* position: relative; */
 }
 
 .menu li a {
   /* color: red; */
   font-size: 1.5rem;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 0.1em;
    transition: color 0.3s ease, padding 0.3s ease;
 }
 
 .menu li a:hover {
   /* color: #c8ad73; */
 }
 
 .contact-info {
 }
 
 .contact-row {
   margin: 0.5rem 0;
   color: #fff;
 }
 
 .contact-title {
   font-size: 0.7rem;
   margin-bottom: 0;
   /* color: #c8ad73; */
 }
 
 .contact-phone {
   color: #fff;
   text-decoration: none;
   font-size: 1.1rem;
 }
 
 .contact-phone:hover {
   color: #c8ad73;
 }
 
 #hamburger {
   display: block;
   width: 40px;
   height: 40px;
   background: #c8ad73;
   color: #000;
   text-align: center;
   line-height: 40px;
   border-radius: 50%;
   text-decoration: none;
   transition: all 0.3s ease;
 }
 
 #hamburger:hover {
   background: #fff;
   transform: scale(1.1);
 }
 
 #hamburger.is-active {
   background: #fff;
   color: #000;
 }
 
 /* Menu Animation Styles */


 
 /* Menu items animation delay */
 .menu li:nth-child(1) a { transition-delay: 0.1s; }
 .menu li:nth-child(2) a { transition-delay: 0.2s; }
 .menu li:nth-child(3) a { transition-delay: 0.3s; }
 .menu li:nth-child(4) a { transition-delay: 0.4s; }
 .menu li:nth-child(5) a { transition-delay: 0.5s; }
 .menu li:nth-child(6) a { transition-delay: 0.6s; }
 .menu li:nth-child(7) a { transition-delay: 0.7s; }
}
@media (max-width: 850px) {
 .news {
   width: 100%;
   float: none !important;
 }
}
@media (max-width: 769px) {
 .btn_cart a{
   padding: 7px 0px;
}
 .light-item{    flex-direction: column;

   align-items: self-start !important;}

.btn_cart{
   flex: 1;
   width: 100%;
   margin: 0;
   margin-top: 10px;
}
.attr-content-pro-detail{}

 .btn-frame,
 .cart-fixed {
   /* transform: scale(0.7); */
   right: 5px;
   bottom: 170px;
 }
 .row {
   /* margin-left: -5px; */
   /* margin-right: -5px; */
 }
 .row > .header-mini {
   min-width: 100%;
   order: 2;
 }
 .row > .col-logo {
   order: 1;
   width: 100%;
   min-width: 100%;
 }
 .row > [class*="col-"] {
   /* padding-left: 5px; */
   /* padding-right: 5px; */
 }
 .cart-product span {
   font-size: 12px;
 }
 footer .top-section-newsletter .title {
   font-size: 20px;
 }
 footer .top-section-newsletter .title i {
   font-size: 40px;
 }

 .left-pro-detail,
 .right-pro-detail,
 .top-contact .form-contact,.left-pro-detail
  {
   width: 100%;
   margin: 0px;
   padding: 0;
 }
 .right-pro-detail{padding:10px}
 .left-pro-detail,
 .top-contact .article-contact {
   margin-bottom: 30px;
 }
}
@media (max-width: 576px) {

.form-search{/* border:1px solid #ccc; */}
.form-search button{font-size:1.2em;line-height: 1}
}
@media (max-width: 440px) {
 .price-product {
 font-size: 11px;
 }
 .price-product span.price-new,
 .price-product span.price-old {
   display: block;
   /* text-align: center; */
   margin: 0;
   padding: 0;
 }
 .pic-news,
 .info-news {
   display: block;
   width: 100%;
   float: none;
   text-align: center;
   margin: 0px;
 }
 .info-news {
   margin-top: 15px;
 }
 .top-contact .form-contact .button-contact .file-contact span b {
   max-width: 105px;
 }
}
@media (max-width: 369px) {
 .cart-pro-detail {
   flex-wrap: wrap;
 }
 .cart-pro-detail a {
   width: 100%;
   text-align: center;
   margin: 0px !important;
   font-size: 12px;
 }
 .cart-pro-detail a:first-child {
   margin-bottom: 5px !important;
 }
 .cart-pro-detail a i {
   display: none;
 }
}



.js-facebook-messenger-box {
   z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
   -webkit-animation-name: rubberBand;
   animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
   z-index: 999;
}

.js-facebook-messenger-box {
   display: block;
   position: fixed;
   cursor: pointer;
   bottom: 150px;
   right: 17px;
   width: 56px;
   height: 56px;
   text-align: center;
   background: #1182fc;
   border-radius: 100%;
   overflow: hidden;
   z-index: 99;
   -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
   width: 32px;
   height: 33px;
   position: absolute;
   top: 13px;
   left: 12px;
   opacity: 1;
   overflow: hidden;
   -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
   opacity: 0;
   width: 19px;
   height: 20px;
   position: absolute;
   top: 19px;
   left: 19px;
   -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
   z-index: 1000;
}

.js-facebook-messenger-container {
   position: fixed;
   opacity: 0;
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
   bottom: 110px;
   right: 90px;
   border-radius: 10px;
   pointer-events: none;
   -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
   -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
   -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
   transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-head {
   width: 220px;
   color: #ffffff;
   background: #1182fc;
   display: block;
   position: relative;
   width: 220px;
   background: #1182fc;
   color: #ffffff;
   text-align: center;
   line-height: 1;
   padding: 10px;
   font-size: 14px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
   z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
   z-index: 1000;
}

.js-facebook-messenger-top-head {
   color: #ffffff;
   background: #1182fc;
   width: 220px;
}

.js-facebook-messenger-tooltip {
   color: #404040;
   background: #fff;
}
.js-facebook-messenger-top-header {
   background: #fff;
   padding: 4px;
   font-size: 14px;
   text-align: center;
}
.js-facebook-messenger-container.open {
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
   opacity: 1;
   pointer-events: all;
}

.js-facebook-messenger-tooltip {
   bottom: 97px;
   right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
   opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
   opacity: 1;
}


.mm-listitem{}
.mm-listitem form{
   margin: 10px 20px;
   position: relative;
   width: 100%;
}
.mm-listitem form input{
   width: 100%;
   padding: 8px 10px;
   border: 0;
   font-size: 14px;
   border-radius: 2px;
}
.mm-listitem form button{
   position: absolute;
   top: 0;
   right: 0;
   background: transparent;
   border: 0;
   height: 100%;
}


.xp-list{margin-bottom: 0}
.xp-list a{color:#333;text-decoration: none}

.heading-news{color:var(--primary);    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 0;}
.breadcrumb-no-bg .breadCrumbs{background: transparent;}
.breadcrumb-no-bg .container{padding-left:0}
.cate-news:before {
    background-color: #9c9a9a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 1px;
    position: absolute;
    top: 9px;
    width: 5px;
}

/* Project Section */



.nav-project .filter-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border: 2px solid #e9ecef;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-project .filter-btn:hover,
.nav-project .filter-btn.active {
    background: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.grid-container {
    margin: 0 -15px;
}

.project-item-mr {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background: #fff;
    height: 100%;
    border-radius: 3px;
}

.project-item-mr:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.project-item-mr a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.project-item-mr img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.project-item-mr:hover img {
    transform: scale(1.05);
}

.project-item-mr .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(0);
    transition: all 0.4s ease;
    font-size: 0.9rem;
    text-align: center;
}

.project-item-mr .info .title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item-mr .info .category {
    font-size: 0.9rem;
    color: #c7a26c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.project-item-mr:hover .info {
}

/* Grid Animation */
.grid-item {
    transition: all 0.4s ease;
}

.grid-item.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.grid-item.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* Responsive Design */
@media (min-width: 1400px) {
    .project-item-mr img {
        height: 320px;
    }
    
    .project-item-mr .info .title {
        font-size: 1.2rem;
    }
    
    .nav-project .filter-btn {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .project-item-mr img {
        height: 250px;
    }
    
    .project-item-mr .info .title {
        font-size: 1.3rem;
    }
    
    .nav-project {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .project-item-mr img {
        height: 220px;
    }
    
    .project-item-mr .info {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    
    .project-item-mr .info .title {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }
    
    .nav-project {
        gap: 0.25rem;
        margin-bottom: 2rem;
    }
    
    .nav-project .filter-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .project-item-mr img {
        height: 200px;
    }
    
    .project-item-mr .info {
        padding: 1.25rem 1rem 1rem;
    }
    
    .project-item-mr .info .title {
        font-size: 1.1rem;
        -webkit-line-clamp: 2;
    }
    
    .project-item-mr .info .category {
        font-size: 0.8rem;
    }
    
    .nav-project {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .nav-project .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        min-width: 120px;
        text-align: center;
    }
}

@media (max-width: 575px) and (min-width: 480px) {
    .project-item-mr img {
        height: 180px;
    }
    
    .project-item-mr .info {
        padding: 1rem 0.875rem 0.875rem;
    }
    
    .project-item-mr .info .title {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    
    .project-item-mr .info .category {
        font-size: 0.75rem;
    }
    
    .content-main {
        padding: 1.5rem 0;
    }
}

@media (max-width: 479px) {
    .project-item-mr img {
        height: 160px;
    }
    
    .project-item-mr .info {
        padding: 0.875rem 0.75rem 0.75rem;
    }
    
    .project-item-mr .info .title {
        font-size: 0.95rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
    }
    
    .project-item-mr .info .category {
        font-size: 0.7rem;
    }
    
    .nav-project .filter-btn {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
        min-width: 100px;
    }
    
    .content-main {
        padding: 1rem 0;
    }
    
    .grid-container {
        margin: 0 -10px;
    }
}

@media (max-width: 360px) {
    .project-item-mr img {
        height: 140px;
    }
    
    .project-item-mr .info {
        padding: 0.75rem 0.625rem 0.625rem;
    }
    
    .project-item-mr .info .title {
        font-size: 0.9rem;
        -webkit-line-clamp: 1;
    }
    
    .project-item-mr .info .category {
        font-size: 0.65rem;
    }
    
    .nav-project {
        padding: 0 0.5rem;
    }
    
    .nav-project .filter-btn {
        padding: 0.375rem 0.75rem;
        font-size: 0.7rem;
        min-width: 90px;
    }
}

/* Loading Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.grid-item {
    animation: fadeInUp 0.6s ease forwards;
}

.grid-item:nth-child(1) { animation-delay: 0.1s; }
.grid-item:nth-child(2) { animation-delay: 0.2s; }
.grid-item:nth-child(3) { animation-delay: 0.3s; }
.grid-item:nth-child(4) { animation-delay: 0.4s; }
.grid-item:nth-child(5) { animation-delay: 0.5s; }
.grid-item:nth-child(6) { animation-delay: 0.6s; }

/* Hover Effects Enhancement */
.project-item-mr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(199, 162, 108, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.project-item-mr:hover::before {
    opacity: 1;
}

.project-item-mr .info {
    z-index: 2;
    position: relative;
}

/* Dark Modal Styles */
.dark-modal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.dark-modal-content {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 0;
    color: #fff;
}

.dark-modal-header {
    background: #202020;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 1.2rem 1.5rem;
}

.dark-modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.dark-modal-close {
    background: none;
    border: none;
    opacity: 1;
    filter: invert(1);
    font-size: 1.2rem;
}

.dark-modal-close:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.dark-modal-body {
    background: #1a1a1a;
    padding: 2rem;
    border-radius: 0;
}

.dark-contact-form {
    width: 100%;
}

.dark-form-group {
    margin-bottom: 1.5rem;
}

.dark-form-label {
    display: block;
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dark-form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.dark-form-input::placeholder {
    color: #666;
    font-style: italic;
}

.dark-form-input:focus {
    border-color: var(--second);
    background: #333;
    box-shadow: 0 0 0 2px rgba(246, 192, 50, 0.2);
}

.dark-form-input:required:valid {
    border-color: #28a745;
}

.dark-form-input:required:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

.dark-modal-footer {
    background: #202020;
    border-top: 1px solid #333;
    border-radius: 0;
    padding: 1.5rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.dark-btn-secondary {
    background: #444;
    border: 1px solid #666;
    color: #ccc;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dark-btn-secondary:hover {
    background: #555;
    border-color: #777;
    color: #fff;
    transform: translateY(-1px);
}

.dark-btn-primary {
    background: var(--second);
    border: 1px solid var(--second);
    color: #000;
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dark-btn-primary:hover {
    background: #e6b545;
    border-color: #e6b545;
    color: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(246, 192, 50, 0.3);
}

.dark-btn-primary:active {
    transform: translateY(0);
}

/* Form Validation Styles */
.dark-form-input:required:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.dark-form-input:required:valid {
    border-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

/* Loading State */
.dark-btn-primary:disabled {
    background: #666;
    border-color: #666;
    color: #999;
    cursor: not-allowed;
    transform: none;
}

.dark-btn-primary:disabled:hover {
    background: #666;
    border-color: #666;
    transform: none;
    box-shadow: none;
}

/* Responsive Design */
@media (max-width: 767px) {
    .dark-modal-header,
    .dark-modal-body,
    .dark-modal-footer {
        padding: 1rem;
    }
    
    .dark-modal-title {
        font-size: 1.25rem;
    }
    
    .dark-form-input {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .dark-modal-footer {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .dark-btn-secondary,
    .dark-btn-primary {
        width: 100%;
        padding: 0.875rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 575px) {
    .dark-modal-header,
    .dark-modal-body,
    .dark-modal-footer {
        padding: 0.75rem;
    }
    
    .dark-form-group {
        margin-bottom: 1.25rem;
    }
    
    .dark-form-label {
        font-size: 0.8rem;
    }
    
    .dark-form-input {
        padding: 0.625rem;
        font-size: 0.85rem;
    }
}
div.lazy.lazy-loaded{
  background-size: cover;
  background-repeat: no-repeat !important;
}

.tool-open-modal{
    position: fixed;
    right: 20px;
    z-index: 123;
    bottom: 150px;
}
.hotline-fix {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 11;
  display: flex;
  align-items: center;
}

.hotline-fix a span {
  display: block;
  color: #ffd500;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
}


.hotline-fix:before {
  position: absolute;
  left: -14px;
  top: -14px;
  content: "";
  width: 76px;
  height: 76px;
  background: url(../images/dt1.png) no-repeat;
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

.hotline-fix a {


  padding: 6px 0 6px 48px;
  border-radius: 24px;
  height: 48px;
  background: #EF080D;
  color: #fef4f4;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.hotline-fix a:before {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 40px;
  height: 40px;
  background: #fff url(../images/dt2.png) no-repeat;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  border-radius: 50%;
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {

  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {

  0%,
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media(max-width: 767px){
 .tool-open-modal:after{content:"";height: 100%;position: absolute;background: #ffffff42;width: 1px;left: 50%;}
    .tool-open-modal{
        bottom: 0;
        right: 0;
        display: flex;
        width: 100%;
    }
    .tool-open-modal span{
    flex: 1;
    
    margin: 0 !important;
}
    .tool-open-modal a{}
    .hotline-fix{
    bottom: 60px;
}
}
.tool-open-modal span:hover{
    background: var(--second);
    border-color: var(--primary);
    color: var(--primary);
}
.tool-open-modal span{
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
    padding: 11px 14px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.5s ease;
    text-align: center;
}






















 /* Intro Animation Styles */
 body.intro-loading {
   overflow: hidden;
 }
 
 .dimmerColor {
   /* pointer-events: none; */
   width: 100vw;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999999;
   }
  .dimmerColor .preload-screen {
    background: black;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: initial; }
    .dimmerColor .preload-screen .logo {
      -webkit-transform: translateY(-webkit-calc(50vh - 5.5em)) scale(0.5);
      -ms-transform: translateY(calc(50vh - 5.5em)) scale(0.5);
          transform: translateY(calc(50vh - 5.5em)) scale(0.5);

  opacity: 0;
  display: block; 
   }
   .dimmerColor .preload-screen .logo img{
    max-height:100% !important;
    /* max-width: 120px; */
   }
      .dimmerColor .preload-screen .logo svg {
        height: 100% !important; }
      .dimmerColor .preload-screen .logo path {
        fill: #c8ad73; }
  .dimmerColor .dimmerBorder {
    height: calc(100% - 2em);
    width: calc(100% - 2em);
    position: absolute;
    margin: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    }
    .dimmerColor .dimmerBorder div {
      position: absolute;
      background: rgba(200, 173, 115, 0.5);
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top; }
    .dimmerColor .dimmerBorder .dimmerBorder-top-left, .dimmerColor .dimmerBorder .dimmerBorder-top-right, .dimmerColor .dimmerBorder .dimmerBorder-bottom-left, .dimmerColor .dimmerBorder .dimmerBorder-bottom-right {
      width: 50%;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      }
    .dimmerColor .dimmerBorder .dimmerBorder-top-left {
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, color-stop(40vw, rgba(200, 173, 115, 0.5)), color-stop(43vw, rgba(200, 173, 115, 0)));
      background: -o-linear-gradient(left, rgba(200, 173, 115, 0.5) 40vw, rgba(200, 173, 115, 0) 43vw);
      background: linear-gradient(to right, rgba(200, 173, 115, 0.5) 40vw, rgba(200, 173, 115, 0) 43vw); }
      @media all and (max-width: 1024px) {
        .dimmerColor .dimmerBorder .dimmerBorder-top-left {
          background: -webkit-gradient(linear, left top, right top, color-stop(35vw, rgba(200, 173, 115, 0.5)), color-stop(40vw, rgba(200, 173, 115, 0)));
          background: -o-linear-gradient(left, rgba(200, 173, 115, 0.5) 35vw, rgba(200, 173, 115, 0) 40vw);
          background: linear-gradient(to right, rgba(200, 173, 115, 0.5) 35vw, rgba(200, 173, 115, 0) 40vw); } }
      @media all and (max-width: 567px) {
        .dimmerColor .dimmerBorder .dimmerBorder-top-left {
          background: -webkit-gradient(linear, left top, right top, color-stop(30vw, rgba(200, 173, 115, 0.5)), color-stop(35vw, rgba(200, 173, 115, 0)));
          background: -o-linear-gradient(left, rgba(200, 173, 115, 0.5) 30vw, rgba(200, 173, 115, 0) 35vw);
          background: linear-gradient(to right, rgba(200, 173, 115, 0.5) 30vw, rgba(200, 173, 115, 0) 35vw); } }
    .dimmerColor .dimmerBorder .dimmerBorder-top-right {
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      height: 1px;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(40vw, rgba(200, 173, 115, 0.5)), color-stop(43vw, rgba(200, 173, 115, 0)));
      background: -o-linear-gradient(right, rgba(200, 173, 115, 0.5) 40vw, rgba(200, 173, 115, 0) 43vw);
      background: linear-gradient(to left, rgba(200, 173, 115, 0.5) 40vw, rgba(200, 173, 115, 0) 43vw); }
      .dimmerColor .dimmerBorder .dimmerBorder-top-right:after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute; }
      @media all and (max-width: 1024px) {
        .dimmerColor .dimmerBorder .dimmerBorder-top-right {
          background: -webkit-gradient(linear, right top, left top, color-stop(35vw, rgba(200, 173, 115, 0.5)), color-stop(40vw, rgba(200, 173, 115, 0)));
          background: -o-linear-gradient(right, rgba(200, 173, 115, 0.5) 35vw, rgba(200, 173, 115, 0) 40vw);
          background: linear-gradient(to left, rgba(200, 173, 115, 0.5) 35vw, rgba(200, 173, 115, 0) 40vw); } }
      @media all and (max-width: 567px) {
        .dimmerColor .dimmerBorder .dimmerBorder-top-right {
          background: -webkit-gradient(linear, right top, left top, color-stop(30vw, rgba(200, 173, 115, 0.5)), color-stop(35vw, rgba(200, 173, 115, 0)));
          background: -o-linear-gradient(right, rgba(200, 173, 115, 0.5) 30vw, rgba(200, 173, 115, 0) 35vw);
          background: linear-gradient(to left, rgba(200, 173, 115, 0.5) 30vw, rgba(200, 173, 115, 0) 35vw); } }
    .dimmerColor .dimmerBorder .dimmerBorder-bottom-left {
      height: 1px;
      bottom: 0;
      width: 47.5%; }
      @media all and (max-width: 768px) {
        .dimmerColor .dimmerBorder .dimmerBorder-bottom-left {
          width: 45.5%; } }
      @media all and (max-width: 567px) {
        .dimmerColor .dimmerBorder .dimmerBorder-bottom-left {
          width: 50%;
          } }
    .dimmerColor .dimmerBorder .dimmerBorder-bottom-right {
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      height: 1px;
      width: 47.5%;
      right: 0;
      bottom: 0; }
      @media all and (max-width: 768px) {
        .dimmerColor .dimmerBorder .dimmerBorder-bottom-right {
          width: 45.5%; } }
      @media all and (max-width: 567px) {
        .dimmerColor .dimmerBorder .dimmerBorder-bottom-right {
          width: 50%;
          } }
      .dimmerColor .dimmerBorder .dimmerBorder-bottom-right:after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute; }
    .dimmerColor .dimmerBorder .dimmerBorder-left {
      height: 100%;
      width: 1px;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
    .dimmerColor .dimmerBorder .dimmerBorder-right {
      height: 100%;
      width: 1px;
      right: 0;
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }

              










              



              .dimmerRectCon {
                width: -webkit-calc(100% - 11em);
                width: calc(100% - 2em);
                height: -webkit-calc(100% - 11em);
                height: calc(100% - 2em);
                left: 1em;
                top: 1em;
                position: absolute;
                }
                .dimmerRectCon .dimmerRect {
                  width: 50%;
                  height: 50%;
                  position: absolute;
                  background: #c8ad73; }
                  @media all and (max-width: 567px) {
                    .dimmerRectCon .dimmerRect {
                      width: 100%; } }
                  .dimmerRectCon .dimmerRect.tl {
                    -webkit-transform-origin: left;
                        -ms-transform-origin: left;
                            transform-origin: left; }
                  .dimmerRectCon .dimmerRect.tr {
                    right: 0;
                    -webkit-transform-origin: left;
                        -ms-transform-origin: left;
                            transform-origin: left; }
                  .dimmerRectCon .dimmerRect.br {
                    right: 0;
                    -webkit-transform-origin: right;
                        -ms-transform-origin: right;
                            transform-origin: right;
                    bottom: 0; }
                  .dimmerRectCon .dimmerRect.bl {
                    bottom: 0;
                    -webkit-transform-origin: right;
                        -ms-transform-origin: right;
                            transform-origin: right; }
              


nav {
  position: fixed;
  z-index: 1111;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  }
  nav.active {
    display: block; }
  nav .dimmerRectCon .dimmerRect {
    background: rgba(200, 173, 115, 0.92); }
  nav .nav-con {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: center;
    align-items: start;
    padding: 5.5em;
    }
    @media all and (max-width: 567px) {
      nav .nav-con {
        padding: 2.75em; } }
  nav .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    nav .social .contact-title {
      margin-left: 0.5em; }
    nav .social:hover {
      color: #917437; }
      nav .social:hover svg {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 0.8; }
    nav .social svg {
      -webkit-transition: all ease-out 0.3s;
      -o-transition: all ease-out 0.3s;
      transition: all ease-out 0.3s;
      width: 2.5em;
      height: 2.5em; }
      @media all and (max-width: 1024px) {
        nav .social svg {
          width: 30px;
          height: 30px; } }
      @media all and (max-width: 767px) {
        nav .social svg {
          width: 20px;
          height: 20px; } }
  nav ul {
    margin-left: auto;
    padding-right: 11em;
    padding-left: 0;
    }
    @media all and (max-width: 768px) {
      nav ul {
        padding-right: 3.85em; } }
    @media all and (max-width: 567px) {
      nav ul {
        padding-right: 4.95em;
        margin-bottom: 15vh; } }
    nav ul li {
      font-weight: 700;
      font-size: 4.4em;
      text-transform: uppercase;
      text-align: right;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      line-height: 1.2;
      pointer-events: all !important;
      }
      @media all and (max-width: 1024px) {
        nav ul li {
          font-size: 4.95em; } }
      @media all and (max-width: 768px) {
        nav ul li {
          font-size: 3.85em; } }
      @media all and (max-height: 420px) {
        nav ul li {
          font-size: 2.475em;
          margin-bottom: 2vh; } }
      @media all and (max-width: 567px) {
        nav ul li {
          margin-bottom: 0.6em; } }
      @media screen and (max-width: 360px) {
        nav ul li {
          margin-bottom: 0.4em; } }
      @media all and (max-width: 320px) {
        nav ul li {
          font-size: 3.3em; } }
      nav ul li .li {
        overflow: hidden; }
      nav ul li a {
        color: white;
        -webkit-transition: color ease-out 0.4s, padding-right ease-out 0.4s;
        -o-transition: color ease-out 0.4s, padding-right ease-out 0.4s;
        transition: color ease-out 0.4s, padding-right ease-out 0.4s;
        display: inline-block; }
        nav ul li a:hover {
          color: #917437;
          padding-right: 2vw; }
      nav ul li .count {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: -0.075em;
        overflow: hidden;
        left: 100%;
        margin-left: 0.5em; }
        @media all and (max-width: 567px) {
          nav ul li .count {
            font-size: 0.8em; } }
        nav ul li .count .number, nav ul li .count .slash {
          color: white;
          opacity: 0.3;
          text-align: left;
          display: inline-block;
          font-weight: 400;
          font-family: benton-modern-display, serif;
          letter-spacing: 0.05em; }
        nav ul li .count .number {
          padding-left: 0.2em; }
        nav ul li .count .slash {
          width: 2px;
          background: white;
          position: absolute;
          height: 0.6875em;
          -webkit-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
                  transform-origin: bottom left; }
          @media all and (max-width: 767px) {
            nav ul li .count .slash {
              width: 1px; } }
      nav ul li.current_page_item {
        pointer-events: none; }



        @media (max-width: 1024px) {
          .contact-info {
              position: absolute;
          }
      }




        .contact-info {
          margin-top: auto;
          overflow: hidden;
      }

    .contact-info .contact-row {
        color: rgba(255, 255, 255, 0.8);
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0.5em 1em;
        margin-top: 1em;
        letter-spacing: 1px;
    }

    .contact-info .contact-row .contact-title {
  text-transform: uppercase;
  }
  .contact-info .contact-row .contact-phone {
    font-size: 1em;
    color: white;
    margin: 0 !important;
    font-weight: 600;
}

nav ul li.current_page_item {
  pointer-events: none;
}
nav ul li .li {
  overflow: hidden;
}
nav ul li a {
  color: white;
  -webkit-transition: color ease-out 0.4s, padding-right ease-out 0.4s;
  -o-transition: color ease-out 0.4s, padding-right ease-out 0.4s;
  transition: color ease-out 0.4s, padding-right ease-out 0.4s;
  display: inline-block;
}
nav ul li {
  font-weight: 700;
  font-size: 4.4em;
  text-transform: uppercase;
  text-align: right;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.2;
  pointer-events: all !important;
}

@media (max-width: 1024px) {
  nav ul li {
      font-size: 1.95em;
  }
}
@media (max-width: 768px) {
  nav ul {
      padding-right: 3.85em;
  }
  nav ul li {
    font-size: 1.85em;
}
}

        @media (max-width: 567px) {
          nav ul li {
            margin-bottom: 0.1em;
        }
          .contact-info {
              bottom: 0.5rem;
          }
          nav .nav-con {
            padding: 2rem;
        }
        .contact-info .contact-row {
          /* font-size: 1.3em; */
          margin-top: 0.3em;
          padding: 0.2em 1em;
      }
      nav ul {
        padding-right: 0;
        margin-bottom: 0;
    }
      }
