@charset "UTF-8";
@import "base.css";
/*@import "font-family.css";*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");*/
:root {
    /*--f-main: "Montserrat", sans-serif;*/
    --f-main: "Open Sans", sans-serif;
    --txt: #666666;
    --mcolorbold: #c1272d;
    --mcolor: #fec10a;
    --scolor: #ed1b23;
    --cl-gray: #7b7b7b;
    --white: #fff;
    --cl-ttl: #363636;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover,
a:active {
  text-decoration: none;
}
table {
  width: 100%;
}
p {
  margin: 0 0 1.5em;
}

.section {
  padding: 0 0 30px;
}
p,
dd,
td,
th,
li {
  line-height: 1.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 60px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Header                                     */
/*==========================================================================*/
h1 {
  display: none;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: var(--white);
  text-align: center;
  padding: 10px 0;
}
#header .container{

width: 100%;
    padding: 0 3%;
}
.h_main {
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.h_name {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.h_top {
  padding: 6px 0 7px;
  color: var(--white);
  border-bottom: 1px solid #2a2a2a;
}
.h_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_top_left {
  display: flex;
}
.h_top_left p {
  margin-bottom: 0;
  color: var(--cl-gray);
  font-size: 12px;
}
.h_time {
  padding-right: 15px;
  margin-right: 23px;
  border-right: 1px solid var(--cl-gray);
}
.h_email {
  padding-left: 23px;
  background: url(/assets/images/icon_mail.svg) no-repeat left center/13px auto;
}
.h_email a {
  text-decoration: none;
  color: var(--cl-gray);
}
.h_top_right {
  display: flex;
  align-items: center;
}
.h_follow {
  display: flex;
  align-items: center;
}
.h_ttl_follow {
  margin-right: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
.h_follow_link {
  display: flex;
  margin-right: 11px;
}
.h_follow_link li {
  margin-right: 8px;
}
.h_search {
  position: relative;
  margin: auto;
  z-index: 99;
}
.h_search input {
  border-radius: 100px;
  border: 1px solid var(--cl-gray);
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 21px 4px;
  width: 202px;
  color: var(--white);
  font-size: 14px;
}
.h_search input::placeholder {
  color: var(--cl-gray);
  opacity: 1; /* Firefox */
}
.h_search input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--cl-gray);
}
.btn_search {
  position: absolute;
  right: 21px;
  top: calc(50% - 6px);
  z-index: 1;
  background: url(/assets/images/icon_search.svg) no-repeat center/contain;
  width: 14px;
  height: 12px;
  outline: 0;
  border: none;
  cursor: pointer;
}

.h_lang {
  margin: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.h_lang a {
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  background: var(--mcolor);
  color: #000;
  transition: all 0.3s;
  font-weight: 600;
}
.h_lang a.active {
  background: rgba(123, 123, 123, 0.5);
  color: var(--mcolor);
}
.h_lang a:hover {
  opacity: 0.7;
}
.h_hotline a {
  text-decoration: none;
  font-weight: bold;
  padding-left: 43px;
  background: url(/assets/images/h_tel_red.svg) no-repeat left center/30px auto;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.logo {
  margin: 0;
}
.logo img {
  width: 120px;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  margin: 0 10px;
}
.gnavi li {
  position: relative;
}
.gnavi > li.over > a {
  padding-right: 23px;
  background: url(/assets/images/mn_arrown.svg) no-repeat right 5px center / 12px
    auto;
}
.gnavi > li > a {
  display: block;
  text-decoration: none;
  padding: 29px 10px;
  border-radius: 10px;
  font-size: 13px;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  z-index: 0;
  color: var(--mcolor);
  text-transform: uppercase;
}
.gnavi > li.active > a,
.gnavi > li:hover > a {
  color: var(--scolor);
}
.submenu li {
  padding: 0 30px;
}
.submenu {
  position: absolute;
  background: var(--white);
  display: none;
  padding: 10px 0;
  left: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}
.submenu a {
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  color: #121212;
  display: block;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.submenu li:last-child > a {
  border-bottom: none;
}
.submenu a:hover {
  color: var(--scolor);
}
.has_child .submenu {
  left: calc(100% + 5px);
  margin-top: 0;
  top: -10px;
}
.submenu li.has_child:after {
  content: "";
  position: absolute;
  border: solid var(--txt);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 30px;
  top: 14px;
}
#gnavi {
  display: flex;
  justify-content: center;
}
#header.fixed {
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
#header.fixed .h_top,
#header.fixed .h_top_ttl .logo img,
#header.fixed .h_name,
#header.fixed .h_top_ttl .h_search {
  display: none;
}
.bgc-main span,
.bgc-main span::after,
.bgc-main span::before {
  background-color: #000;
}
.fixed .h_right {
  top: 30px;
}
.bgc-main .active span {
  background-color: #00000000;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: var(--f-main);
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1366px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
.df {
  display: flex;
  flex-wrap: wrap;
}
.df-n {
  display: none !important;
}
.ai-c {
  align-items: center;
}
.jc-c {
  justify-content: center;
}
.jc-sw {
  justify-content: space-between;
}
.jc-fe {
  justify-content: end;
}
.cl-b {
  color: var(--cl-ttl);
}
.bgc-main {
  background-color: var(--scolor);
}
.h_top_ttl {
  position: relative;
}
.h_right {
  position: absolute;
  display: flex;
  top: 30%;
  right: -14px;
}
.menu-icon {
  width: 53px;
  height: 35px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 8px;
  z-index: 99999;
  margin-left: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-icon span {
  display: block;
  margin-right: 7px;
  width: 30px;
  height: 4px;
  background-color: #fff;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;

  top: calc(50% - 10px);
  left: 0;
  position: relative;
}
.menu-icon span::after {
  margin-top: 10px;
}
.menu-icon span::before {
  margin-top: -10px;
}
.menu-icon span::after,
.menu-icon span::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  -moz-transition-delay: 0.2s, 0;
  -ms-transition-delay: 0.2s, 0;
  -o-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}
.menu-icon.active span {
  background-color: transparent;
}
.menu-icon.active span::before,
.menu-icon.active span::after {
  margin-top: 0px;
  -webkit-transition-delay: 0, 0.2s;
  -moz-transition-delay: 0, 0.2s;
  -ms-transition-delay: 0, 0.2s;
  -o-transition-delay: 0, 0.2s;
  transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.active span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.bg .menu-icon span,
#header.bg .menu-icon span::after,
#header.bg .menu-icon span::before,
#header.bg .menu-icon.active span::after,
#header.bg .menu-icon.active span::before {
  background-color: var(--cl-ttl);
}
#header.bg .menu-icon.active span {
  background-color: transparent;
}
#moveDown {
  background-color: transparent;
  color: white;
  width: 55px;
  height: 55px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 6;
  left: calc(50% - 30px);
  bottom: 5%;
  border: 2px solid #ffff;
}
#moveDown i {
  font-size: 24px;
}
#moveDown:hover {
  background-color: #c1272d;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

#moveDown:active {
  background-color: #1c5985;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(2px);
}
.boxmenu_container {
  position: absolute;
  background: #c1272d;
  height: calc(150vh - 65px);
  width: 300px;
  top: -80px;
  z-index: -1;
  right: -100%;
  display: none;
  transition: all ease 0.5s;
  padding: 20px;
}
.boxmenu_container.active {
  display: block;
  z-index: 10;
}
.box_dmmenu {
  margin-top: 150px;
  margin-right: 70px;
  text-align: end;
}
.box_dmmenu li {
  padding: 10px 0;
}
.searchform_dropdown {
  position: absolute;
  z-index: 20;
  right: -45px;
  background: var(--white);
  top: 100%;
  width: 230px;
  border-top: 3px solid var(--m-color);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 0.25s ease-in-out;
}
.searchform_dropdown.active {
  display: block;
}
.searchform_dropdown input {
  display: block;
  outline: 0;
  border: 0;
  width: 100%;
  background: #f4f4f4;
  height: auto;
  line-height: 1.65;
  padding: 10px 45px 10px 10px;
  position: relative;
}

.btn_search {
  position: absolute;
  top: 12px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.box01 {
  width: 100%;
  background: url(/assets/images/bgbox.jpg) no-repeat center / cover;
  height: 90%;
  
}
.under_mainvisual {
  background-image: url(https://newtecons.vn/wp-content/uploads/2022/02/du-an.jpg);
  width: 100%;
  height: 100%;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
  font-size: 12px;
  color: #f8fcff;
  line-height: 16px;
}
.breadcrumb-list > li {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb-list > li a {
  font-size: 12px;
  color: #f8fcff;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb-list > li a:hover {
  opacity: 0.7;
}
.breadcrumb-list > li:not(:last-child) {
  padding-right: 15px;
  margin-right: 5px;
}
.breadcrumb-list > li:not(:last-child)::before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.ud_style1 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 23px;
  color: #fff;
}
.mvs_content {
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
}
.b01_top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2%;
}
.b01_top_ttl {
  background: #fff;
  color: #c1272d;
  font-size: 17px;
  padding: 10px 25px;
  border-radius: 7px;
  font-weight: 700;
  margin: 0 20px;
}
.b01_itm {
  width: calc(100% / 4 - 10px);
  margin: 0;
  position: relative;
}
.b01_itm a {
  display: block;
  height: 100%;
  position: relative;
}

.b01_itm a::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35.67%, rgba(19, 50, 86, 0)),
    to(#fd5959)
  );
  background: -o-linear-gradient(top, rgba(19, 50, 86, 0) 35.67%, #4d0808 100%);
  background: linear-gradient(180deg, rgba(19, 50, 86, 0) 35.67%, #ff2c2c 100%);
}
.b01_itm_img {
  overflow: hidden;
  height: 390px;
  margin: 0;
}
.b01_itm_img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b01_itm_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 15px;
  width: 100%;
  z-index: 1;
}
.b01_year {
  position: absolute;
  right: 0;
  color: #fff;
  background: #c1272d;
  padding: 5px 10px 5px 25px;
  font-weight: 600;
}
.box01_ttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #c1272d;
  width: 370px;
  margin: 15px auto;
  padding: 10px;
}
.box01_main {
  padding: 20px 0;
}
.b01_itm_ttl {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-right: 25px;line-height: 1.4;
}
.b01_itm_des {
     margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.b01_itm_status {
  position: relative;
  color: #9ed68f;
  padding-left: 25px;
  margin: 0;
  display: flex;
  align-items: center;
}
.b01_itm_status::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9ed68f;
  left: 0;
  top: 0;
}
.b01_itm:nth-child(2) .b01_itm_status {
  color: #ffbf00;
}
.b01_itm:nth-child(2) .b01_itm_status::before {
  background: #ffbf00;
}
.b01_itm:nth-child(3) .b01_itm_status {
  color: #40bdd8;
}
.b01_itm:nth-child(3) .b01_itm_status::before {
  background: #40bdd8;
}
.box02 {
  width: 100%;
  background: url(/assets/images/Depositphotos_70889877_S-jpg.webp) no-repeat center /
    cover;
  height: 100%;
  padding: 80px 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.box02_des {
  width: 50%;line-height: 1.4;text-align:justify;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.box02_top {
}
.box02 .fill {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1b1a1a 0%, #1b1a1a 100%);
  opacity: 0.79;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.box02_ttl {
  font-size: 48px;
}
.box02_content {
  position: relative;
}
.box02_content .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -57px;
  background-color: #fff;
  background-position: center;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  outline: 0;
  border: 0;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}

.box02_content .slick-next {
  background-image: url(/assets/images/arrown_next.png);
  left: 90px;
  transition: background 300ms linear 0ms, transform 300ms ease;
}

.box02_content .slick-prev {
  background-image: url(/assets/images/arrown_prev.png);
  left: 20px;
  transition: background 300ms linear 0ms, transform 300ms ease;
}

.box02_content .slick-next:hover {
  background-image: url(/assets/images/arrown_next.svg);
  background-color: #c1272d;
}

.box02_content .slick-prev:hover {
  background-image: url(/assets/images/arrown_prev.svg);
  background-color: #c1272d;
}
.box02_btn {
  text-align: end;
  margin-top: 20px;
}
.box02_btn a {
  color: #fff;
  background: #c1272d;
  padding: 15px 30px;
  display: inline-block;
  transition: all 0.5s;
}
.box02_btn a span {
  display: inline-block;
  transition: transform 0.5s ease;
}

.box02_btn a:hover span {
  transform: scale(1.2); /* Chỉ phóng to chữ */
}
.box02_content p{
    margin:0 4px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  display: flex;
  align-items: center;
  margin: 0 3px;
}

.slick-dots button {
  text-indent: -99999px;
  border: none;
  background: #000;
  width: 16px;
  height: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
.slick-dots .slick-active button {
  width: 32px;
  background: #c1272d;
}
.box03 {
  width: 100%;
    /* background: url(/assets/images/map.jpg) no-repeat top 0% left 0% / cover;
    background-image: url(/assets/images/map.jpg);*/
    background-repeat: no-repeat;
     background-position: center left;
    background-size: 50%;
}
.box04 {
  width: 100%;
    /* background: url(/assets/images/map.jpg) no-repeat top 0% left 0% / cover;
    background-image: url(/assets/images/map.jpg);*/
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 50%;
}
.box03_right,
.box04_right {
  width: 50%;
}
.box03_ttl,
.box04_ttl {
  color: #c1272d;
  padding: 0 20px;
}
.box03_ttl span,
.box04_ttl span {
  font-size: 16px;
}
.box03_ttl p,
.box04_ttl p {
  font-size: 32px;
  margin: 0;
}
.box03_itm,
.box04_itm {
  border: 1px solid #ccc;
  margin: 10px 0;
  background: #fff;
}
.box03_itm .td_ttl,
.box04_itm .td_ttl {
  border: 1px solid #ccc;
}
.box03_itm .td_ttl,
.box04_itm .td_ttl,
.td_txt p {
  margin: 0;
  padding: 15px 25px;
  font-size: 20px;
  color: #606060;
  position: relative;
}
.open {
  color: #c1272d !important;
}
.box03_itm .td_ttl::after,
.box04_itm .td_ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #c1272d;
  -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.5s, 0;
    -moz-transition-delay: 0.5s, 0;
    -ms-transition-delay: 0.5s, 0;
    -o-transition-delay: 0.5s, 0;
    transition-delay: 0.5s, 0;
  top: 50%;
  right: 25px;
}
.box03_itm .td_ttl::before,
.box04_itm .td_ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 30px;
  background-color: #c1272d;
  -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.5s, 0;
    -moz-transition-delay: 0.5s, 0;
    -ms-transition-delay: 0.5s, 0;
    -o-transition-delay: 0.5s, 0;
    transition-delay: 0.5s, 0;
  top: 15px;
  right: 37px;
}
.box03_itm .td_ttl.open::before,
.box04_itm .td_ttl.open::before {
    display: block;
    content: "";
    transform: rotate(90deg);
}

.td_ttl:hover {
  color: #c1272d;
  cursor: pointer;
}
.td_main{display:none;}
.td_main.active{display:block;}
.td_main .td_txt {
  border: 1px solid #ccc;
    padding: 10px 25px;
}
.box04_itm_link {
    display: block;
    color: #606060;
    margin-bottom: 10px;
}
.box01,.box02,.box03{padding-top: 25vh !important;}
.box04{padding-top: 20vh !important;}
.footer {
  padding: 24vh 0;
}
.footer .slick-slide{text-align:center;}
.footer .slick-track {
	display: flex;
    align-items: center;
}
#footer .slick-slide img {
	display: block;
	
	padding: 5px 10px;
	height: 80px !important;
	margin: 0 auto;
}
.form-contact-itm .form-group {
  margin-bottom: 1%;
  width: 49%;
}
.form-group input {
  height: 40px;
}
.form-control {
  width: 100%;
  text-indent: 14px;
  padding: 0px 0;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
/* .form-control:focus {
  font-size: 14px;
} */

.form-group label {
  font-size: 13px;
  font-weight: 700;
}
.footer a {
  text-decoration: none;
}
.f_main {
  display: flex;
  justify-content: space-between;
}
.f_left_ttl {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.f_left,
.f_right {
  width: 50%;
}
.f_left {
  padding-right: 30px;
  padding-top: 30px;
}
.f_left_info_itm {
  width: calc(100% /2 - 10px);
  margin-top:20px;
}

.f_left_info_itm:nth-child(1) {
	
  width: 100%;
}

.f_right {
  background: linear-gradient(to right, #731b13, #c91e1d);
  padding: 35px;
  border-radius: 10px;
}
.form-contact {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}
.form-contact .btn-new {
  background: #e30613;
  color: #fff;
  padding: 10px 70px;
  border-radius: 5px;
}
.form-contact .btn-new span {
  display: inline-block;
  transition: transform 0.5s ease;
  font-size: 14px;
  font-weight: 700;
}

.form-contact .btn-new:hover span {
  transform: scale(1.2); /* Chỉ phóng to chữ */
}
.form-group {
  margin-bottom: 15px;
}
.form-contact-ttl {
  font-size: 30px;
  color: #e30613;
  font-weight: 700;
  padding-bottom: 10px;
}
.f_box2 {
  width: 22%;
  margin-left: 5%;
}
.f_box3 {
  width: 56%;
  max-width: 662px;
  padding-left: 15px;
}
.f_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_menu li {
  margin-bottom: 15px;
}
.f_menu li:nth-child(odd) {
  width: 49%;
}
.f_menu li:nth-child(even) {
  width: 36%;
}
.f_menu a {
  padding-left: 25px;
  background: url(/assets/images/f_arown.svg) no-repeat top 4px left/12px 8px;
  font-size: 16px;
}
.f_ttl {
  font-weight: bold;
  font-size: 24px;
  color: var(--mcolor);
  margin-bottom: 25px;
}
.f_ttl_small,
.f_ttl_socail {
  font-size: 14px;
  color: var(--mcolor);
}
.f_ttl_small {
  text-decoration: underline;
  margin-bottom: 8px;
}
.f_ttl_socail {
  margin-top: 21px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.f_social {
  display: flex;
}
.f_social a:not(:last-child) {
  margin-right: 10px;
}
.f_about_txt {
  line-height: 1.5;
}
.f_add {
  line-height: 1.8;
}
.f_add_1 {
  margin-bottom: 36px;
}
.f_bottom {
  border: 1px solid var(--white);
}
.f_bottom li {
  width: calc(100% / 4);
  padding: 19px 20px 22px 32px;
}
.f_bottom li:first-child {
  padding-left: 20px;
  text-align: center;
}
.f_bottom li:not(:last-child) {
  border-right: 1px solid var(--white);
}
.f_tel {
  padding-left: 48px;
}
.f_tel a {
  font-size: 20px;
}
.f_logo {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_info {
  display: flex;
  align-items: center;
}
.f_info_ttl {
  color: #e30613;
  font-weight: bold;
  margin-bottom: 5px;
}
.f_left_txt,
.f_info_txt {
  font-weight: 400;
  line-height: 1.4;
}
.f_info_txt a,
.f_office_add {
  color: var(--mcolor);
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}
.f_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.f_bottom {
  margin-top: 40px;
}
.f_copyright {
  padding: 31px 0 29px;
  text-align: center;
  color: var(--white);
}
.cm_gallery a {
  height: 127px;
  display: flex !important;
}
.cm_gallery a img {
  margin: auto;
}

/* loading page */
div#loadpage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  background-size: cover;
  transition: 1s all ease-in-out;
}

div#loadpage .mask {
  background-color: #fff;
  transition: 1s all ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
}

div#loadpage.hidden .mask {
  background-color: transparent;
}

div#loadpage .mask span {
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  transition: 1s all ease-in-out;
  background-color: #fff;
  animation: move-back-forth 3s ease-in-out infinite;
}

div#loadpage .mask span:nth-child(even) {
  left: unset;
  right: 0;
}

div#loadpage .mask span:nth-child(1) {
  top: 0;
}

div#loadpage .mask span:nth-child(2) {
  top: 20%;
}

div#loadpage .mask span:nth-child(3) {
  top: 40%;
}

div#loadpage .mask span:nth-child(4) {
  top: 60%;
}

div#loadpage .mask span:nth-child(5) {
  top: 80%;
}

#loadpage.hidden {
  opacity: 0;
  visibility: hidden;
}

div#loadpage.hidden .mask span {
  width: 0;
}

/* Keyframe for the back and forth movement */
@keyframes move-back-forth {
  0% {
    transform: translateX(0); /* Start at the left */
  }
  50% {
    transform: translateX(100%); /* Move to the right */
  }
  100% {
    transform: translateX(0); /* Move back to the left */
  }
}

.logo-loadpage svg {
  position: absolute;
  max-width: 450px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.logo-loadpage svg path {
  stroke-width: 3;
  stroke-miterlimit: 10;
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke: #ff0000;
}

.logo-loadpage svg.animate path {
  stroke-opacity: 1;
}

.logo-loadpage svg.active path {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  fill-opacity: 1;
  stroke-opacity: 0;
  transition: all 3s ease;
}

@media screen and (max-width: 1400px) {
  .f_bottom li {
    padding-left: 20px;
  }
  .h_name {
    display: none;
  }

  .h_top_ttl {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .h_right {
    position: relative;
    display: flex;
    /* top: 50%; */
    /* right: 0; */
  }
}
@media screen and (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  button,
  textarea,
  select,
  p,
  blockquote,
  th,
  td,
  pre,
  address,
  li,
  dt,
  dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
 
  }
  #main,
  #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 25px;
    width: 30px;
    height: 3px;
    background-color: var(--white);
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after,
  .menu-icon span::before {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--white);
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before,
  .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .gnv-ico {
    width: 40px;
    height: 48px;
    position: absolute;
    background: var(--mcolor);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: "";
    position: absolute;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  #header {
    background: #cb0e15;
    padding: 10px 10px;
  }
  #moveDown {
    display: none;
  }
  .h_top {
    display: none;
  }
  .logo {
    width: 70px;
  }
  .h_main {
    background: #161616;
    width: 100%;
    position: fixed;
    height: calc(100% - 67px);
    top: 67px;
    left: 0;
    padding: 30px 0;
    overflow: auto;
    display: none;
    border-top: 1px solid var(--txt-input);
  }
  .h_main .container {
    display: block;
  }
  #gnavi {
    display: block;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li {
    margin: 0 !important;
    padding: 0;
  }
  .gnavi > li > a {
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid var(--cl-ttl);
    border-radius: 0;
    background: none !important;
  }
  .gnavi > li.active > a,
  .gnavi > li:hover > a {
    color: var(--mcolor);
  }
  .gnavi > li.over {
    padding-right: 0;
    background-image: none;
  }
  .gnavi > li.active > a:before,
  .gnavi > li:hover > a:before,
  .gnavi > li.active > a:after,
  .gnavi > li:hover > a:after {
    content: none;
  }
  .gnavi > li.over > a {
    padding-right: 50px;
  }
  .submenu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
    background: var(--bg-gray);
  }
  .submenu li.over > a {
    padding-right: 20px;
  }
  .submenu a {
    font-size: 13px;
    padding: 10px 0;
    white-space: normal;
    margin-left: 25px;
    color: var(--white);
    border-bottom: 1px solid var(--cl-ttl);
  }
  .submenu .gnv-ico {
    background: rgba(255, 255, 255, 0.8);
    height: 38px;
  }
  .submenu li {
    padding: 0;
  }
  .submenu li.has_child:after {
    display: none;
  }
  .has_child .submenu {
    left: 0;
    margin-top: 0;
    top: 0;
    width: calc(100% + 10px);
  }
  .h_hotline {
    margin-top: 15px;
  }
  .mainvisual .mvs_slider {
    background-size: cover;
  }
  .mainvisual .mvs_slider .container {
    height: 550px;
    padding-bottom: 94px;
    padding-top: 42px;
  }
  .mainvisual .mvs_slider .container::after {
    width: 190px;
    height: 116px;
    right: 16px;
    bottom: 37px;
  }
  .mainvisual .mvs_slider::after {
    height: 150px;
    background-size: 1000px auto;
    bottom: 6px;
  }

  .mvs_content .mvs_ttl {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .mvs_content .mvs_ttl .small {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .mvs_txt {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .mvs_content .ttl_small {
    margin-bottom: 18px;
  }
  .style_01 {
    font-size: 34px;
  }
  .style_01 .small {
    margin-bottom: 15px;
  }
  .style_02 {
    font-size: 34px;
    margin-bottom: 18px;
  }
  .boxmenu_container {
    width: 100%;
    position: fixed;
    height: calc(100% - 67px);
    top: 90px;
    left: 0;
    padding: 30px 0;
    overflow: auto;
    border-top: 1px solid #fff;
  }
  .box_dmmenu {
    margin: 0;
    text-align: center;
  }
  .box_dmmenu li {
    padding: 30px 0;
    font-size: 22px;
  }
  .searchform_dropdown {
    right: 0;
    top: 120%;
  }
  .b01_itm_img {
    height: 260px;
  }
  .box01 {
    padding: 30px 0 20px !important;
    height: 100%;
  }
  .b01_top {
    padding: 0;
  }
  .b01_top_ttl {
    margin: 5px;
    padding: 10px 15px;
  }
  .b01_itm {
    width: calc(100% / 2 - 10px);
    margin-top: 10px;
  }

  .box02_ttl {
    margin: 0;
  }
  .box02_des {
    width: 100%;
    padding-top: 15px;
  }

  .box02 {
    height: 820px;
    padding: 40px 0;
    margin: 80px 0;
  }
  .box02_content .slick-arrow {
    bottom: -75px;
  }
  .box03_ttl,
  .box04_ttl {
    padding: 0;
  }
  .box03_ttl span,
  .box04_ttl span {
    font-size: 12px;
  }
  .box03_ttl p,
  .box04_ttl p {
    font-size: 22px;
    margin: 0;
  }

  .td_txt p {
    padding: 0 20px;
  }

  .box03_itm .td_ttl,
  .box04_itm .td_ttl,
  .td_txt p {
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    position: relative;
  }
  .box03_itm .td_ttl::before,
  .box04_itm .td_ttl::before {
    width: 2px;
    height: 10px;
    top: 10px;
    right: 29px;
  }
  .box03_itm .td_ttl::after,
  .box04_itm .td_ttl::after {
    width: 10px;
    height: 2px;
  }
  .box03_itm .open::after,
  .box03_itm .open::before,
  .box04_itm .open::after,
  .box04_itm .open::before {
    width: 10px;
    height: 2px;
  }
  .box03_itm .open::before,
  .box04_itm .open::before {
    top: 50%;
    right: 25px;
  }
  .box03_itm,
  .box04_itm {
    margin: 10px 0;
  }

  /*.box03 {
    width: 100%;
    background: url(/assets/images/map.jpg) no-repeat top -50px left -75px / cover;
    height: 370px;
    background-size: 617px;
  }
  .box04 {
    width: 100%;
    background: url(/assets/images/map.jpg) no-repeat top -420px left -75px / cover;
    height: 500px;
    background-size: 617px;
  }
  .box04_right {
    margin-top: 100px;
  }*/

  .cm_gallery a {
    margin: 5px 15px;
    height: 200px;
  }
  .f_left,
  .f_right {
    width: 100%;
    padding: 0;
  }
  .f_right {
    margin-top: 20px;
    padding: 20px;
  }
  .form-contact {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .footer {
    padding-top: 50px;
  }
  .f_main {
    flex-wrap: wrap;
  }
  .f_mod {
    width: 100%;
  }
  .f_mod:not(:last-child) {
    margin-bottom: 30px;
  }
  .f_box2 {
    margin-left: 0;
  }
  .f_box3 {
    padding-left: 0;
  }
  .f_bottom {
    border-bottom: none;
  }
  .f_bottom li {
    width: 50%;
    padding: 20px 2px;
  }
  .f_bottom li:nth-child(2n) {
    border-right: none;
  }
  .f_bottom li {
    border-bottom: 1px solid #fff;
  }
  .f_bottom li.f_logo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .f_info {
    display: block;
  }
  .f_icon {
    margin: 0 auto 15px;
  }
  .f_ttl {
    margin-bottom: 15px;
  }
  .f_add_1 {
    margin-bottom: 25px;
  }
  .f_bottom {
    margin-top: 35px;
  }
  .f_info_txt span,
  .f_info_txt a {
    display: block;
    text-align: center;
  }
  .f_copyright {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 768px) {
	.footer {
    padding: 20px 0;
}
}
@media screen and (max-width: 610px) {
  .b4_content_slider {
    width: calc(100% - 50px);
  }
  .b4_content_slider .slick-slide {
    max-height: 335px;
  }
}

@media screen and (max-width: 480px) {
	 .b01_itm {width: 49%;}
	.b01_itm_ttl{font-size: 14px;}
	.b01_itm_des{font-size: 12px;}
	.box02{margin:0;height:auto;}
	.box03, .box04{background-position: center left -100px;
    background-size: 80%;}
	.td_main .td_txt{padding:10px;}
	.box04_itm_link{font-size: 12px;margin-bottom: 5px;}
	
	
	.box03_right, .box04_right {width: 60%;}
	.box01, .box02, .box03, .box04{padding-top:3vh !important}
}
