body {
  overflow-x: hidden;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

:focus {
  outline: none !important;
}

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

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

a:hover {
  text-decoration: none;
}

.tg_header a,
.tg_content a,
.tg_footer a {
  text-decoration: none;
}

.tg_header,
.tg_content,
.tg_footer {
  font-size: 1.6rem;
}

.mycom_sticky {
  position: sticky;
  top: 10rem;
}
@media (max-width: 767px) {
  .mycom_sticky {
    position: inherit;
    top: inherit !important;
  }
}

.tg_content .tg_content_breadcrumb {
  margin: 0;
}
.tg_content .tg_content_breadcrumb_general {
  position: relative;
}
.tg_content .tg_content_breadcrumb_general_figure {
  position: relative;
}
.tg_content .tg_content_breadcrumb_general_figure figure {
  height: 70rem;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}
.tg_content .tg_content_breadcrumb_general_figure figure::before {
  position: absolute;
  content: "";
  background: url(../images/mycom-breadcrumb-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10rem 10rem;
  background-size: cover !important;
  top: 0;
  left: 0;
}
.tg_content .tg_content_breadcrumb_general_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 10rem 10rem;
}
.tg_content .tg_content_breadcrumb_general_widget .tg_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  display: flex;
  align-items: center;
}
.tg_content .tg_content_breadcrumb_general_widget_inner b {
  font-size: 7rem;
  line-height: 120%;
  color: #fff;
  font-weight: 800;
  font-style: normal;
}
.tg_content .tg_content_breadcrumb_general_widget_inner p {
  font-size: 4.6rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  margin: 3.2rem 0 0 0;
}/*# sourceMappingURL=cuong.css.map */