/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
/* ----------------------------------------------------------------
    Dich google
-----------------------------------------------------------------*/      
        #google_language_translator {
            clear: both;
            width: auto!important;
            text-align: right;
            display: none
        }
        
        .goog-te-gadget .goog-te-combo {
            margin: 4px 0!important
        }
        
        .goog-tooltip {
            display: none!important
        }
        
        .goog-tooltip:hover {
            display: none!important
        }
		 .skiptranslate iframe {
            display: none
        }
		/* ----------------------------------------------------------------
  google
-----------------------------------------------------------------*/
.logo__slogan h1{
	font-size: 11px;
	line-height: 1;
	margin-bottom: 0px;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }
  /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.gioithieu {
	padding: 20px 0;
}
.about-one {
  position: relative;
  background-color: var(--taxiz-white2, #F2F2F2);
}
.about-one--about {
  background-color: var(--taxiz-white, #FFFFFF);
}
.about-one__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  mix-blend-mode: overlay;
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__image {
  position: relative;
}
.about-one__image__one {
  position: relative;
  width: 100%;
  max-width: 625px;
}


@media (max-width: 1199px) {
  .about-one__image__one::before {
    top: 25px;
    left: -25px;
  }
}
@media (max-width: 991px) {
  .about-one__image__one::before {
    top: 25px;
    left: -25px;
  }
}
@media (max-width: 575px) {
  .about-one__image__one::before {
    width: calc(100% - 30px);
    left: -6px;
    animation: zumpBottom 2s linear infinite;
  }
}
.about-one__image__two a img {
  position: relative;
  width: 100%;

  z-index: 2;
  border: 10px solid var(--taxiz-white, #FFFFFF);
  box-shadow: 0px 4px 60px 10px rgba(var(--taxiz-black2-rgb, 0, 0, 0), 0.1);
}

@media (max-width: 575px) {
  .about-one__image__two {
    margin: 0;
  }
}
.about-one__image__two__img {
  border: 10px solid var(--taxiz-white, #FFFFFF);
}
.about-one__image__one__img, .about-one__image__two__img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.about-one__image__shape-one {
  position: absolute;
  top: -41px;
  right: -31px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 575px) {
  .about-one__image__shape-one {
    display: none;
  }
}
.about-one__image__shape-two {
  position: absolute;
  left: -35px;
  bottom: -37px;
  animation: zump 2s linear infinite;
}
@media (max-width: 575px) {
  .about-one__image__shape-two {
    display: none;
  }
}
.about-one__experience {
  position: relative;
  position: absolute;
  left: 46px;
  bottom: 9.75px;
  z-index: 1;
}
@media (max-width: 375px) {
  .about-one__experience {
    left: 30px;
  }
}
.about-one__experience__inner {
  padding-bottom: 12px;
  text-align: center;
}
.about-one__experience__year {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  
  text-transform: uppercase;
}
.about-one__experience__text {
  margin: 0;
  font-family: var(--taxiz-heading-font);
  font-size: 16px;
  color: var(--taxiz-black2, #000000);
  line-height: 1.75;
  
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .about-one__experience__text {
    font-size: 14px;
  }
}
.about-one__experience__shape {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-one__experience__shape__one, .about-one__experience__shape__two {
  position: relative;
  width: 258px;
  height: 169px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--taxiz-base);
}
@media (max-width: 375px) {
  .about-one__experience__shape__one, .about-one__experience__shape__two {
    width: 230px;
  }
}
.about-one__experience__shape__one {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.about-one__experience__shape__two {
  left: -218px;
  background-color: var(--taxiz-white, #FFFFFF);
}

@media (max-width: 991px) {
  .about-one__content {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .about-one__content {
    margin-top: 25px;
  }
}
.about-one .sec-title {
  margin-bottom: 19px;
}
.about-one__sub-title {
  margin-bottom: 22px;
  font-family: var(--taxiz-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  
  text-transform: uppercase;
}
.about-one__text-box {
  margin-bottom: 39px;
}
.about-one__text {
  margin-bottom: 30px;  
}
.about-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 239px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-one__shape {
    max-width: 110px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape {
    display: none;
  }
}

.about-two {
  position: relative;
  background-color: var(--taxiz-white, #FFFFFF);
}
.about-two .container {
  position: relative;
  z-index: 1;
}
.about-two__image img {
  max-width: 100%;
  height: auto;
}
.about-two__image__one {
  position: relative;
}
.about-two__image__two {
  position: relative;
  margin-top: -372px;
  margin-left: 170px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-two__image__two {
    margin-top: -150px;
  }
}
@media (max-width: 991px) {
  .about-two__image__two {
    margin-top: -250px;
  }
}
@media (max-width: 575px) {
  .about-two__image__two {
    margin-top: -200px;
  }
}
@media (max-width: 430px) {
  .about-two__image__two {
    margin-top: 30px;
    margin-left: 0;
  }
}
.about-two__image__two img {
  border: 10px solid var(--taxiz-white, #FFFFFF);
  box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.12);
}
.about-two__experience {
  padding: 23px;
  display: flex;
  align-items: center;
  min-width: 152px;
  min-height: 304px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--taxiz-black);
  border-radius: 0 1000px 1000px 0;
  z-index: 2;
}
.about-two__experience::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  border-radius: inherit;
  border: 3px solid var(--taxiz-base);
  animation: zump 2s linear infinite;
}
.about-two__experience__year {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 30px;
  color: var(--taxiz-white, #FFFFFF);
  line-height: 1;
  
  text-transform: uppercase;
}
.about-two__experience__text {
  margin: 0;
  font-family: var(--taxiz-heading-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--taxiz-white, #FFFFFF);
  line-height: 1.31;
  
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .about-two__experience__text br {
    display: inline-block;
  }
}
.about-two__content {
  position: relative;
  top: -4px;
}
@media (max-width: 991px) {
  .about-two__content {
    top: 0;
  }
}
.about-two .sec-title {
  margin-bottom: 22px;
}
.about-two__text-box {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--taxiz-border-color, #DFDFDF);
}
.about-two__text {
  margin-bottom: 21px;
  line-height: 1.75;
  
  text-transform: capitalize;
}
.about-two__inner {
  margin-bottom: 31px;
}
.about-two__inner__info-box {
  position: relative;
  top: -3px;
}
@media (max-width: 1199px) {
  .about-two__inner__info-box {
    top: 0;
  }
}
@media (max-width: 991px) {
  .about-two__inner__info-box {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .about-two__inner__info-box {
    top: 0;
  }
}
.about-two__inner__text-box {
  position: relative;
  padding: 12px 20px;
  background-color: var(--taxiz-white2, #F2F2F2);
}
.about-two__inner__text-box::before {
  content: "";
  width: 5px;
  height: calc(50% + 8px);
  position: absolute;
  top: 0;
  left: 0;
  background: var(--taxiz-base);
}
.about-two__inner__text-box::after {
  content: "";
  width: 5px;
  height: calc(50% - 8px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--taxiz-black);
}
.about-two__inner__text {
  margin: 0;
  font-weight: 600;
  line-height: 1.75;
  
  text-transform: capitalize;
}
.about-two__inner .taxiz-info__item + .taxiz-info__item {
  margin-top: 23px;
}
.about-two__inner .taxiz-info__item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.about-two__inner .taxiz-info__item__icon {
  margin: 0;
  width: 45px;
  height: 45px;
  font-size: 21px;
  flex-shrink: 0;
}
.about-two__inner .taxiz-info__item__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
.about-two__btn {
  padding: 11.5px 19.5px;
  color: var(--taxiz-base);
}
.about-two__shape {
  position: absolute;
  left: 0;
  bottom: 257px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-two__shape {
    left: -20px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape {
    left: -40px;
  }
}
@media (max-width: 1349px) {
  .about-two__shape {
    display: none;
  }
}
.about-two__shape__one, .about-two__shape__two {
  position: relative;
  width: 113px;
  height: 131px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: var(--taxiz-base);
}
.about-two__shape__one {
  z-index: 1;
}
.about-two__shape__two {
  width: 85px;
  height: 99px;
  top: -49px;
  background-color: RGBA(var(--taxiz-base-rgb, 254, 209, 0), 0.5);
}
.about-two__border-shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 200px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-two__border-shape {
    max-width: 100px;
  }
}
@media (max-width: 1399px) {
  .about-two__border-shape {
    max-width: 80px;
  }
}
@media (max-width: 1349px) {
  .about-two__border-shape {
    display: none;
  }
}

.about-three {
  background-color: var(--taxiz-white, #FFFFFF);
}
.about-three .container {
  position: relative;
  z-index: 1;
}
.about-three__image {
  position: relative;
}
.about-three__image__inner {
  position: relative;
  z-index: 1;
}
.about-three__image__inner img {
  max-width: 100%;
  height: auto;
}
.about-three__image__shape {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 442px;
  height: 442px;
  border: 3px solid #ff3333;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .about-three__image__shape {
    width: 400px;
    height: 400px;
    left: -40px;
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .about-three__image__shape {
    width: 442px;
    height: 442px;
  }
}
@media (max-width: 767px) {
  .about-three__image__shape {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .about-three__image__shape {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 412px) {
  .about-three__image__shape {
    width: 300px;
    height: 300px;
    left: -35px;
    bottom: -35px;
  }
}
@media (max-width: 375px) {
  .about-three__image__shape {
    width: 260px;
    height: 260px;
    left: -30px;
    bottom: -30px;
  }
}
.about-three__experience {
  min-width: 194px;
  padding: 44px 30px 24px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--taxiz-base);
  z-index: 2;
}
@media (max-width: 430px) {
  .about-three__experience {
    padding: 34px 25px 20px;
  }
}
.about-three__experience::after {
  content: "";
  position: absolute;
  top: -9px;
  right: -9px;
  width: 108px;
  height: 108px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 48%);
  background-color: var(--taxiz-black);
}
.about-three__experience__year {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 55px;
  line-height: 1;
  
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .about-three__experience__year {
    font-size: 40px;
  }
}
.about-three__experience__text {
  margin: 0;
  font-family: var(--taxiz-heading-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--taxiz-black2, #000000);
  line-height: 1.5;
  
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .about-three__experience__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-three__experience__text br {
    display: inline-block;
  }
}
.about-three__content {
  position: relative;
  top: -4px;
}
@media (max-width: 991px) {
  .about-three__content {
    margin-top: 30px;
    top: 0;
  }
}
.about-three .sec-title {
  margin-bottom: 22px;
}
.about-three__text {
  margin-bottom: 31px;
  line-height: 1.75;
  
  text-transform: capitalize;
}
.about-three__inner {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.about-three__inner .taxiz-info__item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.about-three__inner .taxiz-info__item__icon {
  margin: 0;
  width: 45px;
  height: 45px;
  font-size: 24px;
  flex-shrink: 0;
}
.about-three__inner .taxiz-info__item__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 550;
}
.about-three__founder {
  position: relative;
  padding: 21px;
  display: flex;
  align-items: center;
  gap: 30px 40px;
  background-color: #f3f3f3;
}
@media (max-width: 575px) {
  .about-three__founder {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-three__founder__sign {   
    position: absolute;
    right: 20px;
}
  .about-three__inner
  {gap: 20px;}
}
.about-three__founder::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3333;
}
.about-three__founder__info {
  padding-right: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-right: 1px solid var(--taxiz-border-color, #DFDFDF);
}
@media (max-width: 575px) {
  .about-three__founder__info {
    border: 0;
  }
}
.about-three__founder__image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.about-three__founder__name {
  margin-bottom: 1px;
  font-family: var(--taxiz-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
  
  text-transform: capitalize;
}
.about-three__founder__designation {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;  
}
.about-three__founder__sign {
  max-width: 100%;
  height: auto;
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* section title */
.sec-title {
  margin-bottom: 25px;
}
.sec-title--center {
  text-align: center;
}
.sec-title--center .sec-title__top {
  justify-content: center;
}
.sec-title__top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sec-title__shape {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 12px;
}
.sec-title__shape::before, .sec-title__shape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 100%;
  background: #ff3333;
  clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
}
.sec-title__shape::after {
  left: 18px;
}
.sec-title__tagline {
  margin-bottom: 0;
  position: relative;
  font-family: var(--taxiz-font);
  font-weight: 550;
  font-size: 16px;
  color: var(--taxiz-black);
  line-height: 1.25;
  text-transform: uppercase;
}
.sec-title__title {
  margin: 0;
  font-family: var(--taxiz-heading-font);
  font-size: 34px;
  font-weight: 600;
  color: var(--taxiz-black);
  line-height: 1.09;
}
.trang {color: var(--taxiz-white);}
@media (max-width: 1399px) {
  .sec-title__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
    font-size: 24px;
  }
  .sec-title__title br{
        display: block;
    }
}
.about-three__inner .taxiz-info__item__icon {
    margin: 0;
    width: 45px;
    height: 45px;
    font-size: 24px;
    flex-shrink: 0;
}
.taxiz-info__item__icon {
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #ff3333;
    transition: all 500ms ease;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
  
  #ez-toc-container {
	
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 15px;
    position: relative;
    width: auto;
}
#ez-toc-container p {
display:none;
	color: #ff3e36;
	text-transform: uppercase;
    font-weight: 600;
}
#ez-toc-container button {
cursor: pointer;
    color: #ff3e36;
    font-size: 15px;
    border-radius: 5px;
    border: 1px #dce3e6 solid;
    background: no-repeat;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
margin-bottom: 10px;
}

#ez-toc-container button i {
    margin-top: 4px;
    margin-left: 12px;

}


#ez-toc-container ul li
{

	    color: #a3a3a3;

	background:none;
	padding-left: 0px;
}
#loadMore
{
	outline: none !important;
    border: none;
   background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    cursor: pointer;
    color: #e11a22;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e11a22;
    border-radius: 14px;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px auto;
    text-align: center;
}

#ez-toc-container .toc-h3 a
{
	list-style: none;
	    color: #555;

	background:none;

}
.detail {
	font-size:14px; line-height:25px;
}
.detail h1 {font-size:22px;font-weight: 600; margin-top:0px;margin-bottom: 10px;line-height: 29px;}
.detail h2  {color: #B22222;font-size:20px;font-weight: 600; margin-top:10px;margin-bottom: 10px;line-height: 29px;}
.detail h3  {color: #555;font-size:15px;margin-top:10px;font-weight: 600;}
.detail img  {max-width:100%; height:auto; margin:10px 0}
.detail a {color:#039145;font-weight: 600;}
.detail a:hover {color:#ff9900;}
.detail ul {margin-top:10px; padding-left:0px}
.detail ul li {
    margin-bottom: 5px;
    width: 100%;
    background: url(../images/tick.png) no-repeat 0px 6px;
    background-size: 13px auto;
    padding-left: 20px;
    line-height: 22px;
	list-style-type: none;
}
.detail iframe {
    border-radius: 10px;
}
.mt20 {margin-top:20px}
.mb20 {margin-bottom:20px}
.detail h5 a {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.detail blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #f26723;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
    font-size: 15px;
}
.detail table td, table th {
    border: 1px solid rgb(221, 221, 221);
    padding: 5px 10px;
    border-top: none;
}

.detail table  {
    border-top:1px solid rgb(221, 221, 221);
	margin: 6px 0;
}
.detail table h2  {
  font-size:17px
}
.detail table p, .detail p  
{
	margin:0;
}
.categories-list__item-name {
	margin-top:10px;
	text-transform: uppercase;
}
.videos
{
    font-size: 16px;
	    line-height: 26px;
    margin-bottom: 10px;
	min-height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zalo {
    display: inline-grid;
    position: fixed;
    bottom: 142px;
    left: 20px;
    min-width: 65px;
    text-align: center;
    z-index: 99999
}
.zalo .hang-support {
    position: relative;
    display: inline-block;
    height: 47px;
    width: 47px;
     background: url(../images/widget_icon_zalo.svg);
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
border: 3px #EAEAEA solid;
}

.facepage {
    display: inline-grid;
    position: fixed;
    bottom: 90px;
    left: 20px;
    min-width: 65px;
    text-align: center;
    z-index: 99999;
}
.facepage .hang-support {
    position: relative;
    display: inline-block;
    height: 47px;
    width: 47px;
     background: url(../images/widget_icon_messenger.svg);
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
	border: 3px #EAEAEA solid;

}
.dienthoai
{
left: 89px; 
bottom: 55px; 
position: fixed; 
background-color: #266099; 
color:#FFF; 
padding: 5px 10px; 
border-radius: 5px; 
font-size: 14px; 
z-index: 10000;	
opacity: .9;
}

.dienthoai:hover, .dienthoai1:hover
{
background-color: #eb4333; 
color:#FFF; 
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #B22222;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #B22222;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 170px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.video h4 {
 margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
}
.blog-posts .image-hover2 a:hover:before {
    opacity: 1;
	color: #ff5e2c;
}
.blog-posts .image-hover2 a {
    position: relative;
    display: table;
    width: 100%;
    cursor: pointer;
}
.image-hover2 img
{
	width:100%;
}

.blog-posts .image-hover2 a:after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}
.blog-posts .image-hover2 a:hover:after {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.video img {
    border-radius: 10px;
    overflow: hidden;
}
.video-area {
    position: relative;
}
.video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 508px;
    z-index: -1;
    background-position: center;
    background-size: cover;
}
.video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #171717;
    opacity: .85;
}
.video-play-icon {
    display: flex;
    justify-content: flex-end;
}
.video-play-icon a {
    color: #e1dddd;
    font-size: 12px;
    font-weight: 600;
}
.video-play-icon a i
{
	    position: absolute;
top: 40%;
    left: 45%;
opacity: 0;
}
.video-play-icon:hover a i {
   width: 60px;
    height: 61px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: #e11a22;
    color: #fff;
    font-size: 19px;
    position: absolute;
top: 36%;
    left: 40%;
	opacity: 1;
}
.video-area-wrap {
    padding: 120px 80px 115px;
}
.product-gallery__featured img
{max-width: 100%;}
.tongsotien
{
font-size: 18px;
    color: #ff0000;
    font-weight: 600;
}	
.document__content h2, .document__content h3 
{
	font-size:20px;
} 
.btn {
	float:left;
}
.tinhtien
{
	padding:23px
}
.sub-title {
	font-size: 16px;
}