@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-CondensedRegular';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
    url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-ExtraBold';
  src: url('../fonts/Roboto-ExtraBold.eot');
  src: url('../fonts/Roboto-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-ExtraBold.woff2') format('woff2'),
    url('../fonts/Roboto-ExtraBold.woff') format('woff'),
    url('../fonts/Roboto-ExtraBold.ttf') format('truetype'),
    url('../fonts/Roboto-ExtraBold.svg#Roboto-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Main */
:root {
  --main-color: #AE1F25;
  --hover-color: #F5DD7B;
}

body {
  font-family: Montserrat-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  background: #ebecf0;
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--main-color);
  transition: color 0.3s ease;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 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;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1330px;
}

img {
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.menu-abs {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 15px 20px;
  font: 16px Montserrat-Bold;
  z-index: 9999;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  transition: all 0.3s;
  cursor: pointer;
}

.menu-abs:hover {
  background: var(--main-color);
  color: var(--hover-color);
}

.menu-fixed {
  background: rgba(174, 31, 37, 0.9);
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 350px;
  bottom: 0;
  right: 0;
  transition: 0.7s;
  transform: translateX(100%);
}

.menu-fixed.active {
  transform: translateX(0%);
}

.menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-pc-box {
  font: 16px Montserrat-Medium;
  display: flex;
  color: var(--hover-color);
  align-items: center;
  gap: 15px;
}

.logo-box {
  padding: 20px 0;
}

ul.mn-ul {
  text-align: left;
  padding-left: 20px;
  list-style: none;
  margin-top: 25px;
}

ul.mn-ul li {
  font: 20px Montserrat-SemiBold;
  text-transform: uppercase;
}

ul.mn-ul li a {
  color: var(--hover-color);
}

ul.mn-ul li a:hover {
  color: #CEA12F;
}

ul.mn-ul li+li {
  margin-top: 20px;
}

ul.mn-ul-level2 {
  display: none;
  position: absolute;
  top: -20px;
  left: 100%;
  background: rgba(22, 49, 94, 0.8);
  padding: 10px;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  list-style: none;
}

ul.mn-ul>li:hover ul.mn-ul-level2 {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.block-menu {
  background: #916445;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

#fix {
  height: 49px;
}

.mega-menu {
  position: relative;
}

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

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  align-items: center;
}

.mega-menu>ul>li>a {
  display: block;
  text-align: center;
  font: 15px Montserrat-Medium;
  color: var(--hover-color);
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
  transition: all 0.3s ease;
}

.mega-menu>ul>li>a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--hover-color);
  transition: all 0.3s;
}

.mega-menu>ul>li>a.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--hover-color);
}

.mega-menu>ul>li>a:hover::before {
  width: 100%;
}

.search-ic {
  flex: 0 0 20px;
  max-width: 20px;
}

.language-box a {
  margin-right: 10px;
  font: 16px Montserrat-Bold;
  color: var(--hover-color);
}

.language-box a:first-child {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.skiptranslate {
  display: none;
}

.mega-menu .drop-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 220px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
  color: #000000;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #4e7661;
}

/* 
.headerBottom_element {
  justify-content: space-between;
  color: #FFFFFF;
  align-items: center;
  padding: 5px 0;
} */

.header-logo-lang-inner {
  justify-content: space-between;
  align-items: center;
}

.header-logo-lang {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 2;
}

.headerLogo {
  flex: 0 0 128px;
  max-width: 128px;
}

.header-search {
  flex: 0 0 260px;
  max-width: 260px;
}

.header-search::marker {
  display: block;
  height: 0 !important;
}

.header-search input {
  width: 100%;
  height: 38px;
  padding-left: 15px;
  border: 2px solid var(--main-color);
  border-radius: 5px;
}

.btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #1E5186;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-search .fa-magnifying-glass {
  color: #ffffff;
}

/*About*/
.section-about {
  padding: 50px 0;
  background: url(../images/bgabout.png) no-repeat;
  background-size: cover;
}

.section-about_element {
  margin: 0 -30px;
}

.aboutLeft {
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  max-width: 49%;
  padding: 0 30px;
}

.imgabout-top,
.imgabout-top img {
  border-radius: 10px;
}

.aboutRight {
  flex: 0 0 51%;
  -ms-flex: 0 0 51%;
  max-width: 51%;
  padding: 0 30px;
}

.aboutRight>h2 {
  font: 31px Montserrat-ExtraBold;
  color: #25ABE0;
  margin: 15px 0;
}

.about-welcome {
  font-size: 18px;
  color: #808080;
}

.about-video {
  margin-bottom: 25px;
}

.video-inner {
  position: relative;
}

.video-inner a {
  display: block;
  aspect-ratio: 590/360;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.video-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  pointer-events: none;
}

.moreabout {
  font: 16px Montserrat-SemiBold;
  background: linear-gradient(to right, #CEA12F, #F2DB87, #F8E38B, #F8DE72, #F2DB87, #CEA12F);
  color: #795700;
  border-radius: 25px;
  padding: 10px 20px 10px 20px;
  margin-right: 30px;
  transition: all 0.3s;
}

/* 
.moreabout:hover {
  background: var(--main-color);
  transition: all 0.3s;
} */

.moreabout:hover a {
  color: #795700;
}

.aboutRight article.article {
  color: #666666;
}

.aboutRight_contact {
  margin-top: 30px;
}

.aboutRight_contact .moreabout2 {
  padding: 6px 20px;
  border-radius: 25px;
  background: #FAFAFA;
  border: 2px solid var(--main-color);
}

/* 
.aboutRight_contact .moreabout2 span {
  display: block;
  color: #000000;
  font: 12px Roboto-CondensedRegular;
} */

.aboutRight_contact .moreabout2 a {
  color: var(--main-color);
  font: 18px Montserrat-SemiBold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.imgabout-big {
  padding-left: 140px;
}

.imgabout-top {
  margin-bottom: 5px;
}

.imgabout-small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}

.criteria-box {
  margin: 0 -15px;
  margin-top: 20px;
}

.criteria-slick_items {
  padding: 0 15px;
}

.criteria-inner {
  margin: 0 -5px;
  align-items: center;
}

.criteria-photo {
  flex: 0 0 60px;
  max-width: 60px;
  padding: 0 5px;
}

.criteria-info {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding: 0 5px;
}

.criteria-info h2 {
  font: 16px Montserrat-SemiBold;
  margin-bottom: 5px;
  color: var(--main-color);
}

.criteria-info p {
  color: rgba(0, 0, 0, 0.5);
}

.criteria-slick_items:hover .criteria-photo img {
  animation: spin 0.6s linear forwards;
}

@keyframes spin {
  0% {
    transform: rotateX(0);
  }

  50% {
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

.criteria-photo img {
  margin: 0 auto;
}

.imgsmalltc {
  position: absolute;
  right: -70px;
  bottom: -10px;
  pointer-events: none;
}

.group-btn-about {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-btn-about button {
  font: 16px Montserrat-Bold;
  color: #000;
  padding: 30px 40px;
  background: #FFFFFF;
  position: relative;
  transition: all 0.3s;
}

.group-btn-about button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.group-btn-about li:last-child button::before {
  display: none;
}

.group-btn-about button:hover,
.group-btn-about button.active {
  background: #916445;
  color: var(--hover-color);
}

/*section-operation*/
.section-operation {
  padding: 50px 0;
}

.operation-title {
  margin-bottom: 25px;
  text-align: center;
}

.operation-title>p {
  color: #808080;
  line-height: 26px;
}

.row-operation {
  margin: 0 -10px;
}

.operation-items {
  padding: 0 10px;
  margin-bottom: 20px;
}

.operation-photo,
.operation-photo img {
  border-radius: 5px;
}

.operation-info {
  margin-top: 20px;
}

.operation-info h2 {
  font: 18px Montserrat-SemiBold;
  color: var(--main-color);
}

.view-more {
  text-align: center;
  margin-top: 30px;
}

.view-more a {
  font: 16px Montserrat-SemiBold;
  background: linear-gradient(to right, #CEA12F, #F2DB87, #F8E38B, #F8DE72, #F2DB87, #CEA12F);
  color: #795700;
  border-radius: 25px;
  padding: 10px 20px 10px 20px;
  margin-right: 30px;
  transition: all 0.3s;
}

/*section-mediachannel*/
.section-mediachannel {
  padding: 50px 0;
}

.mediachannel-slick {
  margin: 0 -10px;
}

.mediachannel-slick_items {
  padding: 0 10px;
}

.mediachannel-info {
  margin-top: 15px;
}

.mediachannel-photo,
.mediachannel-photo img {
  border-radius: 5px;
}

.mediachannel-info p {
  padding-left: 70px;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  gap: 10px;
  align-items: center;
}

.mediachannel-info p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 3px;
  background: #F6BB17;
}

.mediachannel-info h2 {
  font: 18px Montserrat-SemiBold;
  color: #000000;
  margin: 15px 0;
  text-transform: uppercase;
}

.mediachannel-info>a {
  font: 18px Montserrat-Medium;
  color: var(--main-color);
  display: flex;
  gap: 5px;
  align-items: center;
}

/*section-companion_element*/
.section-companion_element {
  padding-bottom: 30px;
}

.section-companion_element>p {
  font-size: 16px;
  text-align: center;
  color: #808080;
  padding: 0 200px;
  line-height: 28px;
}

/*section-project*/
.section-project {
  padding: 50px 0;
}

.project-slick {
  margin: 0 -10px;
}

.project-slick .slick-track {
  padding: 10px 0;
}

.project-slick_items {
  padding: 0 10px;
}

.project-info {
  margin-top: -15px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.project-photo,
.project-photo img {
  border-radius: 5px;
}

.project-info-inner {
  background: #FAFAFA;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.project-info-inner h3 {
  font: 14px Montserrat-Medium;
  color: #F6BB17;
}

.project-info-inner h2 {
  font: 18px Montserrat-SemiBold;
  color: #000000;
  margin: 10px 0;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
}

.project-info-inner p {
  font-size: 15px;
  color: #808080;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
}

.project-info-inner>a {
  font: 14px Montserrat-SemiBold;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

/*section-estateproject*/
.section-estateproject {
  padding: 50px 0;
  background: url(../images/bgestateproject.png) no-repeat;
  background-size: cover;
}

.section-estateproject .view-more {
  text-align: left;
}

.section-estateproject_element {
  margin: 0 -50px;
}

.estateproject-left {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 50px;
}

.estateproject-right {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 50px;
}

.estateproject-left-inner .slogan {
  font: 15px Montserrat-Medium;
  color: var(--main-color);
  text-transform: uppercase;
}

.estateproject-left-inner h2 {
  font: 32px Montserrat-Bold;
  color: #3C3C3C;
  margin: 15px 0;
}

.estateproject-left-inner .estateproject_desc {
  color: #3C3C3C;
  line-height: 26px;
  margin: 20px 0;
}

.estateproject-slick {
  margin: 0 -10px;
}

.estateproject-slick_items {
  padding: 0 10px;
}

.estateproject-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.estateproject-info-inner {
  padding: 10px 35px;
}

.estateproject-info-inner h2 {
  font: 18px Montserrat-Bold;
  padding-left: 50px;
  position: relative;
  color: #FFFFFF;
  -webkit-line-clamp: 2;
}

.estateproject-info-inner h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: #FDDB29;
}

.estateproject-photo,
.estateproject-photo img {
  border-radius: 10px;
}

/*Social*/
.section-newsletter {
  padding: 50px 0;
}

.section-newsletter_element {
  margin: 0 -25px;
  align-items: center;
}

.newsletter-left {
  flex: 0 0 51.8796992481%;
  max-width: 51.8796992481%;
  padding: 0 25px;
}

.newsletter-right {
  flex: 0 0 calc(100% - 51.8796992481%);
  max-width: calc(100% - 51.8796992481%);
  padding: 0 25px;
}

.newsletter-title p {
  text-transform: uppercase;
  color: #E97835;
}

.newsletter-title h2 {
  font: 32px Montserrat-Bold;
  color: #000000;
  margin: 10px 0;
}

.newsletter-title span {
  font: 14px Roboto-CondensedRegular;
  color: #808080;
}

.newsletter-title {
  margin-bottom: 20px;
}

.socialRight___form {
  margin: 0 -10px;
}

.socialRight___form .form-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.content-form {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}

.content-form-inner {
  text-align: center;
  margin: 0 -5px;
}

.socialRight___form input {
  width: 100%;
  height: 44px;
  background: #fff;
  font: 14px Roboto-Regular;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.socialRight___form input::placeholder {
  color: #808080;
}

.socialRight___form textarea {
  width: 100%;
  height: 114px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  margin-bottom: 20px;
  font: 14px Roboto-Regular;
}

.socialRight___form textarea::placeholder {
  color: #808080;
}

.socialRight___form button {
  background: #FBA31C;
  color: #fff;
  border-radius: 5px;
  font: 18px Montserrat-SemiBold;
  width: 100%;
  height: 46px;
  transition: all 0.3s;
}

.socialRight___form button:hover {
  background: var(--main-color);
  transition: all 0.3s;
}


.confirm-newsletter-text {
  color: #808080;
  margin: 10px 0;
}

.confirm-newsletter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.confirm-newsletter input {
  width: 16px;
  height: 16px;
}

.confirm-newsletter label {
  color: #000000;
  margin-bottom: 0 !important;
  font-style: italic;
  margin-top: 2px;
}

/*News*/
.section-news {
  padding: 50px 0;
}

.news-slick {
  margin: 0 -10px;
}

.news-slick .slick-track {
  padding: 10px 0;
}

.news-slick_items {
  padding: 0 10px;
}

/*section-partner*/
.section-partner {
  /* background-size: cover; */
  padding: 50px 0;
}

/* .section-partner .header-container p,
.section-partner .header-container h2 {
  color: #FFFFFF;
} */

.partner-left {
  flex: 0 0 42%;
  max-width: 42%;
}

.partner-right {
  flex: 0 0 64%;
  max-width: 64%;
  position: relative;
  top: 30px;
  left: -80px;
}

.col-partner {
  padding: 0;
  margin: 0;
}

.partner-right-row {
  margin: 0;
}

.partner-right-inner {
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

/* Breadcrumb */

.breadCrumbs {
  background-color: #eee;
}


.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.control-owl button:hover {
  opacity: 1;
}

/*Product  */
.section-product {
  padding: 50px 0;
}

.product-slick {
  margin: 0 -10px;
}

.product-slick .slick-track {
  padding: 10px 0;
}

.product-slick_items {
  padding: 0 10px;
}

/*section-feedback*/
.section-feedback {
  padding: 50px 0;
  background: url(../images/bgfeedback2.png) no-repeat;
  background-size: cover;
  color: #ffffff;
}

.feedback-box {
  margin: 0 -45px;
  align-items: center;
}

.feedback-left {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 45px;
}

.feedback-right {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 45px;
}

.feedback-slick {
  margin: 0 -10px;
}

.feedback-slick_items {
  padding: 0 10px;
}

.feedback-inner {
  margin: 0 -12px;
  align-items: center;
}

.feedback-photo {
  flex: 0 0 293px;
  max-width: 293px;
  padding: 0 12px;
}

.feedback-photo-inner,
.feedback-photo-inner img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.feedback-photo-inner {
  padding: 12px 0 0 17px;
  position: relative;
}

.feedback-photo-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 276px;
  background: url(../images/borderfeedback.png) no-repeat;
  z-index: -1;
}

.feedback-info {
  flex: 0 0 calc(100% - 293px);
  max-width: calc(100% - 293px);
  padding: 0 12px;
}

.feedback-info span {
  font: 16px Josefin-SansMedium;
  color: #FF9D00;
}

.feedback-info .feedback_content {
  font: 16px Josefin-SansMedium;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
  position: relative;
}

.feedback-info .feedback_content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 3px;
  background: #FF9D00;
}

.feedback-info .feedback_name {
  font: 22px Josefin-SansSemiBold;
  margin-bottom: 10px;
}

.feedback-info .feedback_desc {
  color: rgba(255, 255, 255, 0.8);
}

/*Footer*/
.footerMap iframe {
  display: block;
  width: 100%;
  height: 446px;
  border-radius: 10px;
}

.footerBg {
  background-color: #916445;
  color: #ffffff;
}

.footerPowered_element {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footerPowered_element span {
  font: 14px Montserrat-Bold;
  color: var(--hover-color);
}

.footerPowered_element a:hover {
  color: var(--hover-color);
  transition: all 0.3s;
}

.footerArticle_element {
  margin: 0 -30px;
  padding-bottom: 30px;
}

.footer-left {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 30px;
}

.footer-right {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 30px;
}

.footerNewsletter {
  margin-bottom: 30px;
}

.footerNewsletter h2 {
  font: 18px Montserrat-Bold;
  text-transform: uppercase;
}

.footerNewsletter p {
  color: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
}

.footerNewsletter___form {
  margin: 0 -4px;
}

.footerNewsletter___form .form-group {
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 4px;
}

.footerNewsletter___form .form-group input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  color: #000000;
  border-radius: 25px;
}

.footerNewsletter___form .form-group textarea {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  padding-top: 10px;
  color: #000000;
  border-radius: 25px;
  resize: none;
}

.footerNewsletter___form .form-group textarea::placeholder,
.footerNewsletter___form .form-group input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}

.submit-form {
  flex: 0 0 16%;
  max-width: 16%;
  padding: 0 4px;
}

.submit-form-button button {
  width: 100%;
  height: 42px;
  background: #FAB82F;
  border-radius: 25px;
  color: #FFFFFF;
}

.footerInfo article.article p {
  padding: 8px 0;
}

.footerFb-Link-inner {}

.footerFb {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}

.footerLink {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.footerLink .mt-3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0 !important;
}

/* 
.footerTerms ul {
  list-style: url(../images/listul.png);
  padding-left: 18px;
}

.footerTerms ul li+li {
  margin-top: 15px;
} */

.footerTitle {
  font: 18px Montserrat-SemiBold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.footerTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--hover-color);
}

.footerArticle {
  padding: 35px 0;
}

.tag-seo {
  margin-top: 30px;
}

.tag-seo-inner {
  font: 16px Montserrat-Medium;
}

.tag-seo-inner span {
  font: 16px Montserrat-Bold;
  color: #000000;
}

.tag-seo-inner a {
  color: #3C3C3C;
  transition: all 0.3s;
}

.tag-seo-inner a:hover {
  color: var(--main-color);
}

#show_popup {
  padding: 0 !important;
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  width: 100%;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

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

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

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

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

/* 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;
}

/* General */
/* 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 */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 20px -10px 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}

.list-news {
  margin-bottom: 30px;
}

.list-news>ul {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.list-news>ul>li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}

.list-news>ul>li>a {
  display: block;
  padding: 25px;
  text-transform: uppercase;
  margin: 0;
  font: 16px Montserrat-Bold;
  color: #000000;
  background: 0 0;
  cursor: pointer;
  border: 0;
  line-height: 1.7;
  height: 105px;
  align-content: center;
  -webkit-line-clamp: 2;
  position: relative;
  background-color: #FFFFFF;
  transition: all .3s ease-in-out;
}

.list-news>ul>li>a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.list-news>ul>li:last-child a::before {
  display: none;
}

.list-news>ul>li>a:hover {
  color: var(--hover-color);
  background-color: #916445;
}

.news_box {
  position: relative;
  border-radius: 10px;
}

.news__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 5px 15px;
  background: #F6BB17;
  font: 14px Montserrat-SemiBold;
  color: #FFFFFF;
  border-radius: 5px;
  z-index: 9;
}

.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news__info {
  background: #fff;
  padding: 14px;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.news__photo,
.news__photo img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* 
.news__date {
  align-items: center;
  gap: 20px;
}

.news__date p {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 5px;
}

.news__date p:first-child {
  padding-left: 60px;
  position: relative;
}

.news__date p:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 3px;
  background: var(--hover-color);
} */
.news__admin {
  color: var(--main-color);
  font-size: 15px;
}

.news__name {
  margin: 10px 0;
  color: #000000;
  font: 15px Montserrat-SemiBold;
}

.news__more {
  font: 15px Montserrat-Medium;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.title-main-news {
  background-color: var(--main-color);
  border-radius: 15px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}

.title-main-news h2 {
  font: 36px Roboto-Bold;
  color: #FFFFFF !important;
}

.content-news-left-info {
  padding: 14px;
}

.content-news-left-info h2 {
  font: 18px Roboto-Bold;
  margin-bottom: 15px;
  line-height: 24px;
}

.news__name a {
  color: inherit;
}

.news__name.text-split {
  -webkit-line-clamp: 2;
}

.news__desc {
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
}

.othernews.share {
  margin-top: 20px;
}

.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

.content-news-top {
  margin-bottom: 30px;
}

.content-news-top-right .swiper {
  height: 530px;
}

.content-news-top-right .news-spec-img-inner img {
  width: 165px;
  height: 125px;
}

/* Product */
.row-product {
  margin: 0 -10px;
}

.discount-slick {
  margin: 0 -10px;
}

.col-product {
  padding: 0 10px;
  margin-bottom: 20px;
}

.prodis-slick_items {
  padding: 0 10px;
}

.product_box {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.product__photo {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.product__photo img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.product_box:hover .product__name a {
  color: var(--hover-color);
}

.product__info {
  position: relative;
  padding: 15px 10px;
}

.price-pro {
  position: relative;
}

.price-pro .pro-discount {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EE1D25;
  color: #FFFFFF;
  font: 14px Roboto-Medium;
  padding: 3px 7px;
}

.price-pro .pro-discount2 {
  display: flex;
  gap: 3px;
  color: #808080;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
}

.product__name {
  color: #000000;
  font: 16px Montserrat-SemiBold;
  margin-bottom: 10px;
}

.product__contact {
  align-items: center;
  justify-content: space-between;
}

.product__contact a {
  font: 15px Montserrat-SemiBold;
  color: var(--hover-color);
}

.product__contact p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #808080;
}

.product__addcart {
  margin-top: 20px;
}

.product__addcart a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px 0;
  background: #FAB41D;
  color: #733600;
  font-size: 16px;
  gap: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.product__addcart a:hover {
  background: var(--hover-color);
}

.product__desc {
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0;
}

.product-review {
  gap: 3px;
  align-items: center;
  margin-bottom: 10px;
}

.product__addtocart {
  display: flex;
  align-items: center;
  padding: 10px 10px 15px 10px;
}

.product__addtocart a {
  font: 14px Roboto-Medium;
}

.product__name a {
  color: inherit;
}

.product__name.text-split {
  -webkit-line-clamp: 2;
}

.product__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.price__pro_new a,
.price__pro_new strong {
  color: #ED1313;
  font: 16px Josefin-SansMedium;
}

.load-product2 .price__pro_new a,
.load-product2 .price__pro_new strong {
  color: #ED1313;
  font: 16px Josefin-SansMedium;
}

.load-product2 .price__pro_old {
  margin-bottom: 5px;
}

.price__pro_old del {
  color: #aaa;
}

.product__price .price__pro_new+.price__pro_old {
  margin-left: 7px;
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.coupon {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.price-product {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.btnaddcart {
  display: flex;
}

.btnaddcart a {
  font-size: 12px;
  border-radius: 25px;
  background: #39B5FB;
  padding: 3px 35px 3px 8px;
  color: #FFFFFF;
  position: relative;
}

.btnaddcart img {
  position: absolute;
  right: 0;
  top: -2px;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

.control-pro-detail button.owl-prev {
  left: 10px;
}

.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attr-pro-detail li {
  margin-bottom: 15px;
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail {
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: bold;
  font-size: 20px;
  color: #ec2d3f;
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}

.btnAddToCart {
  margin: 0 -10px;
}

.addToCartBox,
.buyNowBox {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;

}

.btnAddToCart a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border: 1px solid var(--main-color);
  font: 20px Roboto-SemiBold;
}

.buyNowBox a {
  background-color: var(--main-color);
  color: #FFFFFF;
}

.buyNowBox a:hover {
  background-color: var(--hover-color);
  transition: all 0.3s;
}

.addToCartBox a:hover {
  background-color: var(--hover-color);
  transition: all 0.3s;
  color: #FFFFFF;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.row-video {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-video {
    margin: 0 -5px;
  }
}

.col-video {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-video {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-family: "Montserrat-Bold";
  font-size: 26px;
}

.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;
}

.header-container {
  text-align: center;
}

.header-container h2 {
  font: 32px Montserrat-Bold;
  color: #000000;
  margin: 15px 0;
  text-transform: uppercase;
}

.header-container p {
  font: 15px Montserrat-Bold;
  color: var(--main-color);
}


/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.title-container {
  display: flex;
  justify-content: space-between;
}

.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 100%;
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

.close-form-search:hover {
  color: #f00;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.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 a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore ul li ul>li::before {
  content: counters(item, ".") " ";
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

.addThis_item--icon span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/*tienich-phone*/
@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

.social_fixed {
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 999999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: #a90909;
  transition: 0.3s;
}

/* 
.support-online a:not(.cart-fixed) {
  animation: hueRotate infinite 60s;
} */

.support-online a:hover {
  animation: unset;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -7.5px;
  right: -7.5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(169, 9, 9, 0.5);
  opacity: 0.75;
}

.kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgba(169, 9, 9, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.goTop:hover {
  background: black;
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 75px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a90909;
  border-radius: 100rem;
  transition: 1s;
  margin: 0 auto;
  visibility: visible;
  transition: all 0.5s;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}

.goTop i {
  color: #fff;
  font-size: 22px;
}

.goTop.hide {
  opacity: 0;
  visibility: hidden;
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(169, 9, 9, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

/* #mmenu */
.mobile_menu_section {
  flex-direction: column;
  padding: 10px 15px;
}

.mobile_menu_section .mobile_menu_section-title {
  color: #a90909;
  margin-bottom: 5px;
}

.mobile_menu_section img,
.mobile_menu_section svg {
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.mobile_menu_section .mobile_menu_help {
  display: flex;
  align-items: center;
}

#player {
  display: block;
  aspect-ratio: 625/395;
  width: 100%;
  margin-bottom: 10px;
}

.item-video-addon {
  padding: 0 5px;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

#cbo_video {
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 5px;
}

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

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

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

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

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: var(--hover-color);
  }

  50% {
    color: #f00;
  }

  100% {
    color: var(--main-color);
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

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

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

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 27px;
  height: 23px;
  position: relative;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
  background-color: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

.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);
}

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

.mm-menu_opened {
  display: flex !important;
}

.mm-listitem__text {
  text-transform: uppercase;
}

.search-bar {
  display: none;
}

#hamburger {
  display: none;
}

.logo {
  display: none;
}

.auth-form-light h4 {
  margin-bottom: 10px;
  font: 18px Roboto-Bold;
}

.auth-form-light h6 {
  font-family: "nunito-light", sans-serif;
  font-size: 0.875rem;
}

.auth-form-light {
  padding: 20px 0 30px 0;
}

.auth-form-light .form-group input {
  padding: 5px 20px;
  font: 18px Roboto-Regular;
  height: 50px;
}

.hover-glass {
  overflow: hidden;
  display: block;
  position: relative;
}

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover-glass:hover::before {
  left: 120%;
  transition: all 1s;
}

.register-form-btn,
.auth-form-btn {
  background-color: var(--hover-color);
  color: #FFFFFF;
}

#gender {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  margin-bottom: 1rem;
  font: 18px Roboto-Regular;
  color: #495057;
}

.auth-form-light {
  padding: 0 15px;
}

.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
}

.wrap-register {
  margin: 30px;
  padding: 25px;
}

.wrap-register label {
  font: 15px Roboto-Bold;
}

@media screen and (max-width: 991px) {
  .wrap-register {
    margin: 30px auto;
    padding: 0;
    box-shadow: none !important;
  }
}

.title-user {
  margin-bottom: 15px;
}

.title-user.login h4 {
  color: var(--main-color);
  text-transform: uppercase;
  font: 18px Roboto-Bold;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
}

.login-user,
.forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.login-user:hover,
.forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user,
.activation-user,
.info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.registration-user:hover,
.activation-user:hover,
.info-user:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {

  .registration-user,
  .activation-user,
  .info-user {
    margin-top: 10px;
    width: 100%;
  }
}

.history-nav {
  list-style: none;
  padding: 0;
  display: flex;
}

.history-nav li {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.history-nav li a {
  font: 16px Roboto-Bold;
  text-transform: uppercase;
}

.form-search-order {
  position: relative;
}

.form-search-order button {
  position: absolute;
  right: 0;
  height: 38px;
  width: 38px;
  top: 0;
}

.orderBox {
  margin: 10px -10px;
}

.orderBox_photo {
  flex: 0 0 100px;
  max-width: 100px;
  padding: 0 10px;
}

.orderBox_info {
  padding: 0 10px;
  flex-grow: 1;
}

.orderBox_info h3 {
  font: 18px Roboto-Medium;
}

.orderBox_price {
  padding: 0 10px;
}

.orderItem {
  margin-bottom: 20px;
}

.orderItem_top h4 {
  font: 24px Roboto-Bold;

}

.logo-mobile {
  display: none;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 99999;
}

.mask::after,
.mask::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-color: #916445;
  transition: height .9s ease;
  z-index: 1000;
}

.loader::after {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}

.loader::before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}

.loader.show::after,
.loader.show::before {
  height: 0;
  width: 100%;
}

.loader.finish {
  z-index: -99999;
}

.loader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1001;
}

.letter-outline {
  font: 20px Montserrat-ExtraBold;
  fill: transparent;
  stroke: var(--main-color);
  stroke-width: 0.5;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawText 1s ease forwards, fillText 1s ease forwards 1s;
}

@keyframes drawText {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fillText {
  to {
    fill: var(--hover-color);
  }
}

.loader-text.hide {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-list {
  display: none;
}

@media screen and (max-width: 991px) {
  .letter-outline {
    font: 40px Montserrat-ExtraBold;
  }

  .social_fixed,
  .backtop,
  .addThis_listSharing {
    right: 15px;
  }

  #fix {
    display: block !important;
    height: 50px;
    position: unset;
  }

  .logo-mobile img {
    height: 40px;
  }

  #hamburger {
    display: block !important;
  }

  .headerBottom {
    background-color: #ebecf0;
  }

  .menu-abs,
  .header-logo-lang,
  .header-search,
  .headerLogo,
  .header-cart,
  .header-top-above,
  .header-logo,
  .header-top {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .headerBottom_element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }

  #hamburger {
    display: block !important;
  }

  .logo-mobile {
    display: block;
  }

  .search-bar {
    display: block;
  }

  .search-bar .fa-magnifying-glass {
    font-size: 20px;
    color: var(--main-color);
  }

  .footerPowered_element {
    justify-content: center !important;
    text-align: center;
  }

  .mm-listitem {
    text-transform: uppercase;
  }

  .addThis_listing {
    display: block !important;
  }

  .form-search-d.active {
    width: 100%;
  }

  .left-pro-detail,
  .right-pro-detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .contact-text,
  .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-about,
  .section-operation,
  .section-project,
  .section-estateproject,
  .section-mediachannel,
  .section-news,
  .section-partner {
    overflow: hidden;
    padding: 30px 0;
  }

  .aboutRight {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .aboutLeft {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .loader-text {
    font-size: 60px;
  }

  .row-operation {
    margin: 0 -5px;
  }

  .operation-items {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .project-slick {
    margin: 0 -5px;
  }

  .project-slick_items {
    padding: 0 5px;
  }

  .project-info {
    margin-top: 0;
    padding: 0;
    position: unset;
  }

  .estateproject-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .estateproject-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .estateproject-slick {
    margin: 0 -5px;
  }

  .estateproject-slick_items {
    padding: 0 5px;
  }

  .section-companion_element>p {
    padding: 0;
  }

  .partner-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .partner-right {
    flex: 0 0 100%;
    max-width: 100%;
    position: unset;
  }

  .partner-box {
    flex-wrap: wrap;
  }

  .news-slick {
    margin: 0 -5px;
  }

  .news-slick_items {
    padding: 0 5px;
  }

  .footer-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .footer-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerFb {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .footerFb .footerTitle {
    display: block;
  }

  .footerFb .footerTitle::before {
    width: 189px;
  }

  .footerLink {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerNewsletter___form {
    justify-content: center;
  }

  .footerNewsletter___form .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .footerLogo-photo {
    text-align: center;
  }

  .list-news>ul {
    margin: 0 -5px;
  }

  .list-news>ul>li {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-news {
    margin: 0 -5px;
  }

  .col-news {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .language-box a {
    font: 16px Montserrat-Regular;
  }

  .article img {
    height: auto !important;
  }

  .group-btn-about {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .loader-text {
    width: 100%;
    font-size: 50px;
    text-align: center;
  }

  .aboutRight>h2 {
    font-size: 26px;
  }

  .about-welcome {
    font-size: 16px;
  }

  .header-container h2 {
    font-size: 26px;
  }

  .project-info-inner h2,
  .operation-info h2 {
    font-size: 16px;
  }

  .submit-form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .group-btn-about button {
    padding: 30px 10px;
    font-size: 13px;
  }

  .about-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 4;
  }

  .about-list-inner {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin: auto;
    margin-bottom: 20px;
  }

  .about-list-inner li,
  .about-list-inner ul {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
  }

  .about-list-inner ul {
    white-space: nowrap;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .about-list-inner ul li a {
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 25px;
    color: #000000;
    background: 0 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 0;
    line-height: 1.7;
    background-color: #fff;
    font: 13px Montserrat-Bold;
    position: relative;
  }

  .about-list-inner ul li button {
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 25px;
    color: #000000;
    background: 0 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 0;
    line-height: 1.7;
    background-color: #fff;
    font: 13px Montserrat-Bold;
    position: relative;
  }

  .about-list-inner ul li a::before,
  .about-list-inner ul li button::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 25px;
    background: rgba(0, 0, 0, 0.1);
  }

  .about-list-inner ul li:last-child button::before,
  .about-list-inner ul li:last-child a::before {
    display: none;
  }

  .about-list-inner ul li button.active {
    background: var(--main-color);
    color: var(--hover-color);
  }
}


@media screen and (max-width: 568px) {
  .aboutRight>h2 {
    font-size: 18px;
  }

  .criteria-slick_items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .estateproject-left-inner h2,
  .header-container h2 {
    font-size: 22px;
  }

  .operation-items {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-partner {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .list-news>ul>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .list-news>ul>li>a {
    font-size: 13px;
    padding: 15px;
  }

  .col-news {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .operation-info {
    margin-top: 10px;
  }

  .mediachannel-info>a,
  .mediachannel-info h2,
  .estateproject-info-inner h2 {
    font-size: 16px;
  }

  .header-container p {
    font-size: 14px;
  }
}