/* ----------------------- Trang chủ -------------------- */

.flickity-slider {
  transition: all 0.2s linear;
}
.slider1-trangchu > div > .flickity-prev-next-button.previous {
  left: 53%;
  top: 56%;
}
.slider1-trangchu > div > .flickity-prev-next-button.next {
  right: 39%;
  top: 56%;
}
.text-box.banner-layer.res-text {
  opacity: 1;
}
.slide_groupbutton {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  bottom: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%; /* Căn giữa theo chiều ngang */
  bottom: 0; /* Đặt ở dưới cùng */
  transform: translateX(-50%);
}
.slider .has-slide-effect .bg {
  opacity: 1;
}
.slide_button img:hover {
  cursor: pointer;
}
.slide_button > div > div {
  padding-top: 20px;
  padding-bottom: 15px;
}
.slide_button > div > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: url(../img/m_btn_hv.jpg);
  transition: all 0.3s ease;
  z-index: -1;
}
.slide_button > div > div:hover::after {
  opacity: 1;
}

.slide_button > div > div > div:nth-child(2) {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.slide_button > div > div:hover > div:nth-child(2) {
  transform: rotate(90deg);
}
.slide_button p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45) !important;
  font-family: "Montserrat";
  margin-bottom: 0;
}
.colmid {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.slide_img_plus {
  background-color: #333;
  padding: 10px;
  transition: all 0.3s ease;
  height: auto;
}
.slide_img_plus:hover {
  transition: all 0.3s ease;
  background-color: var(--primary-color);
}
.slide_img_plus img {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.slide_img_plus:hover img {
  transform: rotate(90deg);
}
.col_text_img > div > div {
  background-color: #333;
  padding: 20px;
  position: absolute;
  transition: all 0.3s ease;
  height: auto;
  top: -30px;
  right: -30px;
}
.col_text_img > div > div:hover {
  transition: all 0.3s ease;
  background-color: var(--primary-color);
}

.col_text_img > div > div:hover > div > img {
  transform: rotate(90deg);
}
.col_text_img > div > div > div > img {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.col_text_img > div {
  padding-top: 40px;
  padding-left: 40px;
}
.row_text_img {
  margin-top: -200px;
}

.row_text_img > div {
  background-color: white;
}
.slider2-trangchu .slider-nav-dark .flickity-page-dots .dot {
  border-color: var(--primary-color);
}
.slider2-trangchu .flickity-page-dots {
  left: 10%;
  right: unset;
  bottom: -5%;
}

.slider2-trangchu .flickity-prev-next-button > svg {
  fill: var(--primary-color);
  color: var(--primary-color);
}

.slider2-trangchu .flickity-prev-next-button {
  opacity: 1;
}

.c3_col > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 365px 20px 80px;
  transition: all 0.3s ease;

  cursor: pointer;
}

.c3_col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.c3_row_col > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.c3_col:hover {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}
.about-box-h2 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px !important;
  color: #8e969b;
}
.about-box-h1 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px !important;
}
.about-box-h3 {
  font-weight: 500;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px !important;
}
.about-box-p {
  font-weight: 300;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
}
.about-title-h1 {
  font-size: 46px;
  font-weight: 900;
  color: #000;
  margin-bottom: 25px !important;
}
.about-title-p {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 28px;
}
.c3_col > div img {
  transition: transform 500ms;
  transform: scaleX(1);
}
.c3_col > div:hover img {
  transform: scaleX(-1);
}
.c3_row_abso {
  position: absolute;
  z-index: 999;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.ov_s3_h2 {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: 1.4px;
  margin: 40px 0 10px;
  text-transform: uppercase;
}
.ov_s3_h1 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.ov_s3_p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.5px;
  color: #666;
}
.text-customer-date {
  background-color: var(--primary-color);
  color: white;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.c2_img {
  height: 170px;
  width: 170px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px !important;
}
.company-title {
  margin-bottom: 0;
}
.brochure-text > span {
  font-family: "Noto Sans", sans-serif;
}
.greeting-p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  word-break: keep-all;
  margin-top: 25px;
}
.greeting-h3 {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  margin-top: 35px;
}
.company-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 65px;
  background: #0867ae;
  margin: 20px auto 0;
}

.c2_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  border: 1px solid rgba(143, 89, 89, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c3_col:hover .c2_img::before {
  border: 1px solid rgba(255, 255, 255, 1);
}

.c3_img {
  background-color: black;
  padding: 10px;
  cursor: pointer;
}
.c3_img:hover {
  background-color: var(--primary-color);
}
.c3_img img {
  transition: transform 500ms;
  transform: rotate(0deg);
}
.c3_img:hover img {
  transform: rotate(90deg);
}
.c4_btn {
  transition: all 0.4s ease;
  background-color: transparent !important;
  position: relative;
  border-right: unset;
  border-left: unset;
  margin-top: 0 !important;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.apos1 {
  position: absolute;
  top: -30px;
  left: 160px;
  z-index: -1;
}
.apos2 {
  position: absolute;
  top: -30px;
  right: 160px;
  z-index: -1;
}
.ptn1 {
  position: absolute;
  left: 100px;
  z-index: -1;
  bottom: 0;
}
.ptn2 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100px;
}
.title-korea {
  font-weight: 800;
  font-size: 25px;
}
.title-korea > h1 {
  margin-bottom: 0;
}
.span-small {
  font-size: 12px;
  font-weight: 400;
  color: #b2bbc2;
  margin: 35px 0 15px;
}
.post-item .is-divider {
  display: none;
}
.blog-trangchu .post-title > a {
  font-size: 17px;
  font-weight: 800;
  color: #333;
  transition: color 0.3s ease;
}
.blog-trangchu .box-text {
  padding-top: 0;
}

.blog-trangchu .post-title > a:hover {
  color: var(--primary-color);
}
.blog-trangchu .from_the_blog_excerpt {
  font-size: 14px;
  font-weight: 300;
  color: #9e9e9e;
}
.blog-trangchu .post-item {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.blog-trangchu .badge {
  width: 50px;
  height: 50px;
  top: 0;
}
.row-brochure > div {
  padding-bottom: 0 !important;
}
.col-brochure {
  padding-bottom: 0 !important;
}
.c4_list-h2 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1.4px;
  margin: 25px 0 10px;
  text-transform: uppercase;
}
.c4_list-h2 > p {
  margin-bottom: 0;
}
.c4_list-h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: auto;
  color: #fff;
  margin-bottom: 15px;
}
.title-h2 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1.4px;
  font-family: "Montserrat";
  margin: 25px 0 0px;
  text-transform: uppercase;
}
.title-h2 > p {
  margin-bottom: 0;
}
.title-h1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.title-h1-dark {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}
.c1_ptn1 {
  position: absolute;
  left: 100px;
  z-index: -1;
  top: 0;
}
.c1_ptn2 {
  position: absolute;
  right: 100px;
  z-index: -1;
  top: 0;
}
.c4_btn > span {
  color: white;
  z-index: 1; /* Đảm bảo text nằm trên ::after */
}
.c3_col:hover .c4_btn > span {
  color: var(--primary-color);
}
.c4_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.3s ease;
}
.c3_col:hover .c4_btn {
  color: var(--primary-color);
  box-shadow: unset;
}
.c3_col:hover .c4_btn:after {
  width: 100%;
  left: 0;
  right: auto;
}
.ov_top {
  width: 100%;
  height: 340px;
  background: url(../img/ov_top.jpg) 50% 50% no-repeat;
  background-attachment: fixed;
  margin: 40px 0 0;
}
.ov_bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
}

.ov_bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/ov_top.jpg);
  transform: translateZ(0);
  will-change: transform;
}

.slider2-trangchu .flickity-prev-next-button.previous {
  left: 4%;
  top: 33%;
}

.slider2-trangchu .flickity-prev-next-button > svg {
  transform: scale(2.5);
}

.slider2-trangchu .flickity-prev-next-button.next {
  right: 7%;
  top: 33%;
}

.p-korea {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  margin: 25px 0 0;
}

.p2-korea {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.7px;
  line-height: 26px;
  position: relative;
  padding-left: 12px;
  text-align: left;
}

.p-title-list {
  width: 183px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 70px 0 30px;
}
.p-title-list > p {
  margin-bottom: 0;
}
.title-eng {
  font-size: 14px;
  font-weight: 400;
  color: #0867ae;
  letter-spacing: 7px;
  font-family: "Montserrat";
  margin-bottom: 20px;
  text-transform: uppercase;
}

.custom-slider-counter {
  position: absolute;
  bottom: 40%; /* Điều chỉnh khoảng cách từ đáy của slider */
  left: 57%; /* Đặt ở giữa theo chiều ngang */
  transform: translateX(-50%); /* Dịch chuyển để căn giữa */
  color: white;
  font-size: 18px;
  font-weight: bold;
  z-index: 10; /* Đảm bảo nó hiển thị trên các phần tử khác */
}

.custom-slider-progress {
  position: absolute;
  bottom: 41.5%; /* Điều chỉnh khoảng cách từ đáy của slider */
  left: 45%; /* Đặt ở giữa theo chiều ngang */
  transform: translateX(-50%);
  width: 14%;
  height: 3px; /* Chiều cao của thanh tiến trình */
  background-color: rgba(255, 255, 255, 0.2); /* Màu nền của thanh tiến trình */
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #fff; /* Màu của thanh tiến trình */
  transition: width 4s linear; /* Điều chỉnh thời gian này tương ứng với autoPlay của slider */
}

.slider2-row1 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* --------------- Trang chu  -------------------------*/

/* ------------------------ Trang tổng quan p2 ------------------*/
.img-fill .banner-bg img {
  object-fit: cover;
}
.p2_c2_row_margin > div {
  margin-top: 280px;
  max-width: 80%;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.p2_c3_r1 {
  position: relative;
  /* padding-top: 150px; */
  padding-top: 10px;
}
.p2_c3_r1_c2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p2_c3_r1_c1 > div {
  padding: 30px !important;
  background-color: white;
  height: 100%;
}

.p2_c3_r2 {
  padding-top: 30px;
}
.p2_c3_r2 > div > div {
  border-top: 3px solid var(--primary-color);
  background: #fff;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ov_s3_h2 {
  min-height: 35px;
}
.p2_c3_r2 > div > div img {
  transition: all 0.6s;
  transform: rotateY(0deg);
}
.p2_c3_r2 > div > div:hover img {
  transform: rotateY(180deg);
}
.p3_c4 .c3_col {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.p3_c4 .c3_col .img::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 0.3s ease;
  border: 5px solid #f1f1f1;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  border-radius: 50%;
  background: #fff;
}

.p3_c4 .c3_col:hover .img::before {
  border: 5px solid var(--primary-color);
}

.table-type1 > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.table-type2 > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #eee;
  border-right: 0;
}
.table-type1 p {
  margin-bottom: 0;
}
.table-type2 p {
  margin-bottom: 0;
}

.p2_c5_r2 {
  background-color: #ffffff;
  padding: 6%;
}
.p2_c5_r2 .col-tel {
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 0 19px 4.3px rgba(14, 26, 41, 0.05);
}
.p2_c5_r2 .col-img {
  padding: 0;
}

/* ------------------------ Trang tổng quan p2 ------------------*/

/* ------------------------ Trang about p2 ------------------*/
.p3_imgbox1 {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.p3_imgbox2 {
  position: absolute;
  right: -568px;
  top: 50px;
  height: 100px;
  display: flex;
}
.p3_imgbox3 {
  position: absolute;
  right: -670px;
  top: 300px;
  height: 100px;
  display: flex;
}
.p3_imgbox4 {
  position: absolute;
  right: -568px;
  top: 550px;
  height: 100px;
  display: flex;
}

.row-location > div {
  border: 1px solid #ddd;

  background-color: white;
  border-top: 3px solid var(--primary-color);
}
.row-location > div > div {
  padding-top: 20px;
}
.row-location > div:nth-child(odd) {
  border-top: 3px solid #61bd50;
}
.row-map {
  margin-top: -40px;
  position: relative;
  z-index: -1;
}
.img-flip img {
  transition: all 0.6s;
  transform: rotateY(0deg);
  object-fit: contain;
}
.img-flip img:hover {
  transform: rotateY(180deg);
}
.row-history {
  margin-top: -70px;
  position: relative;
  background-color: white;
  z-index: 9;
  padding-top: 50px;
}
.row-history:before {
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
}

.history-text-right {
  padding-left: 12vw;
}
.history-text-right li > span {
  color: #0768af;
  font-size: 17px;
  font-weight: 900;
  width: 40px;
}

.history-text-right::before {
  position: absolute;
  top: 22px;
  left: 0;
  content: "";
  background: #ddd;
  width: 10vw;
  height: 1px;
}
.history-text-right:after {
  width: 15px;
  height: 15px;
  border: 3px solid #0768af;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: -8px;
  z-index: 2;
  background: #fff;
}
.history-text-left {
  position: relative;
  padding-left: 23vw;
}

.history-text-left:before {
  position: absolute;
  top: 22px;
  right: 0;
  content: "";
  background: #ddd;
  width: 10vw;
  height: 1px;
}
.history-text-left:after {
  width: 15px;
  height: 15px;
  border: 3px solid #0768af;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  right: -8px;
  z-index: 2;
  background: #fff;
}
.row-table-head > div > div p {
  margin-bottom: 0;
}
.row-table-head > div > div > div {
  border: 1px solid #eee;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 50px;
}
.row-table-body > div > div p {
  margin-bottom: 0;
}
.row-table-body > div:not(:first-child) > div > div {
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.row-table-body > div:first-child {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------ Trang about p2 ------------------*/

/* ------------------------ Header ------------------------ */
.nav-dropdown.nav-dropdown-bold > li > a {
  padding-left: 5px;
}
.header-inner .logo {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}

.header-inner .logo.show {
  opacity: 1;
  transform: translateX(0);
}

.header-inner .header-nav {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
}
.header-inner .header-nav.show {
  opacity: 1;
  transform: translateX(0);
}

/* ------------------------ Header ------------------------ */

.header-nav-main .sub-menu.nav-dropdown a {
  text-align: center;
}
.header-nav-main .sub-menu.nav-dropdown {
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
}

/* ------------------------ animations ----------------------- */
.fade-up-animate {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up-animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------ animations ----------------------- */

/* --------------------------- Vertical menu ----------------------- */
/* Thiết lập cơ bản cho menu */
.sidebar-menu {
  position: relative;
}

.nav-vertical {
  list-style: none;
  padding-left: 0;
  margin-top: 30%;
}
.nav-vertical > li > a {
  font-size: 30px !important;
  padding-top: 0 !important;
  font-weight: 600 !important;
  border-bottom: unset !important;
}

.nav-vertical > li {
  position: relative;
  width: 45% !important;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 20px;
  border-bottom: unset !important;
}

/* Ẩn submenu mặc định */
.nav-vertical .sub-menu {
  position: absolute;
  left: 100%;
  display: none;

  top: 0;
  background-color: #f4f5f4;
  padding: 10px 40px;
  white-space: nowrap;
  z-index: 2000;
}

/* Hiển thị submenu khi hover vào mục cha */
.nav-vertical > li:hover {
  background-color: #f4f5f4 !important;
}
.nav-vertical > li:hover > .sub-menu {
  display: block;
  opacity: 1;
}

/* Định dạng cho các mục con trong submenu */
.mfp-content {
  --drawer-width: 500px !important;
}
.nav-vertical .sub-menu li {
  margin-bottom: 10px;
}

.nav-vertical .sub-menu li a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline;
  color: #333;
}

.nav-vertical .sub-menu li a:hover {
  padding: 2px 15px;
  border-bottom: 2px solid #0867ae;
  color: #0867ae;
}

/* Ẩn biểu tượng toggle */
.nav-vertical .toggle {
  display: none;
}

/* --------------------------- Vertical menu ----------------------- */

/* ---------------------------- info company  ---------------------------- */
.info-company-text {
  font-size: 14px;
  font-weight: 700;
  color: black;
  letter-spacing: -0.5px;
}
.slider2-h2 > p {
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.slider2-h1 > p {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.slider2-h1-2 > p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.info-company-vn {
  font-size: 14px;
  font-weight: 600;
  color: black;
  letter-spacing: -0.5px;
  font-family: "Roboto", sans-serif;
}
.ft_text {
  font-size: 13px;
  font-weight: 700;
  color: black;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.ft_text > p {
  margin-bottom: 0;
}
.footer-text-vn {
  font-size: 13px;
  font-weight: 700;
  color: black;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-family: "Roboto", sans-serif;
}
.section-ft {
  padding-bottom: 0 !important;
}
.col-ft {
  padding-bottom: 0;
}
.ov_s1_h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  font-family: "NanumSquare", sans-serif;
  margin-bottom: 15px;
}
.ov_s1_p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  letter-spacing: -0.5px;
  line-height: 30px;
  word-break: keep-all;
}
.ov_apos1 {
  position: absolute;
  top: 10%;
  left: 5%;
}
.ov_apos2 {
  position: absolute;
  top: 10%;
  right: 5%;
}
.ov_s2_h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-color);
  font-family: "NanumSquare", sans-serif;
  margin: 25px 0 8px;
}
.ov_s2_p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  letter-spacing: -0.5px;
  line-height: 30px;
  word-break: keep-all;
}
.border-red {
  border-left: 4px solid red;
  padding-left: 10px;
}

.col_img_blue {
  background-color: rgb(20, 50, 112);
  padding: 6px;
}
.col_img_blue > div {
  padding: 10px 80px 10px 80px !important;
  border: 2px solid white;
  background-color: unset !important;
}
.row_vision {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.p2_c3_r2 > div > div {
  justify-content: unset;
  padding-top: 30px;
}
.img-icon-info img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.img-monster-abso {
  position: absolute;
  top: -6%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeInTopMonster 1s ease-out 0.5s forwards;
}

.img-text-abso {
  animation: fadeInTopMonster 1s ease-out 1s forwards;
}

/* ---------------------------- info company  ---------------------------- */

/* ----------------------------------- Css mobile ---------------------------*/
/* ----------------------------------- mobile trang chu ---------------------------*/

@media only screen and (max-width: 768px) {
  .col_img_blue > div {
    padding: 10px 10px 10px 10px !important;
  }
  .c3_row_col .c2_img {
    max-width: 80px !important;
    height: 80px;
  }
  .custom-slider-progress {
    width: 40%;
    left: 40%;
  }
  .custom-slider-counter {
    left: 70%;
  }
  .c3_row_abso {
    top: 2%;
  }
  .c3_col > div {
    padding: 30px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .c3_col > div > a {
    margin-top: auto;
  }
  .c3_row_col > div > div {
    padding: 300px 20px 20px;
  }
  .col-brochure {
    text-align: center;
  }
  .col-brochure .section-title {
    text-align: center;
  }
  .p-title-list {
    width: 100px;
  }

  .apos1 {
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .apos2 {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .slider2-row1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider2-row1 .slide_img_plus {
  }
  .slider2-trangchu .flickity-prev-next-button {
    display: block;
  }
  .slide_button > div > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p2-korea {
    padding-left: 0;
  }
  .row_vision > div:nth-child(1) > div,
  .row_vision > div:nth-child(2) > div {
    padding-top: 200px;
  }
  .history-text-left {
    padding-left: 1vw;
  }
  .history-text-left:before {
    width: 30vw;
    background: unset;
    border-top: 1px dashed #ddd;
  }
  .history-text-right:before {
    background: unset;
    border-top: 1px dashed #ddd;
  }
  .history-text-right li > span {
    color: black;
    font-weight: 400;
  }
  .transparent .header-main {
    height: 80px !important;
  }
  .transparent #logo img {
    margin-top: 0;
  }
  .transparent #logo img {
    max-height: 40px !important;
  }
  #logo {
    width: auto !important;
  }
  .ov_top {
    background-attachment: initial;
  }
  .c4_img img {
    height: 90px;
    width: 100%;
    object-fit: contain;
  }
}
/* ----------------------------------- mobile trang chu ---------------------------*/

/* ----------------------------------- mobile info company ---------------------------*/
.info_img {
  margin-bottom: 0 !important;
}
/* ----------------------------------- mobile info company ---------------------------*/

/* ----------------------------------- Css mobile ---------------------------*/
