@charset "UTF-8";
* {
  -webkit-appearance: none;
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}
::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}
img {
  max-width: 100% !important;
  vertical-align: middle;
  max-height: initial !important;
}
.grecaptcha-badge {
  display: none;
}
div.skiptranslate {
  display: none !important;
}

/* Main */
:root {
  --color-key: #ed0000;
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  top: 0 !important;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #3a9923;
}
p,
ul {
  margin-bottom: 0px;
}
.img-block {
  max-width: 100%;
  display: block;
}
.img-block-full {
  max-width: 100%;
  width: 100%;
  display: block;
}
.img-block-auto {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.hidden-vcard,
.hidden-seoh {
  font-size: 0px;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  text-indent: -999999999px;
  margin: 0px;
}
.text-split-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 16px;
}
.text-split-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 20px;
}
.posk {
  position: sticky;
  top: 50px;
}

/*Reset bootstrap*/
.container {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1240px !important;
  width: 100% !important;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  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: #fff;
  width: 25px;
  height: 25px;
  background: var(--color-red);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}
.breadCrumbs {
}

/*Header*/
.header {
  position: sticky;
  top: 0;
  z-index: 222;
  z-index: 999 !important;
}
.left-logo {
  width: 242px;
}
.right-logo {
  width: calc(100% - 242px);
  padding-top: 36px;
  position: relative;
}
.right-logo .banner {
  width: calc(100% - 200px);
}
.top-show {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  background: #ededed;
  width: 100%;
  padding-left: 10px;
}
.top-show:before {
  width: 39px;
  height: 36px;
  background: url("../images/left-top.png") no-repeat left center;
  content: "";
  position: absolute;
  left: -39px;
}
.top-show:after {
  width: 100%;
  left: 100%;
  content: "";
  height: 36px;
  position: absolute;
  background: #ededed;
}
.top-show p a img {
  max-height: 27px;
}
.info-header,
.user-header a {
  color: #fff;
}
.info-header {
  font-family: "UTMSharnay";
  font-size: 25px;
  margin: -7px 0px 0px;
  font-weight: 400;
  position: relative;
  width: 400px;
  display: block;
}
.info-header:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 2px;
  bottom: -2px;
  font-size: 25px;
  color: #333;
  z-index: 0;
  -webkit-text-stroke: 0.5px #fff;
  -webkit-text-fill-color: transparent;
}
.info-header span {
  position: relative;
  z-index: 1;
}
.hotline {
  padding-left: 48px;
  width: 180px;
}
/* background:url('../images/icon-hotline.png') no-repeat left center */
.hotline p:nth-child(1) {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "UTMAvo";
}
.hotline p:nth-child(2) {
  font-size: 19px;
  text-transform: uppercase;
  color: #ff0000;
  font-family: "UTMAvoBold";
}
.social-header {
  list-style: none;
}
.social-header a {
  margin: 0px 2px;
}
.social-header img {
  max-height: 30px;
}
.header-bottom {
  padding: 10px 0px;
}
.hotline-header p:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
}
.hotline-header p:nth-child(2) {
  font-size: 25px;
  color: #ff0000;
  font-weight: 900;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*Menu*/
.logo {
  width: 180px;
}
.menu ul.menu-i {
  width: 100%;
  margin: 0px;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul.menu-i > li:first-child,
.menu ul.menu-i > li:last-child {
  display: none;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.menu ul li a {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
}
.menu ul li a {
  font-size: 16px;
  color: #1c1c1c;
  margin: 0px;
  padding: 36px 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.menu ul li ul li a {
  color: #333;
}
.menu ul.menu-i > li > a.active,
.menu ul.menu-i > li:hover > a {
  color: #3a9923; /* background:#FFB900; */
}
.menu ul.menu-i > li > a.active:after,
.menu ul.menu-i > li:hover > a:after {
  transform: scale(1);
}
.menu ul li ul li a:hover {
  color: #fff;
  background: #3a9923;
}
.menu ul li ul {
  position: absolute;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li ul.wpage {
  min-width: 400px;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li a {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 17px;
  padding: 8px 15px;
  text-transform: inherit;
  line-height: 24px;
  text-transform: capitalize;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}

/* Search */
.search {
  width: 100%;
  display: flex;
  background: #fff;
  border: 1px solid #fff;
  margin: 10px 0px;
  position: relative;
}
.search p {
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: var(--color-gray);
  font-size: 16px;
}
.search input {
  width: calc(100% - 35px);
  height: 35px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}
.search input::-webkit-input-placeholder {
  color: #ccc;
}
.search input:-moz-placeholder {
  color: #ccc;
}
.search input::-moz-placeholder {
  color: #ccc;
}
.search input:-ms-input-placeholder {
  color: #ccc;
}
.searchs-menu .search {
  border: 1px solid #e6e6e6;
}

/*Title*/
.title-main {
  text-align: center;
  overflow-x: hidden;
  padding-bottom: 12px;
}
.title-main h3,
.title-main h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 35px;
  margin-bottom: 0px;
  font-family: "UTMAvoBold";
}
.title-main h3.white {
  color: #fff;
}
.title-main p {
  color: #fff;
}
.title-main-news {
  text-align: left;
}
.title-main-news h1 {
  font-size: 20px;
}
.box-main {
  margin: auto;
}
.left-main {
  width: 270px;
}
.left-main .left-title {
  padding-left: 30px;
  background: url("../images/icon-list.png") no-repeat left center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  line-height: 30px;
}
.left-main .left-desc ul {
  list-style: none;
}
.left-main .left-desc {
  border: 1px solid #f3f3f3;
  padding: 15px;
}
.left-main .left-desc .left-menu-border li:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.left-main .left-desc .left-menu li {
  position: relative;
}
.left-main .left-desc .left-menu li a {
  font-size: 14px;
  color: #333;
  padding: 6px 10px 6px 15px;
  position: relative;
  display: block;
}
.left-main .left-desc .left-menu li a.tt {
  text-transform: uppercase;
}
.left-main .left-desc .left-menu li a:before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
  background: #dedede;
  border-radius: 50%;
}
.left-main .left-desc .left-menu li ul {
  width: 100%;
  left: 100%;
  top: 0px;
  position: absolute;
  background: #fff;
  padding: 0px 10px;
  z-index: 20;
  box-shadow: 0px 0px 5px #d9d9d9;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: all 0.6s;
}
.left-main .left-desc .left-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.left-main .left-desc .left-menu li:hover > a {
  color: var(--color-key);
}
.left-main .left-desc .left-menu li:hover > a:before {
  background: var(--color-key);
}
.left-main .left-desc .support-info {
  margin-left: 5px;
}
.left-main .left-desc .support-info p:nth-child(1) {
  font-size: 12px;
}
.left-main .left-desc .support-info p:nth-child(2) {
  font-size: 15px;
  font-weight: 700;
  color: #f00000;
}
.left-main .left-desc .support-email {
  padding-left: 35px;
  background: url("../images/icon-mail.png") no-repeat left center;
  line-height: 30px;
}
.left-main .left-desc.support-bg {
  padding-bottom: 135px;
  background: url("../images/icon-support.png") no-repeat bottom right;
}
.right-main {
  width: calc(100% - 300px);
}

/*Product*/
#product-index {
}
.product {
  transition: all 0.6s;
}
.product:hover {
  box-shadow: 0px 0px 10px #cccccc;
}
.product-img {
  padding: 10px 10px 0px 10px;
  position: relative;
}
.product-img .price-per {
  width: 37px;
  height: 37px;
  display: inline-block;
  background: url("../images/icon-sale.png") no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-product {
  margin-bottom: 5px;
}
.product-info {
  padding: 10px;
}
.product-info h3 {
  line-height: 15px;
  margin-bottom: 5px;
}
.product-info h3 a {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 700;
}
.price-product .price-new {
  font-size: 16px;
  color: #ff0000;
  font-weight: 700;
}
.price-product .price-old {
  font-size: 13px;
  color: #333;
  text-decoration: line-through;
}
.price-product .price-per {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background: var(--color-key);
  border-radius: 2px;
  font-size: 13px;
  margin-left: 9px;
  position: relative;
}
.price-product .price-per:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: var(--color-key);
  border-width: 5px;
  margin-top: -4px;
}
.product-action {
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-action button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #ff2a2d;
  background: #fff;
  border-radius: 5px;
  position: relative;
  font-size: 13px;
  border: none;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  -os-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 5px;
}
.product-action button:hover {
  background: #ff2a2d;
  color: #fff;
}
.product:hover .product-action {
  visibility: visible;
  opacity: 1;
}

/*Product Detail*/
.left-pro-detail {
  width: 40%;
}
.right-pro-detail {
  width: calc(100% - 42%);
}
.gallery-thumb-pro {
  margin-top: 15px;
}
.thumb-pro-detail {
  display: block !important;
  margin: auto;
  max-width: 100%;
  padding: 0 6px;
}
.thumb-pro-detail.mz-thumb-selected.mz-thumb {
  border-color: rgba(0, 0, 0, 0.2);
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
}
.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;
}
.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}
.attr-label-pro-detail.d-block.w-attr {
  width: 70px;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.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: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}
.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;
}
.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;
  cursor: pointer;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff !important;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
}
.cart-pro-detail a.buynow {
  background-color: var(--color-green);
}
.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: 15px 0px 10px 0px;
}
.tags-pro-detail a {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: var(--color-red);
  border-radius: 3px;
  display: inline-block;
}
.tags-pro-detail a:hover {
  background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
  font-size: 10px;
  margin: 5px 5px 0px 0px;
}
.tabs-left-detail {
  width: calc(75% - 15px);
  margin-right: 15px;
}
.tabs-right-detail {
  width: calc(25% - 15px);
  margin-left: 15px;
}
.tabs-right-detail h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  width: 100%;
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: flex-start;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  margin-right: 5px;
  background: #eee;
  padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}
.info-pro-detail {
  line-height: 1.5;
}
.info-pro-detail p {
  margin-bottom: 15px;
}
.info-pro-detail img {
  max-width: 100%;
  vertical-align: inherit;
}
.product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.product-detail * {
  line-height: 1.5;
}
.product-detail .product-detail-img {
  width: calc(35% - 5px);
  margin-right: 5px;
}
.product-detail .product-detail-info {
  width: calc(65% - 5px);
  margin-left: 5px;
}
.product-detail .product-detail-info h3 {
  font-size: 14px;
  margin-bottom: 2px;
}
.product-detail .product-detail-info h3 a {
  color: #333;
}

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

/*News*/
.news-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.news-box .img-box {
  width: 115px;
}
.news-box .desc-box {
  width: calc(100% - 125px);
  margin-left: 10px;
  position: relative;
  text-align: left;
  color: #777777;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.news-box .desc-box .tt-background {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.news-box:hover .desc-box .tt-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.news-box .desc-box .tt-zindex {
  position: relative;
  z-index: 2;
}
.news-box .name-news-home a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.news-box .view-news-home {
  margin-top: 10px;
}
.news-box .view-news-home a {
  display: inline-block;
  padding: 3px 10px;
  color: #333;
  border: 1px solid #333;
}

/*News page*/
#news-index {
  margin-top: 30px;
}
.news {
  margin-bottom: 15px;
}
.news .pic-news {
}
.news .info-news {
  margin-top: 15px;
}
.news .info-news .name-news {
  font-size: 18px;
}
.news .info-news .name-news a {
  color: #333;
}
.news .info-news .time-news {
  font-style: italic;
  margin-bottom: 10px;
}
.news .info-news .desc-news {
  margin-bottom: 15px;
}

/*News Detail*/
.box-news-detail {
  /* display: flex; justify-content: space-between; flex-wrap: wrap;  */
}
.left-news-detail {
  width: calc(75% - 15px);
}
.right-news-detail {
  width: calc(25% - 15px);
}
.info-news-detail ul,
.info-news-detail ol {
  padding-left: 40px;
}
.info-news-detail p,
.info-news-detail li {
  margin-bottom: 10px;
}
.info-news-detail h2 {
  font-size: 20px;
}
.info-news-detail h3 {
  font-size: 17px;
}
.time-main {
  font-style: italic;
}
.time-main i {
  margin-right: 5px;
}
.othernews {
  margin: 15px 0px;
  padding: 15px;
  background: #f7f7f7;
}
.othernews h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}
.othernews li {
  margin: 5px 0px;
  list-style: none;
}
.othernews li a {
  color: #333;
}
.other-title {
  padding: 8px 10px;
  background: var(--color-key);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.other-title h5 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.other-title a {
  color: #fff;
  font-style: italic;
}
.news-other {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-other .pic-news {
  width: calc(35% - 5px);
}
.news-other .info-news {
  width: calc(65% - 5px);
}
.news-other .info-news .name-news {
  font-size: 14px;
  line-height: 1.5;
}
.news-other .info-news .name-news a {
  color: #333;
}
.news-other:hover .info-news .name-news a {
  color: var(--color-key);
}
.news-other .info-news .time-news {
  font-style: italic;
  margin-bottom: 10px;
}
.news-other .info-news .desc-news {
  margin-bottom: 15px;
}

/*video-fanpage-form-index*/
#video-fanpage-form-index {
  padding: 30px 0px;
  background: #f2f2f2;
}
.video-fanpage-form-box {
  margin: 0px -20px;
}
.col-page {
  width: calc(100% / 3);
  padding: 0px 20px;
  overflow: hidden;
}
.col-page h5 {
  font-size: 24px;
  font-family: "UTMAvoBold";
  padding-left: 10px;
  border-left: 3px solid var(--color-key);
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.col-page .input-contact input,
.col-page .input-contact textarea {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0px;
}
.col-page .input-contact textarea {
  height: 125px;
}
.col-page .btn {
  border-radius: 0px;
  background: var(--color-key);
  border: 1px solid var(--color-key);
  min-width: 165px;
  text-align: center;
  text-transform: uppercase;
}
.col-page .img-video {
  margin-bottom: 10px;
}

/*desc-index*/
.desc-index .left-index {
  width: 515px;
}
.col-desc .img-video {
  position: relative;
  overflow: hidden;
}
.col-desc .img-video h3 {
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  bottom: 0px;
  margin-bottom: 0px;
}
.col-desc .img-video span {
  display: inline-block;
  width: 81px;
  height: 81px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.col-desc .img-video span img {
  z-index: 1;
  position: relative;
}
.col-desc .img-video span:after {
  position: absolute;
  width: 121px;
  height: 121px;
  top: -20px;
  left: -20px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation: morphing 10s infinite;
  z-index: 0;
}
@-moz-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-o-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
.desc-index .right-index {
  width: calc(100% - 515px);
  padding: 20px 20px 20px 20px;
  background: #f1f1f1;
}

/*Album*/
.album {
}
.album .name-album {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.album .name-album a {
  color: #333;
}

/*Video*/
#video-index {
  margin-top: 30px;
}
.video .name-video {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.video .name-video a {
  color: #333;
}

/*Service*/
.service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #f7f7f7;
}
.service:last-child {
  border-bottom: 0px solid #f7f7f7;
  padding-bottom: 0px;
}
.service img {
  margin-right: 10px;
}
.service h4 {
  font-size: 15px;
  color: #333;
}

/*Contact*/
.top-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maps-contact {
  width: calc(50% - 15px);
}
.maps-contact iframe {
  width: 100% !important;
  height: 310px !important;
  display: block;
}
.form-contact {
  width: calc(50% - 15px);
}
.input-contact {
  position: relative;
  margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
  width: 100%;
  padding: 0px;
  outline: none;
  font-size: 14px;
}
.input-contact input {
  text-indent: 10px;
}
.input-contact textarea {
  resize: none;
  height: 150px;
  padding: 10px;
}
.input-contact .custom-file-label::after {
  content: attr(title);
}

/*Footer*/
#footer {
  background: #2c2c2c;
  padding: 40px 0px;
  color: #fff;
  position: relative;
  font-size: 16px;
  padding-top: 72px;
}
.title-footer {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  position: relative;
  font-weight: 700;
}
.info-footer p {
  margin-bottom: 18px;
  display: flex;
  align-items: start;
}
.info-footer p img {
  margin-right: 6px;
}
.footer-ul {
  list-style: none;
}
.footer-ul li {
  margin-bottom: 15px;
}
.footer-ul li a {
  color: #fff;
}
.newsletter-input {
  position: relative;
}
.newsletter-input input {
  padding: 0px;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 0px;
  background-clip: unset;
  border: 1px solid #fff;
}
.newsletter-button {
  margin-top: 5px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  background-color: #fff;
  color: var(--color-red);
  display: inline-block;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  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;
  border: 1px solid #fff;
}
.list-tags li a:hover {
  background-color: var(--color-medium-red);
}
#footer-map iframe {
  width: 100% !important;
}
#footer-powered {
  background: #161616;
  padding: 10px 0px;
  color: #fff;
  border-top: 1px solid #383838;
  position: relative;
}
#footer-powered p {
  margin: 0px 5px;
}
.social-footer {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 39px !important;
}
.social-footer li {
  margin-right: 5px;
}

/*Brand*/
#brand {
  width: calc(100% - 540px);
}
.brand img {
}

/*Partner*/
#partner {
  padding: 15px 0px;
}
.partner img {
  border: 1px solid #ddd;
}

/*breadcrumb*/
.breadcrumb a {
  color: #333;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #eeeeee;
  margin-top: 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;
}
.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 {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Slideshow */
.slideshow {
  margin: 0 auto;
}
.owl-carousel.in-home-slider img {
  max-width: 100%;
  display: block;
}
.owl-carousel.in-home-slider .owlleft,
.owl-carousel.in-home-slider .owlright {
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 20px;
  background: #fff;
}
.owl-carousel.in-home-slider .owlleft {
  right: 120px;
}
.owl-carousel.in-home-slider .owlright {
  right: 60px;
}
.owl-carousel.in-home-slider .owlleft svg,
.owl-carousel.in-home-slider .owlright svg {
  width: 55px !important;
  height: 55px !important;
}
.owl-carousel.in-home-slider .a {
  fill: none;
  stroke: #198c5f;
  stroke-width: 560;
  stroke-miterlimit: 10;
}
.owl-carousel.in-home-slider .owl-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.owl-carousel.in-home-slider .caption-slider {
  position: relative;
}
.owl-carousel.in-home-slider .caption-slider .postion {
  padding: 40px;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel.in-home-slider .caption-slider .postion h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.owl-carousel.in-home-slider .caption-slider .postion p {
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.owl-carousel.in-home-slider .caption-slider .postion p a {
  font-size: 13px;
  padding: 6px 20px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
}
.owl-carousel.in-home-slider .caption-slider .postion p a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.owl-carousel.in-home-slider .active .postion {
  animation: 2s 0.2s zoomIn both;
}
.owl-carousel.in-home-slider .active .slide-caption__title {
  animation: 1s 1s fadeInUp both;
}
.owl-carousel.in-home-slider .active .slide-caption__desc {
  animation: 1s 1.5s fadeInUp both;
}
.owl-carousel.in-home-slider .active .slide-caption__btn {
  animation: 1s 2s fadeInUp both;
}
.caption-slider img {
  width: 100%;
}

/*Menu-Search-Mobile*/
.opacity-menu.open-opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 9999;
}
.header-left-fixwidth {
  top: 0 !important;
  width: 255px;
  min-height: 100vh;
  position: fixed;
  float: left;
  background: #fff;
  width: 290px;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}
.header-left-fixwidth.open-sidebar-menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-left-fixwidth.open-menu {
  padding-top: 15px;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-left-fixwidth .wrap-header {
  overflow-y: auto;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 15px;
}
.header-left-fixwidth .wrap-header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset transparent;
  background-color: transparent;
}
.header-left-fixwidth .wrap-header::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}
.header-left-fixwidth .wrap-header::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
}
.header-left-fixwidth .wrap-header .logos-menu {
  padding: 20px 0px;
}
.header-left-fixwidth .wrap-header .logos-menu img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 70px;
}
.header-left-fixwidth .wrap-header .searchs-menu .search-bar {
  width: 100%;
  position: relative;
}
.header-left-fixwidth .wrap-header .searchs-menu .search-text {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: solid 1px #e5e6ec;
  padding: 0 40px 0 10px;
  outline: none;
  font-size: var(--font-size);
  background: #f0f0f0;
}
.header-left-fixwidth .wrap-header .searchs-menu .search-btn {
  position: absolute;
  right: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f00;
  top: 0px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header-left-fixwidth .wrap-header .account-cart-menu {
  text-align: left;
  padding: 20px 0px;
}
.header-left-fixwidth .wrap-header .account-cart-menu a {
  color: var(--color-key);
}
.header-left-fixwidth .wrap-header .account-cart-menu span {
  padding: 0px 5px;
}
.header-left-fixwidth .wrap-header .nav-menu ul a {
  display: block;
  font-size: 15px;
  color: #333;
  padding: 10px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-left-fixwidth .wrap-header .nav-menu ul li {
  position: relative;
  border-top: 1px solid #f0f0f0;
  list-style: none;
}
.header-left-fixwidth .wrap-header .nav-menu ul li a:hover {
  background-color: #f0f0f0;
}
.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
  position: absolute;
  right: 0px;
  font-size: 25px;
  display: flex;
  width: 43px;
  height: 43px;
  background: transparent;
  top: 0px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #8a8987;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.6s;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {
  transition: all 0.6s;
}
.header-left-fixwidth
  .wrap-header
  .nav-menu
  ul
  li
  span.btn-dropdown-menu.active
  i {
  transform: rotate(90deg);
  color: var(--color-key);
}
.header-left-fixwidth .wrap-header .nav-menu ul li a i {
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
  padding: 12px 20px;
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu ul.sub-menu a {
  padding: 12px 35px;
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
  display: none;
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.block {
  display: block;
}

/*Owl-page-arrow*/
.owl-carousel.in-arrow .owlleft,
.owl-carousel.in-arrow .owlright {
  width: 35px;
  height: 35px;
  position: absolute;
  background: transparent;
}
.owl-carousel.in-arrow .owlleft {
  left: 0px;
}
.owl-carousel.in-arrow .owlright {
  right: 0px;
}
.owl-carousel.in-arrow .owlleft svg,
.owl-carousel.in-arrow .owlright svg {
  width: 35px !important;
  height: 35px !important;
}
.owl-carousel.in-arrow .a {
  fill: none;
  stroke: #2f2f2f;
  stroke-width: 560;
  stroke-miterlimit: 10;
}
.owl-carousel.in-arrow .owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
  left: 0px;
  margin-top: calc(-35px / 2);
}
.owl-carousel.in-arrow-detail .owlleft,
.owl-carousel.in-arrow-detail .owlright {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  top: 0px;
}
.owl-carousel.in-arrow-detail .owlleft {
  left: 0px;
}
.owl-carousel.in-arrow-detail .owlright {
  right: 0px;
}
.owl-carousel.in-arrow-detail .owlleft svg,
.owl-carousel.in-arrow-detail .owlright svg {
  width: 20px !important;
  height: 20px !important;
}
.owl-carousel.in-arrow-detail .a {
  fill: none;
  stroke: #198c5f;
  stroke-width: 560;
  stroke-miterlimit: 10;
}
.owl-carousel.in-arrow-detail .owl-nav {
  position: absolute;
  bottom: 60%;
  width: 100%;
  left: 0px;
  margin-bottom: 0;
  height: 0;
}
.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: var(--color-key);
  color: #fff;
  border-color: var(--color-key);
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.scale-img {
  overflow: hidden;
}
.scale-img img {
  transition: all 0.6s;
}
.scale-img:hover img {
  transform: scale(1.01);
}
.hover-desc:hover .name-news a {
  color: var(--color-key);
}

/* 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;
  right: 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: #1182fc;
  position: relative;
  z-index: 1;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.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: transparent;
  -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: #1182fc;
  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: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

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

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

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1e30;
}
.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.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-box,
.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);
  -moz-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 {
  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;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
  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;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, 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;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  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;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}
.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #1182fc;
  color: #fff;
  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-header {
  color: #fff;
  background: #1182fc;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-container.open {
  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 {
  transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}

/* Toolbar */
.toolbar {
  background: var(--color-key);
  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;
}
div.show-banner-slide {
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
div.wrap-banner-slide {
  -webkit-transform-style: inherit;
  transform-style: inherit;
}
div.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform-origin: center center 0;
  -webkit-transform: translateZ(-1px) scale(2);
  transform-origin: center center 0;
  transform: translateZ(-1px) scale(2);
  background: 50% 50% / cover;
}
div.info-desc-slide {
}
div.info-desc-slide .title-slide {
  margin-bottom: 1.3rem;
}
div.info-desc-slide .title-slide p {
  font-family: "Viaoda Libre", cursive;
  text-align: center;
  line-height: 64px;
}
div.info-desc-slide .desc-slide {
  text-align: center;
  line-height: 28px;
}
div.info-desc-slide .desc-slide p {
}
div.show-ul-list {
}
div.show-ul-list > p {
  background: url(../images/bg-down-tour.svg) no-repeat center right;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
}
div.show-ul-list > input {
  border: 0;
  background: url(../images/bg-down-tour.svg) no-repeat center right;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff;
  padding-top: 3px;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding-left: 0;
  cursor: pointer;
  font-size: 14px;
}
div.slick-arrows {
}
div.slick-arrows .slick-arrow {
  background: url(../images/slick-arrows.svg);
  width: 24px;
  height: 24px;
  transform: none;
  top: calc(50% - 12px);
  margin: auto;
}
div.slick-arrows .slick-arrow:before {
  opacity: 0;
}
div.slick-arrows .slick-arrow.slick-prev {
}
div.slick-arrows .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.wrap-taisao {
  background-position: center 18%;
}
div.wrap-rumb {
}
div.wrap-rumb .title-rumb {
}
div.wrap-rumb .title-rumb p {
}
div.wrap-rumb ul {
}
div.wrap-rumb ul li {
}
div.wrap-rumb ul li a {
}
div.wrap-rumb ul li:nth-child a:after {
  content: "";
}
div.row-list-danhmuc {
}
div.row-list-danhmuc .carousel {
}
div.row-list-danhmuc .carousel .carousel-cell {
  width: 25%; /* padding: 0 6px; */
}
div.bloxk-icon-list {
  padding: 14px;
}
div.wrap-show-mota-danhmuc {
  background-position: calc((100vw - 1240px) / 2) bottom;
}
div.wrap-show-mota-danhmuc .title-danhmuc {
}
div.wrap-show-mota-danhmuc .title-danhmuc p {
}
div.wrap-show-mota-danhmuc .title-danhmuc p {
  font-family: "Viaoda Libre";
  text-transform: capitalize;
  color: #1c1c1c;
  font-size: 32px;
  margin-bottom: 1rem;
}
div.wrap-show-mota-danhmuc .noidung-danhmuc {
  font-size: 16px;
  line-height: 26px;
}
div.tap-info {
}
div.tap-info ul {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
div.tap-info ul li {
  display: inline-block;
  margin-right: 3rem;
}
div.tap-info ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px; /* identical to box height, or 140% */ /* Black */
  color: #1c1c1c;
  cursor: pointer;
  padding: 14px 0px;
  display: block;
  position: relative;
}
div.tap-info ul li a.active {
}
div.tap-info ul li a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3a9923;
  left: 0;
  bottom: -2px;
}
#lich-trinh ul {
  position: relative;
}
#lich-trinh ul:after {
  content: "";
  left: 0;
  width: 1px;
  background-color: #3a9923;
  position: absolute;
  height: calc(100% - 10px);
  top: 10px;
}
#lich-trinh ul li {
}
#lich-trinh ul li > p.title-detail-lichtrinh {
  padding-left: 30px;
  position: relative;
}
#lich-trinh ul li > p.title-detail-lichtrinh:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 7px; /* Accent */
  background: #3a9923;
  left: -6.5px;
  border-radius: 50%;
}
#lich-trinh ul li > div {
  padding-left: 30px;
  line-height: 25px;
}
div.noidung-tour-cke p:not(:last-child) {
  margin-bottom: 14px;
}
.wrap-detail-top-tour .owlright {
  background: url(../images/right-arrow.svg) !important;
  width: 24px !important;
  height: 24px !important;
  right: -30px !important;
}
.wrap-detail-top-tour .owlright svg {
  opacity: 0;
}
.wrap-detail-top-tour .owlleft svg {
  opacity: 0;
}
.wrap-detail-top-tour .owlleft {
  background: url(../images/right-arrow.svg) !important;
  width: 24px !important;
  height: 24px !important;
  transform: rotate(180deg);
  left: -30px !important;
}
div.block-sided {
}
div.block-sided > h4 {
  font-weight: 800;
  text-transform: uppercase;
  color: #3a9923;
  font-size: 19px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
div.block-sided > h4:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  background: #3a9923;
  left: 0;
  bottom: 0;
}
.header_contant h3 p {
  background: linear-gradient(90deg, #474645 7.75%, #707070 91.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header_contant h3 p:last-child {
  margin-top: 1px;
}
.header_contant h3 {
  display: inline-block;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
}
.header_contant span {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  margin-top: 10px;
}
.contact_bottom .info_contant_content .col_text_info_contant_content p {
  margin-bottom: 10px;
}
div.tab-thucdon a.active {
  background: #3a9923;
}
div.col-image-phong:not(:first-child) {
  display: none;
}
div.slick.in-page.slick-initialized div.col-image-phong {
  display: block !important;
}
#showlist .slick {
  margin-bottom: 0;
}
#showlist .slick .slick-dots {
  bottom: 10px;
}
#showlist .slick .slick-dots li {
  width: 10px;
  height: 10px;
  background: #3a9923;
  border-radius: 50%;
  background: #ffffff;
}
#showlist .slick .slick-dots li.slick-active {
  background: #3a9923;
}
#showlist .slick .slick-dots li button {
  display: none;
}

div.info-tour-fix {
}
div.info-tour-fix h3 {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.info-tour-fix h3 a {
  font-size: 18px;
  line-height: 28px;
}
div.info-tour-fix p {
  min-height: 42px;
  line-height: 22px;
}
.btn-whatapps {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 25px;
  bottom: 110px;
  z-index: 9;
}
