/*
 *  Cascading Style Sheets
 *
 *	Created By: Ton Phong VN
 *	Author URL: http://tonphong.vn
 *	Created At: 28/09/2015
 *	Updated At: 2025-12-15 21:27:03
 */
:root {
  --primary-color: #1860ad;
  --secondary-color: #09ab4d;
  --font-main: "Roboto", sans-serif;
  --border-radius: 8px;
  --spacing: 16px;
  --slider-width: 1170px;
  --slider-height: 560px;
}

html {
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #252525;
  font-family: var(--font-main);
  font-size: 16px;
  vertical-align: baseline;
}

a {
  color: var(--primary-color);
}

a:hover,
a:active,
a:focus {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--primary-color);
  text-decoration: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
label,
.table > thead > tr > th,
.table > tbody > tr > th {
  font-weight: 500;
}

.table > thead > tr > th {
  background: #f5f5f5;
  border-bottom: 0;
  padding: 6px;
}

.table > tbody > tr > td {
  vertical-align: middle;
  padding: 6px;
}

/* Background */
.bg-light {
  background-color: #f8f9fa !important;
}

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

/* None gutter all column*/
.no-gr > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* None gutter column */
.no-gc {
  padding-right: 0;
  padding-left: 0;
}

/* Margin */
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

/* Font size */
.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

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

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

/* Font weight*/
.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

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

.font-extra {
  font-weight: 900;
}

/* Color in site*/
.color-0 {
  color: var(--primary-color);
}

.color-1 {
  color: #ff6600;
}

/* Background */
.bg-1 {
  background: #fff;
}

.bg-2 {
  background: var(--primary-color);
}

/* Button */
.btn-0 {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 0;
}

.btn-0:hover,
.btn-0:focus,
.btn-0.focus,
.btn-0:active,
.btn-0.active {
  background: #fff;
  color: var(--primary-color);
}

/* Text input */
.txt-0 {
  height: 30px;
  border: 1px solid #f0f0f0;
  outline: 0;
  padding: 0 4px;
  width: 100%;
}

.txt-0:focus {
  border-color: var(--primary-color);
  transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
}

/* Image thumbnail */
.thumb-0 {}

.thumb-1 {}

.thumb-1:hover {
  border-color: var(--primary-color);
}

.thumb-2 {}

/* Breadcrumb */
.breadcrumb-tp {
  padding: 0;
  margin: 5px 0 0 0;
}

.breadcrumb-tp li + li:before {}

.breadcrumb-tp li.active {}

/* Paging */
.pagination-tp {
  margin: 15px 0 0;
}

.pagination-tp > li > a,
.pagination-tp > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-tp > .active > a,
.pagination-tp > .active > a:focus,
.pagination-tp > .active > a:hover,
.pagination-tp > .active > span,
.pagination-tp > .active > span:focus,
.pagination-tp > .active > span:hover {
  z-index: 3;
  cursor: default;
  background-color: #eeeeee;
  border-color: #ddd;
  font-weight: bolder;
  color: var(--primary-color);
}

.pagination-tp > li > a,
.pagination-tp > li > span {
  color: var(--primary-color);
}

.pagination-round {
}

.pagination-round > li > a,
.pagination-round > li > span {
  border-radius: 50%;
}

.pagination-round > li:first-child > a,
.pagination-round > li:first-child > span {
  border-radius: 50%;
  border-color: transparent;
}

.pagination-round > li:last-child > a,
.pagination-round > li:last-child > span {
  border-radius: 50%;
  border-color: transparent;
}

.pagination-round > li > a,
.pagination-round > li > span {
  margin-left: 6px;
}

/* Search form */
.search-form {
  margin-top: 15px;
  width: 40%;
  float: right;
}

.search-form .txt-search {
  width: 100%;
  height: 30px;
  border: 1px solid #f5f5f5;
  outline: 0;
  padding: 0 4px;
  font-size: 13px;
  color: #656565;
}

.search-form .txt-search:focus {
  border-color: var(--primary-color);
}

.search-form .btn-search {
  background: url("../images/btn-search.png") no-repeat center center
    var(--primary-color);
  height: 30px;
  width: 30px;
}

/* Subscriber form */
.subscriber-form {
  margin-top: 15px;
}

.subscriber-form .txt-subscriber {
  width: 100%;
  height: 30px;
  border: 1px solid #f5f5f5;
  outline: 0;
  padding: 0 4px;
  font-size: 13px;
  color: #656565;
}

.subscriber-form .txt-subscriber:focus {
  border-color: var(--primary-color);
}

.subscriber-form .btn-subscriber {
  background-color: var(--primary-color);
  color: #fff;
  height: 30px;
  text-transform: uppercase;
}

/* Contact form */
.contact-form {
  margin-top: 10px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
  border-color: var(--primary-color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group label {
  font-weight: 500;
  font-size: 0.95em;
}

.contact-form .btn-contact {
  background: var(--primary-color);
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 10px 47px;
}

.contact-form .btn-contact:hover,
.contact-form .btn-contact:focus,
.contact-form .btn-contact.focus,
.contact-form .btn-contact:active,
.contact-form .btn-contact.active {
  background: #76bce3;
}

.contact-form .message {
  background: #eee;
  border-radius: 3px;
  padding: 6px;
  height: 34px;
  font-size: 0.95em;
}

.contact-form .success {
  color: #093;
}

.contact-form .failure {
  color: #ff3c00;
}

div.wpcf7-response-output {
  margin: 0;
}

div.wpcf7-validation-errors {
  background: yellow;
  color: red;
}

span.wpcf7-not-valid-tip {
  font-size: 0.95em;
  margin-top: 1px;
}

/* Phone hotline */
.hotline-tp {
  margin-top: 15px;
  text-align: right;
}

.hotline-tp .phone {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-color);
}

/* Language */
.language-tp {
  margin-top: 15px;
  text-align: right;
}

.language-tp a {
  display: inline-block;
  width: 28px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 1px;
}

.language-tp a:hover {
  border-color: var(--primary-color);
}

.language-tp .vi {
  background: url("../images/language-vi.jpg") no-repeat center center;
}

.language-tp .en {
  background: url("../images/language-en.jpg") no-repeat center center;
  margin-left: 6px;
}

/* Social */
.social-tp {
  margin: 15px 0;
}

.social-tp a {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  background-size: 18px !important;
}

.social-tp .facebook,
.social-reverse .facebook:hover {
  background: url("../images/icon-facebook.png") no-repeat center center #5d82d1;
  margin-bottom: 12px;
}

.social-tp .twitter,
.social-reverse .twitter:hover {
  background: url("../images/icon-twitter.png") no-repeat center center #3bbaf0;
  margin-bottom: 12px;
}

.social-tp .googleplus,
.social-reverse .googleplus:hover {
  background: url("../images/icon-googleplus.png") no-repeat center center
    #eb5e4c;
}

.social-tp .linkedin,
.social-reverse .linkedin:hover {
  background: url("../images/icon-linkedin.png") no-repeat center center
    var(--primary-color);
}

.social-tp .youtube,
.social-reverse .youtube:hover {
  background: url("../images/icon-youtube.png") no-repeat center center #ef4e41;
}

.social-tp .pinterest,
.social-reverse .pinterest:hover {
  background: url("../images/icon-pinterest.png") no-repeat center center
    #e13138;
}

.social-tp .instagram,
.social-reverse .instagram:hover {
  background: url("../images/icon-instagram.png") no-repeat center center
    #b33db0;
}

.social-round {
}

.social-round a {
  border-radius: 50%;
}

.social-reverse {
}

.social-reverse .facebook,
.social-reverse .twitter,
.social-reverse .googleplus,
.social-reverse .linkedin,
.social-reverse .youtube,
.social-reverse .pinterest,
.social-reverse .instagram {
  background-color: transparent;
  border: 1px solid;
}

/* Button scroll up */
.scroll-up {
  display: none;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 10px;
  right: 100px;
  font-size: 0;
  background: url("../images/scroll-up.png") no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 16px;
  border-radius: 50%;
}

.scroll-up:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url("../images/scroll-up-hover.png");
}

/* Ajax loadding */
.ajax-loading {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  z-index: 9999;
}

.ajax-loading img {
  position: absolute;
  top: 40%;
  left: 30%;
}

/* Line seperate */
.line-0 {
  border-top: 1px solid #efefef;
}

/* Title */
.title-text {
  font-size: 24px;
  margin-top: 33px;
  margin-bottom: 29px;
}

.title--primary {
  color: var(--primary-color);
}

.title--secondary {
  color: var(--secondary-color);
}

/* List item */
.list-1 {
  margin-top: 0;
}

.list-1 li {
  background: url("../images/bullet-02.png") no-repeat 0 3px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  line-height: 1.3;
  text-align: justify;
}

.list-1 li a {
  color: #666;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.list-1 li:hover a {
  color: var(--primary-color);
}

/* Line height */
.line-height-1 {
  line-height: 1.1;
}

.line-height-2 {
  line-height: 1.33;
}

.line-height-3 {
  line-height: 1.46;
}

/* Header top */
#header-top {
  background: #8b572a;
}

/* Header */
#header-tp {
  min-height: 60px;
}

#header-tp .header {
  text-align: right;
  display: block;
  margin: 10px 0px;
}

#header-tp .chat-zalo,
#header-tp .phone-call {
  font-size: 15px;
  height: 24px;
  display: inline-block;
}

#header-tp .chat-zalo {
  background: url("../images/icon-zalo.svg") no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
}

#header-tp .phone-call {
  background: url("../images/icon-phone.svg") no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
}

/* Logo */
#logo {
  margin: 10px 0;
  display: block;
}

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

/* Menu */
#menu-tp {
  background: #06488c;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  background: transparent;
}

#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--primary-color);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
  float: left;
  margin-right: 40px;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu > ul > li::after {
  content: "";
  display: block;
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  right: 0;
}

#cssmenu > ul > li:hover::after,
#cssmenu > ul > li.active::after {
  border-bottom-color: #fff;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
}

#cssmenu > ul > li.has-sub > a {
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  display: none;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: var(--primary-color);
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover > ul > li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 9px 20px;
  min-width: 200px;
  background: #eee;
  text-decoration: none;
  color: #06192e;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul li.active > a,
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: var(--primary-color);
  background: #eee;
  border-bottom: 1px solid var(--primary-color);
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: var(--primary-color);
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
  }

  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }

  #cssmenu ul li.active > a {
    background: rgb(250, 250, 250);
  }

  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 10px;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: var(--primary-color);
  }

  #cssmenu ul ul ul li a {
    padding-left: 20px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }

  #cssmenu > ul > li > ul > li {
    padding-right: 40px;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 20px 0;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }

  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 24px;
    height: 2px;
    background: var(--primary-color);
  }

  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 24px;
    height: 7px;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #efefef;
    height: 100%;
    width: 40px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 20px;
    display: block;
    width: 1px;
    height: 15px;
    background: var(--primary-color);
    z-index: 9999;
  }

  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 20px;
    display: block;
    width: 15px;
    height: 1px;
    background: var(--primary-color);
    z-index: 9999;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/* Slider */
.slider-hero {
  position: relative;
  height: 650px;
}

.slider-hero .work {
  width: 100%;
}

.slider-hero .work .img {
  width: 100%;
  height: 650px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: top center;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.slider-hero .work .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000000;
  opacity: 0.5;
  width: 100%;
}

@media (max-width: 575.98px) {
  .slider-hero .work .img:after {
    width: 100%;
  }
}

.slider-hero .work .img.img2 {
  background-position: center center;
}

.slider-hero .work .text {
  color: rgba(255, 255, 255, 0.8);
}

.slider-hero .work .text h1,
.slider-hero .work .text .h1 {
  font-weight: 400;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
}

.slider-hero .work .text h1 span,
.slider-hero .work .text .h1 span {
  color: var(--primary-color);
}

@media (max-width: 767.98px) {
  .slider-hero .work .text h1,
  .slider-hero .work .text .h1 {
    font-size: 40px;
  }
}

.slider-hero .work .text span.subheading {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 15px;
  border-radius: 50px 0 50px 0;
}

@media (max-width: 575.98px) {
  .slider-hero .work .text .btn {
    display: block;
    margin-bottom: 10px;
  }
}

.slider-hero .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.slider-hero .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .slider-hero .tns-nav {
    bottom: 40px;
  }
}

.slider-hero .tns-nav > [aria-controls] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.slider-hero .tns-outer [aria-controls],
.slider-hero .tns-outer [data-action] {
  cursor: pointer;
}

.slider-hero .tns-nav > .tns-nav-active {
  background: var(--primary-color);
  width: 10px;
}

/* Featured */
#featured-tp {
}

/* Content top */
#content-top {
  background: #f0f0f0;
  min-height: 35px;
}

#content-top .breadcrumb-tp li a {}

/* Content */
#content-tp {
  min-height: 560px;
  background-color: #fff;
}

/* Section */
#content-tp .section-1 {}

#content-tp .section-1 .title-3 a {
  color: var(--secondary-color);
}

#content-tp .section-1 .box {
  display: -webkit-box;
  margin-bottom: 17px;
  padding: 0px 8px;
}

#content-tp .section-1 .icon-wrap .icon1 {
  width: 72px;
  height: 72px;
  box-shadow: none;
  background: url("../images/icon1.png") no-repeat center var(--secondary-color);
  display: inline-block;
  border-radius: 50%;
}

#content-tp .section-1 .icon-wrap .icon2 {
  width: 72px;
  height: 72px;
  box-shadow: none;
  background: url("../images/hi-icon6.png") no-repeat center
    var(--secondary-color);
  display: inline-block;
  border-radius: 50%;
}

#content-tp .section-1 .icon-wrap .icon3 {
  width: 72px;
  height: 72px;
  box-shadow: none;
  background: url("../images/hi-icon3.png") no-repeat center
    var(--secondary-color);
  display: inline-block;
  border-radius: 50%;
}

#content-tp .section-1 .icon-wrap .icon4 {
  width: 72px;
  height: 72px;
  box-shadow: none;
  background: url("../images/hi-icon2.png") no-repeat center
    var(--secondary-color);
  display: inline-block;
  border-radius: 50%;
}

#content-tp .section-1 .icon-wrap .icon5 {
  width: 72px;
  height: 72px;
  box-shadow: none;
  background: url("../images/hi-icon4.png") no-repeat center
    var(--secondary-color);
  display: inline-block;
  border-radius: 50%;
}

#content-tp .section-1 .icon-wrap .icon6 {
  width: 72px;
  height: 72px;
  box-shadow: none;
  background: url("../images/hi-icon5.png") no-repeat center
    var(--secondary-color);
  display: inline-block;
  border-radius: 50%;
}

#content-tp .section-2 {
  margin-top: 16px;
}

#content-tp .section-2 .project {
  margin-top: 18px;
}

#content-tp .section-2 .des {
  text-align: justify;
  color: var(--primary-color);
  margin-top: 20px;
}

#content-tp .section-2 .project-content {
  margin-top: 26px;
}

#content-tp .section-2 .project-content .ject {
  margin-bottom: 10px;
}

#content-tp .section-3 {
  margin-top: 16px;
}

#content-tp .section-3 .product-list {
  border-bottom: 1px solid #eee;
}

#content-tp .section-3 .del {
  padding-left: 3px;
}

#content-tp .section-3 .pro {
  margin-top: 18px;
}

#content-tp .left-bar .text-center {
  border-bottom: 1px solid #efefef;
}

.pro-high {
  margin-top: 17px;
}

.marg_right1 {
  float: left;
  margin-right: 15px;
  width: 50%;
  height: auto;
  border: 1px solid #eee;
  margin-top: 0;
}

#content-tp .section-3 .product .pitles {
  margin-top: 0px;
  color: var(--primary-color);
}

#content-tp .gg {
}

#content-tp .section-3 .product .sec {
  text-align: justify;
  color: #777;
}

#content-tp .section-4 .title-6 a {
  color: #333;
}

#content-tp .section-4 .info {
  text-align: justify;
  font-size: 13px;
}

#content-tp .section-4 .item {
  width: 40%;
  float: left;
}

#content-tp .section-4 .item1 {
  width: 60%;
  float: right;
  padding-left: 12px;
}

#content-tp .section-4 .pro {
  margin: 21px 0px;
}

#content-tp .section-4 .partder .sponsor {
  border: 1px solid #eeeeee;
  padding: 25px 26px 10px 60px;
  height: 90px;
}

#content-tp .section-4 .partder .sponsor1 {
  border: 1px solid #eeeeee;
  padding: 19px 26px 10px 80px;
  height: 90px;
}

#content-tp .section-4 .partder .sponsor2 {
  border: 1px solid #eeeeee;
  padding: 8px 26px 10px 77px;
  height: 90px;
}

#content-tp .section-4 .partder .sponsor3 {
  border: 1px solid #eeeeee;
  padding: 29px 26px 10px 26px;
  height: 90px;
}

#content-tp .contact-info {
  margin-top: 25px;
  border-bottom: 1px solid #eeeeee;
}

#content-tp .contact-info a {
  color: #333;
}

#content-tp .left-bar .mt-0 a {
  color: #333;
}

#content-tp .product-new .no-gr {
  margin-left: 0px;
  margin-right: 0px;
}

#content-tp .product-new .no-gr {
  margin-left: 0px;
  margin-right: 0px;
}

#content-tp .project-new .no-gr {
  margin-left: 0px;
  margin-right: 0px;
}

/* Intro */
#content-tp .about-intro {
  margin: 30px 0;
  font-size: 15px;
}

#content-tp .video-intro {
  margin-top: 10px;
}

#content-tp .main-text {
  font-size: 1.1em;
  color: #252525;
  line-height: 1.46;
  text-align: justify;
}

/* Sidebar */
#content-tp .left-bar {
  margin-top: 20px;
}

#content-tp .right-bar {
  margin-top: 20px;
}

/* Footer top */
#footer-top {
}

/* Footer */
#footer-tp {
  margin-top: 30px;
  padding-top: 15px;
  background: #06488c;
  color: #fefefe;
}

#footer-tp a {
  color: #fff;
}

#footer-tp a:hover {
  color: var(--secondary-color);
}

#footer-tp .contact-info {
  margin-top: 15px;
}

#footer-tp .contact-info .invitek-address {
  background: url("../images/dress.png") no-repeat 0px 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#footer-tp .copyright a {
  font-weight: 500;
}

#footer-tp #menu-footer li a {
  font-weight: 300;
}

#footer-tp .contact-info .invitek-hotline {
  background: url("../images/phone.png") no-repeat 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#footer-tp .contact-info .invitek-email {
  background: url("../images/gmail.png") no-repeat 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#footer-tp .contact-info .invitek-website {
  background: url("../images/web.png") no-repeat 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#content-tp .contact-info .invitek-address {
  background: url("../images/dress-01.png") no-repeat 0px 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#content-tp .contact-info .invitek-hotline {
  background: url("../images/phone-01.png") no-repeat 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#content-tp .contact-info .invitek-email {
  background: url("../images/gmail-01.png") no-repeat 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#content-tp .contact-info .invitek-website {
  background: url("../images/web-01.png") no-repeat 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

#footer-tp .info {
  margin-bottom: 0;
}

#footer-tp .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#footer-tp .address {
}

#footer-tp .phone {
}

#footer-tp .fax {
}

#footer-tp .hotline {
}

#footer-tp .email {
}

#footer-tp .website {
  margin-bottom: 20px;
}

#content-tp .info {
  margin-bottom: 0;
}

#content-tp .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#content-tp .website {
  margin-bottom: 20px;
}

#footer-tp .copyright {
  margin-top: 15px;
  line-height: 1.25;
  padding-top: 8px;
}

#footer-tp .copyright .owner {
  font-size: 13px;
  color: #ddd;
}

#footer-tp .copyright .design {
  font-size: 12px;
  color: #ddd;
}

#footer-tp .social-reverse ul li {
  display: flex;
}

#footer-tp .social-reverse p {
  margin-left: 37px;
  margin-top: 2px;
}

#footer-tp .ln-line {
  border-top: 1px solid #1368ab;
}

#footer-tp .menu-footer {
  text-align: right;
}

#footer-tp .pill {
  font-size: 13px;
  padding-left: 56px;
}

#footer-tp #menu-footer li {
  float: none;
  display: inline-block;
}

#footer-tp .nav > li > a:focus,
#footer-tp .nav > li > a:hover {
  background-color: #061a2f;
}

.testimony-section {
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

.testimony-section .tns-outer {
  position: relative;
  padding-bottom: 3em !important;
}

.testimony-section .tns-ovh {
  padding: 2em 0 0 0;
}

.testimony-section .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.testimony-section .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.testimony-section .tns-nav > [aria-controls] {
  width: 30px;
  height: 2px;
  padding: 0;
  margin: 0 5px;
  background: #ddd;
  border: 0;
}

.testimony-section .tns-outer [aria-controls],
.testimony-section .tns-outer [data-action] {
  cursor: pointer;
}

.testimony-section .tns-nav > .tns-nav-active {
  background: var(--primary-color);
}

.testimony-section
  .tns-item:not(.tns-slide-active)
  + .tns-slide-active
  + .tns-slide-active
  .testimony-wrap {
  background: var(--primary-color);
  color: rgba(255, 255, 255, 0.9);
}

.testimony-section
  .tns-item:not(.tns-slide-active)
  + .tns-slide-active
  + .tns-slide-active
  .testimony-wrap
  .icon {
  background: #f9faf7;
}

.testimony-section
  .tns-item:not(.tns-slide-active)
  + .tns-slide-active
  + .tns-slide-active
  .testimony-wrap
  .icon
  span {
  color: var(--primary-color);
}

.testimony-section
  .tns-item:not(.tns-slide-active)
  + .tns-slide-active
  + .tns-slide-active
  .testimony-wrap
  .name,
.testimony-section
  .tns-item:not(.tns-slide-active)
  + .tns-slide-active
  + .tns-slide-active
  .testimony-wrap
  .position {
  color: #fff;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
}

.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
}

.testimony-wrap .icon span {
  color: #fff;
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: var(--primary-color);
}

.testimony-wrap .position {
  font-size: 16px;
  color: #4d4d4d;
}

.client-list {
  padding-bottom: 30px;
  margin-left: -5px;
  margin-top: -5px;
  text-align: center;
}

.client-list .item {
  display: inline-block;
  max-width: 150px;
  border: 1px solid #e5e5e5;
  margin: 5px;
}

.client-list .item img {
  width: 100%;
}

.line-1 {
  border-top: 1px solid #f5f5f5;
}

.main-text ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: initial;
}

.main-text ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: initial;
}

.main-text img {
  max-width: 100%;
}

.main-text .img-mbbr img {
  height: 220px;
}

/* User for Wordpress*/
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100% !important;
  text-align: center;
  background-color: #fafafa;
  padding: 6px;
  border: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

p.wp-caption-text {
  font-size: 13px;
  line-height: 16px;
  margin-top: 8px;
  color: #666;
  margin-bottom: 6px;
}

/* Desktop screen */
@media only screen and (min-width: 1024px) {
  #footer-tp #menu-footer {
    padding: 10px 14px;
  }
}

@media only screen and (min-width: 981px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 980px) {
  .title-3 {
    font-size: 13px;
    min-height: 69px;
  }

  .pro-ct {
    margin-top: 31px;
  }

  #footer-tp .copyright {
    text-align: center;
  }

  .title-0 {
    font-size: 18px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 736px) {
  #content-tp .section-1 .box {
    width: 50%;
  }

  .search-form .txt-search {
    width: 100%;
  }

  #content-tp .section-2 .typical-projects {
    width: 33.3%;
  }

  .line-0 {
    margin-top: 308px;
  }

  #content-tp .section-3 .pro {
    width: 50%;
  }

  #content-tp .section-3 .del {
    padding-left: 13px;
  }

  #content-tp .section-2 .project-content .ject .line-0 {
    margin-top: -27px;
  }

  #content-tp .left-bar .line-0 {
    margin-top: 19px;
  }

  #content-tp .left-bar .suicide {
    margin-top: 16px;
  }

  .nav > li > a {
    padding: 10px 10px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 480px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 425px) {
  .marg_right1 {
    margin-right: 0px;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .title-0 {
    font-size: 18px;
  }

  .title-4 {
    font-size: 18px;
  }

  #content-tp .section-3 .del {
    padding-left: 13px;
    margin-top: 17px;
  }

  #content-tp .section-4 .item {
    width: 100%;
  }

  #content-tp .section-4 .item1 {
    width: 100%;
    width: 100%;
    margin-top: 23px;
    padding-left: 0px;
    padding-right: 48px;
  }

  .title-5 {
    font-size: 18px;
  }

  #content-tp .section-1 .box {
    width: 50%;
    text-align: center;
  }

  .search-form .txt-search {
    width: 100%;
  }

  #content-tp .section-2 .typical-projects {
    width: 100%;
  }

  .search-form {
    width: 100%;
  }

  #content-tp .section-3 .featured-products {
    width: 100%;
  }

  #content-tp .section-3 .del {
    width: 100%;
  }

  .line-0 {
    border-bottom: 1px solid #efefef;
    margin-top: 310px;
  }

  #content-tp .section-3 .pro {
    width: 100%;
  }

  #content-tp .introduce {
    width: 100%;
  }

  #content-tp .ds {
    width: 100%;
  }

  #content-tp .section-2 .project-content .ject .line-0 {
    margin-top: -27px;
  }

  #content-tp .section-2 .project-content .ject {
    width: 100%;
  }

  #content-tp .tv {
    width: 100%;
  }

  #content-tp .tm {
    width: 100%;
  }

  #content-tp .contact {
    width: 100%;
  }

  #footer-tp .name {
    font-size: 15px;
  }

  .title-8 {
    font-size: 15px;
  }

  .nav > li > a {
    padding: 10px 3px;
  }

  #footer-tp .pill {
    padding-left: 0px;
  }

  .box .title-3 {
    text-align: center;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  #content-tp .section-3 .product .sec {
    padding-right: 1px;
  }

  #content-tp .section-4 .item1 {
    padding-right: 4px;
  }

  .line-0 {
    margin-top: 293px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 240px) {
}


/* Animation */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
