.c-img {
  display: block;
  position: relative;
  padding-top: 66%;
}
.c-img img,
.c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hv-scale1 {
  overflow: hidden;
  display: block;
}

.hv-scale1 img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hv-scale1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cl_white {
  color: #fff;
}

.light-hv {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.light-hv:before,
.light-hv:after {
  content: "";
  position: absolute;
  opacity: 1;
  pointer-events: none;
}

.light-hv:before {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 51%;
  background: rgba(255, 255, 255, 0.3);
}

.light-hv:after {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
}

.light-hv:hover::before {
  z-index: 999;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  transition: all 900ms linear;
}

.light-hv:hover::after {
  z-index: 999;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  transition: all 900ms linear;
}

.light-hv img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.s-content {
  font-size: 1.5rem;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  object-fit: contain;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}

.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  display: block;
  width: 100%;
  word-break: break-word;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus,
input:focus,
button:active,
input:active {
  outline: 0;
  box-shadow: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* @font-face {
  font-family: "SVNGilroyBold";
  src: url("../fonts/SVN-Gilroy Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "GilroyRegular";
  src: url("../fonts/GILROY-REGULAR.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
} */

/* @font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "SFUTrajan";
  src: url("../fonts/SFUTrajan.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFUFuturaBook";
  src: url("../fonts/SFUFuturaBook.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "UTMYenTu";
  src: url("../fonts/UTMYenTu.ttf") format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Heavy.ttf") format("woff");
  font-weight: bold;
  font-display: swap;
} */

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

button:focus {
  outline: none;
}

form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c3e50;
}

form input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c3e50;
}

form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2c3e50;
}

form input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2c3e50;
}

input,
input:focus {
  outline: none;
}

textarea,
textarea:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  max-width: 1920px;
  margin: auto;
  font-family: Lato, Sans-Serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.smooth {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cursor {
  cursor: pointer;
}

.f_roboto {
  font-family: "Roboto";
  font-weight: normal;
}

.b_roboto {
  font-family: "Roboto";
  font-weight: bold;
}

.m_roboto {
  font-family: "Roboto";
  font-weight: 500;
}

.l_roboto {
  font-family: "Roboto";
  font-weight: 300;
}

.f_sfutrajan {
  font-family: "SFUTrajan";
  font-weight: normal;
  font-style: normal;
}

.b_sfutrajan {
  font-family: "SFUTrajan";
  font-weight: bold;
  font-style: normal;
}

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

.f_opensan {
  /* font-family: "GilroyRegular", sans-serif; */
}

.font12 {
  font-size: 1.2rem;
}

.font13 {
  font-size: 1.3rem;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 1.5rem;
}

.font16 {
  font-size: 1.6rem;
}

.font17 {
  font-size: 1.7rem;
}

.font18 {
  font-size: 1.8rem;
}

.font20 {
  font-size: 2rem;
}

.font22 {
  font-size: 2.2rem;
}

.font24 {
  font-size: 2.4rem;
}

.font26 {
  font-size: 2.6rem;
}

.font28 {
  font-size: 2.8rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

.font40 {
  font-size: 4rem;
}

.font45 {
  font-size: 4.5rem;
}

.font46 {
  font-size: 4.6rem;
}

.font48 {
  font-size: 4.8rem;
}

.line_h16 {
  line-height: 1.6rem;
}

.line_h36 {
  line-height: 3.6rem;
}

.line_h18 {
  line-height: 1.8rem;
}

.line_h20 {
  line-height: 2rem;
}

.line_h22 {
  line-height: 2.2rem;
}

.line_h24 {
  line-height: 2.4rem;
}

.line_h26 {
  line-height: 2.6rem;
}

.line_h28 {
  line-height: 2.8rem;
}

.line_h30 {
  line-height: 3rem;
}

.line_h33 {
  line-height: 3.3rem;
}

.line_h40 {
  line-height: 4rem;
}

.line_h44 {
  line-height: 4.4rem;
}

.line_h48 {
  line-height: 4.8rem;
}

.line_h60 {
  line-height: 6rem;
}

.line_h66 {
  line-height: 6.6rem;
}

.opacity0 {
  opacity: 0;
}

.text-line2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-line4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative !important;
}

.map iframe {
  width: 100%;
  height: 45rem;
}

.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.border-rd50 {
  border-radius: 0.5rem;
}

.bg_ff {
  background-color: #ff8d54;
}

.cl_white {
  color: #ffffff;
}

.cl_ffd {
  color: #fff;
}

.text_white {
  color: #ffffff !important;
}

.cl_00 {
  color: #000000;
}

.cl_c0 {
  color: #c0c0c0;
}

.cl_33 {
  color: #333333;
}

.cl_c9 {
  color: #c99734;
}

.cl_23 {
  color: #231f20;
}

.cl_46 {
  color: #464646;
}

.cl_20 {
  color: #202020;
}

.cl_25 {
  color: #25262f;
}

.cl_6a {
  color: #6a6b75;
}

.cl_07 {
  color: #07723e;
}

.cl_88 {
  color: #888888;
}

.cl_ee {
  color: #eeeeee;
}

.hv_text:hover {
  color: #1f449d;
}

.hv_text2:hover {
  color: #f77a0e;
}

.flex-wap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col10 {
  padding-right: 10px;
  padding-left: 10px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col5 {
  padding-right: 5px;
  padding-left: 5px;
}

.row2 {
  margin-left: -2px;
  margin-right: -2px;
}

.col2 {
  padding-right: 2px;
  padding-left: 2px;
}

.pd-20 {
  padding: 20px;
}

.pad-tb20 {
  padding: 20px 0;
}

.z-index10 {
  z-index: 10;
}

.opcity1 {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  top: 80%;
  right: 10px;
  color: #fff;
  background: rgba(207, 179, 106, 0.69);
  border: 1px solid rgba(207, 179, 106, 0.69);
  border-radius: 50%;
  z-index: 9999;
  display: none;
}

.back-to-top i.fa.fa-arrow-up {
  width: 40px;
  height: 40px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.back-to-top:hover {
  border-color: #cfb36a;
  background: #cfb36a;
}

.main-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: var(--web-color);
  z-index: 9999;
}

.main-header .main-logo-site {
  width: 275px;
}

.main-header .main-logo-site .logo-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.main-header .main-logo-site .logo-header img {
  width: 122px;
}

.main-header .main-menu-header {
  /* width: calc(100% - 275px);
  padding: 5px 20px; */
}

.main-header .main-menu-header .menu-header-desktop ul {
  /* display: -ms-flexbox;
       display: flex; */
}

.main-header .main-menu-header .menu-header-desktop ul li {
  position: relative;
  display: inline-block;
}

.main-header .main-menu-header .menu-header-desktop ul li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-header .main-menu-header .menu-header-desktop ul li i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  margin-top: -30px;
  width: 15px;
  line-height: 60px;
}

.main-header .main-menu-header .menu-header-desktop ul li ul {
  position: absolute;
  left: 0;
  padding-top: 5px;
  min-width: 220px;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-header .main-menu-header .menu-header-desktop ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-header .main-menu-header .menu-header-desktop ul li ul li a {
  padding: 12px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    to right,
    rgba(201, 151, 52, 1) 0%,
    rgba(218, 183, 77, 1) 50%,
    rgba(236, 215, 102, 1) 100%
  );
  background: linear-gradient(
    to right,
    var(--web-color) 0%,
    var(--web-color) 50%,
    var(--web-color) 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-header .main-menu-header .menu-header-desktop ul li ul li ul {
  top: 0;
  left: 100%;
}

.main-header .main-menu-header .menu-header-desktop ul li i::before {
  font-family: "FontAwesome";
  content: "\f107";
  color: #fff;
  font-size: 20px;
  font-style: normal;
}

.main-header .main-menu-header .menu-header-desktop ul li:last-child a {
  padding-right: 0;
}

.main-header .main-menu-header .menu-header-desktop ul li:hover > a,
.main-header .main-menu-header .menu-header-desktop ul li.active > a {
  color: #ffec80;
}

.main-header .main-menu-header .menu-header-desktop ul li:hover > i {
  color: #ffec80;
}

.main-header .main-menu-header .menu-header-desktop ul li:hover > ul {
  pointer-events: all;
  opacity: 1;
  z-index: 100;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.main-header .main-menu-header .menu-header-desktop ul li ul li:hover > a {
  color: #fff;
  background: linear-gradient(
    to right,
    var(--web-color),
    #006b9b,
    #007baa,
    #0078a8,
    var(--web-color)
  );
}

.main-slide-banner .item-slide .img-banner img,
.main-slide-banner {
  width: 100%;
  max-height: 600px;
}

.main-section-one {
  padding: 60px 0 30px;
}

.main-section-one .item-one-section-one {
  padding: 0px 20px;
}

.main-section-one .item-two-section-one .video_add.relative img,
.main-section-one .item-two-section-one .video_add.relative iframe {
  width: 100%;
  max-height: 500px;
}

.f_sfutrajan {
  /* font-family: "SVNGilroyBold"; */
}

.title-all {
  font-size: 25px;
  font-family: "SFUTrajan";
  color: #dcab3a;
  margin-bottom: 20px;
  line-height: 1.6em;
  font-weight: bold;
  text-transform: none;
}

.item-one-section-one .title-section-one {
  font-size: 25px;
  /* font-family: "SVNGilroyBold"; */
  font-weight: bold;
  /* color: #dcab3a; */
  line-height: 1.6em;
  padding-bottom: 40px;
}

.item-one-section-one .title-section-one:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url("../images/line-title.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.item-one-section-one .content {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #3a3a3a;
  text-align: justify;
}
.footer .s-content a {
  color: #fff;
}
.s-content a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s-content a:hover {
  color: #0d78fd;
}

.btn-seemorr {
  display: inline-block;
  padding: 8px 15px 6px;
  font-size: 20px;
  color: var(--web-color);
  border: 1px solid var(--web-color);
  background-color: #fff;
}

.btn-seemorr:hover {
  color: #fff;
  border-color: #fff;
  background-color: var(--web-color);
}

.ytp-large-play-button.ytp-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  margin-top: -25px;
  margin-left: -40px;
  border-color: transparent;
  background-color: transparent;
}

.main-section-two {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#98693c),
    to(#3a1d01)
  );
  background: -webkit-linear-gradient(top, #98693c 0%, #3a1d01 100%);
  background: -moz-linear-gradient(top, #98693c 0%, #3a1d01 100%);
  background: -o-linear-gradient(top, #98693c 0%, #3a1d01 100%);
  background: linear-gradient(180deg, #98693c 0%, #3a1d01 100%);
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}

.main-section-two .pattern-right {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.05;
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 0;
}

.main-section-two .pattern-right img {
  object-fit: contain;
  -webkit-animation: rung-rinh 9s infinite;
  -moz-animation: rung-rinh 9s infinite;
  -o-animation: rung-rinh 9s infinite;
  animation: rung-rinh 9s infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: 150% 150%;
  -moz-transform-origin: 150% 150%;
  -ms-transform-origin: 150% 150%;
  -o-transform-origin: 150% 150%;
  transform-origin: 150% 150%;
  -webkit-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -moz-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -o-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
}

.title-section-two {
  /* font-family: "SVNGilroyBold"; */
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  color: #fff;
}

.mt-content {
  color: #ffffff;
  /* font-family: "Open Sans", sans-serif; */
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.mt-content p {
  margin-bottom: 1.5rem;
}

.main-section-two .btn-seemorr:hover {
  color: #fff;
  border-color: #fff;
}

.info-project-h {
  padding: 40px 0 20px;
  overflow: hidden;
}

.title-block2 {
  font-size: 25px;
  /* font-family: "SVNGilroyBold"; */
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6em;
  font-weight: bold;
  /* color: #fff; */
}

.info-project-h .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.info-project-h .img-bg img {
  width: 100%;
  height: 100%;
}

.info-project-h .wapr-infor {
  max-width: 1142px;
  margin: auto;
  color: #3a3a3a;
}

.info-project-h .wapr-infor img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.main-section-three {
  padding: 20px 0;
}

.main-section-three .m-content {
  color: #ffffff;
  max-width: 480px;

  padding: 20px 20px 20px 20px;
  border-radius: 25px;
  background-color: #372012c7;
}

.mt-content ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.mt-content ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.mt-content ul li span {
  /* font-family: "Open Sans", sans-serif; */
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
  color: #aebdf2;
}

.main-section-three .btn-seemorr:hover {
  color: #fff;
  border-color: #fff;
}

.vithe-rongthieng {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(180deg, #98693c 0%, #3a1d01 100%);
  overflow: hidden;
}

.vithe-rongthieng .row-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.part1 .img-leaf {
  position: absolute;
  bottom: 0;
  right: -8vw;
  animation: rung-rinh 3s infinite;
  transform-origin: left bottom;
  animation-direction: alternate;
  transition-timing-function: linear;
  opacity: 0.05;
  pointer-events: none;
}

.vithe-rongthieng .img-map.c-img {
  padding-top: 60%;
}

.btn-seemorr.hv2:hover {
  color: #fff;
  border-color: #fff;
}

.title-section-one.no-before::before {
  content: none;
}

.cstom-ket-noi {
  padding: 40px 0 30px;
}

.cstom-ket-noi .title-section-one {
  padding-bottom: 25px;
}

.cstom-ket-noi .mt-content .title-ctkn {
  color: #993300;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  /* font-family: "Open Sans", sans-serif; */
}

.cstom-ket-noi .mt-content ul {
  text-align: justify;
}

.cstom-ket-noi .mt-content ul li {
  color: #3a3a3a;
  /* font-family: "GilroyRegular", sans-serif; */
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}

.cstom-ket-noi .mt-content ul li span.title {
  color: #993300;
}

.cstom-ket-noi .item-one-section-one {
  padding-top: 0;
}

.utilities-landscaping {
  position: relative;
  padding: 30px 0 45px;
}

.mt-content,
.mt-content .ct_utilities {
  color: #ffffff;
  /* font-family: "GilroyRegular", sans-serif; */
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.mt-content a {
  color: var(--web-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mt-content a:hover {
  color: #dcab3a;
}

.cl-max-w1 {
  max-width: 1000px;
  margin: auto;
}

.list-utilities {
  padding: 0 40px 40px;
}

.list-utilities .item-utilities {
  color: #ffffff;
  /* font-family: "Open Sans", sans-serif; */
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 5px;
}

.utilities-landscaping .img-tien-ich {
  padding-top: 36%;
}

.utilities-hot {
  padding: 60px 0 40px;
  background: linear-gradient(180deg, #98693c 0%, #3a1d01 100%);
}

.pattern-left {
  bottom: -5%;
  left: -15%;
  opacity: 0.05;
  position: absolute;
  z-index: 0;
}

.pattern-left img {
  object-fit: contain;
  -webkit-animation: rung-rinh 5s infinite;
  -moz-animation: rung-rinh 5s infinite;
  -o-animation: rung-rinh 5s infinite;
  animation: rung-rinh 5s infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: 150% 150%;
  -moz-transform-origin: 150% 150%;
  -ms-transform-origin: 150% 150%;
  -o-transform-origin: 150% 150%;
  transform-origin: 150% 150%;
  -webkit-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -moz-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -o-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
}

.frame-cimg.c-img {
  padding-top: 55%;
}

.text-justify {
  text-align: justify;
}

.cl_3a {
  color: #3a3a3a;
}

.utilities-hot .content-utilities {
  max-width: 510px;
  margin: auto;
  padding: 0 20px;
}

.utilities-hot .content-utilities p {
  margin-bottom: 2rem;
}

.frame-cimg2.c-img {
  padding-top: 65%;
}

.cs-utilities li {
  margin-bottom: 2px;
}

.apartment-design .design-header {
  padding: 50px 0 30px;
  overflow: hidden;
}

.apartment-design .design-header .wapr-infor {
  color: #0d1934;
}

.apartment-design .design-header .wapr-infor a {
  color: #1e73be;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.apartment-design .design-header .wapr-infor a:hover {
  color: #993300;
}

.apartment-design .design-header .wapr-infor strong {
  color: #993300;
}

.img-bg-op {
  opacity: 0.8;
}

.design-villa {
  background: -webkit-linear-gradient(
    211.54deg,
    #98693c -23.19%,
    #3a1d01 101.14%
  );
  background: -moz-linear-gradient(211.54deg, #98693c -23.19%, #3a1d01 101.14%);
  background: -o-linear-gradient(211.54deg, #98693c -23.19%, #3a1d01 101.14%);
  background: linear-gradient(238.46deg, #98693c -23.19%, #3a1d01 101.14%);
  overflow: hidden;
  position: relative;
}

.design-villa .villa-1 {
  position: relative;
  padding: 50px 0 40px;
}

.design-villa .villa-1 .pattern-left {
  bottom: -5%;
  left: -15%;
  opacity: 0.05;
  position: absolute;
  z-index: -1;
}

.design-villa .villa-1 .pattern-left img {
  object-fit: contain;
  -webkit-animation: rung-rinh 5s infinite;
  -moz-animation: rung-rinh 5s infinite;
  -o-animation: rung-rinh 5s infinite;
  animation: rung-rinh 5s infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: 150% 150%;
  -moz-transform-origin: 150% 150%;
  -ms-transform-origin: 150% 150%;
  -o-transform-origin: 150% 150%;
  transform-origin: 150% 150%;
  -webkit-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -moz-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -o-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
}

.design-villa .villa-1 .pattern-right {
  position: absolute;
  bottom: -15%;
  right: -10%;
  opacity: 0.4;
  z-index: 0;
}

.design-villa .villa-1 .pattern-right img {
  object-fit: contain;
  -webkit-animation: rung-rinh 5s infinite;
  -moz-animation: rung-rinh 5s infinite;
  -o-animation: rung-rinh 5s infinite;
  animation: rung-rinh 5s infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: 150% 150%;
  -moz-transform-origin: 150% 150%;
  -ms-transform-origin: 150% 150%;
  -o-transform-origin: 150% 150%;
  transform-origin: 150% 150%;
  -webkit-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -moz-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -o-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
}

.design-villa .title-section-two {
  font-size: 20px;
}

.frame-cimg3.c-img {
  padding-top: 76%;
}

.pad-t80 {
  padding-top: 80px;
}

.h-mat-bang {
  background: -webkit-linear-gradient(
    211.54deg,
    #98693c -23.19%,
    #3a1d01 101.14%
  );
  background: -moz-linear-gradient(211.54deg, #98693c -23.19%, #3a1d01 101.14%);
  background: -o-linear-gradient(211.54deg, #98693c -23.19%, #3a1d01 101.14%);
  background: linear-gradient(238.46deg, #98693c -23.19%, #3a1d01 101.14%);
}

.main-mat-bang {
  padding: 40px 0;
}

.h-mat-bang .md-head {
  max-width: 1140px;
  margin: auto;
  margin-bottom: 30px;
}

.h-mat-bang .md-head .title-section span {
  /* font-family: "SVNGilroyBold"; */
  font-size: 32px;
  line-height: 2em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0 40px 8px 40px;
  background: -webkit-linear-gradient(
    211.71deg,
    #ffec80 7.91%,
    #b68a39 29.37%,
    #ffec80 47.04%,
    #b68a39 65.97%,
    #ffec80 88.69%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.md-head .title-section span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -8px;
  border: 1px solid #fff;
  background: #fff;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #7a5129;
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #7a5129;
  z-index: 2;
}

.md-head .title-section span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin-left: -46%;
  z-index: 1;
  background: #fff;
  width: 92%;
  height: 1px;
}

.h-mat-bang .h-info-title {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px 7px 25px;
  color: #0d1934;
  text-transform: uppercase;
  border: 1px solid #f7e178;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(
    211.71deg,
    #ffec80 7.91%,
    #b68a39 29.37%,
    #ffec80 47.04%,
    #b68a39 65.97%,
    #ffec80 88.69%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h-mat-bang .hinfo-tab {
  max-width: 1210px;
  margin: auto;
  text-align: center;
}

.h-mat-bang .hinfo-tab .nav {
  justify-content: center;
  margin-bottom: 10px;
}

.h-mat-bang .hinfo-tab .module-tabs .nav-item {
  min-width: 80px;
  margin: 0 3px 5px;
}

.h-mat-bang .hinfo-tab .module-tabs .nav-item .nav-link {
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 5px 10px 3px;
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h-mat-bang .hinfo-tab .module-tabs .nav-item .nav-link.active,
.h-mat-bang .hinfo-tab .module-tabs .nav-item .nav-link:hover {
  color: #fff;
  background-color: #dfbe75;
}
.main-regis-project .btn-submit {
  border: 1px solid #fff;
}

.policy .container-policy {
  padding: 0;
}

.policy .container-policy .row0 {
  margin-left: 0;
  margin-right: 0;
}

.policy .container-policy .row0 .col0 {
  padding-left: 0;
  padding-right: 0;
}

.policy .main-policy {
  padding: 50px 0;
}

.policy .main-policy .title .text-title {
  /* font-family: "SVNGilroyBold"; */
  color: #dcab3a;
  font-weight: bold;
}

.policy .main-policy .title .text-title.title-one {
  font-size: 30px;
  line-height: 32px;
}

.policy .main-policy .title .text-title.title-two {
  font-size: 17px;
  line-height: 17px;
}

.policy .main_form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  margin-top: -200px;
  margin-left: -240px;
  border: 8px solid rgba(0, 0, 0, 0.2);
}

.policy .main_form .register {
  position: relative;
  padding: 60px 50px 30px 50px;
  background-color: #fff;
}

.policy .main_form .register .form-group {
  margin-bottom: 2.5rem;
}

.policy .main_form .register .form-group .form-control {
  border: 1px solid #ddd;
  height: 40px;
  text-indent: 10px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  border-radius: 0;
}

.policy .main_form .register .form-group .form-control:focus {
  border-color: var(--web-color);
  box-shadow: none;
}

.policy .main_form .title-form {
  position: absolute;
  top: -30px;
  left: 15%;
  color: #fff;
  width: 70%;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: var(--web-color);
  box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-submit {
  display: block;
  width: 60%;
  line-height: 40px;
  margin: 0 auto;
  background: var(--web-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 500;
  font-size: 17px;
  border: 1px solid var(--web-color);
}

.btn-submit:hover {
  color: #0d5996;
  background: #fff;
}

.main-regis-project {
  position: relative;
  padding: 20px 0;
}

.main-regis-project::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon-bg-1.png");
  background-repeat: repeat;
  background-size: contain;
}

.main-regis-project .title-section {
  /* font-family: "SVNGilroyBold"; */
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

.main-regis-project .infor-phone .hotline:hover {
  color: #ffec80;
}

.form-send-info {
  padding: 20px 0 0;
}

.form-send-info .main-form .form-group {
  width: 16%;
  margin: 0 8px;
  margin-bottom: 0;
}

.form-send-info .main-form .form-group .form-input {
  height: 40px;
  margin-bottom: 15px;
  color: #666666;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: 1px 1px 1px #c7c1c1;
  padding: 5px 10px;
  /* font-family: "Open Sans", sans-serif; */
  font-size: 17px;
  font-weight: 400;
}

.form-send-info .main-form .form-group .btn-submit {
  width: 80%;
  line-height: 38px;
  margin-left: 0;
}

.mb-phan-khu {
  padding: 30px 0;
}

.mb-phan-khu .wapr-infor {
  color: #3a3a3a;
  max-width: 1210px;
  margin: auto;
}

.title-form {
  margin-bottom: 35px;
}

.main-footer {
  padding: 40px 0;
}

.main-footer .container-footer {
  max-width: 1200px;
  margin: auto;
}

.main-footer .title-footer {
  color: #fff;
  padding: 10px 0;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-footer .info-content .about-investor,
.infor-page-ct .about-investor {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  /* font-family: "GilroyRegular", sans-serif; */
}

.form-dk-footer {
  /* font-family: "GilroyRegular", sans-serif; */
}

.infor-page-ct .about-investor {
  color: #333333;
}

.main-footer .info-content .about-investor span.fa,
.infor-page-ct .about-investor span.fa {
  color: #fff;
}

.infor-page-ct .about-investor span.fa {
  color: #333;
}

.main-footer .info-content .about-investor .is-link,
.infor-page-ct .about-investor .is-link {
  display: inline-block;
  padding: 0 5px;
  font-weight: 700;
  /* font-family: "Open Sans", sans-serif; */
  word-break: break-all;
  color: #333;
}

.main-footer .info-content .about-investor .is-link:hover,
.infor-page-ct .about-investor .is-link:hover {
  color: var(--web-color);
}

.form-dk-footer .form-dk {
  padding: 10px 20px;
}

.form-dk-footer .form-dk .form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-dk-footer .form-dk .form-group span {
  position: absolute;
  font-size: 23px;
  top: 50%;
  margin-top: -15px;
  left: 10px;
  color: #fff;
  z-index: 2;
}

.form-dk-footer .form-dk .form-group .form-input {
  width: 100%;
  background: 0 0;
  padding: 10px 15px;
  padding-left: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
}

.form-dk-footer .form-dk .form-group .form-input::-webkit-input-placeholder {
  color: #666;
  font-style: normal;
  font-size: 15px;
}

.form-dk-footer .form-dk .form-group .form-input::-moz-placeholder {
  color: #666;
  font-style: normal;
  font-size: 15px;
}

.form-dk-footer .form-dk .form-group .form-input::-moz-placeholder {
  color: #666;
  font-style: normal;
  font-size: 15px;
}

.form-dk-footer .form-dk .form-group .form-input:-ms-input-placeholder {
  color: #666;
  font-style: normal;
  font-size: 15px;
}

.form-dk-footer .form-dk .submit .btn-waring {
  padding: 8px 25px;
  color: #4d4d4d;
  background: #c99734;
  border: none;
  background: linear-gradient(
    to right,
    #005689,
    #006b9b,
    #007baa,
    #0078a8,
    #00588b
  );
  box-shadow: 1px 1px 10px #595d59;
}

.form-dk-footer .form-dk .submit .btn-waring:hover {
  color: #fff;
}

.main-popup-regis {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  max-height: 100vh;
  z-index: 9999;
}

.main-popup-regis .frame-frm-regis {
  max-width: 500px;
  width: 100%;
  margin: 100px auto;
  padding: 20px 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
  background-color: rgba(60, 38, 24, 0.95);
  z-index: 1000;
}

.main-popup-regis .frame-frm-regis .title-fomr {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.main-popup-regis .frame-frm-regis .note-frm {
  color: #fff;
  /* font-size: 16px; */
  line-height: 24px;
}

.main-popup-regis .frame-frm-regis .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.main-popup-regis .frame-frm-regis .form-group .form-input {
  padding: 10px 10px 10px 40px;
  border: 1px solid transparent;
  border: 0.5px solid #d8d8d8;
  background-color: #767a88;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.main-popup-regis .frame-frm-regis .form-group span::before {
  color: #faf8f5;
}
.main-popup-regis
  .frame-frm-regis
  .form-group
  .form-input::-webkit-input-placeholder {
  color: #d7d6d6;
  font-style: normal;
  font-size: 15px;
}

.main-popup-regis .frame-frm-regis .form-group .form-input::-moz-placeholder {
  color: #d7d6d6;
  font-style: normal;
  font-size: 15px;
}

.main-popup-regis .frame-frm-regis .form-group .form-input::-moz-placeholder {
  color: #d7d6d6;
  font-style: normal;
  font-size: 15px;
}

.main-popup-regis
  .frame-frm-regis
  .form-group
  .form-input:-ms-input-placeholder {
  color: #d7d6d6;
  font-style: normal;
  font-size: 15px;
}

.main-popup-regis .frame-frm-regis .form-group span {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -12px;
  font-size: 20px;
  color: var(--web-color);
}

.main-popup-regis .frame-frm-regis button.btn-waring {
  padding: 8px 25px;
  color: var(--web-color);
  border: 1px solid #fff;
  background: #ffea55;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    #dfae5b 0%,
    #ddb15a 31%,
    #fafacf 62%,
    #edd087 100%
  );
  font-size: 20px;
}
.main-popup-regis .frame-frm-regis button.btn-waring:hover {
  background: var(--web-color);
  color: #fff;
}

.main-popup-regis .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin-top: -5px;
  margin-right: -5px;
  color: var(--web-color);
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}

.main-popup-regis .close-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 999;
}

.te-pagination strong,
.te-pagination a {
  display: block;
  min-width: 35px;
  padding: 5px 5px 4px 5px;
  margin: 0px 5px 5px 0px;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
}

.te-pagination a {
  color: #4c2603;
  border: 1px solid #4c2603;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.te-pagination a:hover {
  color: #4c2603;
  border: 1px solid #fff;
  background-color: #fff;
}

.te-pagination strong {
  color: #4c2603;
  font-weight: 600;
  pointer-events: none;
  border: 1px solid #fff;
  background-color: #fff;
}

@keyframes rung-rinh {
  0% {
    transform: skewX(3deg) rotate(-0.3deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

.banner_page img {
  min-height: 450px;
  max-height: 600px;
}

.main-about .ct-about {
  padding: 40px 15px;
  max-width: 1200px;
  margin: auto;
}

.main-contact {
  padding: 40px 0;
}

.m-frm-page-ctact {
  max-width: 560px;
  margin: auto;
  padding: 20px;
  border-radius: 25px;
  background-color: #0d1934;
  color: #ffffff;
}

.m-frm-page-ctact .line-form {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #ffffff36;
}

.list_all_news {
  padding-bottom: 40px;
}

.item-new .info-new .name-new {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: var(--web-color);
  /* font-family: "SFUFuturaBook"; */
}

.form-dk-footer .form-dk .submit .btn-waring {
  /* width: 150px; */
  height: 45px;
}

.item-new .info-new .name-new:hover {
  color: #c99734;
}

.news-home {
  padding: 40px 0 30px;
}

.news-home .seemorr-news {
  color: #ffec80;
  border-image-source: linear-gradient(
    252.27deg,
    #98693c -1.06%,
    #3a1d01 110.82%
  );
  background: linear-gradient(252.27deg, #98693c -1.06%, #3a1d01 110.82%);
}

.new-relate {
  padding-top: 45px;
}

.new-relate .item-news-relate {
  padding: 15px 0;
}

.new-relate .item-news-relate .img-new {
  width: 120px;
  height: auto;
}

.new-relate .item-news-relate .img-new img {
  width: 100%;
}

.new-relate .item-news-relate .info-new {
  width: calc(100% - 120px);
  padding-left: 15px;
}

.new-relate .item-news-relate .info-new .name-new {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4c2603;
}

.new-relate .item-news-relate .info-new .name-new:hover {
  color: #b68a39;
}

.title-new-slidebar {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #4c2603;
}

.title-new-slidebar::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 80%;
  top: 0;
  left: 0;
  background: #4c2603;
  z-index: 10;
}

.la-rung-rinh.right {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

.la-rung-rinh.right img {
  object-fit: contain;
  -webkit-animation: rung-rinh 5s infinite;
  -moz-animation: rung-rinh 5s infinite;
  -o-animation: rung-rinh 5s infinite;
  animation: rung-rinh 5s infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: 150% 150%;
  -moz-transform-origin: 150% 150%;
  -ms-transform-origin: 150% 150%;
  -o-transform-origin: 150% 150%;
  transform-origin: 150% 150%;
  -webkit-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -moz-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  -o-transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
  transition-timing-function: cubic-bezier(0.35, -0.6, 0.795, 1.64);
}

@media all and (min-width: 1260px) {
  .container_all_news {
    max-width: 1230px;
  }
}

.pat-40 {
  padding-top: 60px;
}

.social-fixed {
  position: fixed;
  top: 20%;
  right: 0;
  display: block;
  z-index: 998;
}

.social-fixed .item-social {
  padding: 5px 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--web-color);
  margin-bottom: 5px;
  transition: 0.5s;
}

.social-fixed .item-social .text-btn {
  color: #fff;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
}

.social-fixed .item-social:hover {
  color: var(--web-color);
  background: #fff;
}

.cl_custom {
  color: var(--web-color) !important;
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--web-color);
}

.btn-bao-gia {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 100%;
  max-width: 200px;
  padding: 6px 10px 4px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  background: var(--web-color);
  box-shadow: 1px 1px 10px #fff;
  z-index: 998;
}

.btn-bao-gia:hover {
  color: #fff !important;
}

.btn-notifications {
  position: fixed;
  bottom: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 99;
}

.btn-notifications span {
  display: block;
  font-size: 25px;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  color: #0d5996;
  background: #fff;
  position: relative;
}

.btn-notifications span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(255, 223, 97, 0.75);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-notifications span::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(255, 223, 97, 0.75);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-notifications span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-call {
  position: fixed;
  bottom: 20px;
  left: 35px;
  cursor: pointer;
  z-index: 99;
}

.btn-call > a {
  display: block;
  font-size: 16px;
  /* width: 45px; */
  /* height: 45px; */
  margin: auto;
  border-radius: 10px;
  /* line-height: 45px; */
  text-align: center;
  color: #fff;
  background: red;
  position: relative;
  padding: 5px 10px;
  box-shadow: 1px 1px 10px #595d59;
}
.btn-call:hover a {
  box-shadow: 1px 1px 10px #d9e6d9bf;
}
/* .btn-call span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px #0f4180;
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-call span::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: #0f4180;
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
} */

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.1;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.2);
    opacity: 0.1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
}
.utilities-hot .content-utilities .s-content {
  color: #fff;
}
.main-popup-regis .frame-frm-regis {
  background: var(--web-color);
  border: 2px solid #fafacf;
}
