/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.ftInfo {
}
.ftInfo img {
}
.ftInfo p {
  color: #cbd5e1;
  margin: 0;
}
.ftSocial {
}
.ftSocial ul {
  display: flex;
  gap: 15px;
  margin: 0;
}
.ftSocial ul li {
  list-style: none;
  margin: 0;
}
.ftSocial ul li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.ftSocial ul li:nth-child(1) a {
  background: url(images/f1.jpg) no-repeat;
  background-size: 30px;
}
.ftSocial ul li:nth-child(2) a {
  background: url(images/f2.jpg) no-repeat;
  background-size: 30px;
}
.ftSocial ul li:nth-child(3) a {
  background: url(images/f3.jpg) no-repeat;
  background-size: 30px;
}
.ftSocial ul li:nth-child(4) a {
  background: url(images/f4.jpg) no-repeat;
  background-size: 30px;
}
.ftSocial ul li:nth-child(5) a {
  background: url(images/f5.jpg) no-repeat;
  background-size: 30px;
}

.ftMenu {
}
.ftMenu h3 {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
}
.ftMenu ul {
}
.ftMenu ul li {
  list-style: none;
  margin: 0 0 0.6em;
}
.ftMenu ul li a {
  color: #cbd5e1;
  position: relative;
  transition: all 500ms;
}
.ftMenu ul li a::before {
  content: "";
  position: absolute;
  background: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
}
.ftMenu ul li a:hover {
  padding-left: 13px;
}
.ftMenu ul li a:hover::before {
  visibility: visible;
}

.ftCompany h3 {
}
.ftCompany ul {
  margin: 0;
}
.ftCompany ul li {
  color: #cbd5e1;
  padding-left: 23px;
}
.ftCompany ul li:nth-child(1) {
  background: url(images/i1.png) 0px 7px no-repeat;
}
.ftCompany ul li:nth-child(2) {
  background: url(images/i2.png) 0px 4px no-repeat;
}
.ftCompany ul li:nth-child(3) {
  background: url(images/i3.png) 0px 6px no-repeat;
}
.ftMenuBottom {
}
.ftMenuBottom ul {
  display: flex;
  align-items: end;
  justify-content: end;
  list-style: none;
  margin: 0;
  gap: 20px;
}
.ftMenuBottom ul li {
  margin: 0;
  list-style: none;
}
.ftMenuBottom ul li a {
  color: #cbd5e1;
}
.ftCopyright {
}
.ftCopyright p {
  margin-bottom: 0;
  color: #cbd5e1;
}
.ftInfo .img .img-inner {
  border-radius: 5px;
  overflow: hidden;
}

.hdSearchBox {
  height: 35px;
  position: relative;
  border: 1px solid #cdcdcd;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.hdSearchBox form {
}
#header .hdSearchBox .search-field {
  min-width: 304px;
  border-radius: 5px !important;
  border: none;
}
#header .hdSearchBox .search-field::placeholder {
  color: #0f172a;
  opacity: 0.2;
}
#header .hdSearchBox .ux-search-submit {
  position: absolute;
  background: url(images/btnSearch.png) no-repeat;
  border-radius: 0 !important;
  width: 45px;
  height: 27px;
  right: 4px;
  min-height: unset;
  top: 4px; /* bottom: 0; */
  margin: auto 0;
  line-height: unset !important;
  padding: 0;
  border: none;
  display: block;
}
.hdSearchBox .ux-search-submit i {
  display: none;
}

.hdText1 {
}
.hdText1 li {
  list-style: none;
}
.hdText1 li a {
  font-weight: bold;
  font-size: 14px;
  color: #888888;
  padding-left: 28px;
  height: 30px;
  display: block;
  display: flex;
  align-items: center;
}
.hdText1 li:nth-child(1) a {
  background: url(images/hd1.png) no-repeat;
}
.hdText1 li:nth-child(2) a {
  background: url(images/hd2.png) 0px 1px no-repeat;
}

.header-bottom {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
}
.iBoxHome1 {
  align-items: center;
}
.iBoxHome1 .icon-box-img {
}
.iBoxHome1 .icon-box-img .icon {
}
.iBoxHome1 .icon-box-img .icon .icon-inner {
}
.iBoxHome1 .icon-box-img .icon .icon-inner img {
  padding: 0;
}
.iBoxHome1 .icon-box-text {
}
.iBoxHome1 .icon-box-text h3 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #535353;
}
.iBoxHome1 .icon-box-text p {
  font-size: 14px;
}

.iBoxHome1:hover {
}
.iBoxHome1:hover .icon-box-img img {
  transform: rotate(360deg);
  transition: all 500ms;
}

.df-container .df-bg {
  background: white !important;
}
.xBreadCrum {
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ebebeb;
}

.widget {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.widget form {
  margin-bottom: 0;
}

.widget .widget-title {
  background: transparent;
  color: #0b3b3b;
  display: block;
  padding: 15px 10px;
  font-size: 14px;
}

.widget .widget-title span {
  color: #bf9d0f;
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}
.xProHomeBox {
  padding: 30px 0;
  background: #f8fafc;
}
.xUp3Heading {
  /* order: 1; */
  width: auto;
  flex-shrink: 0;
}
.xUp3Heading h2 {
}
.xUp3Heading h2 a {
  text-transform: uppercase;
  font-size: 36px;
  color: black;
}
.subHeading {
}
.xProHomeCategoryDesc {
  color: #64748b;
}
.xProHomeItem {
}
.xUp3HeadingReadmore {
}
.xUp3HeadingReadmore a {
  background: transparent;
  padding: 11px 50px;
  border-radius: 50px;
  color: #5b5757;
  border: 1px solid #5b5757;
  margin: 0;
  order: 2;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.xUp3HeadingGroup {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}

.xHeadingDefault {
}
.xHeadingDefault .col-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 64px;
}
.xHeadingDefault .xTextDefault {
  order: 1;
  width: auto;
  flex-shrink: 0;
}
.xHeadingDefault .xTextDefault h2 {
  text-transform: uppercase;
  font-size: 36px;
}
.xHeadingDefault .xTextDefault p {
  margin: 0;
  color: #64748b;
}
.xButtonDefault {
  background: transparent;
  padding: 11px 50px;
  border-radius: 50px;
  color: #5b5757;
  border: 1px solid #5b5757;
  margin: 0;
  order: 2;
  font-size: 14px;
  line-height: unset;
}
.xButtonDefault span {
  color: #5b5757;
  text-transform: none;
}

.xProHomeItem {
  border-radius: 12px;
  overflow: hidden; /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 5px; */
  border: 1px solid #f1f5f9;
}
.xProHomeThumb {
}
.xProHomeCover {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.xProHomeCover img {
  transition: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xProHomeItemContent {
  background: white;
  padding: 24px;
}
.xProHomeItemTitle {
  margin-bottom: 4px;
}
.xProHomeItemTitle a {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 51px;
}
.xProHomeItemText1 {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 44px;
  margin-bottom: 15px;
}
.xProHomeItemReadMore {
  font-size: 14px;
  background: #5b5757;
  padding: 1px;
  display: block;
  text-align: center;
  border-radius: 40px;
  overflow: hidden;
}
.xProHomeItemReadMore a {
}
.xProHomeItemReadMore a span {
  display: block;
  background: white;
  padding: 8px;
  border-radius: 40px;
  overflow: hidden;
  font-weight: bold;
  color: #5b5757;
}

.xProHomeItem:hover {
}

.xProHomeItem:hover .xProHomeCover img {
  transform: scale(1.2);
}
.xProHomeItem:hover .xProHomeItemTitle a {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xProHomeItem:hover .xProHomeItemReadMore {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
}
.xProHomeItem:hover .xProHomeItemReadMore a {
  background: white;
  display: block;
  border-radius: 40px;
}
.xProHomeItem:hover .xProHomeItemReadMore a span {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iBoxCounter {
}
.iBoxCounter .icon-box-img {
}
.iBoxCounter .icon-box-img .icon {
}
.iBoxCounter .icon-box-img .icon .icon-inner {
}
.iBoxCounter .icon-box-img .icon .icon-inner img {
  padding: 0;
}
.iBoxCounter .icon-box-text {
}
.iBoxCounter .icon-box-text h3 {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 5px;
}
.iBoxCounter .icon-box-text p {
  color: #64748b;
  font-size: 16px;
  font-weight: 300;
}

.iBoxCounter .col-inner {
  border: 1px solid rgb(212 175 53 / 50%);
  padding: 32px;
  border-radius: 12px;
}

.iBoxCounter:hover .icon-box-img .icon .icon-inner img {
  transform: rotate(360deg);
  transition: all 500ms;
}

.iBoxChatluong {
}

.iBoxChatluong {
}
.iBoxChatluong .icon-box-img {
}
.iBoxChatluong .icon-box-img .icon {
}
.iBoxChatluong .icon-box-img .icon .icon-inner {
}
.iBoxChatluong .icon-box-img .icon .icon-inner img {
  padding: 0;
}
.iBoxChatluong .icon-box-text {
}
.iBoxChatluong .icon-box-text h3 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 2px;
}
.iBoxChatluong .icon-box-text p {
  color: #64748b;
  font-size: 14px;
  font-weight: 300;
}

.iBoxChatluong .col-inner {
}

.iBoxChatluong:hover .icon-box-img .icon .icon-inner img {
  transform: rotate(360deg);
  transition: all 500ms;
}
.xAboutText1 {
  background: rgb(212 175 53 / 10%);
  color: #d4af35;
  padding: 5px 16px;
  border-radius: 20px;
  display: inline-flex;
  margin-bottom: 0;
  font-weight: 200;
}
.xAboutText2 {
}
.xAboutText2 h2 {
  font-size: 36px;
}
.xAboutText2 p {
  font-size: 16px;
  text-align: justify;
  color: #475569;
}
.owl-prev i {
  display: none;
}
.owl-next i {
  display: none;
}
.xProHomeBox .xProHomeOwl .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 11px;
}
.xProHomeBox .xProHomeOwl .owl-prev {
  background: url(images/ar1.png) no-repeat !important;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.xProHomeBox .xProHomeOwl .owl-next {
  background: url(images/ar2.png) no-repeat !important;
  width: 50px;
  height: 50px;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.xHeadingLibra {
}
.xHeadingLibra h2 {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.xHeadingLibra p {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 0;
}

.xDefaultArrow .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 11px;
}
.xDefaultArrow .owl-prev {
  background: url(images/ar1.png) no-repeat !important;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.xDefaultArrow .owl-next {
  background: url(images/ar2.png) no-repeat !important;
  width: 50px;
  height: 50px;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.xDefaultArrow2 .owl-prev {
  background: url(images/arLeft.png) no-repeat !important;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-25px, 0px);
}
.xDefaultArrow2 .owl-next {
  background: url(images/arRight.png) no-repeat !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(25px, 0px);
}

.xPostItem {
  border-radius: 12px;
  overflow: hidden;
}
.xPostItemThumb {
}
.xPostItemCover {
  position: relative;
  padding-top: 61.15%;
  overflow: hidden;
}
.xPostItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xPostItemContent {
  padding: 24px;
  background: white;
}
.xPostItemCategory {
  margin-bottom: 8px;
}
.xPostItemCategory a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d4af35;
}
.xPostItemTitle {
  margin-bottom: 8px;
}
.xPostItemTitle a {
  font-size: 20px;
  color: #0f172a;
  font-weight: 500; /* text-align: justify; */
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
    height: 64px;
    overflow: hidden;
}
.xPostItemText1 {
  font-size: 14px;
  color: #64748b;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.xPostItemReadmore {
}
.xPostItemReadmore a {
}
.xPostItemReadmore a span {
}
.xPostItemDate {
  font-size: 12px;
  color: #94a3b8;
}
.xPostItem:hover {
}
.xPostItem:hover .xPostItemCover img {
}
.xPostItem:hover .xPostItemTitle {
}
.xPostItem:hover .xPostItemTitle a {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xPostItem:hover .xPostItemReadmore a {
}
.xPostItem:hover .xPostItemReadmore a span {
}
.xPostItem:hover .xPostItemDate {
}

.asideAlbum {
}
.asideAlbum h2 {
  color: #d00b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 5px;
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.albumCategoryMenu {
}
.albumCategoryItem {
}
.albumCategoryItem a {
  padding: 5px 0;
  position: relative;
  display: flex;
  line-height: 1.6;
  text-decoration: none;
}

.albumCategoryItem a::before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  margin-right: 10px;
  margin-top: 7px;
  color: #939393;
}
.albumCategoryItem.active a {
  color: #d00b2b;
  font-weight: 500;
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.albumPage {
  padding: 30px 0;
}
.pageAlbumGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.pageAlbumItem {
  overflow: hidden;
}
.pageAlbumThumb {
}
.pageAlbumCover {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.pageAlbumCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}

.pageAlbumItem:hover .pageAlbumCover img {
  transform: scale(1.2);
}
.pageAlbumHeading {
}
.pageAlbumHeading h1 {
}

.breamBox {
  padding: 10px 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ebebeb;
}
.breamBox > span {
}
.breamBox > span a {
  color: black;
}
.breamBox .breadcrumb_last {
  color: black;
}
.fancybox__toolbar {
  display: none !important;
}
.fancybox__thumbs {
  display: none;
}
.fancybox__content {
  max-width: 1200px;
  max-height: 85vh;
}
.pageProjectsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pPageProjItem {
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.pPageProjThumb {
}
.pPageProjCover {
  position: relative;
  padding-top: 75%;
  display: block;
  overflow: hidden;
}
.pPageProjCover img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.pPageProjContent {
  padding: 15px;
  background: #fcfcfc;
}
.pPageProjTitle {
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 48px;
  font-weight: 500;
  color: #333;
}
.pPageProjOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background: #000000ad;
  top: 100%;
  left: 0;
  display: flex;
  padding: 20px;
  color: white;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.pPageProjText1 {
}
.pPageProjReadMore {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background: #d00b2b;
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );

  border-radius: 7px;
}
.pPageProjReadMore span {
}

.pPageProjItem:hover .pPageProjOverlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.xSignContentBox {
}
.xSignTitle {
}
.xSignTitle h1 {
}
.xSignContent {
}
.xSignContent p {
}
.xSignContent ul{    padding-left: 17px;}
.xSignContent ol{    padding-left: 17px;}
.xAlbumItem {
}
.xAlbumThumb {
  margin-bottom: 8px;
}
.xAlbumCover {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.xAlbumCover img {
  transition: all 500ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.xAlbumTitle {
}
.xAlbumTitle a {
  font-size: 14px;
  font-weight: bold;
  color: #0f172a;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.xAlbumItem:hover {
}

.xAlbumItem:hover .xAlbumCover img {
  transform: scale(1.2);
}
.xAlbumItem:hover .xAlbumTitle a {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xVideoHome {
}
.xVideoHome h2 {
  font-size: 21px;
  color: #000;
  font-weight: 800;
}
.xVideoItem {
  position: relative;
}
.xVideoItemThumb {
  position: relative;
}
.xVideoItemCover {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
      overflow: hidden;
    padding-top: 75%;
}
.xVideoItemCover img {
     transition: all 500ms;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.xVideoPlay {
  background: url(images/arVideo.png) no-repeat;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.xVideoItem:hover {
}
.xVideoItem:hover .xVideoItemCover img {
  transform: scale(1.1);
}

.menu-item-has-children > .sub-menu {
  border: none;
  border-radius: 0;
  padding: 0;
}
.menu-item-has-children > .sub-menu > li {
}
.menu-item-has-children > .sub-menu > li > a {
  font-weight: 400;
  /* height: 32px; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* -webkit-line-clamp: 1; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0;
  /* line-height: 32px; */
  font-size: 13px;
  color: black;
  padding: 6px 0;
  border: unset;
  margin: 0 5px;
  text-transform: none;
    text-indent: 0 !important;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 100%;
  min-width: 200px;
  background: white;
  border-radius: 0;
  top: 0;
  display: none;
    text-indent: 0 !important;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > li {
}
.menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > li
  > a {
  font-size: 15px;
  color: black;
  text-transform: none;
}
.menu-item-has-children > .sub-menu > li {
  width: 100%;
  display: block;
}
.menu-item-has-children > .sub-menu > li:before {
  content: "";
  font-size: 13px;
  margin-left: 0.2em;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  content: "\f054";
  font-family: "FontAwesome";
  top: 8px;
  visibility: hidden;
}
.menu-item-has-children
  > .sub-menu
  > li
  > .menu-item-has-children
  > .sub-menu
  > li:before {
  display: none;
}
.menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > li:before {
  display: none;
}
.menu-item-has-children > .sub-menu > li:hover .sub-menu {
  display: block;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transition: all 500ms;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
  border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #c9a610;
}

.nav-dropdown {
  min-width: 280px;
  width: 280px;
}

.menu-item-has-children > .sub-menu > li > a {
  font-size: 16px;
  padding: 15px 15px;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px dashed #ccc;
  margin-left: 0;
  margin-right: 0;
}
.menu-item-has-children > .sub-menu > li:hover {
}
.menu-item-has-children > .sub-menu > li > a:hover {
  background: #333333;
  color: #fff;
  text-indent: 0;
}
.pPageAboutHeading {
}
.pPageAboutHeading h1 {
  margin-bottom: 0;
}
.xTabAbout {
}
.xTabAbout .nav-vertical + .tab-panels {
  border-left: 1px solid #ddd;
  flex: 1;
  margin-top: 0 !important;
  padding: 20px;
}
.pagePostDetails {
}
.pPagePostItem {
  gap: 20px;
  overflow: hidden;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  display: flex;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: white;
}
.pPagePostThumb {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.5em;
  width: 290px;
}
.pPagePostCover {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pPagePostCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms;
}
.pPagePostContent {
}
.pPagePostTitle {
  margin-bottom: 5px;
}
.pPagePostTitle a {
font-weight: bold;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 51px;
    overflow: hidden;
}
.pPagePostCategory {
}
.pPagePostText1 {
  margin-top: 8px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: black;
  margin-bottom: 10px;
}
.pPageItemReadMore {
}
.pPageItemReadMore a {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  padding: 4px 12px;
  border-radius: 5px;
  display: inline-block;
  color: black;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pPagePostCategory {
  font-size: 85%;
  color: #888;
  margin-bottom: 5px;
}
.pPagePostItem:hover {
}
.pPagePostItem:hover .pPagePostCover img {
  transform: scale(1.1);
}
.pPagePostItem:hover .pPagePostTitle a {
}
.pPagePostItem:hover .pPageItemReadMore a {
}
.postList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}

.xFormBox {
  /* background: #cca910; */
  background-size: cover;
  padding: 20px;
  border-radius: 0;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  border-radius: 10px;
}
.xFormBox label {
  color: black;
}
.xFormBox .wpcf7-form-control {
  background: #ffffff73;
  border-radius: 7px;
  margin-top: 5px;
  color: white;
  box-shadow: none;
  border-color: white;
}
.xFormBox .wpcf7-submit {
  background: #ffffff73;
  border-radius: 7px;
  margin-top: 5px;
  color: black;
  box-shadow: none;
  margin: 0 0 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.xFormCol form {
}
.xFormCol form h3 {
  text-transform: uppercase;
}
.xVideoItemContent {
  background: linear-gradient(
    90deg,
    rgba(254, 254, 36, 1) 0%,
    rgba(248, 209, 20, 1) 49%,
    rgba(182, 149, 14, 1) 100%
  );
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 8px 10px;
  transform: translate(0px, 10px);
  border-radius: 8px;
}
.xVideoItemTitle {
}
.xVideoItemTitle a {
  color: black;
  font-weight: bold;
  font-size: 15px;
}
.pageVideoGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 8px;
}
.proPageList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.iSale {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 23px;
  background: url(images/inew.png) no-repeat;
}
.gridListAlbum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#secondary .searchform .button.icon {
  position: absolute;
  background: url(images/btnSearch.png) no-repeat;
  border-radius: 0 !important;
  width: 45px;
  height: 27px;
  right: 4px;
  min-height: unset;
  top: 4px;
  /* bottom: 0; */
  margin: auto 0;
  line-height: unset !important;
  padding: 0;
  border: none;
  display: block;
}

#secondary .searchform .button.icon {
  position: absolute;
  background: url(images/btnSearch.png) no-repeat;
  border-radius: 0 !important;
  width: 45px;
  height: 27px;
  right: 4px;
  min-height: unset;
    top: 6px;
  /* bottom: 0; */
  margin: auto 0;
  line-height: unset !important;
  padding: 0;
  border: none;
  display: block;
}

#secondary .searchform .button.icon i {
  display: none;
}
#secondary .search-field {
  max-width: 100px;
  border-radius: 5px !important;
  border: none;
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
    min-width: 100%;
}

.iBoxN1 {
}
.iBoxN1 .col-inner {
  width: auto;
  display: flex;
  justify-content: start;
}
.iBoxN1 .col-inner .iBoxHome1 {
  align-items: center;
  width: auto;
}
.iBoxN2 {
}
.iBoxN2 .col-inner {
  width: auto;
  display: flex;
  justify-content: center;
}
.iBoxN2 .col-inner .iBoxHome1 {
  align-items: center;
  width: auto;
}
.iBoxN3 {
}
.iBoxN3 .col-inner {
  width: auto;
  display: flex;
  justify-content: end;
}
.iBoxN3 .col-inner .iBoxHome1 {
  align-items: center;
  width: auto;
}
.header-bottom-nav {
}
.header-bottom-nav .menu-item:first-child {
}
.header-bottom-nav .menu-item:first-child a {
  text-indent: -999px;
  overflow: hidden;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > li:hover {
      background: #333333;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > li:hover > a {
    color: white;
    /* text-transform: uppercase; */
}
.albumCategoryItem .subMenu {
    padding-left: 15px;
}
.albumCategoryItem .subMenu .subMenuItem {}
.albumCategoryItem .subMenu .subMenuItem a{
    color: black;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: 14px;
}
.albumCategoryItem .subMenu .subMenuItem a:hover{
    font-weight: 500;
    background: linear-gradient(90deg, rgba(254, 254, 36, 1) 0%, rgba(248, 209, 20, 1) 49%, rgba(182, 149, 14, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
  .header-bottom-nav > li > a {
    line-height: 35px;
    font-weight: 800;
    justify-content: space-between;
  }
  .header-bottom .flex-row {
        margin-right: auto;
    width: 100%;
  }
  .header-bottom .flex-left {
      width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header-bottom-nav {
    width: 100%;
    justify-content: space-between;
}
}

@media screen and (max-width: 1000px) {
}
@media only screen and (max-width: 48em) {
  .pPagePostThumb {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    width: 100%;
}
  .pPagePostItem {
    gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background: white;
    flex-wrap: wrap;
}
  .nav.nav-vertical li {

    position: relative;
}
  .menu-item-has-children > .sub-menu > li:before {
    font-size: 22px;
    margin-left: 0.2em;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    content: "\f107";
    font-family: "FontAwesome";
    top: 0;
    visibility: visible;
    color: black;
    z-index: 9;
}
  .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    position: relative;
    left: 0;
    min-width: 200px;
    background: transparent;
    border-radius: 0;
    top: 0;
    display: none;
    text-indent: 0 !important;
    box-shadow: none !important;
}
  .hdSearchBox {
    height: auto;
    position: relative;
    border: none;
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
  .searchform .button.icon i {
    font-size: 1.2em;
    display: block;
  }
  .searchform .button.icon {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
  }
  .gridListAlbum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .proPageList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .pageProjectsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .pageVideoGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }
  .xDefaultArrow2 .owl-prev {
    transform: translate(-10px, 0px);
  }
  .xDefaultArrow2 .owl-next {
    transform: translate(10px, 0px);
  }
  .iBoxCounter .col-inner {
    padding: 10px;
  }
  .xAboutText2 h2 {
    font-size: 24px;
    font-weight: 300;
  }
  .xHeadingLibra h2 {
    font-size: 24px;
  }
  .xHeadingDefault .xTextDefault h2 {
    text-transform: uppercase;
    font-size: 24px;
  }
  .xHeadingDefault .col-inner {
           display: flex;
        align-items: end;
        gap: 20px;
        margin-bottom: 40px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
  }
  .xProHomeBox {
    padding: 30px 0;
  }
  .xUp3Heading h2 a {
    font-size: 24px;
  }
  .xUp3HeadingGroup {
    flex-wrap: wrap;
    margin-bottom: 40px;
            justify-content: center;
        text-align: center;
  }
}

.fixAside {
  width: 49px;
  position: fixed;
  right: 10px;
  top: 50%;
  list-style: none;
  z-index: 9999;
}
.fixAside ul {
}
.fixAside ul li {
  list-style: none;
  margin-bottom: 10px;
}
.fixAside ul li a {
}
.fixAside li img {
  display: block;
  animation: rungXoay 1.5s infinite;
}

@keyframes rungXoay {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
