/*
Theme Name: SLS
Theme URI: https://www.facebook.com/xuanhuynh003
Author: Huynh
Author URI: https://www.facebook.com/xuanhuynh003
Description: SLS is a custom WordPress theme.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sls
*/
/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css */
@import url(libs/icofont/icofont.min.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);
@import url(libs/fancybox/jquery.fancybox.min.css);
@import url("https://fonts.googleapis.com/css2?family=Average&family=Montserrat:wght@300;400;500;600;700;800;900&family=Play:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap");


/*==========================================================
	2. GENERAL
==========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-size: 14px;
  color: #757575;
  font-family: "Montserrat", sans-serif;
  /* overflow-x: hidden; */
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

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

ul,
ol {
  list-style-type: none;
}

a {
  color: #373737;
  text-decoration: none;
}

a:hover {
  color: #820000;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

input {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

label {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea {
  border: 0.5px solid #acacac;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  border-radius: 0;
  height: 40px;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
}

button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #820000;
  outline: none;
}

textarea {
  height: 152px;
  overflow: hidden;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-color: #fcd998;
}

iframe {
  max-width: 100%;
}

/* custom bootstrap css */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none !important;
}

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


@media (min-width: 1200px) {


  .container-pr {
    max-width: 1600px;
    width: 100%;
  }
}

@media (min-width: 1270px) {
  .container-b {
    width: 1270px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
  margin-bottom: 30px;
}

.single .entry-content ul,
.comment-content ul {
  list-style: none;
}

.single .entry-content ul {
  margin: 0 0 20px 30px;
}

.single .entry-content ul li:before,
.comment-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #5f5f5f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
}

.post-password-form input[type="password"] {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #e9e9e9;
  margin-right: 10px;
}

.post-password-form input[type="submit"] {
  border: 1px solid #242627;
  background: none;
  color: #242627;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
  background: #242627;
  color: #fff;
}

.screen-reader-text {
  display: none;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
  margin: 0 -5px 20px;
}

.gallery-item {
  float: left;
  padding: 0 5px;
  margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
  float: none;
  display: block;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

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

.wp-caption-text {
  text-align: center;
  padding: 5px;
  font-style: italic;
}

.gallery-caption {
  text-align: left;
  font-style: italic;
  padding: 5px 0;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.bypostauthor {
  display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
/* ************************ Header *********************** */
.site-header {
  z-index: 100;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  /* position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%; */
}

.site-main {
  padding-top: 0 !important;
}

#wrapper {
  /* max-width: 1920px; */
}

.page-template-Home .site-header {
  /* position: fixed;
    left: 0;
    right: 0; */
  background: transparent;
  box-shadow: none;
}

.page-template-Home .site-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.page-template-Home .site-header.add-bg::before {
  opacity: 1;
  visibility: visible;
}

.site-header .container {
  max-width: 1665px;
  padding-bottom: 27px;
  width: 100%;
  position: relative;
}

.site-header .container,
.main-menu ul {
  display: flex;
  align-items: start;
  /* align-items: center; */
  justify-content: space-between;
}

.site-header img {
  display: block;
}

.site-header .menu-nav-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}

.site-header .menu-nav-top::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  left: 0;
  bottom: 0;
  position: absolute;
}

.site-header .menu-nav-top .title-top {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-header .socials-header {
  display: flex;
  margin-left: 40px;
}

.site-header .socials-header li a i {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.site-header .socials-header li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #5a6afd;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.site-header .socials-header li.scl_yt a {
  background: #ff5a44;
}

.main-menu .box-menu-mb {
  display: flex;
}

.form-search-header {
  margin-left: 74px;
}

.form-search-header input {
  border: 0.5px solid #820000;
  height: 25px;
  width: 180px;
  padding: 5px;
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #1b1b1b;
  padding-right: 25px;
  background-color: transparent;
}

.form-search-header input::placeholder {
  color: #9c9c9c;
}

.form-search-header .item-form {
  position: relative;
}

.form-search-header .item-form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.form-search-header .item-form i {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #f2a57a;
}

.site-header .socials-header li+li {
  margin-left: 10px;
}

.site-header .menu-right {
  margin-left: 50px;
}

.main-menu ul li a {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #1b1b1b;
  text-transform: uppercase;
  font-family: "Play", sans-serif;
}

.main-menu ul li+li {
  margin-left: 30px;
}

.main-menu ul li.current-menu-item a,
.main-menu ul li a:hover {
  color: #820000;
}

/* Menu */
.main-menu .box-menu-mb {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.mobile-menu {
  display: none;
  color: #fff;
  width: 40px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.mobile-menu span {
  display: block;
  background: #820000;
  width: 40px;
  height: 2px;
  position: absolute;
  border-radius: 3px;
  transition: 0.5s;
}

.mobile-menu span.span-1 {
  top: 0;
}

.mobile-menu span.span-2 {
  top: 10px;
}

.mobile-menu span.span-3 {
  top: 20px;
}

.over-hidden {
  overflow: hidden;
}

/* End Menu */
/* ************************ End Header *********************** */

/* ================ Css main ============== */
.heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.heading span {
  position: relative;
  display: inline-block;
}

.heading span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #820000;
  bottom: -10px;
  left: 0;
}

.description {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #3a3a3a;
}

.description strong {
  font-weight: 500;
  color: #820000;
}

.button-link {
  text-align: center;
  margin-top: 50px;
}

.button-link-bg {
  min-width: 250px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 24px;
  background: #820000;
  border: 1px solid #820000;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.button-link-bg:hover,
.form-submit input:hover,
.content-post-details .form-submit input:hover {
  color: #000000;
  background-color: #fff;
  border-color: #820000;
}

.button-link-bg.bg-white:hover {
  color: #fff;
  background-color: #820000;
  border-color: #820000;
}

.button-link-bg.bg-white {
  background-color: #fff;
  color: #000000;
}

.desc-details {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.content-bg {
  padding-top: 100px;
}

.heading-page {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: 0.05em;
  color: #353535;
  text-align: center;
}

.heading-page span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.heading-page span::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #820000;
}

/* ================ End Css main ============== */

/* Footer */
.site-footer {
  padding: 9px 11px 11px;
  background: #ffc56e;
  position: relative;
}

.site-footer .bottom-content {
  display: flex;
}

.site-bottom .widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  text-transform: uppercase;
}

.site-footer .bottom-content .widget_media_image {
  line-height: 0;
}

.site-footer .bottom-content .ft-item-1 {
  max-width: 650px;
  width: 100%;
  flex-basis: 650px;
  margin-right: 95px;
}

.site-footer .bottom-content .ft-item-2 {
  max-width: 630px;
  flex-basis: 630px;
  width: 100%;
  /* width: calc(100% - 745px);
    flex-basis: calc(100% - 745px);
    margin-right: calc(((100% - 1170px) / 2) - 11px); */
  text-align: center;
  padding-top: 26px;
}

.site-footer .bottom-content .ft-item-2 .textwidget {
  max-width: 223px;
  margin: 0 auto;
}

.site-footer .bottom-content .ft-item-2 .textwidget p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 12px;
  color: #ffffff;
}

.site-footer .bottom-content .ft-item-2 .textwidget ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-align: left;
  position: relative;
  display: flex;
}

.site-footer .bottom-content .ft-item-2 .textwidget ul li+li {
  margin-top: 4px;
}

.site-footer .bottom-content .ft-item-2 .textwidget ul li::before {
  font-family: "IcoFont" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
}

.site-footer .bottom-content .ft-item-2 .textwidget ul li:nth-of-type(1)::before {
  content: "\ed42";
}

.site-footer .bottom-content .ft-item-2 .textwidget ul li:nth-of-type(2)::before {
  content: "\efbb";
  transform: rotate(-120deg);
  margin-right: 1px;
}

.site-footer .bottom-content .ft-item-2 .widget_media_image {
  margin-top: 24px;
}

.site-footer .bottom-content .ft-item-2 .widget_anothemes_social_profile {
  margin: 50px 0;
}

.site-footer .bottom-content .ft-item-2 .social-icons a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  font-size: 24px;
}

.site-footer .bottom-content .ft-item-2 .social-icons a+a {
  margin-left: 25px;
}

.site-footer .bottom-content .ft-item-2 .copyright {
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

/* backto-top */
.back-to-top {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 138, 86, 0.7);
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  position: fixed;
  bottom: 644px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* .back-to-top.show {
    opacity: 1;
    visibility: visible;
} */

.back-to-top i {
  font-size: 27px;
  color: #ffffff;
}

.ft-socials {
  position: fixed;
  right: 30px;
  top: 690px;
  z-index: 100;
}

.ft-socials ul li i {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #820000;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 100%;
  display: inline-block;
}

.ft-socials ul li a {
  display: inline-block;
}

.ft-socials ul li+li {
  margin-top: 15px;
}

/* End Footer */

/* ============ Home ================ */
/* Banner */
.banner-home .slider-banner .items {
  height: calc(100vh - 170px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 48px;
}

.banner .owl-dots button {
  display: flex;
  position: relative;
}

.banner .owl-dots button::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #ff7123;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.banner .owl-dots button.active::before {
  opacity: 1;
  visibility: visible;
}

.banner .owl-dots button+button {
  margin-left: 8px;
}

.banner .owl-dots button span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
  border-radius: 100%;
}

/* End Banner */

/* We-who */
.we-who {
  padding: 100px 0 127px;
}

.we-who .we-who-content {
  margin-right: calc((100% - 1170px) / 2);
  display: flex;
}

.we-who .left-map {
  width: calc(100% - 514px);
  flex-basis: calc(100% - 514px);
  position: relative;
}

.we-who .left-map-inner {
  position: absolute;
  right: 17.07%;
  top: 18px;
}

.we-who .title_phone {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.we-who .number-phone {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  color: #820000;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 27px;
}

.we-who .office-map {
  margin-top: 27px;
}

.we-who .office-map li {
  position: relative;
  padding-left: 26px;
}

.we-who .office-map li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #820000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 6px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}

.we-who .office-map li:nth-of-type(2n):before {
  background: #f048ff;
}

.we-who .office-map strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #820000;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.we-who .office-map p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.we-who .we-info {
  width: 570px;
  flex-basis: 570px;
  position: relative;
  margin-left: -56px;
}

.we-who .description p {
  margin-bottom: 30px;
}

.we-who .description p:last-child {
  margin-bottom: 0;
}

.we-who .description {
  margin-top: 43px;
}

.we-who .heading span {
  width: 100%;
}

.we-who .heading span::after {
  bottom: 7px;
}

/* End We-who */

/* Work-home */
.works-home .works-top {
  padding: 47px 0;
}

.works-home .works-inner {
  max-width: 777px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.works-home .works-inner .img .total {
  display: none;
}

.works-home .img {
  width: 345px;
  flex-basis: 345px;
  margin-right: 70px;
  line-height: 0;
}

.works-home .title {
  width: calc(100% - 345px);
  flex-basis: calc(100% - 345px);
  font-weight: 300;
  font-size: 48px;
  line-height: 59px;
  color: #820000;
  position: relative;
  text-transform: uppercase;
}

.works-home .works-inner .total {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}

.works-home .works-inner .total::before {
  content: "";
  width: 12px;
  height: 60px;
  background: #820000;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.works-home .works-inner .total::after {
  content: "";
  height: 12px;
  width: 60px;
  background: #820000;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.works-home .title p {
  margin-bottom: 9px;
}

.works-home .title p:first-child {
  font-weight: bold;
}

.works-home .title p:last-child {
  margin-bottom: 0;
  font-weight: 300;
}

/* works-details */
.works-home .works-details {
  padding: 24px 0 28px;
  background: #efe6d8;
}

.works-home .works-details .works-details-inner {
  max-width: 1125px;
  margin: 0 auto;
}

.works-home .works-details .works-details-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works-home .works-details .works-details-items {
  position: relative;
  min-width: 224px;
  text-align: center;
}

.works-home .works-details .number {
  font-size: 100px;
  line-height: 136px;
  color: #820000;
  font-weight: normal;
  font-family: "Average", serif;
}

.works-home .works-details .number-details {
  display: flex;
  justify-content: center;
}

.works-home .works-details .desc-details {
  max-width: 177px;
  margin: 15px auto 0;
  color: #820000;
}

.works-home .works-details .more-than {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-top: 38px;
}

.works-home .works-details .more-than::before {
  content: "";
  width: 42px;
  height: 8.4px;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #820000;
}

.works-home .works-details .more-than::after {
  content: "";
  height: 42px;
  width: 8.4px;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #820000;
}

/* End Work-home */

/* Services */

.services-home {
  padding: 100px 0 137px;
}

.services-home .sevices-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px;
  margin-top: 63px;
}

.services-home .sevices-items {
  width: calc(100% / 3);
  flex-basis: calc(100% / 3);
  padding: 0 22.5px;
}

.services-home .sevices-items .content-item {
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  width: 360px;
  height: 360px;
}

.services-home .sevices-items .content-item img {
  object-fit: cover;
}

.services-home .sevices-items .content-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.services-home .desc-details {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 82px;
  text-transform: uppercase;
}

/* End Services */

/* Project */
.project-h {
  padding-bottom: 100px;
}

.project-h .project-item+.project-item {
  margin-top: 70px;
}

.project-h .item-banner {
  position: relative;
  line-height: 0;
}

.project-h .title-pr p {
  margin-bottom: 10px;
}

.project-h .title-pr {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.613%;
  text-align: center;
  text-transform: uppercase;
}

.project-h .title-pr strong {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 15px;
  position: relative;
}

.project-h .title-pr strong::after {
  content: "";
  display: inline-block;
  height: 5px;
  max-width: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.project-h .project-h-post {
  margin: 70px 0 40px;
}

.button-post {
  text-align: center;
}

.project-h .project-h-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.project-h .project-h-item {
  width: calc(100% / 4);
  flex-basis: calc(100% / 4);
  padding: 0 15px;
}

.project-h .project-h-item img {
  width: 100%;
  object-fit: cover;
}

/* End Project */

/* .news  */
.news-home {
  padding: 67px 0 29px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-home .list-post {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.news-home .left-post {
  width: 500px;
  flex-basis: 500px;
  margin-right: 55px;
}

.news-home .right-post {
  width: calc(100% - 555px);
  flex-basis: calc(100% - 555px);
}

.news .inner-post {
  border: 1px solid #820000;
  background-color: #fff;
  display: flex;
}

.news .left-post .inner-post {
  display: block;
}

.news .post-thumb {
  width: 250px;
  flex-basis: 250px;
}

.news .post-thumb img {
  height: 100%;
  object-fit: cover;
}

.news-home .left-post .post-thumb {
  width: 100%;
  margin-right: 0;
}

.news .post-thumb,
.news .post-thumb a {
  line-height: 0;
}

.news-home .post-info {
  width: calc(100% - 250px);
  flex-basis: calc(100% - 250px);
  padding: 16px 14px 6px 15px;
}

.news-home .left-post .post-info {
  padding: 30px 10px 40px;
  width: 100%;
  flex-basis: unset;
}

.news .post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3c3c3c;
  position: relative;
  text-transform: uppercase;
}

.news article+article {
  margin-top: 20px;
}

.news .date-post {
  display: inline-block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #575757;
}

.news-home .left-post .post-title {
  padding-bottom: 8px;
}

.news-home .right-post .post-title {
  padding-bottom: 9px;
}

.news .post-title::after {
  content: "";
  max-width: 78px;
  width: 100%;
  height: 2px;
  background-color: #820000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-home .left-post .post-title::after {
  max-width: 106px;
}

.news .post-title a {
  color: #3c3c3c;
}

.news .post-title a:hover {
  color: #820000;
}

.news .post-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #3c3c3c;
}

.news-home .left-post .post-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 40px;
}

.news-home .right-post .post-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

/* End .news   */

/* .video-h  */
.video-h {
  padding: 100px 0 50px;
}

.video-h .list-video {
  margin-top: 50px;
}

.video-h .item {
  background: #ffe8db;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}

.video-h .img {
  position: relative;
}

.video-h .img img {
  display: block;
}

.video-h .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #fff;
  border-radius: 100%;
}

.video-h .info {
  padding: 30px 10px 26px;
}

.video-h .title-video {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3c3c3c;
  text-transform: uppercase;
}

.video-h .video_custom {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3c3c3c;
  margin-top: 20px;
  text-transform: uppercase;
}

/* .End video-h  */

/* press-aboutus  */
.press-aboutus {
  padding: 50px 0 145px;
}

.press-aboutus .heading {
  text-align: center;
}

.press-aboutus .heading span::after {
  height: 3px;
  max-width: 250px;
  left: 50%;
  transform: translateX(-50%);
}

.press-aboutus .press-list {
  margin-top: 50px;
  padding: 40px 39px;
  background: #ededed;
  border-radius: 10px;
}

.press-aboutus .press-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px;
}

.press-aboutus .press-list li {
  max-width: 296px;
  object-fit: cover;
  padding: 0 27px;
}

/* End press-aboutus  */

/* ============ End Home ================ */

/* ============ About ================ */

/* about-belief */
.about-belief .belief-list {
  margin: 100px 0;
}

.about-belief .belief-item {
  max-width: 1242px;
  padding: 0 15px;
  margin-left: calc((100% - 1200px) / 2);
}

.about-belief .belief-item-content {
  display: flex;
  padding-left: 8px;
  flex-wrap: wrap;
}

.about-belief .belief-item .description {
  margin-top: 40px;
}

.about-belief .belief-out:nth-of-type(2n) .belief-item {
  margin-right: calc((100% - 1200px) / 2);
  margin-left: auto;
}

.about-belief .belief-out:nth-of-type(2n) .belief-item-content {
  padding-right: 8px;
  padding-left: 0;
}

.about-belief .info {
  width: calc(100% - 639px);
  flex-basis: calc(100% - 639px);
  margin-right: 27px;
}

.about-belief .belief-out+.belief-out {
  margin-top: 100px;
}

.about-belief .belief-out:nth-of-type(2n) .info {
  order: 1;
  margin-right: 0;
  margin-left: 27px;
}

.about-belief .belief-out:nth-of-type(2n) {
  background: #f3f3f3;
  padding: 39px 0 47px;
}

.about-belief .img {
  line-height: 0;
  width: 612px;
  flex-basis: 612px;
}

/* End about-belief */

/* about-core  */
.about-core {
  padding: 50px 0 61px;
  background: #f3f3f3;
}

/* 
.about-core .core-content {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
} */

.about-core .heading {
  text-align: center;
}

.about-core .ab_list-core {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.about-core .ab_item-core {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 3);
  flex-basis: calc(100% / 3);
  padding: 0 5px;
  margin-top: 40px;
}

.about-core .ab_item-core .img {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: visible;
  position: relative;
}

.about-core .ab_item-core .img img {
  z-index: 1;
  position: relative;
}

.about-core .ab_item-core .img:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 8px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #c4c4c4;
  z-index: 0;
}

.about-core .ab_item-core .info {
  width: calc(100% - 118px);
  flex-basis: calc(100% - 118px);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #3a3a3a;
}

.about-core .ab_item-core .info p:first-child {
  color: #820000;
  margin-bottom: 5px;
}

/* End about-core */

/* .about-business */
.about-business {
  padding: 100px 0 94px;
}

.about-busi-content {
  text-align: center;
}

.about-business .busi-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  margin-top: 5px;
}

.about-business .busi-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-top: 5px;
}

.about-business .busi-desc.busi-desc-bot {
  text-align: left;
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
}

.about-business .busi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px -15px 30px;
}

.about-business .busi-item {
  width: calc(100% / 4);
  flex-basis: calc(100% / 4);
  padding: 0 15px;
  margin-bottom: 40px;
}

.about-business .busi-item:nth-of-type(1),
.about-business .busi-item:nth-of-type(2),
.about-business .busi-item:nth-of-type(3) {
  width: calc(100% / 3);
  flex-basis: calc(100% / 3);
}

.about-business .busi-item .img {
  flex-basis: 220px;
  width: 220px;
  margin: 0 auto;
  object-fit: cover;
}

.about-business .busi-item:nth-of-type(1) .img,
.about-business .busi-item:nth-of-type(2) .img,
.about-business .busi-item:nth-of-type(3) .img {
  width: 280px;
  flex-basis: 280px;
}

.about-business .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #1d1d1d;
  margin-top: 20px;
  text-align: center;
}

/* End about-business */
/* ============ End About ================ */

/* ============  Contact ================ */

.contact-form {
  padding-bottom: 50px;
}

.contact-form .form-contact {
  max-width: 830px;
  margin: 100px auto 0;
}

.contact-form .form-contact .form-group {
  padding: 30px 70px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.form-double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-submit {
  margin-top: 50px;
  text-align: center;
  position: relative;
}

.form-submit input {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #820000;
  border-radius: 5px;
  height: 66px;
  min-width: 174px;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  border: 1px solid #820000;
}

.form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-double .form-control {
  width: calc((100% - 30px) / 2);
  flex-basis: calc((100% - 30px) / 2);
}

.form-control {
  margin-bottom: 30px;
}

.contact-map {
  padding: 50px 0 18px;
}

.contact-map .map-content {
  max-width: 1344px;
  padding: 0 15px;
  margin: 0 auto;
  height: 447px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

/* ============ End Contact ================ */
/* ============  Post Details ================ */

/* .content-post-product */
.content-post-product {
  padding: 110px 0 194px;
}

.content-post-details .content-pr-inner {
  display: flex;
  flex-wrap: wrap;
}

.content-post-details .left-post-dt {
  max-width: 740px;
  flex-basis: 740px;
  margin-right: 60px;
  width: 100%;
}

.content-post-details .right-post-dt {
  max-width: calc(100% - 800px);
  flex-basis: calc(100% - 800px);
  width: 100%;
}

.content-post-details p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #3c3c3c;
}

.content-post-details p:last-child {
  margin-bottom: 0;
}

.content-post-details.content-post-product h2 {
  margin-bottom: 25px;
}

.single .content-post-details .entry-content h3:first-child {
  margin-top: 0;
}

.single .content-post-details .entry-content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #820000;
  margin-bottom: 10px;
  margin-top: 40px;
}

.content-post-details .entry-content img {
  margin-bottom: 10px;
}

/* End content-post-product */

/* content-post-project */
.content-post-project {
  padding: 91px 0 167px;
}

.content-post-project .relax-area-hash {
  /* display: flex; */
  margin-top: 25px;
  /* overflow-x: scroll; */
}

.content-post-project .relax-area-hash .relax-hash-item {
  display: inline-block;
  /* width: 170px;
    min-width: 170px;
    height: 127px; */
}

.content-post-project .relax-area-hash .owl-item.current {
  border: 1px solid #ff5a44;
  box-sizing: border-box;
}

.content-post-project .relax-area-hash .relax-hash-item+.relax-hash-item {
  margin-left: 15px;
}

.content-post-project .entry-content strong {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #3c3c3c;
  display: inline-block;
  position: relative;
}

.content-post-project .entry-content strong::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #820000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single .content-post-project .entry-content h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #820000;
  margin-bottom: 10px;
}

.single .content-post-project .entry-content ul {
  margin: 0 0 20px 15px;
}

.content-post-project .entry-content ul {
  margin-bottom: 40px;
}

.content-post-project .entry-content ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #3c3c3c;
  display: flex;
  position: relative;
  padding-left: 10px;
}

.content-post-project .entry-content ul li:before {
  width: 2px;
  height: 2px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}

.content-post-project .entry-content figure {
  margin: 30px 0;
}

.content-post-project .entry-content figure:last-child {
  margin-bottom: 0;
}

.content-post-project .entry-content figure img {
  margin-bottom: 0;
}

.content-post-project .entry-content figure figcaption {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3c3c3c;
  margin-top: 10px;
  padding: 0;
  font-style: normal;
}

.content-post-project .right-content-sidebar {
  margin-top: 55px;
}

.content-post-project .owl-item {
  line-height: 0;
}

.content-post-project .post-info {
  margin-top: 100px;
}

.content-post-details .pr-form-left {
  padding: 22px 30px 38px;
  margin-top: 60px;
  width: 100%;
  background: #ffc56e;
  border-radius: 5px;
}

.content-post-details .title-form {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
}

.content-post-details .pr-form-left .form-content {
  margin-top: 20px;
}

.content-post-details input[type="text"],
.content-post-details input[type="email"],
.content-post-details input[type="tel"],
.content-post-details textarea,
.content-post-details select,
.content-post-details select option {
  border: none;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.content-post-details select:focus {
  border: none;
  outline: none;
}

.content-post-details input[type="text"]::placeholder,
.content-post-details input[type="email"]::placeholder,
.content-post-details input[type="tel"]::placeholder,
.content-post-details textarea::placeholder,
.content-post-details select::placeholder option {
  color: #a3a3a3;
}

.content-post-details .form-submit {
  margin-top: 30px;
}

.content-post-details .form-control {
  margin-bottom: 20px;
}

.content-post-details .form-submit input {
  background: #820000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-color: #820000;
  height: 50px;
  line-height: 50px;
  min-width: 210px;
  padding: 0 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.content-post-details .pr-form-right {
  padding: 20px 25px 30px;
  background: #ffc56e;
  border-radius: 5px;
}

.content-post-details .pr-form-right .form-content {
  margin-top: 30px;
}

.content-post-details label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
}

.content-post-details .form-submit input {
  min-width: 146px;
}

.content-post-details .pro_categ {
  margin-top: 90px;
}

.content-post-details .pro_categ .heading {
  margin-bottom: 50px;
}

.content-post-details .button-pr.bt-link {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #820000;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-top: 30px;
  position: relative;
}

.content-post-details .pro_right_socials ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.content-post-details .pro_right_socials ul li+li {
  margin-left: 20px;
}

.content-post-details .pro_right_socials ul li {
  height: 60px;
}

.content-post-details .pro_right_socials ul li a {
  display: inline-flex;
}

.content-post-details .pro_right_socials ul li a img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* End content-post-project */

/* ============ End Post Details ================ */

/* Banner-text */
.bannerr-text {
  min-height: 494px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}

.bannerr-text.banner-new-detail .heading-page {
  border: none;
}

.bannerr-text .heading-page span::after {
  width: 100%;
  background-color: #fff;
}

.bannerr-text .heading-page {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* End Banner-text */

.archive .site-contents .col-row {
  margin-bottom: 30px;
}

/* new-----*/
.page-template-Home .site-header {
  background: #fff;
}

.container-menu {
  max-width: 1200px !important;
  padding-bottom: 0 !important;
  justify-content: space-between !important;
  position: relative;
}

.container-header-top {
  max-width: 1200px !important;
  padding-top: 18px;
  padding-bottom: 18px !important;
}

.header-top {
  padding: 20px 15px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  /* height: 120px; */
}

.header-logo {
  /* position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%); */
}

.rst-menu .header-logo {
  width: 175px;
}

.rst-menu {
  padding: 15px 0;
}

.rst-main-menu {
  width: calc(100% - 195px);
}

.rst-search {
  width: 570px;
  margin: 0 auto;
  padding-top: 20px;
}

.rst-search input {
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #333333;
  padding: 12px 18px;
}

.rst-search input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #c2c2c2;
}

@media (min-width: 992px) {
  .menu-menu-2 {
    position: absolute;
    width: 570px;
    text-align: right;
    right: 15px;
    bottom: 0;
  }
}

.menu-menu-2 {
  list-style: none;
  margin-top: 5px;
}

.menu-menu-2 li {
  display: inline-block;
  padding-left: 12px;
}

.menu-menu-2 li a {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #333333;
}

.menu-menu-2 li a:hover {
  color: #820000;
}

.header-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: flex;
  align-items: center;
}

.header-info a {
  margin-left: 45px;
  display: inline-block;
}

.header-info a:first-child {
  margin-left: 0;
}

.box-header {
  margin-top: 17px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-info .rst-phone {
  margin-left: 25px;
}

.header-info .rst-heard {
  position: relative;
}

.header-info .rst-advice {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  background: -webkit-linear-gradient(bottom, #f67d24, #ff3300);
  background: -moz-linear-gradient(bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, #f67d24, #ff3300);
  border-radius: 20px;
  padding: 10px 18px;

  color: #fff;
}

.header-info .rst-advice:hover {
  color: #fff;

  background: #ff3300;
}

.rst-heard span {
  position: absolute;
  top: -3px;
  right: -7px;
  border-radius: 50%;
  font-size: 12px;
  padding: 0 3px;
  font-weight: 500;
  line-height: 15px;
  color: #ff3300;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff3300;
}

.rst-menu {
  /* background-color: #820000; */
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  margin-bottom: 0px;
  /* padding: 0px 0px 0px 0px; */
  z-index: 999;
  position: relative;
  z-index: 9;
}

.rst-main-menu ul {
  list-style: none;
}

.rst-main-menu ul li {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.rst-main-menu ul li:last-child {
  padding-right: 0;
}

.rst-main-menu ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1b1b1b;
  display: block;
  margin: 12px 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 0;
}

.rst-main-menu ul li a:hover {
  border-bottom: 2px solid #820000;
}

.rst-main-menu {
  text-align: right;
}

.sub-menu {
  position: absolute;
  top: 40px;
  width: 250px;
  left: -15px;
  display: none;
  z-index: 99;
  background-color: #fff;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.rst-main-menu .sub-menu li a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  border: none;
  margin: 0;
  display: inline-block;
  text-transform: initial;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.rst-main-menu .sub-menu li a:hover {
  /*	border: none;*/
}

.rst-main-menu .sub-menu li {
  display: block;
  text-align: left;
  padding: 0;
  padding-bottom: 12px;
}

.rst-main-menu .sub-menu li:last-child {
  padding: 0;
}

.footer-box {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr 1.3fr;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff;
}

.rst-col-box h3 {
  font-weight: 700;
  color: #ee8b4f;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.rst-col-box p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.rst-main-menu .arrow {
  display: none;
}

#footer {
  padding: 83px 0 42px;
  background-color: #820000;
  position: relative;
}

.address {}

.home-form {}

.rst-contact {}

.copyright {
  text-align: center;
  margin-top: 42px;
  color: #fff;
}

.copyright a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

/* 
.page-template-Home .site-header {
    position: static;
} */

.widget_nav_menu li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.widget_nav_menu li a:hover {
  color: #c8973f;
}

#top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
}

#top a.backtop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 46px;
  height: 46px;
  background: #820000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(130, 0, 0, .4);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#top a.backtop:hover {
  box-shadow: 0 4px 24px rgba(130, 0, 0, 0.8);

}

/*services*/

.rst-services {
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0;
  column-gap: 20px;
  justify-content: space-around;
}

.rst-services-box {
  flex: 1;
  max-width: 218px;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #e9ecf4;
  border-radius: 5px;
}

.rst-service-img {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}

.rst-service-feature {
  text-align: center;
}

.rst-service-feature h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: block;
  color: #000;
  margin-bottom: 15px;
}

.rst-services-box:hover h3 {
  color: #820000;
}

.rst-service-feature p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #948282;
  margin-bottom: 0;
}

.home-design-title {
  text-align: center;
}

.home-design-title h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  /*	border-bottom: 3px solid #820000;*/
}

.home-design-title h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  content: "";
  background: #820000;
}

.rst-box-design {
  margin-top: 50px;
}

.rst-design-img {
  margin-bottom: 10px;
  position: relative;
}

.rst-design-img img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.rst-design-img a img {
  height: 270px;
  object-fit: cover;
}

.rst-design-description>a {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #820000;
  font-weight: 400;
  display: block;
  padding-left: 20px;
  margin-bottom: 18px;
}

.rst-design-description>a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 15px;
  background-image: url("./images/icon-designed.png");
}

.rst-design-description h3 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  color: #000;
}

.rst-design-description h3 {
  margin-bottom: 10px;
}

.rst-design-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.unit-price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ff3300;
}

.rst-heart-shape {
  position: absolute;
  top: 12px;
  right: 12px;
}

.home-design {
  margin-bottom: 40px;
}

.page-template-Home .site-header::before {
  display: none;
}

.rst-social {
  position: fixed;
  bottom: 100px;
  z-index: 999;
  right: 30px;
}

.rst-social a {
  height: 50px;
  border-radius: 50%;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: #820000;
  background-color: rgba(196, 196, 196, 0.5);
}

.rst-social a i {
  font-size: 22px;
  line-height: 22px;
}

.ic-phone {
  transform: rotate(228deg);
}

.clear {
  clear: both;
}

.who-are-you-list .description img {
  float: right;
  margin-left: 64px;
}

.heading-page-new {
  text-align: left;
  margin-top: 90px;
  margin-bottom: 50px;
}

.who-are-you-list p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 34px;
}

.banner-mobile {
  display: none;
}

.banner-2 {
  position: relative;
  display: none;
  padding: 15px 35px 20px;
  text-align: center;
}

.banner-2::after {
  background-image: url("./images/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-2 h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 5px;
  color: #485fc7;
}

.banner-2 p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  color: #485fc7;
}

.click-mobile {
  position: absolute;
  right: 30px;
  display: none;
  top: 50%;

  z-index: 1;
  transform: translateY(-50%);
}

.lines {
  width: 25px;
  height: 3px;
  background: #333333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.line-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.line-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.click-mobile.exit .line-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.click-mobile.exit .line-2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.click-mobile.exit .line-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu-open {
  display: none;
}

@media (min-width: 991px) {
  .rst-main-menu ul li:hover .sub-menu {
    display: block;
  }
}

.click-search {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}

.who-are-you-list .description .img2 {
  display: none;
}

.who-are-you-list .description .img1 {
  display: block;
}

.click-search {
  display: none;
}

.box-type-service {
  flex: 1;
  padding: 27px 23px;
  border: 1px solid #e1e1e1;
  border-right: none;
}

.box-type-service:last-child {
  border-right: 1px solid #e1e1e1;
}

.inner-type-service {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
}

.type-service {
  margin: 50px 0;
}

.type-service h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 17px;
}

.type-service-img {
  text-align: center;
}

.type-service-img img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.type-service-feature {
  text-align: center;
}

.type-service-feature h3 {
  margin: 20px 0 0;
  font-size: 18px;
  min-height: 50px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}

.type-service-feature p {
  color: #948282;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
}

.box-type-service:hover .type-service-feature h3 {
  color: #820000;
}

.box-type-service:hover .type-service-feature p {
  color: #820000;
}

.title-rst-main-content {
  background-color: #820000;
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.handover-products ul {
  margin-bottom: 10px;
}

.handover-products ul li {
  padding-left: 20px;
  font-size: 16px;
  text-transform: uppercase;

  line-height: 40px;
  color: #000;
  font-weight: 500;
  position: relative;
}

.handover-products ul li::after {
  position: absolute;
  content: "";
  top: 15px;

  left: 10px;
  width: 3px;
  border-radius: 50%;
  height: 3px;
  background-color: #000;
}

.handover-products img {
  margin-bottom: 0;
  text-align: center;
}

.handover-products {
  margin-bottom: 50px;
}

.strengths ul li {
  font-weight: 500;
  line-height: 32px;
  font-size: 15px;
  color: #000;
  padding-left: 20px;
  text-align: justify;
  margin-bottom: 30px;
}

.strengths ul li:first-child {
  margin-bottom: 20px;
}

.strengths strong {
  font-weight: 700;
  position: relative;
}

.strengths strong::after {
  position: absolute;
  content: "";
  top: 8px;

  left: -12px;
  width: 3px;
  border-radius: 50%;
  height: 3px;
  background-color: #000;
}

.rst-img-pricse {
  padding-left: 20px;
}

.rst-img-pricse img {
  padding-right: 10px;
}

.service-packages-top {
  position: relative;
  text-align: center;
  padding: 28px 115px 95px;
  background-color: rgba(255, 197, 110, 0.2);
}

.service-packages-top h2 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  color: #820000;
  margin-bottom: 10px;
}

.service-packages-top p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #820000;
  margin-bottom: 0;
}

.service-packages-top a {
  position: absolute;
  top: 74px;
  left: 33px;
}

.inner-service-packages {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-top: 85px;
  justify-content: space-between;
}

.box-service-packages {
  border-radius: 30px;
  flex: 1;
  max-width: 270px;
  text-align: center;
}

.box-service-packages2 {
  max-width: 320px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.box-service-packages span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  border-radius: 5px;
  margin-bottom: 18px;
  display: inline-block;
  padding: 8px 14px;
  background-color: #820000;
  margin-top: 18px;
}

.box-service-packages2 span {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  display: block;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 0 11px;
  background-color: #820000;
  font-size: 28px;
  line-height: 34px;
  margin-top: 0;
}

.box-service-packages h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #3c3c3c;
}

.box-service-packages img {
  margin: 18px 0;
}

.box-service-packages ul {
  text-align: left;
  padding: 0 18px 18px;
  margin: 0;
}

.content-service-packages {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

  background-color: #ffffff;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.box-service-packages2 .content-service-packages ul {
  padding: 0 34px 18px;
}

.box-service-packages ul li {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  padding-left: 20px;
}

.box-service-packages ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 3px;
  border-radius: 50%;
  height: 3px;
  background-color: #000;
}

.box-service-packages p {
  display: block;
  background-color: #820000;
  font-size: 32px;
  color: #fff;
  padding: 5px 0 11px;
  font-weight: 700;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  line-height: 39px;
}

.box-service-packages .rst-vnd {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.box-service-packages2 p {
  font-size: 36px;
  line-height: 43px;
  background-color: #820000;
}

.box-service-packages2 h3 {
  font-size: 32px;
  line-height: 39px;
}

.box-service-packages2 ul li {
  font-size: 14px;
}

.service-packages {
  margin-bottom: 110px;
  margin-top: 90px;
}

.service-packages-top::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 310px;
  content: "";
  background-color: rgba(255, 197, 110, 0.2);
}

.rst-title-widget {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}

.rst-title-widget::after {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #820000;
  bottom: 0;
  left: 0;
  content: "";
}

.rst-img-mb {
  display: none;
}

.rst-price .rst-box-design {
  margin-top: 0;
  margin-bottom: 30px;
}

.home-box:hover .rst-design-description h3 a {
  color: #820000;
}

.home-box {
  margin-top: 50px;
}

.title-tt,
.sidebar-form .title-form {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #820000;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.title-tt::after,
.sidebar-form .title-form::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0.5px;
  width: 100%;
  background-color: #8d8d8d;
}

.sidebar-form .form-double .form-control {
  width: 100%;
  flex-basis: auto;
  margin-bottom: 15px;
}

.sidebar-form .wpcf7-not-valid-tip {
  position: initial;
}

.sidebar-form .item-order {
  margin-bottom: 15px;
}

.sidebar-form .form-submit input {
  height: 50px;
}

.sidebar-form .form-submit {
  margin-top: 30px;
}

.post-topic {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.post-topic-thumb {
  line-height: 0;
  width: 104px;
}

.post-topic-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.post-topic-info {
  width: calc(100% - 104px);
  padding-left: 12px;
}

.post-topic-info a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: block;
  color: #3c3c3c;
  margin-bottom: 7px;
}

.post-topic-info p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0;
}

.list-post-topic {
  /* margin-bottom: 50px; */
}

.new-tt .detail-products {
  font-size: 10px;
  line-height: 12px;
  display: block;
}

.new-tt .rst-box-design {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-new-tt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.new-tt {
  flex-basis: calc(50% - 5px);
}

.rst-breadcrumb {
  padding: 20px 0 50px;
  list-style: none;
}

.rst-breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.rst-breadcrumb li+li:before {
  padding: 0 8px;
  color: #c5c5c5;
  content: "/\00a0";
}

.rst-breadcrumb li a {
  color: #485fc7;
  text-decoration: none;
}

.rst-breadcrumb li a:hover {
  text-decoration: underline;
}

.rst-content-sg {
  margin-top: 50px;
}

.rst-content-sg ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
  border-bottom: 1px solid #f5f5f5;
}

.rst-content-sg ul li {
  background: #ecebeb;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #7b7b7b;
  text-align: center;
}

.rst-content-sg ul li:first-child {
  background: #820000;
  color: #fff;
}

.title-sg {
  font-size: 32px;
  line-height: 39px;
  color: #3c3c3c;
  font-weight: 700;
  margin-bottom: 20px;
}

.title-del {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #3c3c3c;
  margin-top: 30px;
  margin-bottom: 20px;
}

.inner-specifications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 34px;
  margin-bottom: 10px;
}

.specifications table {
  border-color: #ececec;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
  /* border: 1px solid #ececec; */
}

.specifications table th,
.specifications table td {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  padding: 4px 10px;
  text-align: left;
}

.specifications ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0;
  margin-bottom: 0;
}

.specifications ul .sg-detail {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 10px 20px;
  color: #827d8e;
  background-color: #ffffff;
}

.specifications ul .sg-detail-2 {
  background: #e9ecf4;
}

.specifications ul img {
  padding-right: 10px;
}

.specifications span {
  position: absolute;
  left: 50%;
  color: #3c3c3c;
}

.sg-product-details ul li {
  margin-bottom: 30px;
}

.sg-product-details p,
.sg-product-details ul li,
.specifications,
.specifications ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.specifications ul li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.sg-product-details ul li img {
  width: 100%;
}

.rst-see-more a {
  min-width: 220px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 24px;
  background: #820000;
  border: 1px solid #820000;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.rst-see-more a:hover {
  color: #000000;
  background-color: #fff;
  border-color: #820000;
}

.rst-see-more {
  text-align: center;
  margin-top: 50px;
}

.busi-item .img img {
  border-radius: 50%;
}

.rst-sidebar .home-box {
  margin-top: 0;
}

.img-banr3 {
  max-width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.post-title a:hover {
  color: #820000 !important;
}

.post-topic:hover a {
  color: #820000;
}

.date-tag a:hover {
  color: #ff3300 !important;
  font-weight: 600 !important;
}

.list-new-tt .home-box {
  margin-top: 0;
}

.new-tt .rst-design-description>a {
  margin-bottom: 7px;
}

.new-tt .detail-products {
  margin-bottom: 6px;
}

.new-tt .rst-design-description h3 {
  margin-bottom: 6px;
}

.new-tt .rst-box-design {
  margin-bottom: 10px;
}

.post-new-wg .sidebar-form {
  max-width: 100%;
  margin-top: 40px;
}

.bannerr-text .heading-page {
  text-transform: uppercase;
}

.box-search {
  margin-bottom: 30px;
}

.rst-content-sg ul li.active a {
  font-weight: 700;
}

.lightbox {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  height: 100vh !important;
}

.img-caption {
  display: none !important;
}

.products-list .detail-products {
  margin-bottom: 15px;
}

.products-list .unit-price {
  margin-bottom: 20px;
  display: block;
}

.new-tt .rst-design-img a img {
  height: 185px;
}

.rst-img-pricse-mb img {
  display: none;
  width: 100%;
}

.works-home .title p {
  font-weight: 700;
}

.list-application {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Tạo 2 cột bằng nhau */
  gap: 30px;
}

.box-application {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.application-card {
  width: 130px;
}

.application-text {
  width: calc(100% - 130px);
  padding-left: 30px;
}

.application-text h3 a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.application-text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 105px;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 19px;
}

.application-text h3 a:hover {
  color: #820000;
}

.rst-application {
  margin-top: 50px;
}

.rst-application h1 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 30px;
}

.list-application {
  padding-bottom: 50px;
}

.rst-application .home-box {
  margin-top: 15px;
  margin-bottom: 50px;
}

.title-ud {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.home-design .detail-products {
  margin-bottom: 0;
}

.tieu-chuan-section .post-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  height: calc(1.5em * 3);
}

.tieu-chuan-section .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

.tieu-chuan-section .btn-kham-pha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #820000;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #820000;
}

.tieu-chuan-section .btn-kham-pha:hover {
  color: #000000;
  background-color: #fff;
}

.tieu-chuan-section .btn-kham-pha i {
  margin-left: 8px;
  font-size: 12px;
}

.tieu-chuan-section .inner-post {
  margin-bottom: 20px;
}

.tieu-chuan-section .post-info {
  padding: 8px;
}

.tieu-chuan-title {
  font-size: 40px;
  line-height: 56px;
  color: #820000;
  border: none;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
}

.tieu-chuan-more .btn-see-more {
  line-height: 50px;
  font-weight: 500;
  height: 50px;
  font-size: 24px;
  background: #820000;
  border: 1px solid #820000;
  box-sizing: border-box;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 30px;
}

.tieu-chuan-more .btn-see-more:hover {
  color: #000000;
  background-color: #fff;
  border-color: #820000;
}

.tc-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tc-title a {
  color: #333;
  text-decoration: none;
}

.tc-title a:hover {
  color: #e67e22;
}

.tc-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 63px;
}

.btn-tc-khampha {
  background: #820000;
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  gap: 8px;
  border: 1px solid #820000;
}

.btn-tc-khampha:hover {
  background-color: #e0a800;
  color: #fff;
}

.tc-thumb img {
  transition: transform 0.5s ease;
  width: 100%;
}

.tc-item-grid:hover .tc-thumb img {
  transform: scale(1.05);
}

.btn-tc-khampha {}

.btn-tc-khampha:hover {
  color: #000000;
  background-color: #fff;
}

.handover-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  background: #1f1f1f;
}

.handover-row-reverse {
  flex-direction: row-reverse;
}

.handover-image,
.handover-content {
  flex: 1 1 50%;
}

.handover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.handover-content {
  padding: 40px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.handover-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffb400;
  margin: 0 0 20px;
}

.handover-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 540px;
}

.handover-btn-icon {
  margin-left: 8px;
}

.handover-btn:hover {
  color: #000000;
  background-color: #fff;
}

.handover-section {
  /* margin: 40px 0; */
}

.handover-section {
  /* padding: 60px 0; */
  margin-bottom: 150px;
  background-color: #1f1f1f;
}

.handover-section .handover-row {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}

.handover-section .handover-row-normal {
  padding: 150px;
}

.handover-section .handover-row-reverse .handover-content:after,
.handover-section .handover-row-normal .handover-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1868px;
  max-height: 701px;
  height: 100%;
  background-image: url(images/vetor2.png);
  background-size: cover;
  background-position: center;
  transform: translate(10%, -42%) scaleX(-1);
}

.handover-section .handover-row-reverse .handover-content:after {
  background-position: center;
  transform: translate(10%, -42%) scaleX(-1);
}

.handover-section .handover-row-reverse {
  padding: 0 150px 150px 150px;
}

.handover-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0;
}

.handover-row-normal {
  flex-direction: row;
}

.handover-row-reverse {
  flex-direction: row-reverse;
}

.handover-image,
.handover-content {
  width: 50%;
  position: relative;
}

.handover-image {
  aspect-ratio: 5/3;
}

.handover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 350px;
  border-radius: 24px;
}

.handover-content {
  /* background-color: #222; */
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
}

.handover-title {
  margin-bottom: 50px;
  background: linear-gradient(90deg, #FAB976 0%, #FDA083 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.handover-title::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFC107;
}

.handover-desc {
  position: relative;
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 65px;
  text-align: justify;
}

.handover-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.handover-desc::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFC107;
}

.handover-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFC107;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px;
  transition: all 0.3s ease;
  align-self: flex-start;
  border: 1px solid #FFC107;
  gap: 8px;
}

.supervision-page-wrapper * {
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

.sv-section {
  padding: 80px 0;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.sv-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sv-row>* {
  padding: 16px;
}

.align-items-center {
  align-items: center;
}

.sv-col-12 {
  width: 100%;
  padding: 0 15px;
}

.intro-content p {
  margin-bottom: 15px;
  font-size: 15px;
}

.intro-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-table-responsive {
  overflow-x: auto;
  background: linear-gradient(90deg, #fab976 0%, #fda083 100%);
  padding: 1px;
  border-radius: 20px;
  box-shadow: 0px 2px 15px 0px #19213d1a;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.sv-table {
  width: 100%;
  background: #fff;
  min-width: 700px;
  color: #000;
}

.sv-table th:first-child,
.sv-table td:first-child {
  width: 50%;
}

.sv-table th:nth-child(2),
.sv-table td:nth-child(2) {
  width: 25%;
  text-align: center;
}

.sv-table th:last-child,
.sv-table td:last-child {
  width: 25%;
  text-align: center;
}

.sv-table thead {
  background: linear-gradient(90deg, #fab976 0%, #fda083 100%);
}

.sv-table th,
.sv-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #d9dbe9;
  vertical-align: middle;
}

.sv-table tbody tr:nth-child(3) td,
.sv-table tbody tr:nth-child(4) td {
  font-weight: 600;
}

.row-highlight {
  font-weight: 600;
}

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

.check {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #f67d24;
  margin: 0 auto;
}

.check svg {
  width: 16px;
  height: 16px;
  display: block;
}

.sv-daily-tasks h2 {
  font-size: 30px;
  line-height: 40px;
  color: #820000;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }
}

.mobile-pkg-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
}

.mobile-pkg-card .pkg-header {
  background-color: #820000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
}

.mobile-pkg-card .pkg-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  border-radius: 5px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.mobile-pkg-card .pkg-header h3::after {
  position: absolute;
  content: "+";
  float: right;
  font-weight: 500;
  font-size: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.mobile-pkg-card.is-open .pkg-header h3::after {
  transform: translateY(-50%) rotate(45deg);
}

.mobile-pkg-card .pkg-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0 0 20px;
  margin: 0;
}

.mobile-pkg-card.is-open .pkg-body {
  max-height: none;
  padding: 20px;
}

.mobile-pkg-card .pkg-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-pkg-card .pkg-body li {
  position: relative;
  font-weight: 500;
  color: #000;
  padding-left: 20px;
}

.mobile-pkg-card .pkg-body li::before {
  position: absolute;
  content: "";
  top: 10px;
  transform: translateY(-50%);
  left: 10px;
  width: 3px;
  border-radius: 50%;
  height: 3px;
  background-color: #000;
}

.pkg-footer-simple {
  background-color: #820000;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.pkg-footer-simple .price-val,
.pkg-footer-simple .unit,
.pkg-footer-simple .time-val {
  background-color: #820000;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.sv-heading,
.why-left-heading h2,
.sv-daily-work h2,
.check-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
  color: #820000;
  margin-bottom: 48px;
  letter-spacing: 0px;
}

.sv-heading strong,
.sv-heading b,
.why-left-heading h2 strong,
.why-left-heading h2 b,
.sv-daily-work h2 strong,
.sv-daily-work h2 b,
.check-heading strong,
.check-heading b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 68px;
  color: #333;
  font-weight: 700;
  display: inline-block;
}

.why-left-heading h2,
.check-heading {
  text-align: start;
}

.sv-why-choose {
  padding: 80px 0;
  background-color: #fff;
}

/* Thêm flexbox để 2 cột cao bằng nhau */
.sv-why-choose .row {
  display: flex;
  flex-wrap: wrap;
}

/* Ẩn các pseudo-element của float layout cũ để không gây lỗi giao diện */
.sv-why-choose .row:before,
.sv-why-choose .row:after {
  display: none;
}

/* Thêm flexbox để 2 cột cao bằng nhau */
.sv-why-choose .row {
  display: flex;
  flex-wrap: wrap;
}

/* Ẩn các pseudo-element của float layout cũ để không gây lỗi giao diện */
.sv-why-choose .row:before,
.sv-why-choose .row:after {
  display: none;
}

.why-left-heading {
  position: sticky;
  top: 100px;
}

.why-left-heading h2 strong,
.why-left-heading h2 b {
  display: block;
  margin-top: 5px;
}

.why-right-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefit-item {
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.3s;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

.ben-icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  overflow: hidden;
}

.ben-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateX(-80px);
  filter: brightness(0) drop-shadow(80px 0 0 #820000);
  transition: all 0.3s ease;
}

.benefit-item-white:hover .ben-icon img {
  filter: brightness(0) drop-shadow(80px 0 0 #ffffff);
}

.ben-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ben-desc {
  font-size: 18px;
  line-height: 22px;
  color: #4e4e4e;
}

.ben-desc ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.ben-desc li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.ben-desc li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4e4e4e;
  margin-right: 10px;
  margin-top: 10px;
  flex-shrink: 0;
}

.benefit-item-white {
  background: #fff;
  border: 1px solid #820000;
  color: #333;
  transition: all 0.3s ease;
}

.benefit-item-white:hover {
  background: linear-gradient(90deg, #fab976 0%, #fda083 100%);
}

.benefit-item-white h3 {
  color: #333;
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
}

.work-card {
  border: 1px solid #fad0c4;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
}

.work-card:hover {
  border-color: #820000;
  box-shadow: 0 10px 30px rgba(232, 138, 86, 0.15);
}

.work-icon {
  width: 80px;
  height: 80px;
  background-color: #ff9a76;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.work-card h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.work-desc {
  font-size: 18px;
  line-height: 22px;
  color: #4e4e4e;
}

.work-desc ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.work-desc li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.work-desc li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4e4e4e;
  margin-right: 10px;
  margin-top: 10px;
  flex-shrink: 0;
}

.sv-check-design {
  padding: 60px 0;
}

.check-desc {
  font-size: 18px;
  line-height: 22px;
  color: #555;
  text-align: justify;
  padding-left: 30px;
}

@media (max-width: 992px) {
  .why-left-heading h2 {
    text-align: center;
    position: static;
  }

  .ben-content h3 {
    text-align: center;
  }

  .sv-heading,
  .why-left-heading h2,
  .sv-daily-work h2,
  .check-heading,
  .sv-heading strong,
  .sv-heading b,
  .why-left-heading h2 strong,
  .why-left-heading h2 b,
  .sv-daily-work h2 strong,
  .sv-daily-work h2 b,
  .check-heading strong,
  .check-heading b {
    font-size: 42px;
    line-height: 54px;
  }

  .check-heading {
    text-align: center;
  }

  .ben-desc ul,
  .work-desc ul {
    padding-left: 0;
    list-style-position: inside;
  }

  .mx-auto {
    margin: 0 auto;
  }

  .check-desc {
    padding-left: 0;
  }

  .ben-icon {
    margin: 0 auto;
  }

  .sub-menu {
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .sv-why-choose {
    padding: 0;
  }

  .work-card {
    padding: 30px 20px;
    height: auto;
  }

  .work-icon {
    margin: 0 auto 20px;
  }

  .work-card h3 {
    text-align: center;
    min-height: auto;
  }

  .sv-heading,
  .why-left-heading h2,
  .sv-daily-work h2,
  .check-heading,
  .sv-heading strong,
  .sv-heading b,
  .why-left-heading h2 strong,
  .why-left-heading h2 b,
  .sv-daily-work h2 strong,
  .sv-daily-work h2 b,
  .check-heading strong,
  .check-heading b {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 678px) {

  .process-image-box,
  .process-al {
    text-align: center;
  }

  .process-img-qt,
  .process-pc img {
    max-width: 500px;
  }
}

@media (max-width: 576px) {

  .ben-desc,
  .supervision-page-wrapper ul li,
  .work-desc,
  .check-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .ben-desc {
    text-align: start;
  }

  .sv-heading,
  .why-left-heading h2,
  .sv-daily-work h2,
  .check-heading {
    margin-bottom: 32px;
  }

  .sv-section {
    padding: 40px 0;
  }
}

.product-info {
  display: flex;

  flex-direction: column;
  gap: 8px;
  margin: 10px 0;
}

.product-info div {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}

.product-info div strong {
  font-weight: 600;
  color: #000;
}

.product-info div span {
  flex: 1 0 0;
}

.section-heading {
  margin-top: 40px;
}

/* FOOTER */
.footer {
  background: #0d0d0d;
  color: rgba(255, 255, 255, .82);
  padding: 64px 0 20px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr .9fr .9fr;
  gap: 28px;
}

.footer__brand p {
  margin: 16px 0 0;
  max-width: 340px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .68);
}

.footer__logo {
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
}

.footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li+li {
  margin-top: 12px;
}

.footer a {
  color: rgba(255, 255, 255, .72);
  transition: .2s ease;
}

.footer a:hover {
  color: #fff;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.footer__social a {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
}

.footer__contact li {
  line-height: 1.8;
  color: rgba(255, 255, 255, .72);
}

.footer__bottom {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

.foot-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.foot-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  padding: 5px;
  color: #fff
}


.footer-box .info img {
  max-width: 130px !important;
  margin-bottom: 10px;
}

.products-detail {
  padding-top: 30px;
}

@media (max-width:992px) {
  .footer-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:767px) {
  .footer-box {
    grid-template-columns: 1fr;
  }
}

.table-specifications {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  margin-top: 10px;
}

.table-specifications tr {
  border-bottom: 1px solid #e5e5e5;
}

.table-specifications tr:last-child {
  border-bottom: none;
}

.table-specifications tr:nth-child(even) {
  background: #faf8f5;
}

.table-specifications th,
.table-specifications td {
  padding: 14px 18px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}

.table-specifications th {
  width: 40%;
  font-weight: 600;
  color: #4a4141;
  background: #f2ece2;
}

.table-specifications td {
  color: #181212;
  font-weight: 500;
}

.ass-container-product {
  gap: 30px;
}

.ass-container-product .box-products {
  flex: 1 0 0
}

.ass-container-product .list-product {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
  .ass-container-product .list-product {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .table-specifications,
  .table-specifications tbody,
  .table-specifications tr,
  .table-specifications th,
  .table-specifications td {
    display: block;
    width: 100%;
  }

  .table-specifications tr {
    padding: 10px 0;
  }

  .table-specifications th {
    padding: 0 18px 4px;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #820000;
  }

  .table-specifications td {
    padding: 0 18px 10px;
  }
}

.pdf-wrapper {
  text-align: center;
}

@media (max-width: 767px) {
  .pdfemb-viewer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .box-search h3 {
    padding-bottom: 13px !important;
  }

  .ass-container-product .list-product {
    grid-template-columns: 1fr !important;
  }

  .pdfemb-viewer iframe,
  .pdfemb-viewer canvas {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .table-specifications td {
    border: none !important;
  }

  .sidebar-form {
    margin-top: 0 !important;
  }
}

#ez-toc-container a:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: 0px !important;
}

.share-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
}

.share-post__title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.share-post__list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-post__item {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  transition: all 0.25s ease;
}

.share-post__item:hover {
  transform: translateY(-3px);
  color: #fff;
}

/* Facebook */
.share-post__facebook {
  background: #1877f2;
}

/* Zalo */
.share-post__zalo {
  background: #0068ff;
}

/* X */
.share-post__twitter {
  background: #000;
}

/* WhatsApp */
.share-post__whatsapp {
  background: #25d366;
}

/* Telegram */
.share-post__telegram {
  background: #229ed9;
}

/* Email */
.share-post__email {
  background: #6c757d;
}

/* Copy */
.share-post__copy {
  background: #555;
}

.share-post__facebook:hover {
  background: #0d65d9;
}

.share-post__zalo:hover {
  background: #0055d4;
}

.share-post__twitter:hover {
  background: #222;
}

.share-post__whatsapp:hover {
  background: #1da851;
}

.share-post__telegram:hover {
  background: #168ac3;
}

.share-post__email:hover {
  background: #4f565c;
}

.share-post__copy:hover {
  background: #333;
}

/* Copied message */
.share-post__copied {
  display: none;
  width: 100%;
  font-size: 13px;
  color: #198754;
}

.share-post__copied.is-show {
  display: block;
}

@media (max-width:767px) {
  .sidebar-form {
    display: none;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .share-post {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .share-post__list {
    flex-wrap: wrap;
  }
}