/*
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.   ***************/

@font-face {
    font-family: 'font-ct';
    src: url("/wp-content/themes/flatsome-child/assets/webfonts/SVN-Bebas-Neue-Regular.otf") format("opentype"); 
    font-weight: 700;
}
.section-title-main{
	font-family: font-ct !important;
	font-size:2.5rem;
}
.section-title-center{
	justify-content: center;
}
.section-title-center b{
	display:none;
}
.matbang li.tab.has-icon {
    background: transparent;
    padding: 0px 20px;
    margin: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}
.matbang .section-title-main{
	color: #fff;
}
.matbang ul li a {
    font-family: font-ct;
    font-size: 18px;
    color: #fff !important;
}
.tong-quan li {
  margin-bottom: 15px;
}
.tong-quan li strong {
  min-width: 210px;
  display: inline-block;
    vertical-align: top;
}
.border-custom {
  position: relative;
}
.border-custom:after {
  content: "";
  border: 1px solid #ba9a55;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
}

ul.ulnosylte li {
  min-width: 200px;
  list-style: none;
  margin-left: 0;
}
.plt-bell-ring {
  position: fixed;
  top: 20%;
  left: -300px;
  z-index: 9999;
  display: inline-block;
  vertical-align: top;
  animation: all 2.5s ease-out; 
  -webkit-animation: all 2.5s ease-out;
}
.plt-bell-ring.open {
  left: 0;
}
.plt-bell-ring .plt-icon {
  width: 50px;
  height: 50px;
  background-color: #0c2c3b;
  cursor: pointer;
  text-align: center;
  display: inline-block;
    vertical-align: top;
    border-radius: 0px 5px 5px 0px;
    float: right;
}
.plt-bell-ring .plt-content {
  max-width: 300px;
  background-color: #0c2c3b;
  float: left;
  padding: 25px 20px 0 20px;
  text-align: center;
}
.plt-bell-ring .plt-content h3 span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 120%;
  color: #ba9a55;
}
.plt-bell-ring .plt-content * {
  color: #fff;
}
.plt-bell-ring .plt-content 
.plt-bell-ring .plt-content input[type='email'], 
.plt-bell-ring .plt-content input[type='search'], 
.plt-bell-ring .plt-content input[type='number'], 
.plt-bell-ring .plt-content input[type='url'], 
.plt-bell-ring .plt-content input[type='tel'], 
.plt-bell-ring .plt-content input[type='text'], 
.plt-bell-ring .plt-content textarea,
.plt-bell-ring .plt-content .form-flat input:not([type="submit"]) {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.plt-bell-ring .plt-content input[type='submit'] {
  background-color: #ffcb08;
}


.border-top {
  border-top: 1px dashed #ddd;
}
.form-inline form,
.form-inline .col {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Bell ring effect */
.bell{
  display:inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 50px;
  /*margin:50px auto 0;*/
  color: #fff;
}
.bell-ring {
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.scroll-to-bullets {
  display: none;
}
/*pre, blockquote, form, figure, p, dl, ul, ol{
  margin-bottom: 1em;
}
li{
  margin-bottom: 0.4em;
}*/
h1, h2, h3, h4, h5, h6, .heading-font{
  line-height: 1.5 !important;
}

.lightbox-content{
  background: url(https://thesolaparks.com/wp-content/uploads/2019/12/bg-01-right.png);
  background-size: cover;
}

.form-single .content-form{
  background: url(https://thesolaparks.com/wp-content/uploads/2019/12/bg-01-right.png);
    background-size: cover;
    padding: 30px 30px 10px 30px;
    max-width: 600px;
    margin: 0 auto;
}

.form-single .content-form .title-form{
  color: #b5121a;
    margin-bottom: 15px;
    text-align: center;
    font-size: 19px;
}
.form-single input:not([type="submit"]){
  background-color: #fff !important;
}

.hotline-footer{
  line-height: 1;
  border-radius: 20px;
  background: #b5121a;
  z-index: 9999;
  font-weight: 500;
  font-size: 110%;
  color: #fff;
  padding: 8px 15px;
  position: fixed;
  left: 2px;
  bottom: 12px;
  -webkit-animation: background1 1s infinite; /* Safari 4.0 - 8.0 */
    animation: background1 1s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes background1 {
    0% {background: #b5121a;}
    50% {background: #ff881e;}
  100% {background: #b5121a;}
}

/* Standard syntax */
@keyframes background1 {
    0% {background: #b5121a;}
    50% {background: #ff881e;}
  100% {background: #b5121a;}
}

.home-tuvan .bg-fill{
  background-size: auto !important;
}
.home-tuvan .col.medium-5 .col-inner{
  border: 1px solid #fff;
}
.wpcf7 form input[type="submit"]{
  background-color: #ffcb08;
  color: initial
}

video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 550px){
  .nd-col-5 {
      max-width: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  }
}
@media screen and (max-width: 778px){
  .text-box.banner-layer {
      width: 100% !important;
	  padding-left: 10px;
	  padding-right: 10px;
  }
}
.col-form-chinh-sach{
  border: 1px solid #fff;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.nd-border .col-inner{
  border: 1px solid;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.no-border .section-title b{
  opacity: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
