/*
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.   ***************/
html {
  scroll-behavior: smooth;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}

.xBreadCrum {
  background: #f5f5f5;
  padding: 10px 0;
}

.breamBox {}

.breamBox span {
  font-size: 13px;
  color: #252a2b;

}

.breamBox span a {}

.breamBox .breadcrumb_last {}

body:not(.home) .header:not(.transparent) .header-nav-main.nav>li>a {
  color: #333333 !important;
}

body:not(.home) .header:not(.transparent) .header-nav-main.nav>li.current-menu-item>a {
  color: #1511c5 !important;
}

body.home #header {
  position: absolute;
}

.header-main {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.header-wrapper.stuck .header-bg-color {
  background-color: #ffffff;
}

body.home #header .header-wrapper.stuck .header-bg-color {
  background-color: #ffffff;
}

body.home #header .header-wrapper.stuck .header-nav-main>li>a {
  color: #333333 !important;
}

body.home #header .header-wrapper.stuck .header-nav-main>li.current-menu-item>a {
  color: #1511c5 !important;
}


a.btn-popup {
  background: #1511c5;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

.ftList {}

.ftList h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ftList h4 {
  font-size: 15px;
  text-transform: uppercase;
}

.ftList ul {}

.ftList ul li {
  list-style: none;
  margin: 0 0 0.6em;
  font-size: 14px;
}

.ftList ul li i {
  margin-right: 7px;
}

.xCopyright p {
  display: flex;
  margin: 0;
  font-size: 14px;
}

.breamBox {}

.postPage {
  padding: 20px 0;
}

.postPageHeading {}

.postPageHeading h1 {
  text-transform: uppercase;
  margin: 0 0 40px;
  border-bottom: 2px solid #1511c5;
  line-height: 35px;
  position: relative;
  font-size: 20px;
  text-align: center;
}

.postList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pPageItem {}

.pPageItemThumb {}

.pPageItemCover {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.pPageItemCover img {
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pPageItemContent {
  padding: 15px;
  border: 1px solid #ddd;
}

.pPageItemTitle {}

.pPageItemTitle a {
  margin-top: .1em;
  transition: color .3s, opacity .3s, transform .3s;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pPageItemDescription {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 44px;
  margin-bottom: 15px;
}

.pPageItemReadMore {
  text-align: right;
}

.pPageItemReadMore a {}

.pPageItemReadMore a span {
  color: #1511c5;
  font-weight: 600;
  font-size: .9em;
}

.pPageItem:hover {}

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

.pPageItem:hover .pPageItemTitle a {}

.pPageItem:hover .pPageItemReadMore a {}

.pPageItem:hover .pPageItemReadMore a span {}

.image-cover:before,
.image-zoom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.pPageItem:hover .image-cover:before,
.pPageItem:hover .image-zoom:before {
  animation: circle .75s;
  pointer-events: none;
}


.pagePostDetails {
  padding: 30px 0;
}

.signPostBoxEx {
  padding: 15px;
  box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 30%);
  margin-bottom: 20px;
  border-radius: 5px;
}

.signPostHeading {}

.signPostHeading h1 {
  font-weight: 600;
  font-style: normal;
  color: #333333;
}

.signPostBoxContent {}

.relateBox {}

.relateHeading {}

.relateHeading h3 {
  text-align: center;
  text-transform: uppercase;
}

.postList {}


.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: #1511c5;
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {}

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

.postAsideList {
  margin: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #1511c54d;
  padding: 10px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 15px;
}

.postAsideHomeItemThumb {
  position: relative;
  max-width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
}

.postAsideHomeItemCover {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.postAsideHomeItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postAsideHomeItemContent {}

.postAsideHomeItemTitle {}

.postAsideHomeItemTitle a {
  color: #242424;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}

.postAsideHomeItem:hover {}

.postAsideHomeItem:hover .postAsideHomeItemCover img {}


.lightbox-content {
  padding: 15px !important;
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  border-radius: 10px;
}

.lightbox-content {
  background-color: #fff;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
  margin: 0 auto;
  max-width: 875px;
  position: relative;
}

.lightbox-content .form-lien-he,
.widget .form-lien-he {
  border-radius: 8px;
  padding: 15px;
  background: linear-gradient(136deg, rgb(242 104 32), rgb(251 209 188));
}

.lightbox-content .form-lien-he .text-popup,
.widget .form-lien-he .text-popup {
  display: block;
  text-align: center;
}

.text-popup h3 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}

.text-popup h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.form-lien-he .input-group {
  background: white;
  display: inline-block;
  width: 100%;
  clear: both;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-lien-he .fa,
.form-lien-he .fas {
  display: inline-block;
  width: 10%;
  float: left;
  padding: 10px 7px;
  text-align: center;
}

.widget .form-lien-he .fa,
.widget .form-lien-he .fas {
  width: 12%;
}

.form-lien-he .wpcf7-form-control-wrap {
  display: inline-block;
  float: right;
  width: 90%;
}

.widget .form-lien-he .wpcf7-form-control-wrap {
  width: 88%;
}

.form-lien-he input,
.form-lien-he textarea,
.form-lien-he select {
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 0;
  border: none;
  border-left: 1px solid #dcdcdc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-lien-he input[type='submit'] {
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
  display: block;
  width: 100%;
  box-shadow: none;
  border: none;
  background: linear-gradient(90deg, #1511c5 6%, rgb(247 169 129) 50%, rgb(247 165 123) 100%);
  border: 1.5px solid white;
}

.wpcf7-spinner {
  display: none;
}

.scrollAside {
  animation: scroll-up 120s linear infinite;
  height: auto;
}

.xSidebar {
  overflow: hidden;
  position: relative;
  height: 1220px;
}

.product-small.col .box {
  background: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
}

.product-small.col .box-image img {
  background: #1511c5 !important;
}

.product-small.col .product-small.box .box-text {
  background: #fff;
  text-align: center;
  padding: 10px;
}

.button-class {
  font-size: 12px;
  font-weight: 700;
  border-radius: 28px;
  padding: 7px 30px;
  background-color: #E0A95A;
  border: 0;
  min-height: auto;
  line-height: 1.2;
}

.product-small.col .product-small.box .name a {
  color: #3F3B3B;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.tabbed-content .nav,
.tabbed-content .tab-panels {
  width: 100%;
}

.product-small.col .title-wrapper {
  margin-bottom: 8px;
}

.product-footer .tabs {
  text-align: center;
  padding: 45px 0 0;
  margin-bottom: 35px;
  justify-content: center;
  gap: 10px;
}

.product-footer .tabs li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border: 1px solid #e7e7e7;
  transition: all .3s ease;
  padding: 5px 15px;
  line-height: 1.6;
}

.row1 h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.row1 h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  color: #fff;
  line-height: 18px;
}

.row1 p {
  font-size: 28px;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.headingDefault1 {}

.headingDefault1 h2 {
  margin-bottom: 30px;
  display: inline-block;
  padding: 0px 25px;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.headingDefault1 h2::after {
  position: absolute;
  bottom: -10px;
  content: '';
  height: 3px;
  width: 80px;
  left: calc(50% - 40px);
  background: #1511c5;
  border-radius: 10px;
}

.row2 {
  margin-top: 60px;
}

.iBox1 {}

.iBox1 .icon-inner {}

.iBox1 .icon-inner img {
  transition: all .8s ease;
}

.iBox1:hover .icon-inner img {
  transform: rotate(360deg);
  filter: brightness(1) invert(1);
}

.iBox1 p {
  color: #000;
  font-size: 14px;
}

.iBox1 {
  background: #fff;
  padding: 15px;
  height: 100%;
}

.iBoxHeaing {}

.iBoxHeaing h3 {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  background: #1511c5;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 0;
}

.taisaoItem {}

.taisaoItem h3 {
  color: #1511c5;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.taisaoItem p {}

.aboutInfo {}

.aboutInfo h2 {
  text-transform: uppercase;
  font-size: 25px;
  color: #FFFFFF !important;
  text-align: center;
}

.aboutInfo h3 {
  font-size: 19px;
  color: #FFFFFF !important;
  line-height: 1.2em;
}

.aboutVideo {}

.aboutVideo .button.icon.circle,
.aboutVideo .button.icon.round {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}

.videoList{

}
.videoItem{border-radius: 10px;overflow: hidden;position: relative;}
.videoThumb{position: relative;}
.videoThumbCover {padding-top: 65%;}
.videoThumbCover img{transition: all 500ms;}
.iVideoPlay{
  background: url(images/playYoutube.png) center no-repeat;
  width: 60px;
  height: 60px;
  background-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:  auto;
}
.VideoContent{position: absolute;bottom: 0;left: 0;width: 100%;padding: 8px 12px;background: #000000b5;}
.VideoTitle{

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

.VideoTitle{font-weight: bold;color: white;text-align: center;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}



.xTabMenu{margin-bottom: 25px;}
.xTabMenu li {margin: 0;}
.xTabMenu li a{
    padding: 10px 20px;
    border: 1px solid #1511c5;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #1511c5;
}
.xTabMenu li.active a{
    background: #1511c5;
    color: #fff;
    border: 1px solid #1511c5;
}

.xTabMenu li:hover a{

}
/*desktop*/
@media only screen and (min-width: 1200px) {
  .row2Col2 {
    margin-top: -70px;
  }

  .large-9 {
    flex-basis: 70%;
    max-width: 70%;
  }

  .large-3 {
    flex-basis: 30%;
    max-width: 30%;
  }
}

@media only screen and (max-width: 48em) {
  .postList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .row1 .text-action {
    padding: 30px;
  }
}


@keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

@keyframes scroll-up {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-50%)
  }
}