/*!
Theme Name: Hello Theme
Theme URI: http://underscores.me/
Author: Hello Theme
Author URI: https://wordpress.org/
Description: Đây làm theme của Wordpress
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hello-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --color-primary: #c76c3d;
  --color-secondary: #2D2D2D;
  --color-text: #000000;
  --color-white: #ffffff;
  --border-color: #cccccc;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.3;
  color: var(--color-white);
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Roboto", sans-serif;
  background-color:  #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 15px;
}
h1 {
  font-size: 2em;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
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,
[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;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[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;
  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;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
p {
  margin-top: 0;
  margin-bottom: 10;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
ol.menu *,
ul.menu *,
ol.menu ul,
ul.menu ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
  height: 43px;
}
.select2-container--default .select2-selection--single,
body input:not(input[type="radio"],input[type="checkbox"]),
body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px 17px;
  border-color: var(--color-secondary);
}
.select2-container--default .select2-selection--single:focus,
body input:not(input[type="radio"],input[type="checkbox"]):focus,
body textarea:focus {
  border-color: var(--color-secondary);
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 10px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
table > tr > td,
table > tr > th {
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-branding {
  padding: 15px 0 12px;
}
.site-branding img {
  max-height: 140px;
}

#masthead .w_tran_menu{
    position: relative;
    width: 170px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 99;
}
#masthead .w_tran_menu.close_menu {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}
#masthead .btn_mb {
    width: 30px;
    height: 30px;
    background:var(--color-white);
    text-align: center;
    position: fixed;
    left: 0px;
    top: 0;
    cursor: pointer;
    z-index: 9999;
    color: var(--color-primary);
}
#masthead .close_menu .btn_mb {
    right: -60px;
    left: auto;
}
.flex_btn {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    transition: all 0.5s;
}
.btn_mb i {
    font-size: 20px;
}
#masthead .left_menu {
    width: 170px;
    position: fixed;
    left: 30px;
    top: 0px;
    height: 100vh;
    background: rgba(22, 27, 29, 0.8);
    z-index: 999;
    padding: 0px 15px 0px 15px;
}
#masthead .left_menu_mb {
    left: 30px;
}
.ft_sidebar {
    position: fixed;
    bottom: 104px;
}
.ft_sidebar .hotline {
    display: flex;
    align-items: center;
    margin-top: 20px;
    line-height: 1.4;
    margin-left: 3px;
}
.ft_sidebar .img_hotline {
    margin-right: 5px;
}
.ft_sidebar .tt_hotline {
    display: flex;
    flex-direction: column;
}
.ft_sidebar .tt_hotline span:nth-child(1) {
    font-size: 12px;
    color: var(--color-white);
}
.ft_sidebar .tt_hotline span:nth-child(2) {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 600;
}
.ft_sidebar .tt_hotline a {
    color: var(--color-primary);
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.main-navigation{
      margin-top: 5px;
    margin-left: 4px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.main-navigation ul li {
    position: relative;
        display: block;
    padding: 7px 0px;
}
.main-navigation li a {
    color:var(--color-white);
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s;
}
.main-navigation li a:hover,
.main-navigation li.current-menu-item a{
   color: var(--color-primary);
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.form-test input[type="submit"] {
  display: none;
}
.site-content {
  padding-top: 40px;
}

.vertical-scrolling {
    width: 100%;
    height: 100%;
}



.slider-banner-home .container-slider-inner-text {
    vertical-align: middle;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 50%;
    right: 50%;
    font-size: 15px;
    transform: translate(50%, 50%);
    width: 95%;
    text-align: right;
}
.slider-banner-home .container-slider-inner-text .box{
  text-shadow:0px 1px 4px #000;
}

.slider-banner-home .back-img{
    height: 100%;
    width: 100%;
    background-image: var(--back-slide);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}


.slider-banner-home .swiper-pagination{
    position: absolute;
    z-index: 2;
    position: absolute;
    bottom: 80px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-banner-home .swiper-pagination span{
      width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid #9f9b99;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 11px;
    margin: 0 4px;
    transition: 0.3s;
    background-color: transparent;
    opacity: 1;
}

.slider-banner-home .swiper-pagination span.swiper-pagination-bullet-active{
  background-color: var(--color-primary);
}

.back-section {
  background-size: cover;
  background-image: var(--back-section);
  background-position: center center;
  background-repeat: no-repeat;
}

#fullpage .group-central .content-main{
  position: relative;
    width: 100%;
    display: flex;
    text-align: center;
    height: 100vh;
    justify-content: center;
    align-items: center;
    /*padding-bottom: 43px;*/
}
.contentab-s .item-tabs:not(.active){
  display: none;
}
.box-thietke {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 40px;
    color: #fff;
    align-self: flex-start;
    margin-top: 1%;
    margin-left: 240px;
}

.box-thietke.custom2 {
    margin-top: 0;
    margin-bottom: 0;
    align-self: center;
}
.box-thietke-l {
    width: 50%;
}
.list_thietkenoithat {
    display: grid;
            grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

.list_thietkenoithat a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top:70%;
}
.list_thietkenoithat a img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.list_thietkenoithat a span{
      position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: rgb(255 255 255 / 0.7);
    padding: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: var(--color-primary);
    transition: 0.5s;
    transform: translateY(100%);
    text-transform: uppercase;
    line-height: 17px;
    text-align: left;
}
.list_thietkenoithat a:hover span {
    transform: unset;
}
.link-tax a{
  font-size: 12px;
    color: var(--color-white);
    text-transform: uppercase;
    display: block;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 50%);
    max-width: 7rem;
    border-radius: 30px;
    margin: 15px auto auto;
        padding: 8px 0;
}
.link-tax a:hover {
    color:var(--color-primary);
}
.box-thietke-r {
    width: 48%;
    padding: 0px 1%;
}
.box-video .tit,
.box-thietke-r .tit {
    text-align: center;
    font-size: calc(100vw / 70);
    color: var(--color-primary);
    font-weight: bold;
    text-transform: uppercase;
    background: url(assets/images/td.png) bottom center no-repeat;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.box-video .des,
.box-thietke-r .des {
    font-size: calc(100vw / 107);
    text-align: center;
    padding: 0px;
    line-height: 1.4;
        text-align: justify;
}

.box-thietke-r .list {
    text-align: center;
    margin: 30px 0;
    padding: 0 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    row-gap: 14px;
    column-gap: 30px;
}
.box-thietke-r .list a {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: inherit;
}
.box-thietke-r .list a:hover,
.box-thietke-r .list a.active{
  color:var(--color-primary);
}

.cong-trinh-home .box-thietke-l{
  order: 2;
      padding-left: 40px;
}
.box-video .des{
    width: 864px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
}
.box-video{
  width: 100%;
}

.videol{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
}

.videol a{
  display: block;
}
.scale-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.video_item .scale-img {
    height: 0;
    padding-bottom: 56%;
    display: block;
    width: 100%;
}
.video_item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}
.video_item a img.play {
    width: 50px;
    height: auto;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scale-img:hover > img {
    transform: scale(1.1);
}
.video_item a span{
  position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    background: transparent;
    color:var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 22px;
    max-height: 4rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0;
    text-transform: uppercase;
    margin: 1rem 0 0;
}
.video_item a:hover span{
  color: var(--color-primary);
}

.videor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 35px;
    margin: 15px 0 0;
}
.box-video .list {
    display: block;
    margin: 0 15%;
}
.box-video .list a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 6px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
}
.box-video .list a:hover,
.box-video .list a.active{
  color: var(--color-primary);
}
.cauchuyenthietke_item a {
    display: block;
    overflow: hidden;
    position: relative;

}
.cauchuyenthietke_item a img {
    display: block;
    width: 100%;
        transition: 0.5s;
}
.cauchuyenthietke_item p{
  margin-bottom: 0;
}
.cauchuyenthietke_item a span {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: calc(20px * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
.cauchuyenthietke_item a:hover span{
  color: var(--color-primary);
}
.cauchuyenthietke_item a p.mota {
    color: #ccc;
    font-size: 13px;
    text-align: left;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tin-tuc-home .item-tabs:not(.active){
  display:none;
}

.left_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_contact {
    float: left;
    width: 49%;
    color: var(--color-white);
}
.thanh_contact {
    line-height: 1.8;
    position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.thanh_contact:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 2px;
    background: var(--color-white);
}
.descriptions_contact{
  margin-bottom: 1.5em;
}
.dia-chi .itlem{
  margin-bottom: 1.5em;
}
.dia-chi .itlem:last-child{
  margin-bottom: 0;
}
.dia-chi .itlem p.tite{
   margin-bottom: 4px;
}
.dia-chi .itlem p.dc{
   margin-bottom: 0;
   color:#D3D3D3;
}

.form_lh{
      width: 49%;
}
.form_lh .lien-he{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_lh .lien-he > div {
      width: 48.5%;
}
.form_lh .lien-he > div.textarea_noidung{
  width: 100%;
}
.form_lh .lien-he input,
.form_lh .lien-he textarea{
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-white);
  height: 40px;
  padding-left: 0;
      border-bottom: 1px solid var(--color-white) !important;
      color: var(--color-white);
          font-size: 13px;
}
.form_lh .lien-he textarea{
      margin: 10px 0px 10px 0px;
      height: 100px;
}
.form_lh .lien-he input::placeholder,
.form_lh .lien-he textarea::placeholder{
color: var(--color-white);
opacity: 2;
}
.w_submit input{
  font-size: 13px;
}
.w_submit input:hover{
      background: #007bff !important;
    border-color: #007bff;
    color: #fff;
}
.right_contact {
    margin-top: 20px;
}
.w_bando_lh {
    height: 400px;
    overflow: hidden;
    margin-top: 30px;
}
.w_bando_lh iframe {
    width: 100%;
    height: 400px;
}
h1.entry-title.tieude{
    font-size: 19px;
    text-transform: uppercase;

}
.entry-meta{
      font-style: italic;
}
.right_tintuc{
      width: 265px;
}
.post-navigation{
  display: none;
}
.title_tinkhac {
    font-size: 16px;
    padding-bottom: 0px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-primary);
    display: block;
    text-transform: uppercase;
    color: var(--color-primary);
}
.categories-post-slider .thanh_title {
    position: relative;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    justify-content: left;
}

.categories-post-slider .thanh_title span {
    font-size: 16px;
    color: var(--color-white);
    display: inline-block;
    background: #444444;
    z-index: 123;
    position: relative;
    padding-right: 10px;
}
 .categories-post-slider .thanh_title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc52;
    left: 0;
    top: 15px;
    z-index: 1;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.left_tintuc {
    float: left;
    width: calc(100% - 285px);
}
.item_detail {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
.categories-post-slider .item .product_images a{
  display: flex;
  flex-wrap: wrap;

}
.categories-post-slider .item .product_images a span.thumbnail{
     width: 100px;
}
.categories-post-slider .item .product_images a span +span{
      padding-left: 10px;
    font-size: 13px;
    width: calc(100% - 100px);
    color: var(--color-white);
}
.entry-header .entry-title.thanh_title {
    position: relative;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 400;
    justify-content: left;
        font-size: 16px;
}
.cong-trinh .main_img_detail {
    width: 55%;
}
.cong-trinh .main_img_detail a{
  display: block;
  line-height: 1;
}
.cong-trinh .main_img_detail img{
  height: 379px !important;
  object-fit: cover;
}
.cong-trinh .main_img_detail {
    width: 55%;
}
.cong-trinh #hinhcon_mo{
    width: 44%;
    overflow-x: hidden;
    overflow-y: auto;
        height: 379px;
}
.cong-trinh #hinhcon_mo::-webkit-scrollbar{width:4px;background:#202425;}
.cong-trinh #hinhcon_mo::-webkit-scrollbar-thumb{background:var(--color-primary);}
.cong-trinh #hinhcon_mo::-webkit-scrollbar-thumb:hover{background:var(--color-primary);}
.cong-trinh #hinhcon_mo .div_css{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
.padding_30 {
    padding-left: 30px !important;
    width: 100% !important;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.right_noidung {
    padding-left: 230px;
    padding-right: 30px;
    padding-top: 20px;
}
.right_noidung {
    transition: all 0.8s;
}
.div_css{
  row-gap: var(--bs-gutter-x);
}
.item .product_images {
    position: relative;
    padding: 0px;
}

.item .product_images a{
  display: block;
}
.hidden_img {
    z-index: 999;
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    height: 100%;
}
.item .product_images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -transition: 0.5s;
}
.item .product_images:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.wraper_trangtrong img {
  max-width: 100% !important;
  height: auto !important;
}
.desc_pro {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    color:var(--color-primary);
    background: rgb(255 255 255 / 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    transform: translateY(100%);
    text-transform: uppercase;
}
.desc_pro span {
    display: block;
}
.desc_pro p {
    font-size: 14px;
    display: block;
    line-height: 1;
}
.item .product_images:hover .desc_pro {
    transform: unset;
}
.misha_pagination{
  margin-top: 30px;
  margin-bottom: 30px;
}
.misha_pagination ul{
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
        list-style: none;
        margin: 0;
}
.misha_pagination ul li span,
.misha_pagination ul li a {
    background: transparent;
    border: 1px solid #cccccc69;
    color: #ccc;
    font-weight: normal;
    padding: 1px 4px;
    font-size: 11px;
    height: 24px;
    line-height: 22px;
    min-width: 28px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid #9f9b99;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 11px;
    margin: 0 4px;
    transition: 0.3s;
    cursor: pointer;
}
.misha_pagination ul li span,
.misha_pagination ul li a:hover{
  background-color: var(--color-primary);
}
.thanh_title{
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 14px;
  align-items: center;
    justify-content: center;
}
.thanh_title{
  margin-bottom: 30px;
}
.thanh_title a{
      font-size: 16px;
    color: var(--color-white);
    margin-bottom: 0px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
}
.thanh_title a.active_tab_cat{
  color: var(--color-primary);
}

.content_trangcon{
  margin-bottom: 30px;
}

.margin-tintuc .has-paging{
  row-gap: var(--bs-gutter-x);
}
.flex_boxnew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.custom-banner {
    overflow: hidden;
    position: relative;
}
.img_boxnew {
    width: 100%;
}
.custom-banner .ov1,
.custom-banner .ov2,
.custom-banner .ov3,
.custom-banner .ov4 {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    position: absolute;
    background:var(--color-white);
    z-index: 1;
}
.custom-banner .ov1 {
    left: 100%;
    top: 7%;
    width: 100%;
    height: 1px;
}
.custom-banner a:hover .ov1 {
    left: 0%;
}

.custom-banner .ov2 {
    top: 100%;
    right: 5%;
    height: 100%;
    width: 1px;
}
.custom-banner a:hover .ov2 {
    top: 0%;
}
.custom-banner .ov3 {
    right: 100%;
    bottom: 10%;
    width: 100%;
    height: 1px;
}
.custom-banner a:hover .ov3 {
    right: 0%;
}
.custom-banner .ov4 {
    left: 8%;
    bottom: 100%;
    height: 100%;
    width: 1px;
}
.custom-banner a:hover .ov4 {
    bottom: 0%;
}
.img_boxnew img {
    width: 100%;
}
.info_boxnew {
    width: 100%;
    margin-top: 10px;
}
.info_boxnew h3 {
    font-size: 16px;
    color: var(--color-white);
    line-height: 20px;
    text-transform: uppercase;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}

.info_boxnew h3:hover {
    color: var(--color-primary);
}
.info_boxnew p {
    font-size: 13px;
    color:var(--color-white);
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 45px;
    overflow: hidden;
}
.xemtintrong {
    color: #fff;
}


/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  opacity: 0;
  visibility: hidden;
}
#back-top.slow-back-top {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  color: var(--color-white);
}
.box-contact {
    align-self: flex-start;
    color: var(--color-white);
    width: 100%;
    margin-left: 23%;
    margin-right: 40px;
    padding-top: 90px;
    text-align: left;
}
.box-contact-top {
    display: flex;
    flex-wrap: wrap;
}
.box-contact-top + .box-contact-top {
    margin-top: 70px;
}
.box-contact-top-l {
    width: 365px;
    padding-right: 50px;
    font-size: 12px;
}
.box-contact-top-r {
    width: calc(100% - 365px);
    font-size: 12px;
}
.box-contact-top .widget-top .widget-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.box-contact-top .widget-top .widget-title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}
.box-contact-top{
  line-height: 1.5;
}
.tit_f {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.infor_footer p {
    display: flex;
    align-items: flex-start;
}
.infor_footer p i {
    margin: 5px 10px 0 0;
    font-size: 14px;
}
#colophon .content-main{
      position: relative;
    width: 100%;
    display: flex
;
    text-align: center;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding-bottom: 43px;
}
.fp-watermark{
  display: none;
}
#fp-nav ul li{
      width: 10px;
    height: 10px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{
        width: 10px !important;
    height: 10px !important;
    background-color: var(--color-white);
        margin: -5px 0 0 -5px !important;
}
#fp-nav ul li a.active span{
  background-color: var(--color-primary);
}
.lkweb_ft {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
}
.lkweb_ft a + a {
    margin: 0 0 0 10px;
}


#dang-ky .modal-header{
background-color: var(--color-primary);
position: relative;
}
#dang-ky .modal-header .modal-title{
  width: 100%;
  text-align: center;
      font-size: 1.25rem;
}
#dang-ky .modal-header .btn-close{
    position: absolute;
    top: 61%;
    right: 12px;
    z-index: 8;
    transform: translateY(-50%);
    background-color: transparent;
}
#dang-ky label span,
#dang-ky label{
  width: 100%;
  margin-bottom: 10px;

}
#dang-ky label input,
#dang-ky label textarea{
      width: 100%;
    
    padding: 5px;
    border: 1px solid rgba(213, 128, 80, 0.6);
    color: #000;
        font-size: 14px;
        height: 37px;
}
#dang-ky .modal-body textarea::placeholder,
#dang-ky .modal-body input::placeholder{color:#bababa!important}
#dang-ky label textarea{
  height: 112px;
}
#dang-ky .w_submit input {
    width: 50%;
    margin: auto;
    display: block;
    border: none !important;
    background-color: var(--color-primary) !important;
    color:var(--color-white) !important;
    text-transform: uppercase;
    transition: all .3s;
    float: none;
    height: 35px;
    padding: 5px 20px;
}
.bt-dang-ky, .bt-dang-ky:hover, .bt-dang-ky:focus {
    background: linear-gradient(#cf8934, #844900, #6a4000);
    color: #ffffff;
    border: 1px solid #ad8548;
    border-radius: 15px;
    z-index: 9999;
    box-shadow: none;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/

.menu-on-mobile {
    position: fixed;
    z-index: 1234;
    width: 100%;
    background: #2E2E2E;
    -webkit-box-shadow: 1px 2px 3px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 1px 2px 3px 2px rgba(50,50,50,0.3);
    box-shadow: 1px 2px 3px 2px rgba(50, 50, 50, 0.3);
    top: 0;
    padding: 0 10px;
    display: none;
}
.menu-on-mobile .xheader {
}

.menu-on-mobile .xheader .toggle-menu {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.menu-on-mobile .xheader .toggle-menu i {
    font-size: 22px;
    position: relative;
    color: var(--color-primary);
    top: 3px;
}
.menu-on-mobile .logo-mobile img {
    width: 55px;
}
.menu-on-mobile .name-mobile {
    font-size: 23px;
    position: relative;
    top: 3px;
    color:var(--color-white);
    letter-spacing: 2px;
    font-weight: bold;
}
@media (max-width: 1000px) {
  #masthead .btn_mb,
  #masthead .left_menu_mb{
    display: none;
  }
  .box-thietke,
  .box-thietke.custom2 {
    margin: 0;
    margin-top: 6%;
    align-self: flex-start;
    align-content: flex-start;
    width: 95%;
    flex-wrap: wrap;
  }
  .box-thietke {
    height: calc(100vh - 20%);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .box-thietke {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .box-thietke-l {
    width: 100%;
    order: 3 !important;
    padding: 0;
    margin-top: 2%;
  }
  .box-thietke-r {
    width: 100%;
  }
  .box-video .tit,
  .box-thietke-r .tit{
    font-size: 23px;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .box-thietke-r .des {
    display: none;
  }
  .box-thietke-r .list a {
    margin: 0px 5px;
    display: none;
  }
  .box-thietke-r .list {
    margin: 10px 0 0;
    padding: 0;
  }
  .cong-trinh-home .box-thietke-l{
    padding-left: 0;
  }
  .videobbbb{
    margin-top: 20px;
  }
  .video_item a img.play {
    display: none;
  }
  .videor,
  .list_thietkenoithat,
  .videol {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .box-contact{
    width: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 !important;
  }
  .box-contact-top-l {
    width: 100%;
    padding: 0;
  }
  .box-contact-top-r {
    width: 100%;
    margin-top: 15px;
  }
  .slider-banner-home .container-slider-inner-text{
    text-align: center;
  }
  .right_noidung {
    padding: 15px !important;
  }
  .form_lh,
  .form_contact{
    width: 100%;
  }
  .left_contact {
    row-gap: 35px;
  }
  .cong-trinh #hinhcon_mo,
  .cong-trinh .main_img_detail img {
    height: 202px !important;
  }
  .cong-trinh #hinhcon_mo .div_css {
    grid-template-columns: repeat(5, 1fr);
  }
  .menu-on-mobile{
    display: block !important;
  }
  .left_menu_mb.clone-menu {
    display: block;
    width: 100%;
    left: 0;
    z-index: 12345;
    height: 100vh;
    overflow: auto;
    padding: 30px;
    padding: 20px;
    padding-top: 3px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%,0,0);
    -ms-transform: translate3d(-99%,0,0);
    -o-transform: translate3d(-99%,0,0);
    left: -1%;
    visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
    -o-transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
    transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
        background: rgba(22, 27, 29, 0.8);
  }
  .open-menu .left_menu_mb.clone-menu {
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    left: 0;
    height: 100vh !important;
    overflow: hidden;
  }
  .left_menu .toggle-close-menu {
    display: none;
}
    .clone-menu .toggle-close-menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #fff;
        font-size: 25px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        text-align: center;
        z-index: 30;
        cursor: pointer;
    }
    .left_menu_mb.clone-menu .sidebar_menu {
        margin-top: 5px;
        margin-left: 4px;
        max-height: calc(100vh - 200px);
        overflow: auto;
    }
      .left_menu_mb.clone-menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .left_menu_mb.clone-menu .sidebar_menu li {
    display: block;
    padding: 7px 0px;
  }
  .left_menu_mb.clone-menu .sidebar_menu ul li {
    position: relative;
  }
  .left_menu_mb.clone-menu .sidebar_menu li a {
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.2s;
    color:var(--color-white);
  }
  .left_menu_mb.clone-menu .sidebar_menu li.current-menu-item a{
    color: var(--color-primary);
  }
      .w_vgas_slider {
        padding-top: 55px;
        -webkit-transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
        -o-transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
        transition: transform 0.5s cubic-bezier(0.79,0.14,0.15,0.86);
    }
}
@media (max-width: 800px) {
  .right_tintuc,
  .left_tintuc{
    width: 100%;
  }
  .content_trangcon {
    row-gap: 20px;
  }
  .slider-banner-home .back-img {
    background-size: cover;
  }
  .left_menu_mb.clone-menu .sidebar_menu {
    max-height: calc(100vh - 120px);
  }

} 

@media (max-width: 768px) {
  .cong-trinh #hinhcon_mo,
 .cong-trinh .main_img_detail{
    width: 100%;
  }
  .chitiet_sanpham .img_detail{
    row-gap: 10px;
  }
  .cong-trinh .main_img_detail img{
    height: auto !important;
  }

}
@media (max-width: 600px) {
  .form_lh .lien-he > div{
    width: 100%;
  }
     .left_menu_mb.clone-menu .sidebar_menu {
        max-height: calc(100vh - 120px);
    }
}
@media (min-width: 500px) {

}
@media (min-width: 1001px) {
  .left_menu_mb.clone-menu{
    display: none;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1000px;
  }
}
