/*
  Template Name: H2T Co.Ltd Template
  Author : TemplateStocks
  Author URI: https://templatestocks.com/
  Version: 1.0
  Tags: light, black, electrician, personal, electrical company, One page, personal landing page, responsive, html5, css3, template, web template

*/

/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#HERO SECTION
#Tại sao chọn chúng tôi? SECTION
#MY CLIENTS SECTION
#COUNTER SECTION
#PORTFOLIO / GALLERY SECTION
#SERVICE SECTION
#CALL TO ACTION SECTION
#CLIENT TESTIMONIAL SECTION
#LATEST ARTICLE SECTION
# CONTACT SECTION
#TEAM SECTION
#FOOTER SECTION
#404 ERROR PAGE
#COMING SOON PAGE
#RESPONSIVE DESIGN
*/

/* BASIC TYPOGRAPHY */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

.no-padding {
  padding: 0;
}

.no-border {
  border: none;
}

a {
  text-decoration: none;
  color: #003049;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

h2 {
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

img {
  border: none;
  max-width: 100%;
}

strong {
  font-weight: 500;
}

code {
  background-color: #f68a0a;
  border-radius: 2px;
  color: #fff;
  padding: 2px 4px;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}

pre code {
  background-color: transparent;
  color: #333;
}

del {
  text-decoration-color: #f68a0a;
}

kbd {
  background-color: #ddd;
  padding: 4px 6px;
  border-radius: 2px;
  color:;
}

address {
  line-height: 1.5;
  padding-left: 10px;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 0;
}

blockquote {
  background-color: #f8f8f8;
  border-radius: 0 4px 4px 0;
  padding: 5px 15px;
}

blockquote p {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}

button:focus {
  outline: none;
  border: none;
}

.ts-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.ts-title {
  padding-bottom: 10px;
  color: #000;
  display: inline;
  float: left;
  width: 100%;
}

.ts-title-left {
  display: inline;
  float: left;
  width: 55%;
  text-align: left;
}

.ts-title-right {
  display: inline;
  float: right;
  width: 40%;
  padding-top: 25px;
}

.ts-title h2 {
  color: #000;
  font-size: 40px;
  letter-spacing: 0.5px;
}

.ts-subtitle {
  color: #f68a0a;
  margin: 20px 0;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ts-title-right p {
  color: #000;
  text-align: left;
  font-size: 18px;
}

/*wordpress default class*/

.alignleft {
  float: left;
  margin-right: 8px;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignright {
  float: right;
  margin-left: 8px;
}

.alignnone {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

/*scrol to top*/

.scrollToTop {
  background-color: #f68a0a;
  bottom: 30px;
  color: #fff;
  display: none;
  font-size: 17px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  padding: 16px 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.scrollToTop i {
  display: block;
}

.scrollToTop span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
 HEADER SECTION
====================*/

#ts-header {
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 1px 5px #999999;
}

.ts-header-area {
  display: inline;
  float: left;
  width: 100%;
}

.ts-header-left {
  display: inline;
  float: left;
  width: 70%;
}
.ts-logo-area {
  height: 50px;
  display: flex;
}

.ts-logo {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.ts-logo span {
  color: #f68a0a;
}

.ts-logo img {
  width: 50px;
  display: inline;
}

.ts-header-right {
  display: inline;
  float: right;
  width: 70%;
}

.ts-nav {
  display: inline;
  float: right;
  width: 100%;
  text-align: right;
}

.ts-nav li {
  list-style: none;
  display: inline-block;
}

.ts-nav li a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-nav li a:hover,
.ts-nav li a.ts-active {
  color: #f68a0a;
}

.toggler {
  color: #f68a0a;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 8px;
  right: 50px;
}

/*==================
 HERO SECTION
====================*/

#ts-hero {
  background-color: #3c3c3c;
  background-image: url(assets/img/hero-bg.jpg);
  background-repeat: no-repeat;
  display: inline;
  float: left;
  width: 100%;
  padding-top: 80px;
  position: relative;
  background-size: cover;
}

#ts-hero::after {
  background-color: #000;
  content: "";
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ts-hero-area {
  display: inline;
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 5;
}

.ts-hero-left {
  display: inline;
  float: left;
  width: 60%;
}

.ts-hero-left h2 {
  color: #f68a0a;
  font-size: 45px;
  line-height: 45px;
}

.ts-hero-left h4 {
  font-size: 20px;
}

.ts-hero-right {
  display: inline;
  float: left;
  width: 40%;
}

.ts-btn-group {
  margin-top: 20px;
  display: inline-block;
}

.ts-btn {
  color: #f68a0a;
  font-size: 15px;
  border: 0.3em solid #f68a0a;
  border-radius: 0.5em;
  width: 11em;
  height: 3em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 1em;
}

.ts-btn-s {
  margin: auto !important;
  font-size: small !important;
  font-weight: 600 !important;
  position: absolute !important;
  bottom: 5px;
  display: flex;
  justify-self: center;
  justify-content: center;
}

.ts-btn-white {
  border-color: #fff;
  color: #fff;
}

.ts-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #f68a0a;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.ts-btn:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
}

.ts-btn-white:hover {
  border-color: #f68a0a;
}

.ts-btn:hover span {
  transform: translateY(0) scale(2);
}

.ts-btn span:nth-child(1) {
  --n: 1;
}

.ts-btn span:nth-child(2) {
  --n: 2;
}

.ts-btn span:nth-child(3) {
  --n: 3;
}

.ts-btn span:nth-child(4) {
  --n: 4;
}
.ts-hero-paragraph {
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 0;
  line-height: 1.5;
  padding-right: 10%;
}

.ts-scroll-down {
  height: 60px;
  width: 30px;
  border: 2px solid #f68a0a;
  position: absolute;
  left: 46%;
  bottom: 20px;
  border-radius: 50px;
  cursor: pointer;
}

.ts-scroll-down:hover {
  box-shadow:
    0 0 20px #f68a0a,
    0 0 30px #f68a0a;
}

.ts-scroll-down::before,
.ts-scroll-down::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -100%) rotate(45deg);
  border: 2px solid #f68a0a;
  border-top: transparent;
  border-left: transparent;
  animation: scroll-down 1s ease-in-out infinite;
}
.ts-scroll-down::before {
  top: 30%;
  animation-delay: 0.3s;
}

@keyframes scroll-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}

.ts-video-wrapper {
  display: inline-block;
  margin-top: 110px;
  width: 100%;
}

.ts-video-main {
  position: relative;
  display: inline-block;
  left: 45%;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  background: #f68a0a;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(246, 138, 10, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#videobtn {
  cursor: pointer;
}

/* The Modal (background) */

.ts-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  transition: all 0.3s;
}

.ts-modal-content {
  margin: 10% auto;
  padding: 20px;
  width: 100%;
  max-width: 900px;
}

.ts-modal-content iframe {
  width: 100%;
  max-width: 900px;
  height: 500px;
}

/* The Close Button */
.ts-close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  position: absolute;
  right: 15%;
  top: 15%;
  text-align: center;
}

.ts-close:hover,
.ts-close:focus {
  color: #f68a0a;
  border-color: #f68a0a;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------*/
/* Tại sao chọn chúng tôi? */
/*--------------------*/

#ts-why-choose {
  display: inline;
  float: left;
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

.ts-why-choose-area {
  display: inline;
  float: left;
  width: 100%;
}

.ts-why-choose-left {
  display: inline;
  float: left;
  width: 48%;
  padding-right: 2%;
}

.ts-why-choose-right .ts-title {
  color: #000;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  margin-right: 0;
}

.ts-why-choose-nav {
  margin-bottom: 20px;
  padding-left: 20px;
}

.ts-why-choose-nav li {
  line-height: 24px;
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.ts-why-choose-nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ts-why-choose-nav li i {
  color: #f68a0a;
  margin-right: 10px;
  font-size: 30px;
  display: inline-block;
}

.ts-why-choose-nav li span {
  font-weight: 700;
}

.ts-why-choose-right {
  color: #000;
  display: inline;
  float: right;
  width: 47%;
  position: relative;
}

.ts-why-choose-left img {
  border-radius: 0px 0 90px;
}

.ts-needmore-help {
  background-color: #27b1f2;
  display: inline-block;
  padding: 15px;
  color: #fff;
  border-radius: 35px;
  position: absolute;
  right: 25%;
  bottom: -25px;
}

.ts-needmore-help-icon {
  display: inline;
  float: left;
  margin-right: 10px;
}

.ts-needmore-help-icon i {
  color: #fff;
  font-size: 50px;
}

.ts-needmore-help-content {
  display: inline;
  float: left;
}

.ts-needmore-help-content span {
  text-transform: uppercase;
  font-weight: 600;
}

.ts-needmore-help-content h3,
.ts-needmore-help-content h3 a {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

/*==================
 MY CLIENT SECTION
====================*/

#ts-clients {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  width: 100%;
  padding: 15px 0;
}

.ts-clients-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ts-client-logo {
  display: inline;
  float: left;
  width: 100%;
}

.ts-client-logo li {
  display: inline-block;
  float: left;
  width: 21.5%;
  margin: 0 auto;
  margin: 15px 15px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 0 #31302b;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.ts-client-logo li a {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}

.ts-client-logo .slick-prev,
.ts-client-logo .slick-next {
  width: 30px;
  height: 30px;
  z-index: 9;
  background-color: #f68a0a;
}

.ts-client-logo .slick-prev {
  left: -25px;
}

.ts-client-logo .slick-next {
  right: -25px;
}

/*==================
 COUNTER SECTION
====================*/

#ts-counter {
  background-image: url(assets/img/counter-bg.jpg);
  background-color: #333;
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#ts-counter::before {
  content: "";
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ts-counter-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 99;
}

/* Counter  */

#ts-counter-inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#ts-counter-inner .ts-counter-item {
  width: 200px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#ts-counter-inner .ts-counter-item i {
  color: #f68a0a;
  font-size: 50px;
}

#ts-counter-inner .ts-counter-item .ts-count {
  color: #ffffff;
  font-size: 30px;
  margin: 20px 0 0;
}

#ts-counter-inner .ts-counter-item h3 {
  color: #ffffff;
  text-transform: capitalize;
}

#ts-counter-inner .ts-counter-item .ts-counter-text {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
}

/*==================
 GALLERY SECTION
====================*/

#ts-gallery,
#ts-pricing {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 64px 0;
}

.ts-gallery-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ts-gallery-title p {
  font-size: 18px;
  padding: 0 50px;
}

.ts-gallery-content {
  display: inline;
  float: left;
  width: 100%;
}

.ts-gallery-top {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.ts-gallery-top ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.ts-gallery-top ul li {
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 13px;
  padding: 6px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-gallery-top ul li:hover,
.ts-gallery-top ul li:focus,
.ts-gallery-top ul .active {
  color: #fff;
}

.ts-gallery-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.ts-single-gallery {
  display: inline;
  float: left;
  width: 31.33%;
  padding: 1%;
}

.ts-single-gallery-item {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.ts-single-gallery-item:hover .ts-single-gallery-img img {
  transform: scale(1.3);
}

.ts-single-gallery-img {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.ts-single-gallery-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  float: left;
}

.ts-single-gallery-info {
  text-align: left;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  padding: 20px 0;
  background-color: #000;
  float: left;
  width: 100%;
  border-radius: 0 0 12px 12px;
}

.ts-single-gallery-info h3:hover {
  cursor: pointer;
}

.ts-single-gallery-info a {
  border: 2px solid #f68a0a;
  background-color: #f68a0a;
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 15px;
}

.ts-single-gallery-info a:hover,
.ts-single-gallery-info a:focus {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.ts-single-gallery-info h3 {
  color: #fff;
  font-size: 22px;
  padding: 0 15px;
  margin: 0 0 8px 0;
}

.ts-portfolio-detail {
  display: none;
  float: left;
  text-align: center;
  width: 100%;
}

#ts-portfolio-popup {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  opacity: 0;
  z-index: 99999;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-portfolio-popup-area {
  display: block;
  float: left;
  padding: 40px 15%;
  width: 100%;
}

#ts-portfolio-popup .ts-portfolio-detail {
  display: inline;
}

#ts-portfolio-popup.ts-portfolio-popup-show {
  align-items: center;
  display: flex;
}

.ts-portfolio-popup-inner {
  color: #333;
  display: inline;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-portfolio-popup-inner-show {
  margin-left: 0;
}

.ts-portfolio-popup-inner img {
  max-width: 80%;
  border-radius: 12px;
}

.ts-portfolio-popup-inner h2 {
  color: #000;
  margin-top: 15px;
}

.modal-close-btn {
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  opacity: 0.5;
  position: absolute;
  right: 2%;
  text-align: center;
  top: 2%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
  color: #000;
  opacity: 1;
}

.view-project-btn {
  border: 2px solid #333;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  padding: 6px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.view-project-btn:hover,
.view-project-btn:focus {
  border-color: #000;
  color: #000;
  text-decoration: none;
}

/*==================
SERVICE SECTION
====================*/
#ts-service {
  background-color: #f6f6f3;
  display: inline;
  float: left;
  width: 100%;
  padding: 64px 0;
}

.ts-service-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ts-service-content-area {
  display: inline;
  float: left;
  width: 100%;
}

.ts-service-content {
  display: inline;
  float: left;
  width: 100%;
}

.ts-service-content li {
  display: inline;
  float: left;
  width: 23%;
  margin: 0 1%;
}

.ts-single-service {
  position: relative;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
  width: 100%;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
}

.ts-single-service figure {
  padding: 0;
  margin: 0;
}

.ts-single-service figure img {
  display: block;
  border-radius: 12px;
  transform: scale(1);
  transition: all 0.3s;
  height: 120px;
}

.ts-single-service:hover .ts-single-service figure img {
  transform: scale(1.3);
}

.ts-single-service .ts-single-service-content {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  /*border-radius: 12px;*/
}

.ts-single-service-content-inner {
  position: absolute;
  bottom: 0;
  z-index: 30;
  left: 0;
  right: 0;
  background-color: rgba(246, 138, 10, 0.8);
  padding: 10px;
  transition: ease-in 0.3s;
  text-align: center;
  height: 100px;
}

.ts-single-service:hover .ts-single-service-content-inner {
  background-color: rgba(246, 138, 10, 1);
}

.ts-single-service .title {
  color: #fff;
  margin-bottom: 18px;
  font-size: 16px;
  transition: color 0.3s;
  text-shadow: 1px 1px 3px #000;
}

.ts-single-service .description {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  transition: color 0.3s;
  letter-spacing: 0.5px;
}

.ts-single-service a {
  position: relative;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.ts-single-service:hover a {
  color: #fff;
}

.ts-single-service a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f68a0a;
  transition: background-color 0.3s;
}

.ts-single-service:hover a:after {
  background-color: #fff;
}

/*==================
CALL TO ACTION SECTION
====================*/

#ts-callto-action {
  background-color: #080808;
  display: inline;
  float: left;
  width: 100%;
  padding: 64px 0;
}

.ts-callto-action-content {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.ts-callto-action-content H2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 30px;
}

/*==================
CLIENT TESTIMONIAL SECTION
====================*/

#ts-client-testimonial {
  background-color: #f68a0a;
  display: inline;
  float: left;
  width: 100%;
  padding: 64px 0;
}

.ts-client-testimonial-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ts-client-testimonial-content {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  min-height: 300px;
}

#ts-client-testimonial .ts-subtitle {
  color: #fff;
}

.ts-testimonial-slider {
  display: inline;
  float: left;
  width: 100%;
}

.ts-testimonial-slider li {
  display: inline;
  float: left;
  width: 100%;
}

.ts-testimonial-slider li .ts-testimonial-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.ts-testimonial-slider li .ts-testimonial-single .ts-testimonial-info {
  display: inline-block;
  width: 75%;
  text-align: center;
}

.ts-testimonial-slider li .ts-testimonial-single .ts-testimonial-info p {
  color: #eee;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 0;
  position: relative;
  margin-top: 0;
  z-index: 20;
  text-align: left;
  font-style: italic;
}

.ts-testimonial-slider li .ts-testimonial-single .ts-testimonial-bio {
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 30;
  padding-left: 25px;
  padding: 0 13%;
}

.ts-testimonial-slider
  li
  .ts-testimonial-single
  .ts-testimonial-bio
  .ts-testimonial-img {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  float: left;
}

.ts-testimonial-name {
  display: inline;
  float: left;
  width: 50%;
  text-align: left;
  margin-left: 15px;
  margin-top: 20px;
}

.ts-testimonial-name h4 {
  color: #fff;
  font-size: 22px;
  margin: 5px 0;
}

.ts-testimonial-name span {
  display: block;
  font-size: 15px;
}

.ts-testimonial-slider .slick-dots li button {
  display: inline-block;
}

.ts-testimonial-slider .slick-dots {
  text-align: center;
}

.ts-testimonial-slider .slick-dots li {
  border-radius: 50%;
  border: 2px solid #eee;
  width: 15px;
  height: 15px;
  display: inline-block;
  float: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-testimonial-slider .slick-prev {
  left: 15px;
}

.ts-testimonial-slider .slick-next {
  right: 15px;
}

.ts-testimonial-slider .slick-prev,
.ts-testimonial-slider .slick-next {
  background: none;
}

.ts-testimonial-slider .slick-prev:before,
.ts-testimonial-slider .slick-next:before {
  font-size: 35px;
}

.ts-testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
}

.ts-testimonial-slider .slick-dots li button:before {
  color: #f68a0a;
}

/*==================
LATEST ARTICLE SECTION
====================*/

#ts-latest-article {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 64px 0;
}

.ts-latest-article-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ts-latest-article-content {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  min-height: 300px;
}

.ts-single-article {
  display: inline;
  float: left;
  width: 31.33%;
  margin: 0 1%;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding-bottom: 15px;
}

.ts-article-head {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.ts-article-head .ts-article-catg {
  background-color: #f68a0a;
  position: absolute;
  left: 0;
  top: 20px;
  padding: 5px 10px;
  border-radius: 0px 10px 10px 0px;
  font-size: 14px;
  z-index: 9;
  transition: all 0.3s;
}

.ts-article-head .ts-article-thumb img {
  width: 100%;
  transition: all 0.3s;
  border-radius: 12px;
}

.ts-single-article:hover .ts-article-thumb img {
  opacity: 0.9;
}

.ts-article-meta {
  display: inline;
  float: left;
  width: 90%;
  text-align: left;
  padding: 0 5%;
}

.ts-article-meta .ts-article-meta-item {
  color: #f68a0a;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

.ts-article-meta .ts-article-meta-item .ts-articale-meta-icon {
  margin-right: 5px;
}

.ts-article-body {
  display: inline;
  float: left;
  width: 90%;
  text-align: left;
  padding: 0 5%;
}

.ts-article-title,
.ts-article-title a {
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #000;
  transition: all 0.3s;
  line-height: 32px;
}

.ts-article-title:hover,
.ts-article-title a:hover {
  color: #f68a0a;
}

.ts-article-description {
  color: #000;
}

.ts-article-btn {
  display: inline;
  float: left;
  width: 90%;
  text-align: left;
  padding: 0 5% 5%;
}

.ts-reademore-btn {
  color: #000;
  transition: all 0.3s;
  border-bottom: 1px solid #ccc;
}

.ts-reademore-btn:hover,
.ts-reademore-btn:focus {
  color: #f68a0a;
  border-bottom: 1px solid #f68a0a;
}

.ts-reademore-btn i {
  display: inline;
  margin-left: -10px;
  visibility: hidden;
  transition: all 0.3s;
}

.ts-reademore-btn:hover i,
.ts-reademore-btn:focus i {
  visibility: visible;
  color: #f68a0a;
  margin-left: 5px;
}

/*==================
 CONTACT SECTION
====================*/

#ts-contact {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  width: 100%;
}

.ts-contact-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  color: #f6efef;
  font-size: 15px;
}

.ts-contact-content {
  display: inline;
  float: left;
  width: 100%;
  text-align: left;
}

.ts-contact-content .left-side {
  width: 40%;
  float: left;
  display: inline;
  background-color: #f68a0a;
  padding: 9% 5%;
}

.ts-contact-content .left-side .details {
  margin: 14px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.ts-contact-content .left-side .details i {
  font-size: 30px;
  color: #f68a0a;
  margin-bottom: 10px;
}

.ts-contact-content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.ts-contact-content .left-side .details .text-one,
.ts-contact-content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
  line-height: 20px;
}

.ts-contact-content .right-side {
  width: 40%;
  float: right;
  padding: 8% 5%;
}

.ts-contact-content .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #f68a0a;
}

.ts-contact-form .input-box {
  height: 55px;
  width: 100%;
  margin: 20px 0;
}

.ts-contact-form .input-box input,
.ts-contact-form .input-box select,
.ts-contact-form .input-box textarea {
  height: 100%;
  width: 95%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}

.ts-contact-form .input-box select {
  width: 101%;
}

.ts-contact-form .message-box {
  min-height: 160px;
}

.ts-contact-form .input-box textarea {
  padding: 15px;
}

.ts-submit-btn {
  background-color: #fff;
  color: #f68a0a;
  display: inline-block;
  margin-top: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: ease-in 0.3s;
  line-height: 16px;
  height: 50px;
}

.ts-submit-btn:hover,
.ts-submit-btn:focus {
  background-color: #000;
  color: #fff;
}

.info {
  font-size: 0.8em;
  color: #f68a0a;
  letter-spacing: 2px;
  padding-left: 5px;
}

.ts-service-faq {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.ts-service-collapsible {
  color: #333;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  display: block;
  border: 1px solid #ccc;
  position: relative;
}

.ts-service-collapsible h3 {
  font-size: inherit;
  margin: 0;
  display: inline;
  color: inherit;
  width: auto;
}

.active,
.ts-service-collapsible:hover {
  background-color: #f68a0a;
  color: #ffffff;
}

.ts-service-collapsible:after {
  content: "\002B";
  color: #f68a0a;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 22px;
  line-height: 22px;
  right: 15px;
  position: absolute;
  top: 32%;
}

.active:after {
  content: "\2212";
  color: #fff;
}

.ts-service-collapsible:hover::after {
  color: #fff;
}

.ts-service-collapsible-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}

.ts-service-collapsible-content p {
  color: #000;
}

/*==================
 TEAM SECTION
====================*/

#ts-team {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 64px 0;
  width: 100%;
}

.ts-team-area {
  display: inline;
  float: left;
  width: 100%;
}

.ts-team-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.ts-team-nav {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ts-team-nav li {
  background-color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 32%;
  overflow: hidden;
  margin-bottom: 20px;
}

.ts-single-team {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.ts-single-team-img {
  display: inline;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.ts-single-team-img img {
  width: 100%;
  transform: scale(1);
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-single-team:hover .ts-single-team-img img {
  transform: scale(1.2);
}

.ts-single-team-info {
  display: inline;
  float: left;
  padding: 10px 10px 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
  background-color: #fff;
  border-radius: 12px;
}

.ts-single-team-info h4 {
  color: #000;
  margin-bottom: 5px;
  margin-top: 0;
}
.ts-single-team-info span {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #f68a0a;
  font-weight: 500;
}

.ts-single-team .ts-single-team-social {
  background-color: rgba(246, 138, 10, 0.9);
  border-radius: 12px;
  position: absolute;
  bottom: 25%;
  right: -100%;
  padding: 23px 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-single-team:hover .ts-single-team-social {
  right: 25px;
  opacity: 1;
}

.ts-single-team-social a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  margin: 10px 5px;
  padding: 5px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 22px;
  height: 30px;
  line-height: 30px;
}

.ts-single-team-social a:hover,
.ts-single-team-social a:focus {
  background-color: #fff;
  color: #f68a0a;
  border-color: #fff;
}

.ts-team-nav .slick-prev,
.ts-team-nav .slick-next {
  background-color: #f68a0a;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 6px;
  outline: none;
  z-index: 9;
}
.ts-team-nav .slick-prev {
  left: -25px;
}

.ts-team-nav .slick-next {
  right: -25px;
}

/*==================
 FOOTER
====================*/

#ts-footer {
  display: inline;
  float: left;
  width: 100%;
  background-color: #181a1f;
  position: relative;
  background-position: center center;
}

.ts-footer-top {
  display: inline;
  float: left;
  padding: 50px 0 30px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.ts-footer-top-area {
  display: inline;
  float: left;
  width: 100%;
}

.ts-footer-widget {
  display: inline;
  float: left;
  width: 50%;
}

.ts-footer-widget h4 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 0;
}

.ts-footer-logo {
  display: inline-block;
  width: 170px;
}

.ts-footer-about-us {
  margin: 15px 15px 0 0;
}

.ts-footer-widget-nav li a {
  color: #f9f9f9;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

address a {
  color: #f9f9f9;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ts-footer-widget-nav li a:before {
  content: "\f054";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 5px;
}

.ts-footer-widget-nav li a:hover,
.ts-footer-widget-nav li a:focus,
address p a:hover,
address p a:focus {
  color: #f68a0a;
}

.ts-footer-widget-nav li h4 {
  margin-top: 10px;
  font-size: 16px;
}

.ts-footer-widget p {
  color: #f9f9f9;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}

.ts-footer-widget address {
  margin-top: 15px;
  padding-left: 0;
}

.ts-footer-widget address p {
  font-weight: lighter;
  font-style: normal;
  font-weight: 500;
  margin: 0 10px 10px 0;
  word-wrap: break-word;
  text-align: left;
}

.ts-footer-widget address p i {
  color: #fff;
  margin-right: 5px;
}

.ts-footer-bottom {
  background-color: #111317;
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 9;
}

.ts-footer-bottom-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border-radius: 6px;
}

.ts-footer-left {
  display: inline;
  float: left;
  width: 50%;
}

.ts-copyright {
  color: #f8f8f8;
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
  padding-top: 3px;
  font-size: 15px;
  text-align: left;
}

.ts-copyright a {
  color: #fff;
}

.ts-footer-right {
  display: inline;
  float: left;
  width: 50%;
  text-align: right;
}

.ts-social-nav {
  margin: 0;
  text-align: right;
  margin: 15px 0 0 0;
}

.ts-social-nav li {
  display: inline-block;
  margin: 0 3px;
  line-height: 26px;
}

.ts-social-nav li a {
  color: #f68a0a;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
}

.ts-social-nav li a:hover,
.ts-social-nav li a:focus {
  color: #fff;
}

/*==================
 404 ERROR PAGE
====================*/

#ts-404-error-page {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.ts-404-error-page-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  padding: 70px 0;
  color: #000;
}

.ts-404-error-left {
  display: inline;
  float: left;
  width: 40%;
}

.ts-404-error-right {
  display: inline;
  float: left;
  width: 60%;
  padding: 150px 0;
}

.ts-404-error-right h2 {
  color: #333;
  display: inline-block;
  font-size: 150px;
  line-height: 150px;
  padding: 10px 20px;
  position: relative;
}

.ts-404-error-right h4 {
  margin: 0;
  font-size: 35px;
  color: #000;
}

.ts-404-error-right p {
  font-size: 18px;
}

.ts-404-error-right .ts-btn {
  display: inline-block;
}

/*==================
 COMING SOON PAGE
====================*/
#ts-coming-soon {
  background-image: url("assets/img/coming-soon-bg.jpg");
  display: inline;
  float: left;
  width: 100%;
  background-color: #000;
  position: relative;
  padding: 200px 0;
  background-size: cover;
  background-position: center center;
}

#ts-coming-soon::before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ts-coming-soon-area {
  display: inline;
  float: left;
  width: 65%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 0 15%;
}

.ts-coming-soon-area h2 {
  color: #fff;
  display: inline-block;
  font-size: 60px;
  line-height: 80px;
  padding: 10px 20px;
}

.ts-coming-soon-area h4 {
  margin: 0;
  font-size: 35px;
}

.ts-coming-soon-area p {
  font-size: 18px;
  line-height: 25px;
}

.ts-coming-soon-area .ts-btn {
  display: inline-block;
}

.ts-subscribe-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 9;
}

.ts-subscribe-title {
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}

.ts-subscribe-from {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

.ts-subscribe-form-area {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  height: 49px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.ts-subscribe-from input[type="email"] {
  width: 75%;
  height: 45px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  border: none;
  padding: 0 10px 0 10px;
  outline: none;
  color: #000;
  font-size: 15px;
}

.ts-subscribe-from .ts-subscribe-btn {
  position: absolute;
  right: 2px;
  top: 3px;
  width: 22%;
  border: 0;
  background-color: #f68a0a;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  height: 43px;
}

/*==================
 RESPONSIVE DESIGN
====================*/
@media (min-width: 786px) {
  #tsMainNav {
    display: inline !important;
  }
  .ts-header-left {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .ts-container {
    max-width: 900px;
  }

  .ts-logo img {
    margin-top: 0;
  }

  .ts-nav li a {
    font-size: 14px;
    padding: 0 3px;
  }

  .ts-aboutus-left {
    width: 35%;
  }

  .ts-aboutus-right {
    width: 60%;
  }

  .ts-contact-content .left-side {
    margin-top: 5%;
  }

  .ts-client-logo li {
    width: 20.5%;
  }

  #ts-coming-soon {
    padding: 100px 0;
  }

  .ts-coming-soon-area {
    width: 90%;
    padding: 0 5%;
  }

  .ts-coming-soon-area h2 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .ts-container {
    max-width: 700px;
  }

  .ts-logo img {
    margin-top: 0;
    width: 50px;
  }

  #ts-header {
    padding: 5px 0;
  }

  .ts-header-right {
    width: 100%;
  }

  .toggler {
    display: inline;
    top: 17px;
    right: 30px;
  }

  nav {
    position: relative;
    display: none;
  }

  .ts-nav {
    text-align: left;
    padding-top: 20px;
  }

  .ts-nav li {
    width: 100%;
    float: left;
    margin: 10px 0;
  }

  .ts-nav li a {
    font-size: 16px;
    padding: 8px 15px;
  }

  .ts-hero-area {
    padding: 20px 0 20px 0;
  }

  .ts-hero-left h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .ts-video-wrapper {
    margin-top: 160px;
  }

  .ts-hero-inner {
    padding-top: 120px;
    width: 65%;
  }

  .ts-hero-paragraph {
    font-size: 14px;
  }

  .ts-title h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .ts-subtitle {
    font-size: 16px;
  }

  .ts-client-logo li {
    width: 19.5%;
  }

  #ts-counter-inner .ts-counter-item {
    width: 170px;
    padding: 35px 30px;
  }

  #ts-counter-inner .ts-counter-item {
    width: 170px;
    padding: 35px 30px;
  }

  .ts-single-service figure img {
    min-height: 120px;
  }

  .ts-single-service .title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 20px;
  }

  .ts-single-gallery-info h3 {
    font-size: 18px;
  }

  .ts-single-gallery-info a {
    padding: 8px 20px;
  }

  .ts-service-collapsible {
    padding: 16px;
    font-size: 15px;
  }

  .ts-single-team-info h4 {
    font-size: 18px;
  }

  .ts-single-team-info {
    padding: 10px 10px 10px;
    left: 10px;
    right: 10px;
    bottom: 20px;
  }

  .ts-article-title,
  .ts-article-title a {
    font-size: 18px;
    line-height: 22px;
  }

  .ts-article-description {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .ts-container {
    max-width: 600px;
  }

  .ts-hero-inner {
    padding-top: 50px;
    width: 70%;
  }

  .ts-hero-left,
  .ts-hero-right {
    width: 100%;
  }

  .ts-btn {
    font-size: 14px;
    width: 10em;
    height: 3em;
  }

  .ts-hero-right {
    padding: 20px 0;
  }

  .ts-video-wrapper {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  #ts-why-choose,
  #ts-counter,
  #ts-service,
  #ts-callto-action,
  #ts-gallery,
  #ts-team,
  #ts-client-testimonial,
  #ts-latest-article,
  #ts-pricing {
    padding: 48px 0;
  }

  .ts-why-choose-left {
    width: 100%;
    padding-right: 0;
  }

  .ts-why-choose-right {
    width: 100%;
    margin-top: 50px;
  }

  .ts-client-logo li {
    width: 20.2%;
    margin: 15px 10px;
  }

  #ts-counter-inner {
    display: inline;
  }

  #ts-counter-inner .ts-counter-item {
    width: 32%;
    padding: 20px 30px;
    float: left;
  }

  .ts-service-content li {
    width: 96%;
    margin: 0 2%;
  }

  .ts-single-service figure img {
    min-height: 120px;
  }

  .ts-title-left {
    width: 100%;
  }

  .ts-title-right {
    width: 100%;
    padding-top: 0;
  }

  .ts-title-right p {
    font-size: 16px;
  }

  .ts-service-content {
    margin-top: 0;
  }

  .ts-gallery-body {
    margin-top: 0;
  }

  .ts-single-gallery {
    width: 48%;
    padding: 1%;
  }

  .ts-contact-content .left-side {
    width: 90%;
    padding: 9% 5%;
  }

  .ts-contact-form .input-box select {
    width: 102%;
  }

  .ts-single-article {
    width: 100%;
    margin: 0 0;
    margin-bottom: 40px;
  }

  .ts-contact-content .right-side {
    width: 100%;
    padding: 8% 0;
  }
  .support-widget-block {
    bottom: 70px;
  }
  .scrollToTop {
    bottom: 50px;
  }

  .ts-article-title,
  .ts-article-title a {
    font-size: 18px;
    line-height: 28px;
  }

  .ts-testimonial-slider li .ts-testimonial-single .ts-testimonial-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .ts-testimonial-name h4 {
    font-size: 20px;
  }

  .ts-footer-widget {
    width: 100%;
    margin: 15px 0;
  }

  .ts-coming-soon-area h2 {
    font-size: 40px;
    line-height: 45px;
    padding: 0;
  }

  .ts-subscribe-from {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ts-container {
    max-width: 420px;
  }

  .ts-hero-area {
    height: auto;
  }

  .ts-hero-inner {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
  }

  .ts-hero-inner h2 {
    font-size: 22px;
  }

  .ts-btn-group {
    margin-top: 20px;
  }

  .ts-btn {
    font-size: 14px;
    padding: 8px 10px;
    height: 2em;
    line-height: 2em;
    margin: 10px 0;
  }

  .ts-hero-right {
    padding: 30px 0;
  }

  .ts-single-service figure img {
    min-height: 120px;
  }

  .ts-single-gallery {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }

  .ts-contact-content .left-side {
    width: 96%;
    padding: 10% 2%;
  }

  .ts-contact-form .input-box input,
  .ts-contact-form .input-box select,
  .ts-contact-form .input-box textarea {
    width: 90%;
  }

  .ts-contact-form .input-box select {
    width: 100%;
  }

  .ts-contact-content {
    text-align: center;
  }

  .ts-title {
    font-size: 22px;
  }

  .right-side .ts-title p {
    font-size: 16px;
  }

  .ts-title h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .ts-team-nav .slick-next {
    right: -15px;
  }

  .ts-team-nav .slick-prev {
    left: -15px;
  }

  .ts-client-logo li {
    width: 43.5%;
    min-height: 90px;
    display: flex;
    align-items: center;
  }

  #ts-counter-inner .ts-counter-item {
    width: 25%;
  }

  #ts-counter-inner .ts-counter-item .ts-counter-text {
    font-size: 15px;
  }

  /* .ts-service-content li {
    width: 100%;
    margin: 0;
    min-height: auto;
  } */

  .ts-client-testimonial-content {
    padding: 0;
  }

  .ts-testimonial-slider .slick-prev::before,
  .ts-testimonial-slider .slick-next::before {
    font-size: 30px;
  }

  .ts-single-article {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .ts-footer-left {
    width: 100%;
    text-align: center;
  }

  .ts-footer-right {
    width: 100%;
    text-align: center;
  }

  .ts-copyright {
    line-height: 25px;
    text-align: center;
  }

  .ts-social-nav {
    text-align: center;
  }
  .support-widget-block {
    bottom: 70px;
  }
  .scrollToTop {
    bottom: 30px;
  }

  .ts-article-title,
  .ts-article-title a {
    font-size: 20px;
  }

  .ts-article-description {
    font-size: 15px;
  }

  .ts-404-error-page-area {
    padding: 50px 0;
  }

  .ts-404-error-left,
  .ts-404-error-right {
    width: 100%;
  }

  .ts-404-error-right {
    padding: 50px 0;
  }

  .ts-coming-soon-area {
    width: 100%;
    padding: 0;
  }

  .ts-subscribe-from input[type="email"] {
    width: 65%;
  }

  .ts-subscribe-from .ts-subscribe-btn {
    width: 30%;
  }
}

@media (max-width: 360px) {
  .ts-container {
    max-width: 320px;
  }

  .ts-hero-bg {
    background-size: 65%;
  }

  .ts-hero-inner {
    padding-top: 5px;
    width: 100%;
  }

  .ts-scroll-down {
    left: 50%;
  }

  .ts-aboutus-left img {
    width: 70%;
  }

  .ts-timeline-area ul.ts-timeline {
    padding-left: 5%;
  }

  .ts-client-logo li {
    width: 91%;
  }

  #ts-counter-inner .ts-counter-item {
    width: 92%;
    padding: 20px 0;
  }

  .ts-contact-content .left-side .details {
    width: 91%;
  }

  .ts-contact-content {
    text-align: center;
  }

  .ts-testimonial-slider .slick-prev {
    left: 5px;
  }

  .ts-testimonial-slider .slick-next {
    right: 5px;
  }

  .ts-coming-soon-area h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .ts-coming-soon-area p {
    font-size: 16px;
    line-height: 20px;
  }

  .ts-subscribe-from .ts-subscribe-btn {
    font-size: 12px;
  }

  .ts-subscribe-title {
    font-size: 18px;
  }
}

.support-widget-block {
  position: fixed;
  bottom: 100px;
  z-index: 99;
  background: #111111a0;
  display: inline;
  right: 10px;
}
.support-widget-block .link-icon-zalo {
  top: -130px;
}
.support-widget-block .link-icon-mes {
  top: -200px;
}
.support-widget-block .link-icon-zalo img,
.support-widget-block .link-icon-mes img {
  max-width: 48px;
  max-height: 48px;
}
.support-widget-block .link-icon-phone img {
  max-width: 18px;
  max-height: 18px;
}
.support-widget-block .link-icon-phone .link-icon-contact-inner {
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 14px;
  border-radius: 50%;
}
.support-widget-block a {
  width: fit-content;
  animation: pulse-animation 1s infinite;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: -60px;
}
.support-widget-block .link-icon-contact-inner {
  display: flex;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #f68a0a;
  }

  100% {
    box-shadow: 0 0 0 6px #d7330120;
  }
}
.ts-single-gallery-info small {
  padding: 0 15px;
}
p b {
  color: #f68a0a;
}
ul.ts-keyword-tag {
  list-style-type: none;
}
ul.ts-keyword-tag li {
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: rgb(246, 138, 10, 0.5);
  border-radius: 5px;
  border: 1px rgb(246, 138, 10, 0.5);
  padding: 2px 7px;
  font-size: 12px;
}
ul.ts-keyword-tag li a {
  color: #ffffff;
}
ul.ts-keyword-tag li a i {
  margin-right: 5px;
}
#tbl_pricing {
  color: #000;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f68a0a;
  margin-top: 32px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    "Arial",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
}
#tbl_pricing thead tr {
  background-color: #f68a0a;
}
#tbl_pricing th {
  padding: 8px;
}
#tbl_pricing td {
  border: 1px solid #f68a0a;
  text-align: left;
  padding: 4px;
}
#tbl_pricing td.sub-head {
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(246, 138, 10, 0.5);
}
.ts-hotline-top {
  color: #f68a0a;
  display: flex;
  align-items: center;
  font-weight: 900;
}
@keyframes changeColor {
  0% {
    color: #000;
  }
  50% {
    color: #f68a0a;
  }
}
.text-color-change {
  font-weight: 900;
  animation-name: changeColor;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
