@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap);

:root {
  --Blue-BMB: #a38a89;
}

html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
}

blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a,
span {
  display: inline-block;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
}

body .container {
  max-width: 1220px;
}

body a:hover {
  text-decoration: none;
}

.fr-view a,
.fr-view span,
p > a,
p > span {
  display: inline;
  vertical-align: baseline;
}

body hr {
  margin: 0 auto;
}

.sp {
  display: none !important;
}

:focus {
  outline: 0 !important;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.image-cover {
  position: relative;
  width: 100%;
  height: 0;
}

.image-cover a {
  display: block;
  height: 100%;
  width: 100%;
}

.image-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image-cover.image--contain .img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: contain;
  object-position: contain;
}

.image-cover.image--border {
  border: solid 1px #ebebeb;
  border-radius: 4px;
}

.image-cover.image--border .img {
  max-width: calc(100% - 6px) !important;
  max-height: calc(100% - 6px) !important;
  border-radius: 4px;
}

.image-cover.image-cover--1x1 {
  padding-bottom: 100%;
}

.image-cover.image-cover--cycle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.image-cover.image-cover--16x9 {
  padding-bottom: 56.25%;
}

.image-cover.image-cover--19x4 {
  padding-bottom: 66%;
}

.thumb-video {
  position: relative;
}

.image-cover.image-cover--4x3 {
  padding-bottom: 71%;
}

.thumb-video::after {
  content: "\f04b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.video-wrap {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: Roboto;
}

.title-lg {
  font-weight: 700 !important;
  font-size: 50px !important;
}

ul {
  list-style-type: none;
}

.who-we-are {
  padding: 10px;
  margin-bottom: 42px;
}

.title-lg {
  text-align: center;
  padding: 82px 0 2px 0;
}

.line-head {
  width: 100px;
  height: 10px;
  background: #810a06;
  margin: 10px auto;
  margin-bottom: 17px;
}

.who-we-are p {
  font-size: 12px;
}

.design-build {
  width: 100%;
  height: auto;
  background: url(../images/ngay-hoi-viec-lam.jpg);
}

.design-build:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    23.75deg,
    #000958 0.82%,
    rgba(0, 14, 142, 0.5) 100%
  );
  content: "";
  opacity: 0.85;
}

.box-build,
.box-design {
  padding: 79px 0;
  padding-left: 0;
  padding-bottom: 72px;
}

.design .title-lg {
  padding: 0;
}

.build {
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  background: 0 0;
  padding: 86px 25px 104px 25px;
  max-width: 398px;
}

.build .title-md {
  font-size: 30px;
  line-height: 35px;
  margin-top: 25px;
}

.build p {
  text-align: justify;
  font-size: 14px;
  line-height: 16px;
  height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.5s;
}

.build .circle-img {
  width: 179px;
  height: 179px;
  transition: all 0.5s;
}

.build .circle-img img {
  display: block;
}

.build.active {
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  transition: background 0.5s;
  max-width: 398px;
}

.build.active .circle-img,
.build:hover .circle-img {
  width: 79px;
  height: 79px;
}

.build.active .title-md {
  font-size: 30px;
  line-height: 35px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.build.active p {
  padding: 0 15px;
  height: 78px;
  max-height: 78px;
  overflow: hidden;
}

.circle-img {
  width: 88px;
  height: 88px;
  margin: auto;
  line-height: 80px;
  border-radius: 100%;
  border: 3px solid #fff;
}

.news .title-md {
  padding-top: 68px;
}

.news-slide ul {
  list-style-type: none;
  margin-bottom: 16px;
}

.img-news img {
  width: 100%;
}

.content-news {
  padding: 17px 20px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
  position: relative;
  height: 100%;
  padding-bottom: 53px;
}

.content-news .readmore-news {
  position: absolute;
  padding: 0;
  bottom: 20px;
  left: 20px;
}

.title-news h3 {
  color: #000e8e;
}

.title-news h3 > a {
  color: #810a06;
}

.text-news {
  padding: 0 0 5px 0;
}

.readmore-news {
  padding: 13px 0;
}

.readmore-news a {
  padding: 5px 7px;
  border: 1px solid;
}

.section-project {
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    32.33deg,
    #000958 0.82%,
    rgba(0, 14, 142, 0.76) 100%
  );
  padding-bottom: 150px;
  border: 1px solid #ccc;
}

.section-project:after {
  content: "";
  width: 200vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  height: 30%;
}

.section-project .container {
  position: relative;
  z-index: 9;
}

.section-project .title-lg {
  color: #fff;
}

.section-project col-lg-6 {
  padding: 0;
}

.info-project {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 15px;
  color: #fff;
  z-index: 10;
}

.img-project {
  position: relative;
  overflow: hidden;
}

.img-project:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  z-index: 9;
}

.img-project img {
  width: 100%;
}

.info-project p {
  margin: 0;
  font-size: 15px;
  margin-bottom: -5px;
}

.img-project .btn-gradient {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  color: #000;
  border: 1px solid #007bff;
  z-index: 99;
}

.img-project .btn-gradient > i {
  transform: translateY(1px);
}

.img-project:hover .btn-gradient {
  display: flex;
}

.img-project:hover:before {
  background: rgba(255, 255, 255, 0.76);
}

.img-project:hover .info-project h5 {
  color: #000e8e;
}

.img-project:hover .info-project p {
  color: #000;
}

.section-client {
  background: url(../images/bg-client.png);
  height: 728px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.logo-client {
  text-align: center;
  margin: auto;
}

.slide-logo {
  margin: 99px 0;
}

.sub-header {
  background: url(../images/ngay-hoi-viec-lam.jpg);
  background-size: cover !important;
}

.sub-header.type-02 {
  position: relative;
  height: 360px;
}

.sub-header.type-02 .container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sub-header.type-02 .container .nav-sub-header {
  margin-bottom: 36px;
}

.sub-header.type-01 .container .nav-sub-header {
  margin-left: -15px;
  margin-right: -15px;
}

.container.d-flex.flex-column {
  padding: 0;
}

.nav-sub-header {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 45px 0;
}

.nav-sub-header ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.nav-sub-header ul li {
  width: 25%;
  margin-bottom: 4px;
}

.nav-sub-header ul a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background: #282727;
  border: 1px solid #fff;
  color: #fff;
}

.nav-sub-header ul a.active,
.nav-sub-header ul a:hover {
  background: #7e7575;
}

.col-12.sub-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 14, 142, 0.42);
  z-index: 1;
}

.widget-about {
  padding: 0 !important;
}

.widget-about li {
  padding: 10px 0;
}

.widget-about .title-lg {
  border-bottom: 10px solid #f10;
  font-size: 50px;
  font-weight: 700;
  padding: 0 0 30px 0;
}

.widget-about a {
  margin-left: 20px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.widget-about a.active,
.widget-about a:hover {
  color: #3f51b5;
  text-decoration: none;
}

.widget-about a.active:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: #3f51b5;
  left: 15px;
  margin-top: 10px;
  color: #3f51b5;
}

.content-aboutus ul {
  margin: 50px 0;
  width: 100%;
  box-shadow: 2px 0 5px 3px rgba(0, 0, 0, 0.26);
  padding: 15px;
  background: #fff;
}

.images-about img {
  width: 100%;
}

.images-about div:first-child {
  margin-top: 50px;
}

section.about-us .col-12 {
  padding: 0 !important;
  margin: 0 !important;
}

.sc-about {
  position: relative;
  z-index: 2;
}

.sc-network {
  padding: 0;
}

.sc-network .title-lg {
  padding: 0;
}

.link-network {
  padding: 5px 0 10px 0 !important;
}

.link-network:first-child {
  text-align: right;
}

.link-network a {
  width: 100%;
  max-width: 220px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-top: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.link-network a:hover {
  background: #ccc;
  text-decoration: none;
  color: #000;
}

.link-network--active {
  background: #ccc;
  text-decoration: none;
  color: #000;
}

.sc-address .col-12 {
  padding: 0;
}

.address-network .modal-body,
.address-network .modal-content {
  padding: 0;
  border: none;
  border-radius: 0;
}

.sc-address ul {
  width: 80%;
  padding: 30px 0 10px 30px;
  background: #fff;
}

.sc-address ul li {
  padding: 5px;
}

.sc-address ul li i {
  color: #000e8e;
  margin-right: 5px;
  font-size: 20px;
}

.address-network button.close {
  z-index: 99;
  position: absolute;
  right: 15px;
  top: 10px;
}

.sc-address ul li:first-child {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.sc-address ul li:first-child span {
  font-weight: 700;
}

.address-network {
  margin-bottom: 160px;
}

.sc-getin {
  padding: 30px 0;
  background: url(../images/20474-1.png);
  color: #fff;
}

.sc-getin .line-head {
  margin: 0;
}

.sc-getin i {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 20px;
}

.sc-contact-form .title-form {
  text-align: center;
}

.sc-contact-form .title-form p {
  color: #810a06;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.sc-contact-form .title-form h2 {
  color: #810a06;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.sc-contact-form .form-column {
  padding: 34px;
  border-radius: 16px;
  background: #d9d9d9;
  mix-blend-mode: multiply;
  backdrop-filter: blur(2px);
}

.form-group input[type="email"],
.form-group input[type="text"] {
  width: 100%;
  border-radius: 10px;
  height: 35px;
  text-indent: 25px;
  color: #000;
}

.form-group textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  text-indent: 25px;
}

.form-group button {
  border-radius: 10px;
  width: 100px;
}

.form-group button i {
  margin-left: 10px;
}

.network-factories .address-network {
  margin-bottom: 50px;
}

.list-factories {
  margin-bottom: 60px;
}

.list-factories img {
  width: 100%;
}

.list-factories ul {
  padding: 0 30px;
}

.list-factories ul li {
  padding: 3px 0;
  font-size: 12px;
}

.list-factories ul li:first-child {
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0 10px 12px 40px;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.list-factories ul li em:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 10px;
  background: #3f51b5;
  left: 30px;
  margin-top: 6px;
}

.cp-factory {
  padding: 30px 0;
  background: #e5e5e5;
}

.cp-factory img {
  width: 100%;
}

.cp-factory .slider-cp-factory {
  margin: 0 -10px;
}

.cp-factory .slider-cp-factory .item {
  padding: 0 8px;
}

.cp-factory .slider-cp-factory .slick-arrow.slick-next {
  right: -45px;
  margin-top: -20px;
}

.cp-factory .slider-cp-factory .slick-arrow.slick-prev {
  left: -63px;
  margin-top: -20px;
}

.company .container {
  margin-bottom: 50px;
}

.company .col-12 {
  margin-top: 30px !important;
}

.sc-company .title-identity:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #000e8e;
  top: -17px;
  left: 0;
}

.sc-company .title-identity span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000e8e;
  border-bottom: 2px solid #000e8e;
  padding: 10px 0;
}

.sc-company .img-box {
  text-align: center;
  padding: 30px 0 !important;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 40px;
}

.row-color {
  border: 1px solid #ccc;
  margin-top: 30px;
}

.identity-color {
  margin: 0 auto;
  padding: 20px 0;
}

.identity-color li {
  float: left;
  font-size: 12px;
  line-height: 14px;
}

.identity-color li:first-child {
  width: 111px;
  height: 42px;
  margin-right: 25px;
}

.identity-color li.blue {
  background: #810a06;
}

.identity-color li.white {
  background: #fff;
  border: 1px solid #810a06;
}

.identity-color li.gray {
  background: #939598;
}

.img-box.logo img {
  width: 40%;
}

.button-download {
  text-align: right;
  padding: 0 0 25px 0;
}

.button-download a {
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #810a06;
}

.con-img {
  padding: 0 !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.col-img {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  margin: 6px;
}

.services .services-header .erection-img {
  display: grid;
  text-align: center;
  display: grid;
  text-align: center;
  border: 1px solid #fff;
  padding: 100px 0;
  margin: 25px 0 80px 0;
  background: rgba(0, 0, 0, 0.32);
}

.services .services-header .erection-img span {
  color: #fff;
}

.services-header .erection-img:hover {
  background: rgba(19, 73, 156, 0.8);
}

.services .services-header p {
  text-align: center;
  font-family: Ruda !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 61px;
  letter-spacing: 0.2em;
}

.services-header {
  min-height: 500px;
  background: url("../img/header-service.jpg") lightgray 50% / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}

.services-header .erection-img {
  display: grid;
  text-align: center;
  display: grid;
  text-align: center;
  border: 1px solid #fff;
  padding: 30px 0;
  margin: 25px 0;
  background: rgba(0, 0, 0, 0.32);
}

.services-header .erection-img img {
  margin: auto;
}

.services-header .erection-img p {
  height: 100px;
  line-height: 100px;
  margin: 0;
}

.project-header {
  background: url(../images/project.jpg);
  background-size: cover;
}

.services-content ul {
  padding: 0;
  margin-left: 20px;
}

.services-content ul li {
  width: 77%;
  background: #fff;
  padding: 10px 0;
  color: #000;
  margin: 15px 0;
  border: 3px solid #000e8e;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.services-content ul li:hover {
  background: #000e8e;
  color: #fff;
}

.services-content li:first-child {
  margin-top: 0;
}

.title-erection {
  border-bottom: 3px solid #000e8e;
  width: 100%;
  padding: 10px 0;
}

.title-erection span {
  margin-left: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000e8e;
}

.title-erection:after {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  border: 3px solid #000e8e;
  border-radius: 100%;
  float: right;
  box-sizing: border-box;
  top: 39px;
  background: #fff;
}

.services-content li:nth-child(even):after {
  content: "";
  position: absolute;
  width: 25px;
  height: 70px;
  border-top: 3px solid #000e8e;
  border-left: 3px solid #000e8e;
  border-bottom: 3px solid #000e8e;
  left: -27px;
  z-index: 0;
}

.services-content li:nth-child(odd):after {
  content: "";
  position: absolute;
  width: 25px;
  height: 70px;
  border-top: 3px solid #000e8e;
  border-right: 3px solid #000e8e;
  border-bottom: 3px solid #000e8e;
  right: -27px;
  z-index: 0;
}

.services-content li:last-child:after {
  display: none;
}

.content-erection {
  width: 100%;
  height: 550px;
  background: #ccc;
}

.tab-content {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.tab-content a {
  color: #343a40;
}

.tab-content.active,
.tab-content:hover {
  background: #e5e5e5;
}

.services-safety .services-content img {
  width: 100%;
}

.content-video {
  margin: auto;
  text-align: center;
  font-size: 12px;
}

.title-video {
  font-weight: 700;
  padding: 20px 10px 0 10px;
}

.short-video {
  padding: 0 10px 10px 10px;
}

.watch-video {
  width: 100%;
  height: 360px;
  background: #e5e5e5;
}

.certificates img {
  width: 90% !important;
}

.project .sub-header {
  background: url(../images/project-sub.jpg);
  color: #fff;
}

.project .sub-header h1,
.project .sub-header p {
  font-family: Ruda !important;
}

.project .sub-header .title-lg {
  font-size: 90px !important;
  padding: 0 !important;
  line-height: 110px;
  letter-spacing: 0.2em;
}

.project .sub-header .text-1 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  margin-top: 10px !important;
}

.project .sub-header .text-2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.2em;
  margin-top: 30px !important;
}

.project .sub-header select {
  width: 177px;
  background: #000;
  color: #fff;
  padding: 12px 10px;
  border: 1px solid #fff;
  font-size: 12px;
}

.project .sub-header input[type="text"] {
  width: 306px;
  background: #000;
  color: #fff;
  padding: 11px 9px;
  border: 1px solid #fff;
  text-indent: 10px;
  font-size: 12px;
  margin-left: 18px;
}

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

.item-content {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.item-content ul {
  padding: 10px 20px;
  margin: 0;
}

.item-content h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #810a06;
}

.item-content li {
  font-size: 14px;
  line-height: 16px;
}

.item-content li span {
  font-weight: 700;
}

.pagination {
  margin: auto;
}

.pagination li {
  float: left;
  padding: 0;
  background: #9a9999;
  color: #fff;
  border: 1px solid;
  height: 43px;
  width: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination li:hover {
  background: #fff;
  color: #000;
}

.pagination .active {
  border: 1px solid #000e8e;
  background-color: #fff;
  color: #000e8e;
  box-sizing: border-box;
}

.project.view img {
  width: 100%;
}

.line-bottom {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.line-bottom:before {
  content: "";
  width: 100px;
  height: 10px;
  background: #810a06;
  margin-top: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.line-bottom__blue:before {
  background: #007aff;
}

.content-newsroom {
}

.content-newsroom img {
  width: 100%;
}

.prcenter.newsroom .sub-header {
  background: url("../img/header-news.jpg") lightgray 0px -282.599px / 100% 316.435%
    no-repeat;
  height: 405px;
}

.content-prcenter {
  margin-bottom: 140px;
}

.content-prcenter__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #000e8e;
}

.content-prcenter__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #9a9999;
}

.content-prcenter-text {
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
  color: #000;
}

.content-newsroom a.nav-link {
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  margin-left: -1px !important;
  margin-bottom: -1px !important;
}

.content-newsroom a.nav-link:hover {
  color: #333;
}

.content-newsroom a.nav-item {
  border: 1px solid #ccc !important;
  border-radius: 0;
  font-size: 14px;
  color: #810a06;
}

.content-newsroom .nav-tabs {
  border: none;
  margin-top: -1px;
}

.content-newsroom .tab-content {
  border: none;
}

.content-newsroom .tab-content:hover {
  background: 0 0;
}

.content-newsroom .nav-tabs .nav-link.active,
.content-newsroom .nav-tabs .nav-link:focus,
.content-newsroom .nav-tabs .nav-link:hover {
  background: #939597;
  color: #fff;
}

p.p-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-align: left !important;
  margin-bottom: 15px;
}

p.p-title a {
  color: #000;
}

p.p-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}

p.p-button {
  position: absolute;
  bottom: 0;
}

p.p-button a i {
  margin-left: 10px;
}

.button-read-down a {
  border: 1px solid #ccc;
  padding: 10px;
  color: #000;
}

.tab-pane .item {
  max-width: 20%;
}

.pr-video .item-v {
  width: 100%;
  height: 200px;
  background: #ccc;
  margin: 0;
}

.pr-video .title-v {
  margin: 0;
  padding: 20px;
  border: 1px solid #ccc;
  color: #810a06;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.pr-video-detail .item-detail {
  width: 100%;
  background: #ccc;
  margin: 0;
}

.pr-video-detail .title-detail {
  margin: 0;
  padding: 10px 0;
  color: #810a06;
}

.pr-video-detail {
  max-width: 900px;
  margin: 0 auto;
}

.title-header {
  width: 100%;
  max-width: 326px;
  height: 42px;
  background: rgba(0, 14, 142, 0.8);
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.banner-product {
  padding-top: 140px;
  padding-bottom: 178px;
  background: url(../img/about-us-why-me.png) center no-repeat;
  background-size: cover;
}

.banner-product .title-lg {
  font-family: "Ropa Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 70px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 66px;
}

.banner-product .card {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  height: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.banner-product .card-body {
  background-color: transparent;
  padding: 26px 12px;
}

.banner-product .card-title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}

.banner-product .card-text {
  font-size: 12px;
  line-height: 14px;
}

.banner-product .block-01 {
  margin-top: 177px;
}

.banner-product .block-01 .item {
  height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #fff;
  background: rgba(13, 14, 13, 0.4);
}

.banner-product .block-01 .item h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.banner-product .block-01 .item.active,
.banner-product .block-01 .item:hover {
  background: rgba(0, 14, 142, 0.8);
}

.btn-gradient {
  border: 1px solid #000e8e !important;
  color: #000 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 96px;
}

.btn-gradient span {
  color: #000 !important;
}

.btn-gradient i {
  margin-left: 5px;
}

.btn-gradient:hover {
  background: linear-gradient(74.06deg, #00095c 0, rgba(0, 14, 142, 0.84) 100%);
  color: #fff !important;
}

.btn-gradient:hover span {
  color: #fff !important;
}

ul {
  list-style-type: none;
}

.footer {
  position: relative;
  color: #fff;
  padding: 50px 0;
  background: url("images/footer.jpg") lightgray 0px -680.467px / 100% 516.129% no-repeat;
  height: 280px;
}

.footer-bg {
  opacity: 0.8;
  background: #810a06;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .title-other {
  margin: 0 0 15px 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}

.footer .title-other:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #ffffff;
  width: 100px;
}

.logo-footer {
  margin: 0 auto;
  text-align: center;
}

.info-footer {
  margin-bottom: 15px;
}



.footer .address-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer .address-footer ul li {
  margin: 0 0 4px 15px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.footer .address-footer ul li i {
  font-size: 20px;
  margin-right: 8px;
  padding-top: 2px;
}

.footer .dropdown-menu .address-footer ul li i {
  top: 6px;
}

.footer .address-footer ul li span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.footer .address-footer ul li:first-child {
  padding-bottom: 7px;
  font-size: 12px;
  margin-bottom: 11px;
  position: relative;
}

.footer .address-footer ul li:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  border-bottom: solid 1px #ffffff;
}

.footer .flag-footer ul {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 0;
}

.flag-logo {
}

.flag-logo .dropdown-toggle {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 5px;
}

.flag-logo .dropdown-toggle img {
  border-radius: 8px;
  width: 48px;
  height: 32px;
  object-fit: cover;
}

.flag-logo .dropdown-toggle::after {
  display: none;
  color: #fff;
}

.flag-logo .dropup .dropdown-menu {
  padding-bottom: 10px;
  background-color: transparent;
  border: none;
}

.flag-logo .dropup .dropdown-menu .address-footer {
  width: 100vw;
  max-width: 470px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  border-radius: 10px;
}

.flag-logo .dropup:hover .dropdown-menu {
  display: block;
}

.flag-logo span {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.flag-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  border: none !important;
  justify-content: space-between;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 86px;
}

.footer-wrap .footer-left {
  width: 184px;
  position: relative;
}

.footer-wrap .footer-right {
  width: calc(100% - 184px);
  padding-left: 55px;
}

.address-footer:nth-child(1) ul {
  max-width: 434px;
}

.address-footer:nth-child(2) ul {
  max-width: 351px;
  margin-left: auto;
}

.flag-footer {
}

.flag-footer span {
  font-size: 12px;
}

.header a,
.header div,
.header span {
  font-family: Roboto !important;
  font-style: normal !important;
}

.header .fa-map-marker-alt {
  font-size: 18px;
}

.header .top-bar_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .top-bar_wrap .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .top-bar {
  background: #810a06;
  color: #fff;
  padding: 10px 10px;
}

.header .top-bar_hotline {
  width: 213px;
  white-space: nowrap;
}

.header .top-bar_lang {
  margin-left: 75px;
}

.header .social-class i {
  color: #fff;
}

.header .social-class .fa {
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-right: 10px;
  font-size: 8px;
}

.header .social-class ul {
  display: flex;
  padding: 2px 0;
}

.header .languages {
  height: 26px;
}

.header .languages .dropdown-toggle {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}

.header .info-head {
  margin-left: 10px;
  font-size: 12px;
}

.header .hotline-head {
  width: 182px;
  height: 26px;
  padding: 5 pxx 10px;
  border: 1px solid #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}

.header .hotline-head a {
  color: #fff;
}

.header .hotline-head a:hover {
  color: #fff;
}

.header .logo img {
  width: 100%;
  padding: 10px 10px 10px 0;
}

.header .button-download {
  float: right;
}

.header .button-content {
  width: 170px;
  text-align: center;
  float: right;
  border: 1px solid #000e8e;
  margin: 10px 0 10px 0;
  transition: all 0.5s ease;
}

.header .button-content:hover {
  box-shadow: 3px 2px #00000038;
}

.header .info-content {
  float: left;
  width: 70%;
  font-weight: 700;
  transform: translateX(8px);
}

.header .img-content {
  width: 30%;
  float: left;
  line-height: 40px;
}

.header nav {
  padding: 0 !important;
  padding-top: 10px !important;
}

.header nav ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
}

.header nav ul li {
  float: left;
  width: auto;
}

.header li.nav-item {
  margin-left: 43px;
}

.header li.nav-item:first-child {
  margin-left: 0;
}

.header a.nav-link {
  color: #000 !important;
  margin: 0 !important;
  position: relative;
  text-transform: uppercase;
}

.header nav ul > li:last-child {
  padding-right: 0;
}

.header nav ul > li.active > a {
  color: #000e8e !important;
}

.header nav ul > li.active > a:before,
.header nav ul > li:hover > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000e8e;
  bottom: 0;
}

.header nav ul > li > a {
  color: #000;
  padding-bottom: 13px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.header nav ul > li .dropdown .dropdown-menu {
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 15px;
}

.header .button-download {
  text-align: right;
  padding: 0 0 25px 0;
}

.header .navbar {
  position: relative;
}

.header .navbar .navbar-brand {
  width: 122px;
}

.header .navbar .navbar-brand:hover {
  opacity: 1 !important;
}

.header .navbar .navbar-brand img {
  display: block;
}

.header .navbar .button-content {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  margin-top: 17px;
}

.c-menu-spy {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.c-menu-spy li {
  display: block;
}

.c-menu-spy li > a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}

.c-menu-spy li > a.active {
  color: #000e8e;
}

.widget-news .sub-title {
  position: relative;
}

.widget-news .sub-title:after {
  content: "";
  background: url(../images/rwd-icon-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: -13px;
  left: 10px;
}

.news .title-lg {
  padding-top: 67px;
}

.news .title-news h3 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  min-height: 32px;
}

.section-client {
  padding-top: 30px;
}

.section-client .title-lg {
  padding-top: 82px;
}

.section-client .title-news h3 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}

.section-project .title-lg {
  padding-top: 82px;
}

.section-project .title-news h3 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}

.section-project .block-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 21px;
  margin-bottom: -10%;
}

.section-project .block-01 .img-project {
  width: 45%;
  max-width: 512px;
  margin-bottom: 10%;
}

.c-search {
  display: inline-block;
  position: relative;
}

.c-search i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: 10px;
}

.c-search input {
  padding-right: 25px;
}

.c-search ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.c-search :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.c-search ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.c-search ::placeholder {
  color: #fff;
  opacity: 1;
}

.c-search :-ms-input-placeholder {
  color: #fff;
}

.c-search ::-ms-input-placeholder {
  color: #fff;
}

.c-breadcrumb {
  padding: 64px 0 32px 0;
  margin-left: -15px;
}

.c-breadcrumb ul li a {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.c-breadcrumb ul li span {
  color: #810a06;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.c-breadcrumb ul li.list-inline-item:not(:last-child) {
  margin: 0;
}

.c-breadcrumb ul li:not(:last-child):after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 8px 0 10px;
}

.slick-arrow {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.slick-arrow:hover {
  cursor: pointer;
  background: linear-gradient(74.06deg, #00095c 0, rgba(0, 14, 142, 0.84) 100%);
  color: #fff !important;
}

.slick-arrow.slick-prev {
  left: -39px;
  top: 23%;
}

/* .slick-arrow.slick-prev::before {
  content: "\f053";
  font: normal normal normal 16px/1 "Font Awesome 5 Pro";
  margin-right: 2px;
} */
 .slick-arrow.slick-prev::before {
    content: "\f053"; /* This is the "angle-right" icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for solid icons */
    font-size: 16px;
    line-height: 1;
    margin-left: 2px;
}

.slick-arrow.slick-next {
  right: -39px;
  top: 23%;
}

/* .slick-arrow.slick-next::before {
  content: "\f054";
  font: normal normal normal 16px/1 "Font Awesome 5 Pro";
  margin-left: 2px;
} */
 .slick-arrow.slick-next::before {
    content: "\f054"; /* This is the "angle-right" icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for solid icons */
    font-size: 16px;
    line-height: 1;
    margin-left: 2px;
}

.slider-01 .swiper-pagination {
  position: initial;
}

.slider-01 .swiper-button-next,
.slider-01 .swiper-button-prev {
  position: initial;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.slider-01 .swiper-button-prev i {
  margin-right: 2px;
}

.slider-01 .swiper-button-next:hover,
.slider-01 .swiper-button-prev:hover {
  background: linear-gradient(74.06deg, #00095c 0, rgba(0, 14, 142, 0.84) 100%);
  color: #fff !important;
  opacity: 0.8;
}

.slider-01 .swiper-button-next:after,
.slider-01 .swiper-button-prev:after {
  display: none;
}

.slider-01 .swiper-control {
  position: absolute;
  bottom: 40px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 19%;
}

.slider-01 .swiper-pagination {
  margin: 0 5px;
}

.slider-01 .swiper-pagination span {
  margin: 0 5px;
}

.slider-01 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
}

.slider-01 .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}

.slider-01
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.slick-slider-03 {
  max-width: 820px;
  margin: 0 auto;
}

.slick-slider-03 .slick-arrow {
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  padding: 0;
}

.slick-slider-03 .slick-arrow:before {
  color: #000;
  font-size: 12px;
}

.slick-slider-03 .slick-arrow.slick-next::before {
  margin: 0 0 1px 1px;
}

.slick-slider-03 .slick-arrow.slick-prev::before {
  margin: 1px 1px 0 0;
}

.slick-slider-03 .slick-slide {
  display: block;
  padding: 0 1px;
}

.slick-slider-03 .slick-slide .card {
  margin: 0 29px;
  border-color: transparent;
  transition: all 0.5s;
}

.slick-slider-03 .slick-slide .card .card-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s;
}

.slick-slider-03 .slick-slide .card .card-title {
  transform: translateY(40px);
  transition: all 0.5s;
}

.slick-slider-03 .slick-slide.slick-center .card {
  border-color: #fff;
}

.slick-slider-03 .slick-slide.slick-center .card .card-text {
  opacity: 1;
  transform: translateY(0);
}

.slick-slider-03 .slick-slide.slick-center .card .card-title {
  transform: translateY(0);
}

.slick-slider-04 {
  padding: 0 71px;
  padding-top: 120px;
  padding-bottom: 194px;
  position: relative;
}

.slick-slider-04::before {
  content: url(../images/product-deco-01.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slick-slider-04::after {
  content: url(../images/product-deco-02.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.slick-slider-05,
.slick-slider-06 {
  max-width: 833px;
  margin: 30px auto;
}

.slick-slider-05 .slider-05-nav,
.slick-slider-05 .slider-06-nav,
.slick-slider-06 .slider-05-nav,
.slick-slider-06 .slider-06-nav {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-slider-05 .slider-05-nav .c-item,
.slick-slider-05 .slider-06-nav .c-item,
.slick-slider-06 .slider-05-nav .c-item,
.slick-slider-06 .slider-06-nav .c-item {
  padding: 0 5px;
  margin: 0;
}

.slick-slider-05 .slider-05-nav .slick-arrow.slick-next,
.slick-slider-05 .slider-06-nav .slick-arrow.slick-next,
.slick-slider-06 .slider-05-nav .slick-arrow.slick-next,
.slick-slider-06 .slider-06-nav .slick-arrow.slick-next {
  right: 0;
  color: #000;
}

.slick-slider-05 .slider-05-nav .slick-arrow,
.slick-slider-06 .slider-05-nav .slick-arrow {
  top: 50% !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

.slick-slider-05 .slider-05-nav .slick-arrow.slick-next::before,
.slick-slider-05 .slider-06-nav .slick-arrow.slick-next::before,
.slick-slider-06 .slider-05-nav .slick-arrow.slick-next::before,
.slick-slider-06 .slider-06-nav .slick-arrow.slick-next::before {
  color: #fff;
}

.slick-slider-05 .slider-05-nav .slick-arrow.slick-prev,
.slick-slider-05 .slider-06-nav .slick-arrow.slick-prev,
.slick-slider-06 .slider-05-nav .slick-arrow.slick-prev,
.slick-slider-06 .slider-06-nav .slick-arrow.slick-prev {
  left: 0;
  color: #fff;
}

.slick-slider-05 .slider-05-nav .slick-arrow.slick-prev::before,
.slick-slider-05 .slider-06-nav .slick-arrow.slick-prev::before,
.slick-slider-06 .slider-05-nav .slick-arrow.slick-prev::before,
.slick-slider-06 .slider-06-nav .slick-arrow.slick-prev::before {
  color: #fff;
}

.slick-slider-05 .slider-05-for,
.slick-slider-05 .slider-06-for,
.slick-slider-06 .slider-05-for,
.slick-slider-06 .slider-06-for {
  margin-bottom: 13px;
}

.slick-slider-06 .slider-06-for .slick-arrow {
  top: 45%;
}

.list-sub-structural-systems.row {
  margin-bottom: 40px;
  justify-content: center;
}

.news-slide {
  max-width: 1060px;
  margin: 0 auto;
}

.slider-02 {
  margin: 0 -21px;
}

.slider-02 .item {
  padding: 0 21px;
}

.slick-slider-07 .item {
  padding: 0 23px;
}

.slick-slider-07 .slick-arrow.slick-next,
.slick-slider-07 .slick-arrow.slick-prev {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.nav-sub-header .active {
  background: #000e8e;
}

.pagination li {
  background: #9a9999;
  margin-right: 3px;
}

.project .sub-header {
  background: url(../images/project-sub.png);
}

.services-header .erection-img--active {
  background: rgba(19, 73, 156, 0.8);
}

.service-site__img-main img {
  width: 100%;
}

.service-site .cp-factory {
  background: unset;
}

.services-video * {
  text-align: center;
}

.services-video__list {
  width: 100%;
  margin-top: 29px;
}

.services-video__item:not(:last-child) {
  margin-bottom: 77px;
}

.services-video__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 6px;
}

.services-video__content {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 14px;
}

.services-video__video img {
  width: 640px;
  height: 360px;
}

.services-certificates__title {
  -moz-text-align-last: left;
  text-align-last: left;
  margin-bottom: 54px;
  margin-top: 38px;
}

.services-certificates__row-1 img {
  width: 232px;
}

.services-certificates__row-2 img {
  width: 100%;
}

.services-certificates__line {
  border: 1px solid #e5e5e5;
  margin: 60px 0;
}

.view1__list {
  margin-top: 43px;
  margin-bottom: 50px;
}

.view1__item {
  max-width: 326px;
  box-sizing: border-box;
  border: 1px solid #9a9999;
  text-align: center;
  padding: 10px;
  margin-bottom: 42px;
  margin: 15px;
  width: calc(30% - 10px);
}

.view1__item--none {
  border: none;
}

.view1__item p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #810a06;
  margin-top: 13px;
}

.view1__item img {
  width: 100%;
}

.love-school {
  padding-bottom: 113px;
}

.love-school__banner {
  position: relative;
}

.love-school__banner-inner {
  position: absolute;
  right: 6%;
  text-align: center;
}

.love-school__banner-inner img {
  margin-bottom: 31px;
  width: 23.7vw;
}

.love-school__banner-inner p {
  font-style: italic !important;
  font-weight: 700;
  font-size: 2.1vw;
  line-height: 46px;
  text-align: center;
  color: #810a06;
}

.love-school__banner-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.love-school .nav-sub-header {
  margin: 0 auto;
  position: absolute;
  bottom: 43px;
}

.love-school .nav-sub-header ul {
  justify-content: flex-start;
}

.love-school .nav-sub-header .active {
  background: #000e8e;
}

.love-school__line {
  height: 1px;
  background-color: #e5e5e5;
  margin: 84px 0 74px 0;
}

.love-school-container h3 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
}

.love-school-container p {
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #000;
}

.love-school-container-1 {
  position: relative;
  margin-bottom: 84px;
}

.love-school-container-1__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.love-school-container.love-school-container-1 {
  height: 530px;
}

.love-school-container-1__text {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 405px;
  padding: 61px 52px 70px 51px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.love-school-container-1__text h3 {
  margin-bottom: 28px;
  color: #fff;
}

.love-school-container-1__text p {
  color: #fff;
}

.love-school-container-1__text--style {
  font-weight: 700;
  font-style: italic;
}

.love-school-container-2 {
  background: #e5e5e5;
}

.love-school-container-2 * {
  color: #000;
  text-align: justify;
}

.love-school-container-2__text {
  padding: 0 40px 0 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.love-school-container-2__text h3 {
  margin-bottom: 13px;
}

.love-school-container-3 h3 {
  margin-bottom: 12px;
}

.love-school-container-3__text {
  margin-bottom: 48px;
}

.love-school-container-4 {
  margin-bottom: 113px;
}

.love-school-container-4__text p {
  padding: 0 50px;
}

.love-school-container-5 h3 {
  text-align: center;
  margin-bottom: 55px;
}

.love-school-container-5__img {
  margin: auto 0;
}

.love-school-container-5__text {
  padding: 77px 54px 84px 54px;
  background: #e5e5e5;
  height: 600px;
  max-height: 600px;
  margin: auto 0;
  box-sizing: border-box;
}

.love-school-container-5__list-history {
  border-left: 1px solid rgba(0, 14, 142, 0.5);
}

.love-school-container-5__history {
  position: relative;
}

.love-school-container-5__history::before {
  content: "";
  background: url(../images/blue-dot.png);
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  left: -5px;
}

.love-school-container-5__history:not(:last-child) {
  margin-bottom: 20px;
}

.love-school-container-5__history-year {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #000e8e;
}

.love-school-container-5__history-detail {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.main-title {
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  margin-top: 54px;
}

.main-title::before {
  content: "";
  width: 134px;
  height: 10px;
  background: #cf0000;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.main-title--no-border .main-title::before {
  display: none;
}

.careers .sub-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.careers .sub-header {
  background: url("../img/header-careers.jpg") lightgray 50% / cover no-repeat;
  height: 405px;
}

.careers .sub-header .main-title h1 {
  color: #fff;
}

.careers.culture .love {
  background: url(../images/careers-love-bg.png) no-repeat center;
  padding-top: 180px;
  padding-bottom: 148px;
  background-size: cover;
}

.careers.culture .love * {
  color: #fff;
}

.careers.culture .love .box {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.careers.culture .love .box .center {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  font-family: Rockwell Condensed;
}

.careers.culture .love .box h3 {
  font-family: Rockwell Condensed;
  font-size: 30px;
}

.careers.culture .love .box :not(.center) h3 {
  margin-bottom: 15px;
}

.careers.culture .love .box p {
  font-size: 12px;
  line-height: 14px;
}

.careers.culture .love .box .top {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.careers.culture .love .box .top p {
  width: 396px;
}

.careers.culture .love .box .left {
  position: absolute;
  text-align: right;
  bottom: 24%;
  right: 100%;
  white-space: nowrap;
  margin-right: 15px;
}

.careers.culture .love .box .left p {
  width: 298px;
}

.careers.culture .love .box .right {
  position: absolute;
  text-align: left;
  bottom: 24%;
  left: 100%;
  margin-left: 15px;
  white-space: nowrap;
}

.careers.culture .love .box .right p {
  width: 298px;
}

.careers.oppo {
  padding-bottom: 50px;
}

.manager {
  margin-bottom: 100px;
  border-right: 1px solid #e5e5e5;
}

.manager .main-title {
  margin-top: 0 !important;
}

.manager * {
  color: #000;
}

.manager__list {
  margin-top: 70px;
}

.manager__item {
  display: flex;
  margin: 0;
}

.manager__item:not(:last-child) {
  margin-bottom: 53px;
}

.manager__item-avatar {
  height: 100%;
  min-width: 93px;
  margin-right: 34px;
}

.manager__item-right {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 24px;
  flex: 1;
}

.manager__item .manager__item-content {
  height: 47px;
  display: -webkit-box;
  max-height: 47px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}

.manager__item-title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

.manager__item-content p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.manager__item-more {
  position: absolute;
  left: 0;
  bottom: 0;
}

.manager__item-more a {
  cursor: pointer;
}

.manager__item-more a span {
  font-style: italic !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9a9999;
}

.manager__item-more a:hover {
  text-decoration: underline;
}

.manager__item-more a[aria-expanded="true"] .more {
  display: none;
}

.manager__item-more a[aria-expanded="true"] .more-dismiss {
  display: block !important;
  padding-left: 10px;
}

.manager__item-more a[aria-expanded="true"] ~ .icon-down {
  display: none;
}

.manager__item-more a[aria-expanded="true"] ~ .icon-up {
  display: block !important;
  padding-left: 28px;
  border-left: 1px solid #9a9999;
}

.manager__item-icon-down {
  font-size: 15px;
  margin-right: 5px;
}

.control {
  width: 330px;
  height: 289px;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 36px;
  width: 100%;
}

.control .main-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 24px;
  margin-top: 0 !important;
}

.control .main-title::before {
  width: 84px;
  background: #000e8e;
  height: 5px;
  bottom: -10px;
}

.control__search {
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 258px;
  height: 42px;
  background: url(../images/icon-search.png) no-repeat rgba(0, 0, 0, 0.8);
  background-position: calc(100% - 30px) center;
  margin-bottom: 46px;
  width: 100%;
}

.control__search::-moz-placeholder {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.control__search:-ms-input-placeholder {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.control__search::-ms-input-placeholder {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.careers.oppo .control__search::placeholder {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.careers.oppo .control__search[type="text"] {
  color: #fff;
  padding: 0 55px 0 23px;
}

.careers.oppo .control__filter {
  border-bottom: 2px solid #000e8e;
  margin-bottom: 33px;
  padding-bottom: 5px;
}

.careers.oppo .control__filter p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.careers.oppo .control__choose button {
  background-color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  outline: 0;
}

.careers.oppo .control__choose button::after {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-color: #c4c4c4 transparent #c4c4c4 transparent;
}

.careers.oppo .control__choose button:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

.careers.oppo .control__choose button:not(:focus) {
  outline: 0;
  border: none;
  box-shadow: none;
}

.careers.oppo01 .sale-manager * {
  color: #000;
  line-height: 25px;
}

.careers.oppo01 .sale-manager__list {
  margin-top: 36px;
}

.careers.oppo01 .sale-manager__item:not(:last-child) {
  margin-bottom: 45px;
}

.careers.oppo01 .sale-manager__item ul li {
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}

.careers.oppo01 .sale-manager__item ul li + li {
  margin-top: 15px;
}

.careers.oppo01 .sale-manager__title {
  margin-bottom: 15px;
}

.careers.oppo01 .sale-manager__title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000e8e;
}

.careers.oppo01 .sale-manager__text {
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}

.careers.oppo01 .sale-manager__content {
  /*padding-left: 25px*/
}

.careers.oppo01 .sale-manager__apply {
  padding-right: 30px;
  background: url(../images/icon-drop-down.png) no-repeat;
  background-position: 90% 35%;
  background-size: 10px;
}

.careers.oppo01 .sale-manager__apply p {
  padding-bottom: 4px;
  border-bottom: 2px solid #cf0000;
}

.careers.oppo01 .sale-manager__contact {
  background: #000 !important;
  padding: 36px 20px 43px 23px;
}

.careers.oppo01 .sale-manager__contact-title {
  margin-bottom: 27px;
}

.careers.oppo01 .sale-manager__contact-title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
}

.careers.oppo01 .sale-manager__contact-form .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.careers.oppo01 .sale-manager__contact-form .row:not(:last-child) {
  margin-bottom: 11px;
}

.careers.oppo01 .sale-manager__contact-form textarea {
  resize: none;
  width: 100%;
  height: 100px;
  position: relative;
  border-radius: 4px;
  padding-left: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #9a9999;
}

.careers.oppo01 .sale-manager__contact-textarea p {
  top: 15px !important;
}

.careers.oppo01 .sale-manager__contact-input {
  width: 48.5%;
  position: relative;
}

.careers.oppo01 .sale-manager__contact-input:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
}

.careers.oppo01 .sale-manager__contact-input:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}

.careers.oppo01 .sale-manager__contact-input input {
  background: #fff;
  border-radius: 4px;
  border: none;
  position: relative;
  width: 100%;
  height: 26px;
  padding-left: 20px;
}

.careers.oppo01 .sale-manager__contact-input input[type="text"] {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #9a9999;
}

.careers.oppo01 .sale-manager__contact-input p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #9a9999;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
}

.careers.oppo01 .sale-manager__contact-input--red {
  color: #cf0000;
}

.careers.oppo01 .sale-manager__contact-file {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.careers.oppo01 .sale-manager__contact-file .left p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.careers.oppo01 .sale-manager__contact-file .left button {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  border: none;
  background: #fff;
  border-radius: 5px;
  width: 75px;
  height: 22px;
  border: none;
}

.careers.oppo01 .sale-manager__contact-file .right button {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border: 1px solid #fff;
  background-color: #000;
  width: 211px;
  height: 50px;
}

.careers.oppo01 .sale-manager__contact-file .right button:hover {
  background-color: #000e8e;
}

.cp-factory {
  padding: 80px 0;
}

.cp-factory .slider-cp-factory .slick-arrow {
  margin-top: 0 !important;
  top: 50%;
  transform: translate(0, -50%);
}

.cp-factory .slider-cp-factory .slick-arrow::before {
  color: #000;
}

.cp-factory .slider-cp-factory .slick-arrow.slick-next {
  right: -63px;
}

.cliplock .image-cover .img {
  width: 80% !important;
}

.middle-line {
  height: 1px;
  background: #e5e5e5;
  margin: 47px 0;
  width: 100%;
}

.middle-line--no-mb {
  margin-bottom: 0;
}

.list-sub-structural-systems.no-border .c-item .card {
  border: none;
}

.list-sub-structural-systems.no-border .c-item .card-title {
  color: #000;
  font-weight: 400;
}

.list-sub-structural-systems.column02 .c-item .image-cover {
  width: 100%;
  height: 629px;
}

.access__last-row .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000;
  margin-top: 13px;
  margin-bottom: 21px;
}

.sub-title {
  margin-top: 0;
}

.sub-title h2 {
  font-size: 30px;
  color: #000e8e;
}

.sub-title h2::before {
  display: none;
}

.sub-title::before {
  max-width: 326px;
  height: 5px;
  bottom: -5px;
  width: 100%;
}

.c-menu {
  position: relative;
  margin-top: 25px;
}

.c-menu::before {
  content: "";
  background: url(../images/rwd-icon-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: -20px;
  left: -5px;
}

.c-menu .c-item {
  font-size: 14px;
  line-height: 16px;
}

.c-menu .c-item + .c-item {
  margin-top: 10px;
}

.c-menu .c-item a.active {
  color: #000e8e;
}

.c-menu .c-item.active a {
  color: #000e8e;
}

.rwd-content:first-child {
  margin-top: 60px;
}

.rwd-content__text {
  margin-bottom: 22px;
}

.rwd-content__text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
  color: #000;
}

.rwd-content__text p + p {
  margin-top: 10px;
}

.rwd-content__slide {
  height: 342px;
  width: 100%;
  border: 1px solid #c4c4c4;
  margin-top: 27px;
}

.rwd-content__sub-img {
  margin-bottom: 30px;
}

.rwd-content__sub-img > * {
  margin: 0 auto;
}

.rwd-content__sub-img-sub {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.rwd-content__sub-img-sub p {
  font-style: italic !important;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.c-table {
  width: 100%;
}

.c-table * {
  color: #000;
  line-height: 14px;
  text-align: center;
}

.c-table :not(small) {
  font-size: 12px;
}

.c-table table {
  width: 100%;
}

.c-table table tr td,
.c-table table tr th {
  height: 46px;
  border: 1px solid #c4c4c4;
  height: 29px;
}

.c-table table tr td sub,
.c-table table tr td sup,
.c-table table tr th sub,
.c-table table tr th sup {
  font-size: 10px;
}

.c-table table tr th {
  background: #e5e5e5;
  font-weight: 400;
  height: 50px;
}

.c-table table .white {
  background: #fff;
}

.c-table--2 tr th {
  width: 50%;
  padding: 10px 0;
}

.c-table--2 tr td:nth-child(2) {
  width: 25%;
}

.c-table--4 tr th {
  width: 25%;
}

.c-table--6 tr th {
  width: 25%;
}

.c-table--6 tr td:nth-child(3),
.c-table--6 tr td:nth-child(5) {
  width: 12.5%;
}

.c-table--7 tr th {
  width: calc(100% / 7);
}

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

.c-table__footer {
  margin-top: 10px;
}

.c-table__footer p {
  font-style: italic !important;
}

.c-table.table-striped tbody tr:nth-child(even) td {
  background-color: #e5e5e5;
}

.c-table.table-striped tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.seam {
  margin-top: 62px;
}

.seam__item:not(:last-child) {
  margin-bottom: 34px;
}

.tole {
  margin-top: 62px;
}

.tole__item:not(:last-child) {
  margin-bottom: 34px;
}

.service-fabrication .service-content__title {
  margin-bottom: 24px;
}

.service-fabrication .service-content__title p {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000e8e;
}

.service-fabrication .service-content__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.service-fabrication .service-content__item {
  width: calc(100% / 3 - 9px - 35px * 2);
  border-top: 3px solid #000e8e;
  padding: 43px 39px;
  box-sizing: unset;
  position: relative;
}

.service-fabrication .service-content__item:before {
  content: "";
  background: url(../images/icon-circle.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: calc(-23px / 2);
  transform: translate(-50%, 0);
}

.service-fabrication .service-content__item:nth-child(6n + 3) {
  border-right: 3px solid #000e8e;
  border-bottom: 3px solid #000e8e;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: -3px;
}

.service-fabrication .service-content__item:nth-child(6n + 4) {
  border-left: 3px solid #000e8e;
  border-bottom: 3px solid #000e8e;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-bottom: -3px;
}

.service-fabrication .service-content__item:nth-child(6n) {
  border-top: none;
}

.service-fabrication
  .service-content__item:nth-child(6n + 1):not(:first-child) {
  border-top: none;
}

.service-fabrication .service-content__item--close-row {
  margin-bottom: 0 !important;
  border-bottom: 3px solid #000e8e !important;
}

.service-fabrication .service-content__item--last-row {
  border: none;
}

.service-fabrication .service-content__item--last-row:before {
  left: 50%;
  top: calc(-23px / 2 - 1.5px);
  transform: translate(-50%, 0);
}

.service-erection .service-content__item {
  width: calc(100% / 4 - 33px);
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding-top: 34px !important;
  padding-right: calc(43px / 2);
  padding-left: calc(43px / 2);
  margin-bottom: 20px !important;
}

.service-erection .service-content__item:last-child {
  padding-right: 0;
}

.service-erection .service-content__item:first-child {
  padding-left: 0;
}

.service-erection .service-content .fabrication-item__title {
  height: 65px;
}

.service-content__item {
  width: calc(100% / 3 - 29px);
}

.nav-list .nav-tabs {
  border: none;
}

.tab-content {
  border: none;
  padding: 50px 0;
  background: 0 0;
}

.tab-content-link {
  border: 1px solid #e5e5e5;
  text-align: center;
  min-height: 42px;
  margin-left: -1px;
  margin-top: -1px;
  font-weight: 700;
}

.tab-content-link a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.builder-class {
  width: 100%;
}

.col-lg-3.col-md-6.col-sm-12.tab-content-link {
  padding: 0 !important;
}

.tab-content-link.active,
.tab-content-link:hover {
  background-color: #3f3f88;
  color: #fff !important;
}

.tab-content-link.active a,
.tab-content-link:hover a {
  color: #fff !important;
}

.nav-tabs .nav-link {
  width: calc(100% / 3);
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  text-transform: uppercase;
  margin-left: -1px !important;
  margin-bottom: -1px !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border: 1px solid #ccc;
  background: #e5e5e5;
  border-radius: 0;
}

.service-design__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-design__item {
  margin-bottom: 62px;
}

.fabrication-item__title {
  border: 3px solid #000e8e;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.25));
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  text-align: center;
}

.fabrication-item__title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
}

.fabrication-item__img {
  width: 100%;
}

.fabrication-item__img img {
  width: 100%;
}

.c-design-item {
  width: 244px;
}

.c-design-item .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000e8e;
}

.about-us .main-title {
  margin-top: 0 !important;
}

.about-us .main-title-box {
  margin-bottom: 60px;
}

.about-us .main-title:before {
  width: 100%;
  bottom: -40px;
  left: 0;
}

.c-pr-bro .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.c-pr-bro .foot .text {
  height: 40px;
  display: flex;
}

.c-pr-bro .foot .text p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.c-pr-bro .foot .btn {
  display: flex;
  align-items: center;
}

.c-pr-bro .foot .btn .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 28px;
  margin-right: 8px;
  border: 1px solid #000e8e;
}

.c-pr-bro .foot .btn .read-more p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-right: 5px;
}

.c-pr-bro .foot .btn .read-more .fa {
  font-size: 16px;
  color: #000;
}

.c-pr-bro .foot .btn .download {
  border: 1px solid #000e8e;
  width: 28px;
  height: 28px;
}

.c-pr-bro .foot .btn .download img {
  width: 14px;
  height: 17px;
}

.sub-header.type-01 {
  height: 360px;
  display: flex;
  align-items: flex-end;
}

.sub-header.type-01 .nav-sub-header {
  margin-bottom: 37px;
}

.sub-header.type-01 .nav-sub-header li {
  width: 100%;
  max-width: 394px;
  margin-bottom: -1px !important;
}

.nav-tabs-01 {
  position: relative;
}

.nav-tabs-01 nav {
  top: 0;
}

.nav-tabs-01 a.nav-link {
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  border: 1px solid #ccc !important;
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 5px;
  margin-left: -1px !important;
  margin-bottom: -1px !important;
  color: #810a06;
}

.nav-tabs-01 .nav-tabs {
  border: none;
  margin-top: -1px;
  justify-content: center;
}

.nav-tabs-01 .nav-tabs .nav-link.active,
.nav-tabs-01 .nav-tabs .nav-link:focus,
.nav-tabs-01 .nav-tabs .nav-link:hover {
  background: #939597;
  color: #ffffff;
}

.tab-content.type-01 {
  border: none;
}

.tab-content.type-01:hover {
  background: 0 0;
}

.list-sub-structural-systems .c-item {
  margin-bottom: 15px;
}

.list-sub-structural-systems .c-item .card-title {
  margin-bottom: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #810a06;
  padding: 12px 0;
}

#nav-product-02 {
  padding-top: 48px;
  padding-bottom: 120px;
}

#nav-product-02 h3.title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: left !important;
  color: #000e8e;
  margin-bottom: 70px;
}

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

.trimText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}

.trimText.clamp5 {
  -webkit-line-clamp: 5;
}

.trimText.clamp4 {
  -webkit-line-clamp: 4;
}

.trimText.clamp2 {
  -webkit-line-clamp: 2;
}

.trimText.clamp3 {
  -webkit-line-clamp: 3;
}

body {
  position: relative;
}

.fz-25 {
  font-size: 25px !important;
  font-weight: 400;
}

.fz-90 {
  font-size: 90px;
}

.fz-80 {
  font-size: 80px;
}

.fz-30 {
  font-size: 30px !important;
}

.row-5item {
  margin-left: -7px;
  margin-right: -7px;
}

.row-5item > div {
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 601px) {
  .build {
    height: 429px;
  }

  .flag-logo .dropdown-menu.show {
    display: none;
  }

  .header .navbar .navbar-brand {
    transform: translateY(-5px);
  }

  .section-news {
    padding-bottom: 104px;
  }
}

@media (min-width: 992px) {
  .header nav ul > li:hover > a {
    color: #000e8e !important;
  }

  .page-layout-company_network_office .modal-backdrop {
    background-color: rgb(0 0 0 / 0.1);
  }

  #navbarSupportedContent li.nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }

  .header nav ul > li:hover .dropdown .dropdown-menu {
    display: block;
  }

  .header nav ul > li:hover .dropdown .dropdown-menu:hover {
    display: block;
  }

  .header nav ul > li:hover .dropdown:hover .dropdown {
    display: block;
  }

  .sc-getin {
    padding-top: 70px;
    padding-bottom: 106px;
  }

  .sc-getin--01 span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #fff;
  }

  .sc-getin--01 h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
    position: relative;
    letter-spacing: 0.2em;
    color: #fff;
    padding-bottom: 19px;
    margin-bottom: 54px;
  }

  .sc-getin--01 h2:after {
    content: "";
    width: 82px;
    height: 10px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 3px;
  }

  .sc-getin--01 .line-head {
    display: none;
  }

  .sc-getin--02 .col-lg-4.col-md-4.col-sm-6 > span {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
  }

  .sc-getin--02 .col-lg-4.col-md-4.col-sm-6:last-child {
    padding: 0;
  }

  .contact-form .form-group input[type="email"],
  .contact-form .form-group input[type="text"] {
    height: auto;
    padding: 5px 15px;
    font-size: 13px;
    border: none;
  }

  .contact-form .form-group input[type="email"],
  .contact-form .form-group input[type="text"],
  .contact-form .form-group textarea {
    border-radius: 5px;
  }

  .contact-form .btn-style-one {
    border: none;
    height: 29px;
    border-radius: 5px;
    background-color: #fff;
  }

  .cp-factory .slider-cp-factory {
    max-width: 1000px;
    margin: 0 auto;
  }

  .project .sub-header h1 {
    font-family: Ruda;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 110px;
    letter-spacing: 0.2em;
    margin-top: 25px !important;
    color: #fff;
  }

  .row-5item .col-5item {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .services .services-header .erection-img {
    padding: 181px 0;
  }
}

@media (min-width: 1170px) {
  html {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .love-school-container-5__text {
    height: auto;
    max-height: 100%;
  }

  .love-school-container-5__list-history {
    width: 80%;
    margin: 0 auto;
  }

  #navbarSupportedContent li.nav-item {
    margin: 0 15px;
  }

  .form-filter > div {
    min-width: 100%;
    margin-bottom: 15px;
  }

  .banner-product .block-01 {
    margin-top: 100px;
  }

  .banner-product {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .slick-arrow.slick-next {
    right: -20px;
    z-index: 99;
  }

  .slick-arrow.slick-prev {
    left: -20px;
    z-index: 99;
  }

  .slider-02 .item {
    padding: 0 10px;
  }
}

@media (max-width: 1140px) {
  body .container {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media (max-width: 1030px) {
  .footer-wrap.type-02 .footer-left {
    display: none;
  }

  .footer-wrap.type-02 .footer-right {
    padding: 0;
    width: 100%;
  }

  .footer-wrap.type-02 .footer-right h4.title {
    margin-left: 0;
  }

  .footer-wrap.type-02 .footer-right .flag-logo-wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  hr {
    display: none;
  }

  a.nav-link {
    margin-right: 31px !important;
  }

  .flag-logo {
    width: auto;
    float: left;
    text-align: left;
    margin-right: 25px;
  }

  .content-aboutus:after,
  .content-aboutus:before {
    width: 600px;
    height: 600px;
  }

  .tab-pane .item {
    max-width: 33%;
  }

  .flag-logo {
    width: auto;
    float: left;
    text-align: left;
    margin-right: 25px;
  }

  .header .info-head {
    font-size: 10px;
  }

  .header .hotline-head {
    padding: 10px;
    border: 1px solid #fff;
    font-weight: 700;
    position: relative;
    top: 0;
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .header a.nav-link {
    margin-right: 31px !important;
  }

  a.nav-link {
    margin-right: 31px !important;
  }
}

@media screen and (max-width: 992px) {
  .services-certificates__row-2 img {
    width: 50%;
  }

  .list-sub-structural-systems.column02 .c-item .image-cover {
    height: 400px;
  }
}

.row.rwd {
  margin: 0;
}

.content-standard > .container {
  padding-left: 0;
  padding-right: 0;
}

.link-network a.active {
  background-color: #ccc;
}

.careers.oppo .col-lg-4.col-md-12.pl-5.pt-2 {
  padding-right: 0 !important;
}

.col-md-3.col-sm-3.col-6.tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-lg-3.col-md-6.col-sm-12.tab-content:hover {
  background-color: #e5e5e5;
}

.row.mt-5 {
  margin-left: 0;
  margin-right: 0;
}

.col-12.services-certificates__title.mt-4 {
  padding: 0;
}

.company-identity .sc-company hr {
  display: block !important;
}

.company-identity .sc-company hr + .container {
  margin-top: 17px !important;
}

h1.main-title.p-0.mt-5 {
  padding-bottom: 10px !important;
}

.card-brochure {
  border-radius: 0;
  border: none;
  max-width: 545px;
}

.card-brochure .card-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
}

.card-brochure .card-title {
  margin: 0;
  margin-right: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.card-button .btn-download {
  height: 28px;
  width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000e8e;
  margin-left: 7px;
}

.card-brochure--02 .card-title {
  margin: 0;
  width: 100%;
  height: 32px;
  margin-bottom: 5px;
}

.content-prcenter-text p {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.page-detail.page-layout-service_design .tab-content.active,
.page-detail.page-layout-service_design .tab-content:hover {
  background: #fff !important;
}

.fabrication-item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}

.fabrication-item__img a {
  display: block;
  height: 100%;
  width: 100%;
}

.fabrication-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.location-offices {
  position: relative;
}

.sc-network {
  margin: 20px 0 30px 0;
}

.show-infos-offices {
  width: 0;
  height: 0;
  border-radius: 50%;
  line-height: 1;
  font-size: 0;
  color: #fff;
  padding: 0.62%;
}

a.show-infos-offices.show-infos-offices-01 {
  position: absolute;
  top: 33.13%;
  left: 52.96%;
}

a.show-infos-offices.show-infos-offices-02 {
  top: 32%;
  left: 39.3%;
  position: absolute;
}

a.show-infos-offices.show-infos-offices-03 {
  position: absolute;
  top: 21%;
  left: 36.9%;
}

a.show-infos-offices.show-infos-offices-04 {
  position: absolute;
  top: 33.5%;
  left: 31.7%;
}

a.show-infos-offices.show-infos-offices-05 {
  position: absolute;
  top: 40%;
  left: 35.6%;
}

a.show-infos-offices.show-infos-offices-06 {
  position: absolute;
  top: 44.4%;
  left: 38%;
  z-index: 9;
}

a.show-infos-offices.show-infos-offices-07 {
  position: absolute;
  top: 35.6%;
  left: 54.6%;
}

a.show-infos-offices.show-infos-offices-08 {
  position: absolute;
  top: 46.7%;
  left: 57.3%;
}

a.show-infos-offices.show-infos-offices-09 {
  position: absolute;
  top: 84.1%;
  left: 38.3%;
}

a.show-infos-offices.show-infos-offices-10 {
  position: absolute;
  top: 16.9%;
  left: 26.1%;
}

a.show-infos-offices.show-infos-offices-11 {
  position: absolute;
  top: 25.9%;
  left: 33.7%;
}

@media (max-width: 991px) {
  .love-school-container-5__text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .love-school-container-5__list-history {
    width: 90%;
  }

  .love-school-container-2__text {
    padding: 40px 20px;
  }

  .love-school-container-1__text {
    max-width: 450px;
    width: 91%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers.oppo .manager__item-avatar {
    margin-right: 15px;
  }

  .careers.oppo .manager__list {
    padding-right: 0 !important;
  }

  .careers.oppo .manager {
    border-right: none;
  }

  .careers.oppo .col-lg-4.col-md-12.pl-5.pt-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .careers.oppo .col-lg-4.col-md-12.pl-5.pt-2 .control {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 400px;
    margin: 0 auto;
  }

  .careers.oppo .control .main-title {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 24px !important;
    margin-top: 0 !important;
  }

  .main-title {
    font-size: 35px !important;
    line-height: 1.3;
    margin-top: 0 !important;
  }

  .careers .sub-header {
    justify-content: center;
  }

  .content-newsroom .nav-tabs {
    justify-content: center;
  }

  .main-title-box .main-title {
    text-align: center;
    margin-bottom: 2rem;
  }

  .content-newsroom a.nav-item {
    width: 50%;
    max-width: 100%;
    margin-bottom: -1px !important;
    margin-right: -1px !important;
  }

  .mx-auto.mt-4.text-2 {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
  }

  .mx-auto.mt-4.text-1 {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
  }

  .sc-getin .line-head {
    margin-bottom: 10px;
  }

  .sc-getin i {
    font-size: 20px;
  }

  .sc-getin .col-lg-4.col-md-12.col-sm-12 {
    margin-bottom: 5px;
  }

  .sc-address ul {
    width: 100%;
    padding: 5px 15px;
  }

  .services-header .erection-img {
    max-width: 50%;
    min-width: 50%;
    margin: 0;
    padding: 5% 2%;
  }

  .services-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services .services-header .erection-img {
    margin: 0;
  }

  .services .services-header .erection-img {
    padding: 5%;
  }

  .services-header.project-header .erection-img {
    min-width: 33%;
    max-width: 33%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .service-content__item {
    width: calc(100% / 3 - 33px);
  }

  .services-content .tab-content {
    border: none;
    padding: 15px 0;
  }
}

.slick-slide:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .section-client {
    height: 500px;
  }

  .slick-arrow.slick-next,
  .slick-arrow.slick-prev {
    background: 0 0;
  }

  .slick-arrow.slick-next::before,
  .slick-arrow.slick-prev::before {
    color: #000e8e !important;
  }

  .slick-arrow.slick-next {
    right: -30px;
  }

  .slick-arrow.slick-prev {
    left: -30px;
  }

  .services-header.project-header .erection-img {
    min-width: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .sc-getin--02 > .row > div {
    margin-bottom: 5px;
  }

  .list-factories > .row > div > ul {
    padding: 0;
    margin-bottom: 15px;
  }

  .list-factories ul li em:before {
    left: 15px;
  }

  .main-title-box {
    margin-top: 30px;
  }

  .row.ml-0.mr-0.ml-0.mr-0.sale-manager__contact-file .left,
  .row.ml-0.mr-0.ml-0.mr-0.sale-manager__contact-file .right {
    margin-top: 10px;
  }

  .careers .sub-header {
    height: 320px;
  }

  .main-title-box.main-title--no-border h1.main-title {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 35px;
  }

  .col-4.pl-5.pt-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px;
  }

  .company-identity .sc-company .container {
    padding: 0 !important;
  }

  .company-identity .sc-company .container .col-lg-9.col-sm-12.col-md-12 {
    padding: 0;
  }

  .line-head {
    width: 68px;
  }

  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .row.services-certificates__row-1 > div,
  .services-certificates__row-2 > div {
    width: 50%;
    max-width: 50%;
  }

  .row.services-certificates__row-1 > div img,
  .services-certificates__row-2 > div img {
    width: 100%;
  }

  .service-fabrication .service-content__item {
    border-top: 3px solid #000e8e !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    margin-bottom: -3px;
  }

  .fabrication-item__title p {
    font-size: 12px;
    line-height: 14px;
  }

  .service-content__item {
    width: calc(100%) !important;
    max-width: 400px;
    padding-top: 34px !important;
    margin-bottom: 20px !important;
  }

  .fz-80 {
    font-size: 40px;
  }

  .services .services-header p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .slider-01 .swiper-control {
    bottom: 5px;
    right: 0;
    transform: scale(0.8);
  }

  .title-lg {
    font-size: 40px !important;
  }

  .nav-sub-header {
    width: 90%;
    max-width: 390px;
    margin: 0 auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-sub-header ul li {
    width: 100%;
  }

  .col-sm-6.col-12.link-network {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .sc-contact > .col-12 > .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .flag-logo span {
    font-size: 10px;
    width: 100%;
    margin: 0;
    text-align: center;
    display: block;
  }

  .flag-logo-wrap {
    margin: 0 -8px !important;
  }

  .service-design__item {
    width: 47%;
    margin-bottom: 30px;
  }

  .c-design-item {
    width: 100%;
  }

  div#nav-tab .nav-item {
    margin: 0;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 2px;
  }

  .services .services-header .erection-img {
    padding: 5%;
  }

  .title-form h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 15px;
  }

  .form-column {
    background: #000;
    padding: 15px;
  }
}

.footer .container,
.header .container,
.sc-contact .container {
  padding: 0;
}

.sc-company .col-12.img-box {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.sc-company .img-box .row {
  margin-left: 0;
  margin-right: 0;
}

.content-newsroom .col-lg-8.col-md-8.col-sm-6,
.list-news .col-lg-8.col-md-8.col-sm-6 {
  padding-bottom: 45px;
  margin-bottom: 10px;
}

.content-newsroom .col-lg-4.col-md-4.col-sm-6,
.list-news .col-lg-4.col-md-4.col-sm-6 {
  margin-bottom: 10px;
}

.slick-center.logo-client img {
  -webkit-filter: none;
  filter: none;
}

.slide-logo .slick-arrow.slick-next,
.slide-logo .slick-arrow.slick-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.form-search-wrap .dropdown button {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  width: 177px;
  position: relative;
  padding-right: 30px;
  height: 42px;
}

.dropdownCus .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 11px 0;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.dropdownCus .dropdown-menu .dropdown-item {
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
}

.dropdownCus .dropdown-menu .dropdown-item:hover {
  color: #000e8e;
  background: 0 0;
}

.project .sub-header input[type="text"] {
  background: rgba(0, 0, 0, 0.8);
}

.form-search-wrap .dropdown button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.form-search-wrap .dropdown button span {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #fff;
  text-align: left;
}

.form-search-wrap .col-left {
  width: 326px;
  margin-right: 15px;
}

.form-search-wrap .col-right {
  width: calc(100% - 345px);
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.form-search-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 36px;
  margin-top: 50px;
}

.copyright {
  text-align: center;
  background: #373636;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 0;
}

@media screen and (min-width: 768px) {
  .nav-tabs-01 .nav-tabs {
    flex-wrap: unset;
  }
}

@media only screen and (max-width: 991px) {
  .form-search-wrap .c-search,
  .form-search-wrap .dropdown,
  .form-search-wrap .dropdown button,
  .form-search-wrap .title-header {
    width: 100%;
    max-width: 100%;
  }

  .form-search-wrap {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .project .sub-header input[type="text"] {
    min-width: 100%;
    margin-left: 0;
    width: 100%;
    text-indent: 3px;
  }

  .fz-90 {
    font-size: 50px;
    line-height: 1.4;
  }

  .main-header .dropdown-menu {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .main-header
    nav.navbar.navbar-expand-lg.navbar-light.align-items-end
    a.nav-link.dropdown-toggle:after {
    display: none;
  }

  .icon-open-menusub.sp {
    position: absolute;
    width: 60px;
    height: 43px;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 990;
  }

  .icon-open-menusub.sp:hover {
    cursor: pointer;
  }

  .icon-open-menusub.sp i {
    transform: rotate(0);
    transition: all 0.3s;
  }

  .icon-open-menusub.sp.active i {
    transform: rotate(90deg);
  }

  #nav-product-02 h3.title {
    margin-bottom: 30px;
  }

  .banner-product .block-01 .item {
    height: 200px;
  }

  .banner-product .slick-slider-03 .slick-slide .card {
    width: 100%;
    margin: 0;
    max-width: 280px;
  }

  .slick-slider-05 .slider-05-nav,
  .slick-slider-05 .slider-06-nav,
  .slick-slider-06 .slider-05-nav,
  .slick-slider-06 .slider-06-nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slick-slider-05 .slider-05-nav .slick-arrow,
  .slick-slider-05 .slider-06-nav .slick-arrow,
  .slick-slider-06 .slider-05-nav .slick-arrow,
  .slick-slider-06 .slider-06-nav .slick-arrowv {
    width: 30px;
    height: 30px;
  }

  .slick-slider-07 .item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .build {
    height: 315px;
  }

  .build .title-md {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .box-build {
    padding: 0;
    text-align: center !important;
  }

  .nav-tabs .nav-link {
    margin-right: 0 !important;
  }

  .form-search-wrap .col-left {
    width: 100%;
    margin-right: 0;
  }

  .form-search-wrap .col-right {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .slick-slider-06 .slider-06-for .slick-arrow {
    transform: scale(0.7);
  }

  .slick-slider-06 .slider-06-for .slick-prev {
    left: 10px;
  }

  .slick-slider-06 .slider-06-for .slick-next {
    right: 10px;
  }

  .slick-slider-06 .slider-06-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-product .title-lg {
    line-height: 1.5;
  }

  .slick-slider-04 {
    padding: 50px 0;
  }

  .slick-slider-04::after,
  .slick-slider-04::before {
    display: none;
  }

  .list-factorial .slick-slider-03 .slick-arrow.slick-next {
    right: -20px;
    z-index: 99;
    background-color: transparent !important;
  }

  .list-factorial .slick-slider-03 .slick-arrow.slick-prev {
    left: -20px;
    z-index: 99;
    background-color: transparent !important;
  }

  .list-factorial .slick-slider-03 .slick-arrow.slick-next:before {
    color: #fff !important;
  }

  .list-factorial .slick-slider-03 .slick-arrow.slick-prev:before {
    color: #fff !important;
  }

  .cp-factory {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .careers.culture .love .box .top {
    top: -15%;
  }

  .main-title::before {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .careers.culture .love .box h3 {
    font-size: 20px;
  }

  .careers.culture .love {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .careers.culture .love .box {
    width: 100%;
  }

  .build {
    float: none;
    margin: 0 auto;
    padding: 5vw 15px;
  }

  .design-build {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-lg {
    padding-top: 50px !important;
  }

  .header nav ul > li:first-child > a {
    border-top: 1px solid #ccc;
  }

  .header nav ul > li > a.nav-link {
    border-bottom: 1px solid #ccc;
    margin-right: 0 !important;
    font-weight: 700;
  }

  .header nav ul > li.active,
  .header nav ul > li:hover {
    background: 0 0;
  }

  .header nav ul > li.active > a::before,
  .header nav ul > li:hover > a::before {
    background: 0 0;
  }

  .header nav ul > li .dropdown-menu.show {
    position: inherit;
    border: none;
  }

  .address-footer:nth-child(1) ul {
    max-width: 100%;
  }

  .address-footer:nth-child(2) ul {
    max-width: 100%;
    margin-left: auto;
  }

  .flag-footer {
    margin-top: 35px;
  }

  .flag-footer span {
    font-size: 12px;
  }

  .header .top-bar_wrap {
    text-align: center;
  }

  .header .top-bar_wrap .left,
  .header .top-bar_wrap .right {
    width: 100%;
  }

  .header .top-bar_wrap .right {
    flex-direction: column;
  }

  .header .top-bar_wrap .right .top-bar_lang {
    margin: 0;
    width: 100%;
  }

  .header .top-bar_wrap .right .top-bar_lang .d-flex {
    justify-content: space-between;
  }

  .header .top-bar_address {
    margin-bottom: 10px;
  }

  .header .navbar {
    margin-bottom: 10px;
  }

  .header .navbar .nav-item {
    margin: 0 !important;
  }

  .cp-factory .slider-cp-factory .slick-arrow.slick-prev {
    left: 20px;
    z-index: 999;
    background-color: #fff;
  }

  .cp-factory .slider-cp-factory .slick-arrow.slick-next {
    right: 20px;
    z-index: 999;
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .services-content .tab-content {
    border: none;
    padding: 15px 0;
  }

  .menu {
    width: 50% !important;
  }

  nav {
    text-align: center;
    margin: auto;
    position: relative;
  }

  nav button {
    position: absolute;
    right: 0;
    top: 0;
  }

  a.nav-link {
    text-align: left;
  }

  .section-project {
    margin-bottom: 0;
    height: auto;
  }

  .img-project {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  footer .address-footer ul {
    float: none;
  }

  footer .flag-footer ul li:last-child {
    display: block;
  }

  .flag-logo span {
    font-size: 10px;
  }

  .copyright {
    font-size: 10px;
  }

  .nav-sub-header ul {
    flex-direction: column;
  }

  .nav-sub-header ul li {
    width: 90%;
    max-width: 250px;
  }

  .nav-sub-header ul a {
    width: 100%;
  }

  .content-aboutus:after,
  .content-aboutus:before {
    width: 300px;
    height: 300px;
  }

  .tab-pane .item {
    max-width: 100%;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  .footer .address-footer ul {
    float: none;
  }

  .footer .flag-footer ul li:last-child {
    display: block;
  }

  .flag-logo {
    width: 20%;
    float: left;
    text-align: center;
    margin-right: 0;
  }

  .flag-logo span {
    font-size: 10px;
  }

  .copyright {
    font-size: 10px;
  }

  .header .info-head,
  .header .top-bar .fas {
    font-size: 10px;
  }

  .header .hotline-topbar {
    text-align: center;
    margin: 10px;
  }

  .header .hotline-topbar .hotline-head {
    font-size: 10px;
  }

  .header .logo {
    text-align: center;
  }

  .header .logo img {
    width: 50%;
    padding: 30px;
  }

  .header .button-download,
  .header .menu {
    width: 50% !important;
  }

  .header nav {
    text-align: center;
    margin: auto;
    position: relative;
    top: 0;
  }

  .header nav button {
    position: absolute;
    right: 0;
    top: 70px;
  }

  .header a.nav-link {
    text-align: left;
  }

  nav {
    text-align: center;
    margin: auto;
    position: relative;
  }

  a.nav-link {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .section-project .block-01 {
    justify-content: center;
    margin-bottom: 5%;
    padding: 0;
  }

  .section-project .block-01 .img-project {
    width: 100%;
    max-width: 300px;
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .sub-header.type-02 .container {
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sub-header .line-bottom:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sub-header.type-01 {
    align-items: center;
    justify-content: center;
  }

  .love-school .nav-sub-header ul {
    margin-left: 15px;
  }

  .sub-header.type-02 .line-bottom {
    margin: 0 auto !important;
  }

  .sub-header.type-02 {
    height: 320px;
  }

  .view1__item {
    max-width: 326px;
    box-sizing: border-box;
    border: 1px solid #9a9999;
    text-align: center;
    padding: 10px;
    margin-bottom: 42px;
    margin: 15px;
    width: calc(46% - 10px);
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
    padding: 9px 15px !important;
  }

  .col-8.mb-5.seam.d-flex.align-items-center.justify-content-center.flex-column {
    padding: 0;
  }

  .col-8.mb-5.seam.d-flex.align-items-center.justify-content-center.flex-column
    .wrap
    > div {
    margin-bottom: 15px;
  }

  .col-4,
  .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .nav-tabs-01 a.nav-link {
    width: 100%;
  }

  .footer-wrap .footer-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-wrap .footer-left img {
    width: 100px;
  }

  .footer-wrap .footer-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-wrap .footer-right .flag-logo {
    margin: 0;
  }

  .flag-footer {
    margin-top: 0;
  }

  .flag-footer ul {
    position: relative;
  }

  .flag-logo .dropup {
    position: inherit;
  }

  .flag-logo .dropup .show.dropdown-menu,
  .flag-logo .dropup:hover .dropdown-menu {
    width: 100vw;
    max-width: 100%;
    left: 0 !important;
    right: auto !important;
    text-align: center;
    top: auto !important;
    bottom: 100%;
    transform: none !important;
  }

  .flag-logo .dropup .address-footer {
    margin: 0 auto;
  }

  .flag-logo .dropup .dropdown-menu {
    min-width: 0;
  }

  .flag-logo .dropup .dropdown-menu .address-footer {
    max-width: 100%;
  }

  .form-filter .title-header,
  .project .sub-header .c-search,
  .project .sub-header input[type="text"],
  .project .sub-header select {
    min-width: 100%;
  }

  .form-filter > div > * {
    margin-bottom: 10px;
  }

  .row.m-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .services-content .tab-content {
    border: none;
    padding: 15px 0;
  }

  .services-header .wrap + .wrap {
    margin-top: 30px;
  }

  .list-sub-structural-systems.column02 .c-item .image-cover {
    height: 620px;
  }

  .section-project .block-01 .img-project {
    margin: 3%;
  }

  .section-project {
    padding-bottom: 20px;
  }

  .section-project:after {
    display: none;
  }

  .content-newsroom .col-lg-8.col-md-8.col-sm-6 > *,
  .list-news .col-lg-8.col-md-8.col-sm-6 > * {
    margin-top: 5px;
  }

  .p-button {
    margin-top: 10px !important;
  }

  .love-school__banner {
    height: 320px;
  }
}

@media (max-width: 600px) {
  a.show-infos-offices.show-infos-offices-01 {
    top: 32.75%;
    left: 18.2%;
    display: none;
  }

  a.show-infos-offices.show-infos-offices-02 {
    top: 30.1%;
    left: 28.7%;
  }

  a.show-infos-offices.show-infos-offices-03 {
    top: 19.2%;
    left: 24.6%;
  }

  a.show-infos-offices.show-infos-offices-04 {
    top: 31.4%;
    left: 15.8%;
  }

  a.show-infos-offices.show-infos-offices-05 {
    top: 38%;
    left: 22.8%;
  }

  a.show-infos-offices.show-infos-offices-06 {
    top: 42.2%;
    left: 27%;
    z-index: 9;
  }

  a.show-infos-offices.show-infos-offices-07 {
    top: 34%;
    left: 57.5%;
  }

  a.show-infos-offices.show-infos-offices-08 {
    top: 44.6%;
    left: 62%;
  }

  a.show-infos-offices.show-infos-offices-09 {
    top: 83.1%;
    left: 27.3%;
  }

  a.show-infos-offices.show-infos-offices-10 {
    top: 15.1%;
    left: 5.3%;
  }

  a.show-infos-offices.show-infos-offices-11 {
    top: 24.1%;
    left: 19%;
  }

  .show-infos-offices {
    padding: 2.7%;
  }

  .address-network {
    margin-bottom: 0;
  }

  .pagination li {
    width: 30px;
    height: 30px;
  }

  body {
    overflow-x: hidden;
    min-width: 300px;
  }

  body hr {
    width: 100% !important;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .section-news {
    padding-bottom: 50px;
  }

  .view1__item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .header .info-head {
    font-size: 9px;
  }

  .header .button-content {
    width: 155px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: none !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown.has-hover:hover > .dropdown-menu,
  .navbar-expand-lg .navbar-nav .dropdown.has-hover > .dropdown-menu:hover {
    display: block !important;
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .header .navbar {
    padding-top: 100px !important;
  }

  .header .navbar .collapse {
    white-space: nowrap;
  }

  .header .navbar .collapse .navbar-nav {
    justify-content: center !important;
  }

  .header .navbar .collapse .nav-item {
    margin: 0 15px !important;
  }

  .header .navbar .collapse .nav-item a {
    margin: 0 !important;
  }

  .header .navbar .navbar-brand {
    position: absolute;
    top: 2px;
    left: 0;
  }

  .header .navbar .button-content {
    top: 15px;
  }

  .project .sub-header input[type="text"] {
    width: 177px;
  }
}

.widget-about .widget-news {
  top: 20px;
}

.slider-08-for-wrap {
  width: 83%;
  padding-left: 8%;
  padding-right: 8%;
}

.slider-08-nav-wrap {
  width: 17%;
}

.slick-slider-08 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #c4c4c4;
  padding: 30px 0;
  padding-right: 20px;
}

.image-cover.image-cover--4x3.custom {
  padding-bottom: 60%;
}

.image-cover.image-cover--4x3.custom img {
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-slider-08 .slick-arrow {
  top: 42%;
  transform: scale(0.6);
}

.slick-slider-08 .slider-08-nav .c-item {
  padding: 2px 0;
}

.slick-slider-08 .slick-arrow.slick-prev {
  left: -50px;
}

.slick-slider-08 .slick-arrow.slick-next {
  right: -50px;
}

@media (max-width: 991px) {
  .slick-slider-08 {
    padding: 15px 40px;
  }

  .slider-08-for-wrap {
    width: 100%;
    padding: 0;
  }

  .slider-08-nav-wrap {
    width: 100%;
  }

  .slick-slider-08 .slick-arrow.slick-next {
    right: -42px;
  }

  .slick-slider-08 .slick-arrow.slick-prev {
    left: -42px;
  }

  .slider-08-for-wrap {
    margin-bottom: 15px;
  }

  .slick-slider-08 .slider-08-nav {
    margin: 0 -5px;
  }

  .slick-slider-08 .slider-08-nav .c-item {
    padding: 0 5px;
  }
}

.slick-slider-08 .slider-08-for .desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  padding: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .location-offices {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slick-slider-08 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slick-slider-08 .slick-arrow.slick-next {
    right: -35px;
  }

  .slick-slider-08 .slick-arrow.slick-prev {
    left: -35px;
  }
}

.slick-slider-06 {
  max-width: 100%;
}

.slick-slider-06 .slider-06-for {
  padding-left: 115px;
  padding-right: 115px;
}

.slick-slider-06 .slider-06-nav {
  padding-left: 115px;
  padding-right: 115px;
}

.slider-06-for .image-cover.image-cover--4x3 img {
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-06-for .image-cover.image-cover--4x3 {
  padding-bottom: 56.25%;
}

@media (min-width: 992px) {
  .slider-06-for .slick-next {
    right: 0;
  }

  .slider-06-for .slick-prev {
    left: 0;
  }
}

@media (max-width: 991px) {
  .slick-slider-06 .slider-06-for {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slick-slider-06 .slider-06-nav {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-06-for .slick-next {
    right: 0;
  }

  .slider-06-for .slick-prev {
    left: 0;
  }
}

.hr_gray + .container + hr {
  border-color: #ccc;
}

.col-12.services-certificates__title.mt-4 {
  -moz-text-align-last: center;
  text-align-last: center;
}

.title-detail {
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  color: #810a06;
}

.sub-menu-level2 {
  position: absolute;
  left: 100%;
  top: -9px;
  padding-left: 3px;
  display: none;
}

.sub-menu-level2-wrap {
  width: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}

.sub-menu-level2 a {
  color: #373636;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
}

.sub-menu-level2 a:hover {
  background-color: #f8f9fa;
}

.sub-menu-level2 a.active {
  background-color: #3f51b5;
  color: #fff;
}

.navbar-nav .dropdown-menu .item {
  position: relative;
}

.navbar-nav .dropdown-menu .item:hover .sub-menu-level2 a {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu .item .sub-menu-level2:hover,
  .navbar-nav .dropdown-menu .item:hover .sub-menu-level2 {
    display: block;
  }
}

@media (max-width: 991px) {
  .sub-menu-level2 {
    position: initial;
    left: 100%;
    top: -9px;
    padding-left: 3px;
    display: none;
  }

  .sub-menu-level2-wrap {
    width: 100%;
    padding-left: 40px;
    border: none;
    border-radius: 0.25rem;
  }

  .widget-news .main-title::before {
    left: 0 !important;
    transform: translateX(0);
  }

  em.open-menusub-lv2.sp {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    z-index: 99;
  }

  em.open-menusub-lv2.sp:hover {
    cursor: pointer;
  }

  em.open-menusub-lv2 > i {
    transition: all 0.3s;
  }

  em.open-menusub-lv2.active > i {
    transform: rotate(90deg);
  }

  .sub-menu-level2 a {
    padding-left: 0;
  }
}

/* Update V2 */
.top-bar_address {
  display: flex;
  align-items: center;
}

.top-download-brochure {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.top-download-brochure .button-download-brochure {
  display: flex;
  align-items: center;
}

.top-download-brochure .button-download-brochure .text-download {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-right: 7px;
  font-weight: 700;
  padding-top: 2px;
}

.top-download-brochure .button-download-brochure .icon-download svg {
  height: 16px;
  width: auto;
}

.top-switch-language {
  padding: 0 11px;
}

.top-switch-language .lang-switch {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.top-switch-language .lang-switch .text {
  padding: 0 3px;
}

.top-switch-language .lang-switch:hover {
  color: #fff;
}

.top-switch-language .lang-switch.switch-left:before {
  margin-left: -1px;
}

.top-switch-language .lang-switch.switch-left:before,
.top-switch-language .lang-switch.switch-right:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: -1px;
  margin-bottom: -1px;
}

.top-switch-language .lang-switch.switch-right:after {
  margin-right: -1px;
}

.top-switch-language .lang-switch.switch-right .text {
  padding-left: 5px;
}

.top-switch-language .lang-switch.switch-left .text {
  padding-right: 5px;
}

.top-social {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.top-social ul {
  display: flex;
}

.top-social ul li + li {
  margin-left: 6px;
}

.top-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 9px;
}

.main-header-new {
  border-bottom: 2px solid #8d8584;
}

.new-logo {
  padding: 26px 50px 22px;
}

.new-logo svg {
  height: 70px;
  width: auto;
}

.header .new-menu-style {
  display: flex;
  justify-content: space-between;
}

.header .new-menu-style a.nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #747474 !important;
}

.page-layout-home:not(.has-sticky) .header .new-menu-style a.nav-link {
  font-weight: 900;
}

.new-menu-wrap {
  width: 42%;
}

.header .main-header-new nav {
  padding-top: 0 !important;
}

.header nav ul.new-menu-style > li.active > a:before,
.header nav ul.new-menu-style > li:hover > a:before {
  height: 10px;
  left: 0;
  right: 0;
  background: url(../images/menu-active.svg) bottom no-repeat;
  background-size: contain;
}

.header nav ul.new-menu-style > li.active > a .menu-item-label {
  font-weight: 900;
}

.header nav ul.new-menu-style > li.active > a .menu-item-label,
.header nav ul.new-menu-style > li:hover > a .menu-item-label {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #810a06;
}

.header nav ul.new-menu-style > li > a {
  padding-bottom: 25px;
}

.header nav ul.new-menu-style li.nav-item {
  white-space: nowrap;
}

.header nav ul.new-menu-style > li.nav-item {
  margin-left: 0;
}

.logo-text,
.logo-white {
  display: none;
}

.page-layout-home:not(.has-sticky) .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.page-layout-home:not(.has-sticky) .header .logo-blue {
  display: none;
}

.page-layout-home:not(.has-sticky) .header .logo-white {
  display: block;
}

.page-layout-home:not(.has-sticky)
  .header
  nav
  ul.new-menu-style
  > li.active
  > a
  .menu-item-label {
  color: #080404;
}

.page-layout-home:not(.has-sticky) .header nav ul > li.active > a:before,
.page-layout-home:not(.has-sticky) .header nav ul > li:hover > a:before {
  background-image: url(../images/menu-active-white.svg);
}

.page-layout-home:not(.has-sticky) .header .new-menu-style li.active a.nav-link,
.page-layout-home:not(.has-sticky) .header .new-menu-style li:hover a.nav-link {
  opacity: 1;
}

.page-layout-home:not(.has-sticky) .header .new-menu-style a.nav-link {
  color: #000000 !important;
  opacity: 0.5;
}

.page-layout-home:not(.has-sticky)
  .header
  nav
  ul.new-menu-style
  > li:hover
  > a
  .menu-item-label {
  color: #470a0a;
}

.page-layout-home:not(.has-sticky) .main-header-new {
  border-color: #fff;
}

.page-layout-home:not(.has-sticky) .main-header-new .dropdown-menu {
  background: rgba(8, 8, 8, 0.8);
  mix-blend-mode: multiply;
  border-radius: 0 0 8px 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #fff !important;
}

.page-layout-home:not(.has-sticky)
  .main-header-new
  .dropdown-menu
  .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-layout-home:not(.has-sticky)
  .main-header-new
  .dropdown-menu
  .dropdown-item:hover {
  background: transparent;
  text-decoration: underline;
}

.page-layout-home:not(.has-sticky)
  .main-header-new
  .dropdown-menu
  .dropdown-item:hover
  span {
  text-decoration: underline;
}

.page-layout-home:not(.has-sticky) .main-header-new .sub-menu-level2-wrap {
  background: rgba(8, 8, 8, 0.8);
  mix-blend-mode: multiply;
}

.page-layout-home:not(.has-sticky) .main-header-new .sub-menu-level2-wrap a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-layout-home:not(.has-sticky)
  .main-header-new
  .sub-menu-level2-wrap
  a:hover {
  background: transparent;
  text-decoration: underline;
}

.page-layout-home:not(.has-sticky)
  .header
  nav
  ul.new-menu-style
  .dropdown-menu {
  border: none;
}

.mv-main .slider-01 {
  min-height: 80vh;
  background: #16335c;
}

.header-sticky {
  transition: top 0.5s ease-in;
  top: -60px;
}

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.header-sticky.is-sticky .logo-blue {
  display: block;
  height: 40px;
  width: auto;
}

.header-sticky.is-sticky .logo-white {
  display: none;
}

.header-sticky.is-sticky .new-logo {
  padding: 8px 15px;
}

.header-sticky.is-sticky .new-logo a {
  display: block;
}

.header-sticky.is-sticky nav ul.new-menu-style > li > a {
  padding-bottom: 17px;
}

.slider-01 .swiper-control {
  left: 19%;
  right: auto;
}

.slider-01 .swiper-button-next,
.slider-01 .swiper-button-prev {
  background: none;
  color: #fff;
  width: auto;
}

.slider-01 .swiper-button-next:hover,
.slider-01 .swiper-button-prev:hover {
  background: none;
}

.slider-01 .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}

.slider-01
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.new-section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #810a06;
  position: relative;
  padding-bottom: 36px;
}

.new-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 10px;
  background: #810a06;
  margin-left: -40px;
}

.new-line-icon {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

.new-line-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 13px;
  background: url(../images/line-icon.svg) no-repeat bottom;
  background-size: contain;
}

.new-line-icon span {
  display: none;
}

.home-title-left {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  color: #810a06;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}

.home-title-left:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 8px;
  background: #810a06;
}

.home-title-center {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  color: #810a06;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.home-title-center:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #810a06;
  left: 50%;
  margin-left: -50px;
}

.new-title-pr-center {
  text-transform: uppercase;
  color: #810a06;
  position: relative;
  padding-bottom: 20px;
  padding-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.new-title-pr-center:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 10px;
  background: #810a06;
}

.new-pr-center-list-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-align: left !important;
  margin-bottom: 15px;
}

.new-pr-center-list-title a {
  color: #000;
}

.home-section-desc {
  padding-top: 80px;
  padding-bottom: 40px;
}

.home-section-desc .section-desc {
  margin-top: 47px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #810a06;
}

.home-section-services {
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.home-section-services .service-item {
  width: 24%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.home-section-services .service-item:hover {
  width: 28%;
}

.home-section-services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(19, 73, 156, 0.9);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.home-section-services .service-item:hover:before {
  opacity: 1;
}

.home-section-services .service-item .desc-box {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-section-services .service-item .desc-box:before {
  content: "";
  position: absolute;
  height: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
  180deg,
  rgba(129, 10, 6, 0) 0%,      /* Transparent version of #810A06 */
  rgba(129, 10, 6, 0.8) 100%   /* 80% opaque version of #810A06 */
);

}

.home-section-services .service-item .desc-title {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 60px);
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home-section-services .service-item:hover .desc-title {
  top: 45px;
}

.home-section-services .service-item .desc-content {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 30px;
  opacity: 0;
  transition: all 0.55s ease-in-out;
  top: 180px;
}

.home-section-services .service-item:hover .desc-content {
  opacity: 1;
  top: 90px;
}

.home-section-services .service-item .desc-more {
  position: absolute;
  left: 0;
  right: 0;
}

.home-section-services .service-item .desc-more {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 16px;
}

.home-section-services .service-item .desc-img {
  height: 480px;
  background-size: cover;
  background-position: center;
}

.home-section-counter {
  background: url(images/bg-counter.png) 50% no-repeat;
  background-size: cover;
  padding: 110px 0 80px;
}

.home-section-counter .item-counter {
  text-align: center;
}

.home-section-counter .item-counter .item-counter-icon {
  border: 3px solid #fff;
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.home-section-counter .item-counter .item-counter-label {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-top: 25px;
}

.home-section-counter .item-counter .item-counter-value {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  color: #fff;
}

.home-section-counter .item-counter .item-counter-unit {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.home-section-about-us {
  padding: 50px 0 75px;
}

.home-section-about-us .home-about-left .home-about-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #810a06;
  padding: 25px 20px 25px 0;
}

.home-section-about-us .home-about-video {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.home-section-project {
  background: #810a06;
  padding: 56px 0 70px;
}

.home-section-project .home-project-title {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.home-section-project .home-project-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 10px;
  margin-left: -40px;
  background: #fff;
}

.home-section-project .home-project-items {
  padding-top: 40px;
  padding-bottom: 30px;
}

.home-section-project .home-project-items .home-project-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-section-project .home-project-items .home-project-item .item-image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.home-section-project
  .home-project-items
  .home-project-item:hover
  .item-image
  img {
  scale: 1.15;
}

.home-section-project .home-project-items .home-project-item .item-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #810a06 9.5%, rgba(19, 73, 156, 0) 100%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  top: calc(100% - 200px);
}

.home-section-project .home-project-items .home-project-item .item-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 90px 60px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 200px;
}

.home-section-project .home-project-items .home-project-item:hover .item-box {
  top: 0;
}

.home-section-project .home-project-items .home-project-item:hover .item-title {
  padding-top: 0;
  padding-bottom: 50px;
}

.home-section-project .home-project-items .home-project-item .item-hover {
  opacity: 0;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.55s ease-in-out;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  z-index: 2;
  padding: 0 30px;
}

.home-section-project .home-project-items .home-project-item:hover .item-hover {
  opacity: 1;
  top: 50%;
}

.home-section-client {
  padding-top: 55px;
  padding-bottom: 55px;
}

.home-section-client .slide-logo {
  margin: 55px 38px 0;
}

.home-section-client .slick-arrow {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
}

.home-section-client .slick-arrow:before {
  color: #fff;
  opacity: 0.5;
}

.home-section-client .slick-arrow:hover {
  background: #c4c4c4;
}

.home-section-client .slick-arrow:hover:before {
  color: #fff;
  opacity: 1;
}

.home-section-awards {
  border-bottom: none;
}

.home-section-awards .logo-client {
  padding: 0 8px;
}

.home-section-awards .home-award-learnmore {
  text-align: center;
  margin-top: 55px;
}

.home-section-news .home-news-list {
  display: flex;
  padding-top: 33px;
}

.home-section-news .home-news-list .home-news-left {
  width: 45%;
  padding-right: 30px;
  border-right: 1px solid #c4c4c4;
}

.home-section-news .home-news-list .home-news-right {
  width: 55%;
  padding-left: 30px;
}

.home-section-news .home-news-list .item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #810a06;
}

.home-section-news .home-news-list .item-title a {
  color: #810a06;
}

.home-section-news .home-news-list .item-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #810a06;
}

.home-section-news .home-news-list .home-first-item .item-title {
  margin-top: 10px;
}

.home-section-news .home-news-list .home-first-item .item-desc {
  margin-top: 5px;
}

.home-section-news .home-news-list .home-news-items .home-news-item {
  display: flex;
  margin-bottom: 15px;
}

.home-section-news
  .home-news-list
  .home-news-items
  .home-news-item
  .item-image {
  width: 130px;
  margin-right: 10px;
}

.home-section-news
  .home-news-list
  .home-news-items
  .home-news-item
  .item-image
  img {
  width: 100%;
}

.home-section-news .home-news-list .home-news-items .home-news-item .item-info {
  flex: 1;
}

.home-section-news .home-news-list .home-news-items .home-news-item .item-desc {
  margin-top: 5px;
}

.home-section-news .home-news-readmore {
  text-align: center;
  margin-top: 30px;
}

.home-section-social-activities {
  padding-top: 55px;
}

.home-section-social-activities .home-social-lists {
  padding: 42px 0;
}

.home-section-social-activities
  .home-social-lists
  .home-social-item
  .item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000e8e;
  margin-top: 10px;
}

.home-section-social-activities
  .home-social-lists
  .home-social-item
  .item-title
  a {
  color: #000e8e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-section-social-activities
  .home-social-lists
  .home-social-item
  .item-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #810a06;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-section-social-activities .home-social-lists {
  padding-left: 38px;
  padding-right: 38px;
}

.home-section-social-activities .social-home-slide .social-home-slide__item {
  padding: 0 10px;
}

.home-section-social-activities .social-home-slide .slick-arrow {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
}

.home-section-social-activities .social-home-slide .slick-arrow:before {
  color: #fff;
  opacity: 0.5;
}

.home-section-social-activities .social-home-slide .slick-arrow:hover {
  background: #c4c4c4;
}

.home-section-social-activities .social-home-slide .slick-arrow:hover:before {
  color: #fff;
  opacity: 1;
}

.home-section-social-activities .home-social-readmore {
  text-align: right;
}

.home-section-social-activities .home-social-readmore a {
  display: inline-block;
  border: 1px solid #810a06;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #810a06;
  padding: 6px 20px;
  transition: all 0.25s ease-in-out;
}

.home-section-social-activities .home-social-readmore a:hover {
  background: #810a06;
  color: #fff;
}

.home-section-signup {
  background: linear-gradient(
    55deg,
    #810a06 0.82%,
    rgba(19, 73, 156, 0.76) 100%
  );
  padding: 45px 0;
  margin-top: 140px;
}

.home-section-signup .signup-left {
  display: flex;
  align-items: center;
}

.home-section-signup .signup-left .signup-icon {
  margin-right: 20px;
}

.home-section-signup .signup-left .signup-info {
  flex: 1;
}

.home-section-signup .signup-left .signup-info .signup-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
}

.home-section-signup .signup-left .signup-info .signup-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-top: 5px;
}

.home-section-signup .signup-right {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.home-section-signup .signup-right .signup-button {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 0 25px;
  height: 50px;
  transition: all 0.25s ease-in-out;
}

.home-section-signup .signup-right .signup-button .icon {
  margin-right: 6px;
}

.home-section-signup .signup-right .signup-button .icon svg path {
  transition: all 0.25s ease-in-out;
}

.home-section-signup .signup-right .signup-button:hover {
  background: #fff;
  color: #810a06;
}

.home-section-signup .signup-right .signup-button:hover .icon svg path {
  fill: #810a06;
}

.home-section-signup .signup-right .signup-button + .signup-button {
  margin-left: 30px;
}

.new-button-light {
  display: inline-block;
  border: 1px solid #810a06;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #810a06;
  padding: 6px 20px;
  transition: all 0.25s ease-in-out;
}

.new-button-light:hover {
  background: #810a06;
  color: #fff;
}

.sub-header-company {
  background: #810a06;
  padding: 35px 0;
}

.sub-header-company .company-header-scroll {
  overflow: auto;
}

.sub-header-company .company-header-items {
  display: flex;
  width: 100%;
}

.sub-header-company .company-header-items .company-header-item {
  width: 25%;
}

.sub-header-company .sub-item {
  display: block;
  text-align: center;
}

.sub-header-company .sub-item .item-icon {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-header-company .sub-item .item-name {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.3);
  margin-top: 10px;
  white-space: nowrap;
}

.sub-header-company .sub-item.active .item-icon svg path {
  fill-opacity: 1;
}

.sub-header-company .sub-item.active .item-name {
  color: #fff;
}

.new-about-title {
  color: #810a06;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 64px;
  text-transform: uppercase;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.new-about-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #810a06;
}

.new-about-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #000;
  margin-bottom: 20px;
}

.new-about-desc p {
  margin-bottom: 15px;
}

.content-about-us .container {
  padding-left: 0;
  padding-right: 0;
}

.content-about-us .about-us-section {
  padding-bottom: 50px;
  border-bottom: 1px solid #c4c4c4;
}

.content-about-us .about-acc-image {
  border: 1px solid #810a06;
  padding: 20px 25px;
}

.content-about-us .about-acc-image img {
  width: 100%;
  height: auto;
}

.content-about-us .our-core-value {
  display: flex;
}

.content-about-us .our-core-value .core-value-item {
  width: 25%;
  min-height: 250px;
}

.content-about-us .our-core-value .core-value-item .item-box {
  background: #d9d9d9;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 20px;
  transition: all 0.25s ease-in-out;
}

.content-about-us .our-core-value .core-value-item .item-title {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #810a06;
  margin-top: 8px;
}

.content-about-us .our-core-value .core-value-item .item-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #fff;
  margin-top: 15px;
  overflow: hidden;
  height: 0;
}

.content-about-us .our-core-value .core-value-item:hover .item-box {
  background: #810a06;
}

.content-about-us .our-core-value .core-value-item:hover .item-title {
  color: #fff;
}

.content-about-us .our-core-value .core-value-item:hover .item-icon svg path {
  fill: #fff;
}

.content-about-us .our-core-value .core-value-item:hover .item-desc {
  height: auto;
}

.content-about-us .our-core-value .core-value-item + .core-value-item {
  margin-left: 6px;
}

.content-about-us .about-history-timeline {
  position: relative;
  padding: 64px 130px 0;
  margin-bottom: 150px;
}

.content-about-us .about-history-timeline:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #747474;
}

.content-about-us .about-history-timeline .timeline-list {
  display: flex;
  justify-content: space-between;
}

.content-about-us .about-history-timeline .timeline-list .timeline-item {
  position: relative;
  cursor: pointer;
}

.content-about-us .about-history-timeline .timeline-list .timeline-item:before {
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  background: #747474;
  border-radius: 50%;
  position: absolute;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item
  .item-year {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #747474;
  padding-bottom: 8px;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item
  .item-desc {
  position: absolute;
  left: 50%;
  top: 100px;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
  background: #810a06;
  border-radius: 8px;
  padding: 32px;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item
  .item-desc:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  height: 13px;
  background: url(../images/project-icon.svg) no-repeat bottom;
  background-size: contain;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item
  .item-desc
  ul
  li {
  white-space: nowrap;
  list-style: disc;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item:hover:before {
  background: #810a06;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item:hover
  .item-year {
  color: #810a06;
}

.content-about-us
  .about-history-timeline
  .timeline-list
  .timeline-item:hover
  .item-desc {
  opacity: 1;
  top: 50px;
}

.content-about-us .our-mission-group .mission-desc {
  background: #d9d9d9;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #000;
  padding: 45px 70px;
}

.content-about-us .our-mission-group .mission-image + .mission-desc {
  margin-top: 30px;
  flex: 1;
}

.content-about-us .our-mission-group .mission-desc + .mission-image {
  margin-top: 30px;
}

.content-about-us .about-right-image {
  display: flex;
}

.content-about-us .about-right-image img {
  display: block;
  margin-bottom: 12px;
}

.content-about-us .about-right-image .image-group-2 {
  margin-left: 12px;
  padding-top: 105px;
}

.company-testimonial .testimonial-content {
  padding-top: 28px;
  padding-bottom: 50px;
}

.company-testimonial .testimonial-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.company-testimonial .testimonial-title .testimonial-title--left {
  width: 50%;
  position: relative;
}

.company-testimonial .testimonial-title .testimonial-title--left:before {
  position: absolute;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #810a06;
  top: 50%;
  margin-top: -3px;
}

.company-testimonial .testimonial-title .testimonial-title--left:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 12px;
  top: 50%;
  height: 1px;
  background: #810a06;
}

.company-testimonial .testimonial-title .testimonial-title--text {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #810a06;
  white-space: nowrap;
  flex: 1;
}

.company-testimonial .testimonial-title .testimonial-title--right {
  width: 50%;
  position: relative;
}

.company-testimonial .testimonial-title .testimonial-title--right:before {
  position: absolute;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #810a06;
  top: 50%;
  margin-top: -3px;
}

.company-testimonial .testimonial-title .testimonial-title--right:after {
  content: "";
  position: absolute;
  right: 5px;
  left: 12px;
  top: 50%;
  height: 1px;
  background: #810a06;
}

.company-testimonial
  .accreditation-item
  .accreditation-image
  .testimonial-image-item {
  height: 175px;
  border: 1px solid #810a06;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin-bottom: 20px;
}

.company-testimonial .accreditation-item .accreditation-image img {
  max-width: 100%;
  max-height: 100%;
}

.company-testimonial .accreditation-item .accreditation-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000;
}

.company-testimonial .accreditations-header {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #810a06;
}

.testimonial-image-item {
  display: block;
  margin-bottom: 30px;
}

.company-footer-v2.banner-product {
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}

.company-footer-v2.banner-product .footer-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
}

.company-footer-v2.banner-product .slick-slider-03 {
  max-width: none;
}

.company-footer-v2.banner-product .slick-slider-03 .slick-slide .card {
  max-width: 365px;
  padding: 10px;
}

.company-footer-v2.banner-product
  .slick-slider-03
  .slick-slide
  .card
  .card-title {
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.company-footer-v2.banner-product
  .slick-slider-03
  .slick-slide
  .card
  .card-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.new-network-contact {
  background-repeat: no-repeat;
  background-size: cover;
}

.new-network-contact .sc-contact {
  background: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}

.new-network-contact .sc-contact .form-column {
  background: rgba(0, 0, 0, 0.5);
}

.new-network-contact .sc-contact .title-form {
  padding-top: 0;
}

.new-network-contact .sc-getin--01 h2:after {
  background: #fff;
}

.new-network-contact .btn-style-one {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-network-contact .btn-style-one i {
  font-size: 20px;
  margin-right: 0;
}

.new-header-post-detail-title {
  background: #f5f5f5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-header-post-detail-title .post-title-left {
  flex: 1;
  margin-right: 100px;
}

.new-header-post-detail-title .content-prcenter__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #810a06;
  margin-bottom: 5px;
}

.new-title.new-widget-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
}

.new-widget-content {
  padding: 20px;
}

.new-right-widget-post {
  display: flex;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.new-right-widget-post:last-child {
  margin-bottom: 0;
}

.new-right-widget-post .item-left {
  width: 90px;
}

.new-right-widget-post .item-left .item-image img {
  max-width: 100%;
  height: auto;
}

.new-right-widget-post .item-left .item-time {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9a9999;
  margin-top: 6px;
}

.new-right-widget-post .item-right {
  flex: 1;
  margin-left: 10px;
}

.new-right-widget-post .item-right .item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #810a06;
}

.new-right-widget-post .item-right .item-desc,
.new-right-widget-post .item-right .item-title a {
  color: #810a06;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-right-widget-post .item-right .item-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.new-widget-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #c4c4c4;
}

.new-widget-more a {
  color: #c4c4c4;
}

.new-related-post-footer {
  margin-left: -15px;
  margin-right: -15px;
}

.new-related-post-footer .related-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #810a06;
  margin-bottom: 12px;
}

.new-related-post-footer .related-post {
  margin-bottom: 30px;
}

.new-related-post-footer .related-post .item-image img {
  width: 100%;
  height: auto;
}

.new-related-post-footer .related-post .item-name {
  margin-top: 4px;
}

.new-related-post-footer .related-post .item-name a {
  font-weight: 700;
  color: #810a06;
}

.new-related-post-footer .related-post .item-desc,
.new-related-post-footer .related-post .item-name a {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-related-post-footer .related-post .item-desc {
  font-style: normal;
  font-weight: 300;
  color: #000;
  margin-top: 6px;
}

.new-related-post-footer .related-post:hover .item-image {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.new-post-meta-group {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px -15px;
}

.new-post-meta-group .post-category-category {
  margin: auto;
}

.new-post-meta-group .post-category-category .cat-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-right: 10px;
}

.new-post-meta-group .post-category-category a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #810a06;
}

.new-post-meta-group .post-category-category + .post-tags-footer {
  margin-top: 15px;
}

.new-share-social-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin: 0 -15px;
  display: flex;
  align-items: center;
}

.new-share-social-footer .share-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000e8e;
  margin-right: 20px;
}

.new-share-social-footer .share-items {
  display: flex;
  align-items: center;
}

.new-share-social-footer .share-items a {
  display: block;
}

.new-share-social-footer .share-items a img {
  width: 22px;
  height: 22px;
}

.new-share-social-footer .share-items a + a {
  margin-left: 8px;
}

.new-comment-wrap {
  margin: 20px -15px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.new-comment-wrap .comment-header {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #810a06;
  margin-bottom: 15px;
}

.new-comment-wrap .comment-header .comment-count {
  margin-left: 4px;
}

.new-comment-wrap .comment-form {
  margin-bottom: 40px;
}

.new-comment-wrap .comment-form input,
.new-comment-wrap .comment-form textarea {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  outline: none;
  border-color: #f5f5f5;
}

.new-comment-wrap .comment-form input:focus,
.new-comment-wrap .comment-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.new-comment-wrap .comment-form input::-moz-placeholder,
.new-comment-wrap .comment-form textarea::-moz-placeholder {
  font-weight: 300;
}

.new-comment-wrap .comment-form input::placeholder,
.new-comment-wrap .comment-form textarea::placeholder {
  font-weight: 300;
}

.new-comment-wrap .comment-form .form-input-content {
  position: relative;
}

.new-comment-wrap .comment-form .form-input-content .send-comment {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  border: none;
  background: none;
  transition: all 0.25s ease-in-out;
}

.new-comment-wrap .comment-form .form-input-content .send-comment:hover {
  opacity: 0.8;
}

.new-comment-wrap .comment-form .form-input-author {
  margin-top: 0.5rem;
  display: none;
}

.new-comment-wrap .comment-form .form-input-author .mx-n1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.new-comment-wrap .comment-form .submit-comment {
  margin-top: 0.5rem;
}

.new-comment-wrap .comment-form .submit-comment button {
  border: none;
  background: #f5f5f5;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
  color: #404040;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.new-comment-wrap .comment-form .submit-comment button .submit-text {
  margin-right: 10px;
}

.new-comment-wrap .comment-form .submit-comment button:hover {
  background: #ebebeb;
  color: #000;
}

.new-comment-wrap .comment-form.has-parent {
  margin-bottom: 10px;
}

.new-comment-wrap .comment-form.has-parent .form-input-author {
  display: block;
}

.new-comment-wrap .comment-item {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.25s ease-in-out;
}

.new-comment-wrap .comment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.new-comment-wrap .comment-item .item-comment-image {
  background: #d9d9d9;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  color: #9a9999;
}

.new-comment-wrap .comment-item .item-comment-info {
  flex: 1;
}

.new-comment-wrap .comment-item .item-comment-info .item-comment-name {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  color: #000;
}

.new-comment-wrap .comment-item .item-comment-info .item-comment-time {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #c4c4c4;
  margin-top: 4px;
}

.new-comment-wrap .comment-item .item-comment-info .item-comment-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-top: 6px;
}

.new-comment-wrap .comment-item .item-comment-info .item-comment-toolbar {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .toolbar-dot {
  width: 4px;
  height: 4px;
  background: #9a9999;
  border-radius: 50%;
  margin: 0 25px;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-like {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #c4c4c4;
  display: flex;
  align-items: center;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-like
  .like-count {
  margin-left: 5px;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-reply {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #c4c4c4;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-reply
  a {
  color: #c4c4c4;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-reply
  .reply-count {
  margin-left: 5px;
}

.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-reply.active,
.new-comment-wrap
  .comment-item
  .item-comment-info
  .item-comment-toolbar
  .item-reply.active
  a {
  color: #810a06;
}

.new-comment-wrap .comment-item .handle-like-comment.is-liked {
  cursor: default;
}

.new-comment-wrap .comment-item .handle-like-comment.is-liked svg path {
  fill: #810a06;
}

.new-comment-wrap .comment-item .reply-form {
  margin-top: 20px;
  display: none;
}

.new-comment-wrap .comment-item .item-comment-reply-list {
  margin-top: 30px;
}

.new-comment-wrap .comment-item.highlight {
  position: relative;
}

.new-comment-wrap .comment-item.highlight:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -10px;
  right: -10px;
  border: 3px dashed red;
}

.new-comment-wrap .form-result-error {
  display: none;
  margin-top: 10px;
  color: red;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px dashed red;
}

.new-comment-wrap .form-result-status {
  display: none;
  margin-top: 10px;
  color: green;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px dashed green;
}

.career-locations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}

.career-locations .location-item {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #d9d9d9;
  padding: 15px 20px;
  display: block;
  flex: 1;
  white-space: nowrap;
}

.career-locations .location-item.active,
.career-locations .location-item:hover {
  background: #000e8e;
  color: #fff;
}

.career-locations .location-item + .location-item {
  margin-left: 20px;
}

.manager__list {
  margin-top: 0;
}

.manager__list .manager__item-avatar {
  position: relative;
}

.manager__list .manager__item-avatar img {
  display: block;
  border-radius: 10px;
}

.manager__list .manager__item-title {
  margin-bottom: 8px;
}

.manager__list .manager__item-title .manager__item-title-wrap {
  position: relative;
  display: inline-block;
}

.manager__list .manager__item-title .manager__item-title-wrap a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.manager__list .manager__item-title-new {
  position: absolute;
  right: -7px;
  top: -10px;
  border: 1px solid #cf0000;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #cf0000;
  padding: 2px 6px;
  transform: translateX(100%);
}

.manager__list .manager__item-more {
  display: flex;
  align-items: center;
}

.manager__list .manager__item-more .manager__item-expiry {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000e8e;
  margin-right: 20px;
}

.career-page-section {
  padding-top: 50px;
}

.career-page-section .career-header-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}

.career-page-section .career-header-title span {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  color: #810a06;
}

.career-page-section .career-header-title:after {
  content: "";
  border-bottom: 1px solid #c4c4c4;
  flex: 1;
  margin-left: 25px;
  margin-bottom: 13px;
}

.career-page-section .career-image-group-1 {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}

.career-page-section .career-image-group-1 .img-group-1 {
  display: flex;
  margin-bottom: 23px;
}

.career-page-section .career-image-group-1 .img-group-1 .img-group-11 {
  width: calc(20% - 18px);
}

.career-page-section
  .career-image-group-1
  .img-group-1
  .img-group-11
  .img-group-112 {
  margin-top: 23px;
}

.career-page-section .career-image-group-1 .img-group-1 .img-group-12 {
  flex: 1;
  margin-left: 23px;
}

.career-page-section
  .career-image-group-1
  .img-group-1
  .img-group-12
  .img-group-12-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.career-page-section
  .career-image-group-1
  .img-group-1
  .img-group-12
  .img-group-122 {
  flex: 1;
  margin-top: 23px;
  display: flex;
  padding: 30px;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #810a06;
  background: #d9d9d9;
  border-radius: 0 0 20px 0;
}

.career-page-section
  .career-image-group-1
  .img-group-1
  .img-group-12
  .img-group-122
  p
  + p {
  margin-top: 15px;
}

.career-page-section .career-image-group-1 .img-group-1 .img-group-13 {
  width: 34.5%;
  margin-left: 23px;
}

.career-page-section .career-image-group-1 .img-group-2 {
  display: flex;
}

.career-page-section .career-image-group-1 .img-group-2 div {
  width: 20%;
}

.career-page-section .career-image-group-1 .img-group-2 div img {
  width: 100%;
  height: auto;
}

.career-page-section .career-image-group-1 .img-group-2 div + div {
  margin-left: 23px;
}

.career-page-section .career-image-group-2 {
  padding-bottom: 80px;
}

.career-page-section .career-image-group-2 .img-group-1 {
  display: flex;
  margin-bottom: 23px;
}

.career-page-section .career-image-group-2 .img-group-1 .img-group-11 {
  width: calc(40% - 14px);
}

.career-page-section
  .career-image-group-2
  .img-group-1
  .img-group-11
  .img-group-112 {
  margin-top: 23px;
}

.career-page-section .career-image-group-2 .img-group-1 .img-group-12 {
  flex: 1;
  margin-left: 23px;
}

.career-page-section
  .career-image-group-2
  .img-group-1
  .img-group-12
  .img-group-12-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.career-page-section
  .career-image-group-2
  .img-group-1
  .img-group-12
  .img-group-122 {
  flex: 1;
  margin-top: 23px;
  display: flex;
  padding: 0 30px;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #810a06;
  background: #fff;
  border-radius: 0 0 0 20px;
}

.career-page-section
  .career-image-group-2
  .img-group-1
  .img-group-12
  .img-group-122
  p
  + p {
  margin-top: 15px;
}

.career-page-section .career-image-group-2 .img-group-1 .img-group-13 {
  width: calc(20% - 18px);
  margin-left: 23px;
}

.career-page-section
  .career-image-group-2
  .img-group-1
  .img-group-13
  .img-group-132 {
  margin-top: 23px;
}

.career-page-section .career-image-group-2 .img-group-2 {
  display: flex;
}

.career-page-section .career-image-group-2 .img-group-2 div {
  width: 20%;
}

.career-page-section .career-image-group-2 .img-group-2 div img {
  width: 100%;
  height: auto;
}

.career-page-section .career-image-group-2 .img-group-2 div + div {
  margin-left: 23px;
}

.career-page-section.section-2 {
  background: #810a06;
}

.career-page-section.section-2 .career-header-title span {
  color: #fff;
}

.career-page-section .benefit-group {
  padding-bottom: 80px;
}

.career-page-section .benefit-group .group-item {
  display: flex;
  border-bottom: 1px dashed #810a06;
}

.career-page-section .benefit-group .group-item:last-child {
  border-bottom: none;
}

.career-page-section .benefit-group .group-item .item-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
}

.career-page-section .benefit-group .group-item .item-image img {
  margin: initial;
}

.career-page-section .benefit-group .group-item .item-info {
  width: 50%;
  background: #f5f5f5;
  padding: 48px;
  border-left: 1px solid #810a06;
  position: relative;
}

.career-page-section .benefit-group .group-item .item-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/career/icon.svg) no-repeat 0;
  background-size: contain;
  width: 10px;
}

.career-page-section .benefit-group .group-item .item-info .item-title {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  color: #810a06;
  margin-bottom: 15px;
}

.career-page-section .benefit-group .group-item .item-info .item-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.career-page-section .benefit-group .group-item .item-info .item-desc p + p {
  margin-top: 12px;
}

.career-page-section .benefit-group .group-item.group-right .item-image {
  justify-content: flex-start;
  padding-left: 100px;
}

.career-page-section .benefit-group .group-item.group-right .item-info {
  border-left: none;
  border-right: 1px solid #810a06;
  width: calc(50% + 1px);
}

.career-page-section .benefit-group .group-item.group-right .item-info:before {
  left: auto;
  right: 0;
  background: url(../images/career/icon2.svg) no-repeat 100%;
  background-size: contain;
}

.career-page-section
  .benefit-group
  .group-item.group-right
  .item-info
  .item-desc,
.career-page-section
  .benefit-group
  .group-item.group-right
  .item-info
  .item-title {
  text-align: right;
}

.career-page-section-footer {
  background: url(../images/career/bg-bottom.jpeg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
}

.career-page-section-footer .career-bottom-title {
  font-weight: 900;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

.career-page-section-footer .career-bottom-desc {
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.career-page-section-footer .career-bottom-button {
  text-align: center;
}

.career-page-section-footer .career-bottom-button a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 6px 20px;
  transition: all 0.25s ease-in-out;
}

.career-page-section-footer .career-bottom-button a:hover {
  background: #fff;
  color: #810a06;
}

.new-job-detail-layout .careers.oppo .job-header-title {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  color: #810a06;
  margin-bottom: 14px;
}

.new-job-detail-layout .careers.oppo .job-meta {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.new-job-detail-layout .careers.oppo .job-meta .meta-dot {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-job-detail-layout .careers.oppo .job-meta .meta-dot:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000e8e;
  border-radius: 50%;
}

.new-job-detail-layout .careers.oppo .job-meta .job-type {
  background: #000e8e;
  border-radius: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 3px 10px;
}

.new-job-detail-layout .careers.oppo .job-meta .job-location {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000e8e;
}

.new-job-detail-layout .careers.oppo .job-meta .job-location .location-name {
  color: #000e8e;
  margin-left: 5px;
}

.new-job-detail-layout .careers.oppo .job-meta .meta-expiry {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000e8e;
}

.new-job-detail-layout .careers.oppo .job-content-group {
  margin-bottom: 40px;
}

.new-job-detail-layout .careers.oppo .job-content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000e8e;
  margin-bottom: 12px;
}

.new-job-detail-layout .careers.oppo .job-benefit-group {
  margin-top: 12px;
}

.new-job-detail-layout .careers.oppo .job-benefit-group .group-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.new-job-detail-layout .careers.oppo .job-benefit-group .group-item .item-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: 1px solid #810a06;
  border-radius: 50%;
}

.new-job-detail-layout
  .careers.oppo
  .job-benefit-group
  .group-item
  .item-icon
  img {
  width: 100%;
  height: auto;
}

.new-job-detail-layout .careers.oppo .job-benefit-group .group-item .item-text {
  margin-left: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.new-job-detail-layout .careers.oppo .job-content-description {
  padding-left: 34px;
  line-height: 25px;
}

.new-job-detail-layout .careers.oppo .sale-manager__contact {
  background: #e5e5e5 !important;
}

.new-job-detail-layout
  .careers.oppo
  .sale-manager__contact
  .sale-manager__contact-title
  p {
  color: #810a06;
}

.new-job-detail-layout
  .careers.oppo
  .sale-manager__contact
  .sale-manager__contact-form
  textarea {
  border: none;
  padding-top: 8px;
}

.new-job-detail-layout
  .careers.oppo
  .sale-manager__contact
  .sale-manager__contact-file
  p {
  color: #810a06;
}

.new-job-detail-layout
  .careers.oppo
  .sale-manager__contact
  .sale-manager__contact-file
  .right
  button {
  background: #810a06;
}

.careers.oppo01 .sale-manager__apply p {
  border-bottom-color: #000e8e;
}

.lastest-job-widget {
  height: auto;
}

.lastest-job-widget .widget-content {
  margin-top: 50px;
}

.lastest-job-widget .widget-content .manager__item {
  border-bottom: 1px solid #9a9999;
  padding-bottom: 26px;
  margin-bottom: 30px;
}

.lastest-job-widget .widget-content .manager__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.lastest-job-widget .widget-content .manager__item .manager__item-avatar {
  width: 68px;
  margin-right: 15px;
  min-width: 0;
}

.lastest-job-widget .widget-content .manager__item .manager__item-expiry {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.lastest-job-widget .widget-content .manager__item .manager__item-more,
.lastest-job-widget
  .widget-content
  .manager__item
  .manager__item-more
  .manager__item-more-text {
  display: block;
}

.lastest-job-widget .widget-content .manager__item .manager__item-title-new {
  right: 27px;
  top: -15px;
  white-space: nowrap;
  background: #fff;
}

.fix-right-mobile,
.header-menu-mobile {
  display: none;
}

.content-with-reset {
  line-height: 25px;
}

.thank-you__background {
  font-size: 62.5%;
  background: url(../images/thank-you-bg.jpg) no-repeat 100% 100%;
  background-size: contain;
  width: 120em;
  height: 82em;
  position: relative;
  margin-left: auto;
}

.thank-you__background .thank-you__image1 {
  position: absolute;
  bottom: 0;
  right: 39em;
}

.thank-you__background .thank-you__image1 img {
  width: 42em;
}

.thank-you__background .thank-you__image2 {
  position: absolute;
  right: 0;
  bottom: 1em;
}

.thank-you__background .thank-you__image2 img {
  width: 34em;
}

.thank-you__background .thank-you__content {
  padding-top: 10em;
}

.thank-you__background .thank-you__content .thank-you__title {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  color: #810a06;
  margin-bottom: 10px;
}

.thank-you__background .thank-you__content .thank-you__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
}

.thank-you__background .thank-you__content .thank-you__button a {
  display: inline-block;
  background: #810a06;
  border-radius: 55px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 8px 40px;
  transition: all 0.25s ease-in-out;
  border: 1px solid #810a06;
}

.thank-you__background .thank-you__content .thank-you__button a:hover {
  background: #fff;
  color: #810a06;
}

.left-support-tools {
  position: fixed;
  left: 0;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  z-index: 99999;
  transition: all 0.25s ease-in-out;
}

.left-support-tools .tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  background: #810a06;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 0px 8px 8px 0px;
}

.left-support-tools .tool-item .item-icon {
  width: 30px;
  margin-bottom: 5px;
}

.left-support-tools .tool-item .item-text {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}

.left-support-tools .tool-item + .tool-item {
  margin-top: 10px;
}

.left-support-tools .toggle-tools {
  border: 2px solid #7c7c7c;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}

.left-support-tools .toggle-tools i {
  font-size: 18px;
  color: #7c7c7c;
}

.left-support-tools .hide-tools {
  right: 0;
  top: -29px;
}

.left-support-tools .show-tools {
  display: none;
  right: -27px;
  top: -22px;
}

.left-support-tools.is-hide {
  left: -95px;
}

.left-support-tools.is-hide .hide-tools {
  display: none;
}

.left-support-tools.is-hide .show-tools {
  display: flex;
}

.footer .flag-footer .address-footer__big {
  min-width: 688px;
}

.footer .flag-footer .address-footer__big .address-footer__header {
  border-bottom: 1px solid;
  margin: 0 0 20px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.footer
  .flag-footer
  .address-footer__big
  .address-footer__content
  .office-title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  border-bottom: none;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.flag-logo .dropup .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flag-logo .dropup .dropdown-menu ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

.flag-logo .dropup .dropdown-menu ul li span {
  color: #212529;
  text-align: left;
  margin: 0;
}

.flag-logo .dropup .dropdown-menu ul li i {
  font-size: 14px;
  flex: 0 0 1.25em;
  margin-right: 2px;
  padding-top: 0px;
}

.flag-logo .dropup .dropdown-menu ul li:first-child {
  padding-bottom: 7px;
  margin-bottom: 11px;
}

.flag-logo .dropup .dropdown-menu ul li:first-child:after {
  border-color: #212529;
}

@media screen and (max-width: 992px) {
  .page-layout-home:not(.has-sticky) .header {
    position: static;
  }

  .header .top-bar_wrap .right,
  .main-header-new {
    display: none;
  }

  .fix-right-mobile {
    display: flex;
    justify-content: center;
  }

  .fix-right-mobile .right {
    display: flex;
  }

  .fix-right-mobile .top-switch-language {
    padding-left: 0;
    padding-right: 15px;
  }

  .fix-right-mobile .top-social {
    padding-left: 15px;
  }

  .fix-right-mobile .top-download-brochure {
    padding-right: 15px;
    margin-right: 15px;
  }

  .fix-right-mobile
    .top-download-brochure
    .button-download-brochure
    .text-download {
    font-size: 11px;
  }

  .header-menu-mobile {
    display: block;
    padding: 0 15px;
  }

  .dropdown-menu-new {
    display: none;
    text-align: left;
    padding-left: 20px;
  }

  .dropdown-menu-new .item {
    position: relative;
  }

  .dropdown-menu-new .dropdown-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .dropdown-menu-new em.open-menusub-lv2.sp {
    height: 42px;
  }

  .dropdown-menu-new .sub-menu-level2-wrap {
    padding: 0 0 0 20px;
  }

  .dropdown-menu-new .sub-menu-level2-wrap a {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .header .navbar {
    margin-bottom: 0;
  }

  .header-mobile-with-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .header-mobile-with-logo .mobile-logo {
    width: 80px;
  }

  .mv-main .slider-01 {
    min-height: auto;
  }

  .page-layout-home .main .container {
    width: 100%;
    max-width: 100%;
  }

  .home-section-desc {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .new-section-title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 14px;
  }

  .new-section-title:after {
    height: 5px;
  }

  .home-title-center,
  .home-title-left {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 14px;
  }

  .home-title-center:after,
  .home-title-left:after {
    height: 5px;
  }

  .home-section-desc .section-desc {
    margin-top: 25px;
  }

  .home-section-services {
    padding-top: 40px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  .home-section-services .service-item {
    width: 100% !important;
  }

  .home-section-services .service-item:nth-child(2) .desc-not-hover,
  .home-section-services .service-item:nth-child(4) .desc-not-hover {
    top: inherit;
    bottom: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 14, 142, 0.76),
      rgba(0, 14, 142, 0)
    );
  }

  .home-section-counter {
    padding: 50px 0 0;
  }

  .home-section-counter .item-counter {
    margin-bottom: 50px;
  }

  .home-section-counter .item-counter .item-counter-icon {
    width: 90px;
    height: 90px;
    padding: 18px;
  }

  .home-section-counter .item-counter .item-counter-label {
    font-size: 26px;
    line-height: 30px;
    margin-top: 14px;
  }

  .home-section-counter .item-counter .item-counter-unit {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
  }

  .home-section-counter .item-counter .item-counter-value {
    font-size: 42px;
    line-height: 48px;
  }

  .home-section-about-us {
    padding: 20px 0;
  }

  .home-section-about-us .home-about-left .home-about-desc {
    padding: 25px 0 10px;
  }

  .home-section-about-us .home-about-left .home-title-left {
    text-align: center;
  }

  .home-section-about-us .home-about-left .home-title-left:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .home-about-more {
    margin-bottom: 20px;
  }

  .home-section-project {
    padding: 30px 0;
  }

  .home-section-project .home-project-title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 14px;
  }

  .home-section-project .home-project-title:after {
    height: 5px;
  }

  .home-section-project .home-project-items {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .home-section-client {
    padding: 20px 0;
  }

  .home-section-client .slide-logo {
    margin-top: 20px;
  }

  .slick-arrow.slick-prev {
    left: -45px;
    width: 30px;
    height: 30px;
  }

  .slick-arrow.slick-next {
    right: -45px;
    width: 30px;
    height: 30px;
  }

  .home-section-news .home-title-left {
    text-align: center;
  }

  .home-section-news .home-title-left:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .home-section-news .home-news-list {
    display: block;
    padding: 30px 0;
  }

  .home-section-news .home-news-list .home-news-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }

  .home-section-news .home-news-list .home-news-right {
    width: 100%;
    padding-left: 0;
  }

  .home-section-news
    .home-news-list
    .home-news-items
    .home-news-item
    .item-desc {
    display: none;
  }

  .home-section-news
    .home-news-list
    .home-news-items
    .home-news-item
    .item-info {
    display: flex;
    align-items: center;
  }

  .home-section-news .home-news-list .home-news-readmore {
    text-align: center;
  }

  .home-section-social-activities {
    padding-top: 30px;
  }

  .home-section-social-activities .home-title-left {
    text-align: center;
  }

  .home-section-social-activities .home-title-left:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .home-section-social-activities .home-social-item {
    margin-bottom: 10px;
  }

  .home-section-social-activities .home-social-item .item-image a {
    display: block;
  }

  .home-section-social-activities .home-social-item .item-image img {
    width: 100%;
  }

  .home-section-social-activities .home-social-readmore {
    text-align: center;
  }

  .home-section-social-activities .home-social-lists {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .home-section-social-activities
    .home-social-lists
    .home-social-item
    .item-title {
    margin-top: 5px;
  }

  .home-section-signup {
    margin-top: 30px;
    padding: 20px 0;
  }

  .home-section-signup .signup-left {
    margin-bottom: 10px;
  }

  .home-section-signup .signup-left .signup-icon {
    margin-right: 10px;
  }

  .home-section-signup .signup-left .signup-info .signup-title {
    font-size: 22px;
    line-height: 26px;
  }

  .home-section-signup .signup-right .signup-button + .signup-button {
    margin-left: 10px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer .footer-left {
    padding-left: 25px;
    margin-bottom: 20px;
  }

  .sub-header-company {
    padding-bottom: 20px;
  }

  .sub-header-company .company-header-scroll {
    padding-bottom: 15px;
  }

  .sub-header-company .company-header-items .company-header-item {
    width: auto;
    padding: 0 25px;
  }

  .new-about-title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .new-about-title:after {
    height: 5px;
  }

  .content-about-us .about-us-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-about-us .about-us-section .about-right-image {
    margin-top: 20px;
  }

  .content-about-us .our-mission-group .mission-desc {
    margin-top: 0 !important;
    padding: 20px;
    margin-bottom: 20px;
  }

  .content-about-us .our-mission-group .mission-image {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

  .content-about-us .our-core-value {
    display: block;
  }

  .content-about-us .our-core-value .core-value-item {
    width: 100%;
    min-height: auto;
    height: 220px;
    margin-bottom: 15px;
  }

  .content-about-us .our-core-value .core-value-item + .core-value-item {
    margin-left: 0;
  }

  .content-about-us .about-acc-image {
    margin-top: 20px;
  }

  .company-footer-v2.banner-product {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company-footer-v2.banner-product .footer-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .company-footer-v2.banner-product .slick-slider-03 .slick-slide .card {
    max-width: 80vw;
  }

  .company-testimonial .testimonial-title .testimonial-title--text {
    font-size: 23px;
  }

  .new-header-post-detail-title {
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .new-header-post-detail-title .post-title-left {
    margin-right: 0;
  }

  .new-header-post-detail-title .post-title-left .content-prcenter__title {
    font-size: 18px;
    line-height: 22px;
  }

  .content-prcenter-text__content .content-with-reset .toc {
    width: auto;
  }

  .related-posts .related-post .item-image a {
    display: block;
  }

  .page-layout-careers-opportunities .new-subtitle-pr-center {
    font-size: 32px;
    line-height: 38px;
  }

  .page-layout-careers-opportunities .career-locations {
    padding-bottom: 10px;
  }

  .manager__list .manager__item-title .manager__item-title-wrap {
    display: block;
  }

  .manager__list .manager__item-title-new {
    right: 40px;
  }

  .new-job-detail-layout .main-title-box {
    margin-top: 0;
  }

  .new-job-detail-layout .careers.oppo .job-header-title {
    font-size: 32px;
    line-height: 38px;
  }

  .new-job-detail-layout .careers.oppo .job-meta {
    display: block;
  }

  .new-job-detail-layout .careers.oppo .job-meta > div {
    margin-bottom: 10px;
  }

  .new-job-detail-layout .careers.oppo .job-meta .job-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .new-job-detail-layout .careers.oppo .job-meta .meta-dot {
    display: none;
  }

  .new-job-detail-layout .lastest-job-widget {
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .career-page-section .career-header-title span {
    font-size: 42px;
    line-height: 48px;
  }

  .career-page-section .career-image-group-1,
  .career-page-section .career-image-group-2 {
    display: block;
    margin-bottom: 30px;
  }

  .career-page-section .career-image-group-1 .img-group-1,
  .career-page-section .career-image-group-2 .img-group-1 {
    display: block;
  }

  .career-page-section .career-image-group-1 .img-group-1 .img-group-11,
  .career-page-section .career-image-group-2 .img-group-1 .img-group-11 {
    width: 100%;
  }

  .career-page-section .career-image-group-1 .img-group-1 .img-group-12,
  .career-page-section .career-image-group-2 .img-group-1 .img-group-12 {
    margin-left: 0;
    margin-top: 23px;
  }

  .career-page-section .career-image-group-1 .img-group-1 .img-group-13,
  .career-page-section .career-image-group-2 .img-group-1 .img-group-13 {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }

  .career-page-section .career-image-group-1 .img-group-2,
  .career-page-section .career-image-group-2 .img-group-2 {
    display: block;
  }

  .career-page-section .career-image-group-1 .img-group-2 div,
  .career-page-section .career-image-group-2 .img-group-2 div {
    width: 100%;
    margin-bottom: 23px;
  }

  .career-page-section .career-image-group-1 .img-group-2 div + div,
  .career-page-section .career-image-group-2 .img-group-2 div + div {
    margin-left: 0;
  }

  .career-page-section.section-2 {
    padding-top: 30px;
  }

  .career-page-section.section-2 .career-header-title {
    padding-bottom: 20px;
  }

  .career-page-section.section-2 .career-image-group-2 {
    padding-bottom: 15px;
  }

  .career-page-section
    .career-image-group-1
    .img-group-1
    .img-group-12
    .img-group-122 {
    border-radius: 0;
  }

  .career-page-section
    .career-image-group-2
    .img-group-1
    .img-group-12
    .img-group-122 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
  }

  .career-page-section.section-3 {
    padding-top: 0;
  }

  .career-page-section.section-3 .career-header-title,
  .career-page-section.section-4 .career-header-title {
    padding-bottom: 40px;
  }

  .career-page-section.section-4 .benefit-group .group-item {
    display: block;
    position: relative;
  }

  .career-page-section.section-4 .benefit-group .group-item .item-image {
    display: none;
  }

  .career-page-section.section-4 .benefit-group .group-item .item-info {
    width: 100%;
    padding: 20px;
  }

  .career-page-section.section-4 .benefit-group .group-item .item-info:before {
    display: none;
  }

  .career-page-section-footer {
    padding: 50px 0;
  }

  .career-page-section-footer .career-bottom-title {
    font-size: 40px;
    line-height: 52px;
  }

  .thank-you__background {
    width: auto;
    height: auto;
  }

  .thank-you__background .thank-you__content {
    padding-bottom: 50em;
  }

  .thank-you__background .thank-you__content .thank-you__title {
    font-size: 28px;
    line-height: 36px;
  }

  .thank-you__background .thank-you__content .thank-you__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Update New Version */
.mv-main .swiper-slide .item {
  position: relative;
}

.mv-main .slider-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(7, 25, 54, 0) 24.2%, #810a06 99.56%);
}

.mv-main .slider-item-inner {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 250px 0 120px;
}

.home-section-project {
  position: relative;
}

.home-section-project:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  height: 13px;
  background: url(../images/project-icon.svg) no-repeat bottom;
  background-size: contain;
}

.home-project-items .row {
  margin: 0;
}

.home-project-items .row .col-md-4 {
  padding: 0;
}

.home-project-seemore {
  text-align: center;
}

.home-section-awards {
  border-bottom: solid 1px #c4c4c4;
  margin-bottom: 36px;
}

/* Custom */
@import "social-buttons.css";
@import "style-content.css";

.slick-arrow.slick-prev {
  z-index: 22;
}

.project-header {
  background: url(../images/project.jpg);
}

.project .sub-header {
  background: url(../images/project-sub.jpg);
}

.sub-header {
  background: url(../images/ngay-hoi-viec-lam.jpg);
}

.sub-menu-level2 {
  top: -8px;
  padding-left: 1px;
}

/* UP TO TOP */
#topcontrol {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #273a91;
  position: fixed;
  bottom: -100px;
  right: 18pt;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.7s ease-in-out;
}

.page-layout-love_school_news.mobile p.p-button {
  position: relative;
}

.content-prcenter-text__content ul {
  list-style-type: revert;
  padding: revert;
  margin: revert;
}

.content-prcenter-text__content ul li span {
  display: revert;
}

/*TOC*/
.toc {
  padding: 10px;
  background: #f9fbff;
  border: solid 1px #a7b6ff;
  margin-bottom: 20px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.toc .toc-title {
  margin-bottom: 5px;
  font-weight: bold;
}

.toc ol {
  padding-left: 20px;
  list-style: none;
}

.toc > ol {
  padding-left: 0;
}

/*Share Social Footer*/
.share-social-footer {
  border-top: solid 1px #ebebeb;
  padding-top: 10px;
  margin-left: -15px;
}

.post-category-category {
  margin-left: -15px;
  margin-top: 10px;
}

.post-tags-footer {
  margin-left: -15px;
  margin-top: 5px;
}

.post-tags-footer a {
  background: #e2e2e2;
  color: #2f2f2f;
  padding: 1px 8px;
}

/*Related Post*/
.related-post-footer {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.related-post-footer .related-header {
  font-weight: bold;
  border-top: solid 1px #ebebeb;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 16px;
}

.related-post-footer .related-post {
  margin-bottom: 30px;
}

.related-post-footer .related-post .image img {
  border-radius: 5px;
}

.related-post-footer .related-post .name a {
  margin-top: 3px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .page-layout-love_school_news p.p-button {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .page-layout-home .title-lg {
    font-size: 35px !important;
  }

  .dropdown-menu .dropdown-item.has-child {
    position: relative;
  }

  .dropdown-menu .dropdown-item.has-child:after {
    position: absolute;
    right: 8px;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-right: 0;
    border-top: 0.3em solid transparent;
  }

  .bar-margin .widget-news {
    top: 60px;
  }
}

/* Button */
.button-new-light {
  background: #ffffff;
  border: solid 1px #810a06;
  min-width: 160px;
  padding: 5px 16px;
  color: #810a06;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.25s ease-in-out;
}

.button-new-light:hover {
  background: #810a06;
  color: #ffffff;
}

.button-new-blue {
  background: #810a06;
  border: solid 1px #fff;
  min-width: 160px;
  padding: 5px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.25s ease-in-out;
}

.button-new-blue:hover {
  background: #ffffff;
  color: #810a06;
}

/* About Us */
.header-about-us {
  background: url("../img/header-about-us.jpg") lightgray 0px -272.015px / 100% 270%
    no-repeat;
  width: 1920px;
  height: 400px;
  flex-shrink: 0;
}

.about-us-section-1 {
  position: relative;
  background: url("../img/about-us-section-1.jpg") lightgray no-repeat;
  padding: 60px 0 100px 0;
  margin-bottom: 64px;
}

.about-us-section-1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 73, 156, 0.9);
}

.about-us-section-1-wrap {
  margin: 0 150px;
}

.about-us-section-1-desc p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
}

.about-us-section-1-desc p:last-child {
  margin-bottom: 0;
}

.about-us-section-1-desc p strong {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.about-us-section-1-image {
  padding-left: 90px;
}

.about-us-section-1-image .title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about-us-section-1-image img {
  border-radius: 8px;
}

.new-about-title-center {
  color: #810a06;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin-bottom: 64px;
  padding-bottom: 32px;
}

.new-about-title-center:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #810a06;
  left: 50%;
  margin-left: -50px;
}

.about-us-section-2-desc {
  margin: 0 150px;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.about-us-section-2-desc p {
  margin-bottom: 30px;
}

.about-us-section-2-desc p:last-child {
  margin-bottom: 0;
}

.about-us-vision-text {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px 30px;
  background: #810a06;
  font-family: "Inter", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-us-vision-text-dark {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px 30px;
  background: #939597;
  font-family: "Inter", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
}

.vision-img-1 {
  height: 100%;
}

.vision-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-img-2 img,
.vision-img-3 img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.about-us-section-5,
.about-us-section-4,
.about-us-section-3 {
  margin-bottom: 64px;
}

.mission-img-4 {
  height: 100%;
}

.mission-img-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-img-1 img {
  width: 274px;
  height: 250px;
  object-fit: cover;
}

.mission-img-3 img {
  width: 181px;
  height: 250px;
  object-fit: cover;
}

.mission-img-2 {
}

.mission-img-2 img {
  width: 470px;
  height: 250px;
  object-fit: cover;
}

.about-us-section-6-wrap {
  margin: 0 150px;
}

.certification-item {
  position: relative;
  aspect-ratio: 1;
  border: solid 1px #810a06;
  overflow: hidden;
}

.certification-item .item-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
}

.certification-item .item-image img {
  object-fit: cover;
}

.certification-item .item-box {
  opacity: 0;
  background: rgba(19, 73, 156, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.25s ease-in-out;
}

.certification-item .item-desc {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}

.certification-item:hover .item-box {
  opacity: 1;
}

.certification-item:hover .item-desc {
  top: 0;
}

.certification-desc-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.certification-desc-view-more {
  text-align: center;
  margin-top: 12px;
}

/* News */
.prcenter.newsroom .hr_gray {
  display: none;
}

.prcenter.newsroom .new-subtitle-pr-center {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.prcenter.newsroom .new-subtitle-pr-center:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  background: #000e8e;
  width: 210px;
}

/* Network */
.networks-tab-nav {
  justify-content: center;
}

.networks-tab-nav .nav-link {
  background: #b7b7b7;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  min-width: 250px;
}

.networks-tab-nav .nav-link.active {
  background: #810a06;
}

.about-us-section-7-wrap .tab-content:hover {
  background: none;
}

.network-office-map-wrap {
  display: flex;
  justify-content: center;
}

.network-office-map-wrap .office-map {
  width: 750px;
  flex: 0 0 750px;
  position: relative;
}

.network-office-map-wrap .office-map .map-icon {
  position: absolute;
  width: 20px;
  height: 28px;
  background: url("../img/map-icon.svg") no-repeat;
  background-size: cover;
}

.network-office-map-wrap .office-map .map-icon.active {
  background-image: url("../img/map-icon-active.svg");
}

.network-office-map-wrap .office-detail {
  width: 340px;
  padding: 30px 0;
}

.network-office-map-wrap .office-detail .detail-box {
  border-radius: 16px;
  background: #e0e0e0;
  padding: 20px;
  text-align: left;
  height: 100%;
  display: none;
}

.network-office-map-wrap .office-detail .detail-box.active {
  display: block;
}

.network-office-map-wrap .office-detail .detail-box .office-image {
  margin-bottom: 16px;
}

.network-office-map-wrap .office-detail .detail-box .office-image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.network-office-map-wrap .office-detail .detail-box .office-title {
  color: #810a06;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
}

.network-office-map-wrap .office-detail .detail-box .office-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #810a06;
}

.network-office-map-wrap .office-detail .detail-box .office-address {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#network-factory .cp-factory {
  background: none;
}

.factory-image-title {
  color: #810a06;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.factory-list {
}

.factory-list .factory-item {
  text-align: left;
}

.factory-list .factory-item .item-image {
  height: 250px;
  margin-bottom: 16px;
  display: block;
}

.factory-list .factory-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory-list .factory-item .item-name {
  color: #810a06;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.factory-list .factory-item .item-name:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #810a06;
  left: 0;
  bottom: 0;
}

.factory-list .factory-item .item-desc {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.factory-list .factory-item .item-desc ul {
  list-style: disc;
  padding-left: 20px;
}

/* Get In Touch */
.get-in-touch {
  color: #810a06;
  padding-bottom: 120px;
  padding-top: 60px;
}

.get-in-touch .small-title {
  color: #810a06;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

.get-in-touch .big-title {
  color: #810a06;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.get-in-touch .big-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 10px;
  background: #810a06;
}

.get-in-touch .info {
  color: #810a06;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Contact Form */
.sc-contact .sc-contact-form {
  padding-top: 150px;
  padding-bottom: 46px;
  border-bottom: solid 1px #810a06;
}

.sc-contact .title-form {
  padding: 0;
}

/* Project */
.project-page-wrap {
  background: url("../img/project-bg.jpg") no-repeat bottom;
  background-size: cover;
  min-height: calc(100vh - 110px);
  position: relative;
  padding-bottom: 260px;
}

.project-page-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.project-title {
  padding: 64px 0 44px;
  margin-bottom: 44px;
  position: relative;
  text-align: center;
  color: #810a06;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.project-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 10px;
  background: #810a06;
  width: 220px;
  margin-left: -110px;
}

.project-desc {
  text-align: center;
  margin-bottom: 64px;
  color: #747474;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.project-category-item {
  position: relative;
  display: block;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.project-category-item .item-image {
  height: 150px;
}

.project-category-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-category-item .item-info {
  position: relative;
}

.project-category-item .item-icon {
  position: absolute;
  right: 14px;
  bottom: 24px;
  z-index: 11;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.project-category-item:hover .item-icon {
  bottom: 14px;
  opacity: 1;
}

.project-category-item .item-info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  height: 45px;
  background: #810a06;
  transition: all 0.25s ease-in-out;
}

.project-category-item:hover .item-info:after {
  bottom: 0;
}

.project-category-item .item-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(19, 73, 156, 0) 0%,
    rgba(19, 73, 156, 0.8) 100%
  );
  padding: 35px 0 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 10;
}

.featured-project-category {
  height: calc(100% - 0.5rem);
}

.featured-project-category .item-image {
  height: 100%;
}

.featured-project-category .item-view-more {
  position: absolute;
  left: 40px;
  bottom: 25px;
  z-index: 12;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: all 0.25s ease-in-out;
}

.featured-project-category:hover .item-view-more {
  opacity: 1;
}

.featured-project-category .item-title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 35px 40px 80px 40px;
  transition: all 0.25s ease-in-out;
}

.featured-project-category .item-title span {
  transition: all 0.4s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.featured-project-category:hover .item-title span {
  left: 40px;
  transform: translateX(0);
}

.featured-project-category .item-info:after {
  bottom: -100px;
  height: 100px;
}

.featured-project-category .item-icon {
  bottom: 80px;
}

.featured-project-category:hover .item-icon {
  bottom: 50px;
  right: 20px;
}

.featured-project-category .item-icon svg {
  width: 25px;
  height: 21px;
}

/* Product */
.product-header-title {
  color: #810a06;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
  position: relative;
  margin-left: -15px;
}

.product-header-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #810a06;
}

.sub-header.header-product-bg {
  background: url("../img/header-product.jpg") lightgray -71.813px -557.257px /
    104.304% 395.607% no-repeat;
  height: 405px;
}

.product-main-title {
  color: #810a06;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.sub-structural-item {
  margin-bottom: 18px;
  padding: 10px;
  display: block;
}

.sub-structural-item .item-image {
  margin-bottom: 10px;
  aspect-ratio: 368 / 245;
  border-radius: 4px;
  display: flex;
}

.sub-structural-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.sub-structural-item .item-name {
  color: #747474;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.sticky-top {
  top: 70px;
}

.sticky-top .sub-title h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px !important;
  position: relative;
}

.sticky-top .sub-title.main-title:before {
  display: none;
}

.sticky-top .sub-title.main-title:after {
  content: "";
  background: #000;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  position: absolute;
}

.sticky-top .c-menu-spy {
  margin-left: -15px;
  margin-top: 15px;
}

.line-gray {
  border-bottom: solid 1px #ebebeb;
}

/* Product Roof */
.roof-group {
  font-family: Arial, Helvetica, sans-serif;
}

.roof-group .group-title {
  color: var(--Blue-BMB, #810a06);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.roof-item {
}

.roof-item .item-image {
}

.roof-item .item-image img {
}

.roof-item .item-name {
  color: #747474;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.img-logo-partner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-brochure-wrap {
  position: relative;
}

.download-brochure-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(19, 73, 156, 0.8);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.download-brochure-wrap:hover:after {
  opacity: 1;
}

.download-brochure-wrap .item-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.download-brochure-wrap .item-icon {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  bottom: 30px;
  position: relative;
}

.download-brochure-wrap .item-desc {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  bottom: 30px;
  position: relative;
}

.download-brochure-wrap .item-button {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 30px;
  position: relative;
  text-align: center;
}

.download-brochure-wrap .item-button a {
  margin-bottom: 10px;
}

.download-brochure-wrap:hover .item-icon {
  opacity: 1;
  bottom: 0;
}

.download-brochure-wrap:hover .item-desc {
  opacity: 1;
  bottom: 0;
}

.download-brochure-wrap:hover .item-button {
  opacity: 1;
  top: 0;
}

/* Office Icon Map */

#office_hcm_icon {
  left: 252px;
  top: 245px;
}

#office_danang_icon {
  left: 280px;
  top: 170px;
}

#office_hanoi_icon {
  left: 254px;
  top: 103px;
}

#office_indonesia_icon {
  left: 267px;
  top: 454px;
}

#office_cebu_icon {
  left: 500px;
  top: 264px;
}

#office_philippines_icon {
  left: 450px;
  top: 195px;
}

#office_cambodia_icon {
  left: 233px;
  top: 208px;
}

#office_laos_icon {
  left: 209px;
  top: 120px;
}

#office_thailand_icon {
  left: 186px;
  top: 176px;
}

#office_myanmar_icon {
  left: 128px;
  top: 84px;
}

#office_bangladesh_icon {
  left: 50px;
  top: 60px;
}

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

.content-with-reset {
}

.content-with-reset h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.content-with-reset h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.content-with-reset h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.content-with-reset h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  font-size: initial;
}

.content-with-reset h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.content-with-reset h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
