@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: "SamsungSharpSansBold";
  src: url("../fonts/SamsungSharpSans-Bold-UTF8.ttf");
}
@font-face {
  font-family: "GoogleSansRegular";
  src: url("../fonts/GoogleSans-Regular.otf");
}
.container {
  max-width: 1200px;
}
h2,
h3 {
  font-family: "SamsungSharpSansBold";
}
header::before,
#tran_aboutus::before {
  width: 50%;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
}
.translateY {
  transform: translateY(-50%);
}
.tran_form::before {
  width: 100%;
  background-color: #dddddd;
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 1px;
}
.group2:hover .dropdown-menu {
  display: grid !important;
  background-color: #fff;
  left: -415px;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.nav_pc li:last-child {
  border-bottom: 0px !important;
}
.tran_shadow {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.tran_title_h2:before {
  width: 30px;
  background-color: #ea4d1d;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
}

.h3-footer::after {
  width: 30px;
  background-color: #ea4d1d;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
}
.tran_address p {
  position: relative;
  padding-left: 25px;
}

.tran_address p:before {
  background-image: url(../images/Untitled-2.png);
  position: absolute;
  content: "";
  width: 29px;
  height: 20px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.tran_address .p2:before {
  background-position: 0px -62px;
}
.tran_address .p3:before {
  background-position: 0px -100px;
}
.tran_address .p4:before {
  background-position: 0px -137px;
}
.tran_address .p5:before {
  background-position: 0px -176px;
}
/* .tran_social_footer li a:before {
  background-image: url(../images/Untitled-3.png);
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}
.tran_social_footer li a {
  height: 38px;
  line-height: 38px;
  float: left;
  width: 100%;
  padding-left: 45px;
} */
.tran_social_footer li.Instagram a:before {
  background-position: 0px -3px;
}
.tran_social_footer li.Zalo a:before {
  background-position: 0px -51px;
}
.tran_social_footer li.Youtube a:before {
  background-position: 0px -99px;
}
.tran_social_footer li.LinkedIn a:before {
  background-position: 0px -147px;
}
/* mobile */
/* partner */
.layout-mobile {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 40% 20% 40%;

  grid-template-areas:
    "h1 h1 h2"
    "h3 h4 h4";
  margin: 0px auto;
  justify-content: center;
  width: 90%;
}

.layout-mobile .video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}

.layout-mobile .layout-item {
  width: 100%;
  height: 244px;
}

.layout-mobile .layout-item:first-child,
.layout-mobile .layout-item:last-child {
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.layout-mobile .layout-item:nth-child(2) .video,
.layout-mobile .layout-item:nth-child(3) .video {
  height: 117px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.layout-mobile .layout-item:nth-child(3) .video {
  bottom: auto;
  top: 0;
}
.layout-mobile .layout-item img {
  object-fit: none;
}
.layout-mobile .layout-item:first-child {
  grid-area: h1;
}
.layout-mobile .layout-item:nth-child(2) {
  grid-area: h2;
  position: relative;
}
.layout-mobile .layout-item:nth-child(3) {
  grid-area: h3;
  position: relative;
}
.layout-mobile .layout-item:last-child {
  grid-area: h4;
}
.h1_title,
.h2_aboutus,
.SamsungSharpSansBold {
  font-family: "SamsungSharpSansBold";
}
.tran_transform_50 {
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  header::before {
    display: none;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}

.pagination li {
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 100%;
  margin: 0px 5px;
}

.pagination a,
.pagination span {
  color: black;
  text-decoration: none;
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li.active span {
  color: #fff;
}

.pagination a:hover {
  background-color: #ea4d1d;
  color: white;
  border-color: #ea4d1d;
  border-radius: 100%;
}

.pagination li.active {
  background-color: #ea4d1d;
  color: white;
  border-color: #ea4d1d;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
#scrollUp1 {
  color: #fff;
  box-shadow: 0 0 15px 0px rgb(50 50 50 / 10%);
  transition: 0.3s;
  display: inline-block;
  position: fixed;
  bottom: 35px;
  right: 22px;
  cursor: pointer;
  z-index: 999999;
}

#scrollUp1 {
  width: 35px;
}
header.header-sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.content_article ul,
.description_daotao ul,
.description_career ul {
  list-style: disc;
  padding-left: 20px;
}
.content_article ol,
.description_daotao ol,
.description_career ol {
  list-style: auto;
  padding-left: 20px;
}
.content_article p {
  line-height: 30px;
}
.fixed_contact {
  position: fixed;
  bottom: 10%;
  right: 15px;
  z-index: 9999;
}
.fixed_contact ul li {
  width: 50px;
  margin-bottom: 5px;
}
.fixed_contact ul li a {
  float: left;
  width: 100%;
  height: 50px;
  background: url(../images/i-2111.png);
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: cover;
}
.fixed_contact ul li:nth-child(3) a {
  background-position: 0px 50px;
}
.fixed_contact ul li p {
  font-size: 11px;
  padding-top: 10px;
  color: #000;
  width: 100%;
  text-align: center;
}
.h35 {
  font-size: 35px;
}
@media (max-width: 767px) {
  .h35 {
    font-size: 25px;
  }
}
.remove-videodetector {
  display: none;
}
iframe {
  max-width: 100% !important;
  margin: 0px auto;
}
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);

    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);

    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);

    opacity: 0.2;
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

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

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

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

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

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

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

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}
.radius-16,
.radius-16 img {
  border-radius: 16px;
}
.zoom-img img {
  transition: all 0.3s ease;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img:hover img {
  transform: scale(1.2);
}
.cover {
  object-fit: cover;
}
a.a-item {
  margin-bottom: 20px;
  display: block;
  padding: 10px;
  border-radius: 10px;
}
.slider-partner-2 .owl-nav button.owl-next, .slider-partner-2 .owl-nav button.owl-prev {
  top: 40% !important;
}
.owl-carousel .owl-nav button i {
  font-size: 35px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #869791 !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
span.label.label-danger {
  background: red;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  margin-left: 6px;
}
h4.title_group {
  color: orangered;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}