.d-grid {
  display: grid;
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-1-3-1 {
  grid-template-columns: 2fr 1fr 2fr;
}

.grid-col-3-1 {
  grid-template-columns: 3fr 1fr;
}

.grid-col-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-col-1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid-col-1-8 {
  grid-template-columns: 1fr 8fr;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.section h2 {
  font-weight: 700;
  font-size: 30px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
  opacity: 1;
}

.moblie_header {
  display: none;
}

.middle-header {
  /* background: #0000005e; */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.menu_left ul,
.menu_right ul,
.dropdown-top-header ul {
  list-style-type: none;
}

.top--header {
  background: var(--color-1st);
}

.top--header * {
  color: #fff;
}

.logo_center .logo a {
  position: relative;
  display: block;
}

.logo_center .logo a img {
  position: relative;
  z-index: 1;
}

.logo_center .logo a::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 100%;
  z-index: 0;
  display: block;
}

.footer_light {
  position: relative;
  background: var(--color-1st);
}

.btn--lnik {
  margin-top: 30px;
  position: relative;
  z-index: 9999;
}

.btn--lnik img {
  max-width: 80px;
}

.bottom--why ul {
  position: relative;
  z-index: 9999;
}

.sticky-top {
  z-index: 99999;
}

.post_wrap {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  padding: 10px;
}

.post_wrap:hover .image_wrap img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.post_wrap .image_wrap img {
  transition: all 0.2s ease-in-out;
}

.post_wrap .image_wrap {
  position: relative;
  overflow: hidden;
}

.post_wrap .image_wrap .thoigian {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--color-1st);
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}

.post_wrap .intro_wrap .title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.quytrinh_section .content_section img{
    max-width: 95%;
    display: block;
    margin: 0 auto;
}

.post_wrap .intro_wrap .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.center--footer * {
  color: #fff;
}

.center--footer {
  padding: 20px 0;
}

.center--footer .contant--footer {
  padding-left: 20px;
  border-left: 1px solid #dddddd47;
}

.top--footer {
  border-bottom: 1px solid #dddddd47;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.menu--fixed {
  display: none;
}

.danhmuctrong .post_contant ul,
.sidebar .widget_recent_post,
.danhmuc ul {
  padding-left: 0;
  list-style-type: none;
}

.danhmuctrong .post_contant ul .icon svg,
.danhmuc ul svg {
  width: 30px;
  height: 30px;
}

.danhmuctrong .post_contant ul li a,
.post_content {
  display: flex;
  gap: 10px;
}

.danhmuctrong {
  padding: 20px;
}

.danhmuctrong,
.sidebar {
  border-radius: 20px;
  box-shadow: 0 0 5px 0 #ddd;
}

.ps-list--categories>li {
  border-bottom: 1px solid #e7dcdc8c;
  padding: 15px 40px 15px 20px;
}

.menu-item-has-children .sub-menu li {
  padding: 10px;
}

.sidebar .post_footer {
  font-size: 14px;
}

.sidebar .post_header h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-1st);
}

.ps-list--categories .last {
  border-bottom: 0;
}

.sidebar {
  position: sticky;
  top: 182px;
}

#product-brand {
  flex-wrap: wrap;
}

.top_menu_pc a {
  color: #fff;
}

.btn-sign-btn {
  background: var(--color-1st);
  color: #ffff;
  border-radius: 20px;
  padding: 10px 30px;
  border: 0;
  white-space: nowrap;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid var(--color-1st);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sign_up_now1 {
  border: 1px solid var(--color-1st);
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  margin: 20px 0;
}

.sign_up_now1:hover {
  background: var(--color-1st);
}

.sign_up_now1:hover .btn-sign1 {
  color: #fff;
}

.sign_up_now1 .btn-sign1 {
  background: transparent;
  border: 0;
  color: var(--color-1st);
  width: 100%;
}

.section .title h4 {
  color: var(--color-1st);
}

.btn-xemthem a {
  background: var(--color-1st);
  border-radius: 30px;
  padding: 10px 40px;
  color: #fff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

.header_wrap.nav-fixed .middle-header,
body:not(body.index) .middle-header {
  background: var(--color-1st);
}


body:not(body.index) .header_wrap.fixed-top {
  position: sticky;
}

.btn-chitiet {
  background: var(--color-1st);
  border-radius: 30px;
  padding: 10px 30px;
}

.blog-new {
  border-radius: 20px;
  overflow: hidden;
}

.blog-new .image {
  position: relative;
}

.blog-new .image .icon-img {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.blog-new .info {
  padding: 40px 20px;
  background: #F1F5FF;
}

.blog-new .info h3 {
  font-weight: 600;
}

.footer-menu .menu .content ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-menu .title h3 {
  font-weight: 700;
}

.menu-item-has-children .sub-toggle {
  position: absolute;
  right: 0;
  width: 30px;
  height: 50px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.menu-item-has-children .sub-menu.active {
  opacity: 1;
  visibility: visible;
  height: unset;
}

.menu-item-has-children .sub-toggle i{
    transform: rotate(-90deg);
    transition: all 0.2s;
}

.menu-item-has-children .sub-toggle.active i{
    transform: rotate(0deg);
    transition: all 0.2s;
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
  .section--news .grid-col-3 {
    grid-template-columns: 1fr !important;
  }

  .section .grid-col-2,
  .section--number .number--home {
    grid-template-columns: 1fr !important;
  }

  .section--number .number--home .image .link--catalogue {
    left: 0;
  }
}

.select-css {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 0 0 rgba(59, 152, 252, 0);
  box-shadow: 0 0 0 0 -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
  display: block;
  padding: 20px 0;
}

.news-featured .new-featured-the .image img {
  display: block;
  margin: auto;
}

/* .top_menu_pc .menu_right>ul>li>a {
    position: relative;
}

.top_menu_pc .menu_right>ul>li>a::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 100%;
    width: 10px;
    height: 1px;
    background: #fff;
} */



.addThis_listSharing {
  left: 57px !important;
  opacity: 1 !important;
  right: auto !important;
  visibility: visible !important;
}

.footer_light .title h4 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 991.98px) {

  .footer_light .content--footer {
    margin-bottom: 40px;
  }

  .addThis_listSharing {
    bottom: 160px !important;
    left: 25px !important;
  }

  #navCatContent li a.nav-link {
    height: auto !important;
    padding: 0.3rem 1rem;
  }

  /* #navCatContent li a:hover.nav-link{
        background: var(--color-1st);
    } */

  .section-sanphammoi .section__header {
    display: block !important;
    text-align: center;
  }

  .section-duan .duans {
    margin-left: 0 !important;
    padding: 0 15px;
  }

  .section-follow .section__header .title,
  .section-follow .section__header .decs {
    width: 100% !important;
  }

  .section-sanphammoi .section__header .title::before {
    background: transparent !important;
  }

  .section-sanphammoi .section__header .title {
    padding: 0 !important;
    margin-bottom: 0;
  }

  .section h2 {
    text-align: center !important;
    margin-bottom: 40px;
  }

  .news-featured .items .intro .title {
    margin-bottom: 10px !important;
  }

  .news-featured .items {
    margin-bottom: 30px;
  }

  .video-tuvan {
    left: 50% !important;
    top: 98% !important;
    transform: rotate(90deg) translateY(70px) !important;
  }

  .linhvuc,
  .duans,
  .fromtuvan,
  .news-featured {
    display: block !important;
  }

  .left,
  .right {
    padding: 0 0;
  }

  .form--shopping-cart .product-carts,
  .order-1 {
    margin-bottom: 20px;
  }

  .form--shopping-cart {
    display: block !important;
  }

  .right-loichungthuc {
    margin: 30px 0;
  }

  .loichungthuc,
  .products-media .product-intro .intro,
  .products-media .product-intro .intro .line .d-grid {
    display: block !important;
  }

  .contact--fixed .contact {
    overflow-y: scroll;
    height: 100vh;
    flex-wrap: wrap;
  }

.btn-xemthem i{
    display: none;
}

  .product-loichungthuc .bottom-item,
  .linhvuc .slider_linhvuc.grid-col-4,
.shop_container .d-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 50px 0 !important;
  }

  .contact--fixed .contact .form-contact,
  .cumgoi.grid-col-3,
  .collections-products.grid-col-5,
  .thongtin-footer {
    grid-template-columns: 1fr !important;
  }

  .lienhe_contact .contant {
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    justify-content: center;
  }

  .link--support .d-flex {
    flex-wrap: wrap;
  }

  .footer_light .container,
  .menu--footer.grid-col-2 {
    display: grid !important;
    justify-items: center;
    gap: 20px;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .section-slow {
    padding: 100px 0;
  }

  .section-news .content {
    grid-template-columns: 1fr;
  }

  .navbar.show .navbar-collapse.mobile_side_menu {
    right: 0;
    width: 70%;
  }

  .menu--fixed {
    padding: 10px 0;
  }

  .menu--fixed ul li * {
    color: #fff;
    fill: #fff;
  }

  .menu--fixed button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
  }

  .menu--fixed .background {
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(74, 74, 74, 0.39);
    mix-blend-mode: luminosity;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(15px);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu--fixed .menu__icon {
    width: 22px;
    height: 22px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .4s;
  }

  .menu--fixed .menu__icon span {
    width: 100%;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #fff;
    box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
    transition: width .4s, transform .4s, background-color .4s;
  }

  .menu--fixed .menu__icon :nth-child(1) {
    width: 75%;
  }

  .menu--fixed .menu__icon :nth-child(2) {
    width: 50%;
  }

  .menu--fixed .menu_fixed-ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    align-items: center;
    justify-content: space-around;
  }

  .menu--fixed {
    background: var(--color-1st);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: block;
  }

  .support-moidle {
    position: absolute;
    bottom: 140%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  }

  .support-moidle.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }

  .support-moidle .support {
    padding-left: 0;
    list-style-type: none;
    background-color: var(--color-1st);
    width: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
  }

  .support-moidle .support img {
    width: 30px;
    height: 30px;
  }

  .bottom--why ul {
    flex-wrap: wrap;
  }

  .moblie_header {
    display: block;
  }

  .fixed-top {
    position: sticky;
  }

  .moblie_header {
    background: var(--color-1st);
    padding: 20px 0;
  }

  .moblie_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .timkiem {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 999;
  }


  .section--number .number--home {
    grid-template-columns: 1fr !important;
  }

  .section .grid-col-2,
  .section--news .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .section h2 {
    font-size: 20px;
    width: 100% !important;
  }

  .footer_light .container,
  .menu--footer.grid-col-2 {
    grid-template-columns: 1fr;
  }

  .logo--footer {
    text-align: center;
  }

  .shop_container.grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .mobile_side_menu .menu-title {
    border-bottom: 1px solid var(--color-1st);
    background: var(--color-1st);
  }

  .blog-media .container.grid-col-3-1 {
    grid-template-columns: 1fr;
  }

  .info_slider .text {
    width: 90%;
  }

  .order-first {
    order: 0 !important;
  }

  .product_header .product_header_left,
  .product_header_right samll {
    font-size: 10px;
  }

  #filter_categories {
    margin-bottom: 30px;
  }

  .whitebox-cover .d-grid.grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .top--footer::after {
    width: 0 !important;
  }

  .thongtin-footer {
    justify-items: center;
    gap: 0px !important;
  }

  .thongtin-footer .right {
    display: block !important;
    padding: 10px !important;
  }

  .thongtin-footer .right .icon {
    display: none;
  }

  .top--footer::before {
    width: 100% !important;
    background-position: left !important;
  }

  .breadcrumb * {
    font-size: 10px;
  }

  .all {
    bottom: 40px !important;
    left: -33px;
  }

  .news-featured .section_header {
    margin-bottom: 40px;
  }

  .addThis_listing {
    display: grid;
    margin-bottom: 0;
  }

}

@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}


.f-700 {
  font-weight: 700;
}

.f-bold {
  font-weight: bold;
}

.slider-media .slider-slick {
  position: relative;
}

.slider-media .slider-slick .items {
  position: relative;
}

.slider-media .slider-slick .items .text-title-trong {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: auto;
  justify-content: center;
  justify-items: center;
  height: 100%;
  padding: 100px;
}

.slider-media .slider-slick .items .text-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-media .slider-slick .items .text-title .content {
  width: 50%;
}

.slider-media .slider-slick .items .text-title * {
  color: #fff;
}

.btn-slider:hover img {
  transform: rotate(360deg);
  transition: all 2s ease-in;
}

.btn-slider img {
  transition: all 2s ease-in;
}

/* css slider */

@media (min-width: 992px) {

  .slider,
  .slide {
    height: 100vh;
  }
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  margin: auto;
}

.slide .slide__content {
  position: absolute;
  bottom: 100px;
  width: 400px;
  z-index: 3;
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
}

.slide .slide__content--headings h2 {
  /* font-size: 4.5rem; */
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}

.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}


.btn_dows {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  padding: 10px;
}

.btn_dows::before {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.btn_dows img {
  animation: rotate 6s infinite linear;
  transition: color 0.3s linear, stroke-dasharray 1s linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn_dows .btn_dow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.btn_dows .btn_dow::before {
  content: '';
  background: url(../images/moune.png) no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffff;
  border-radius: 50%;
}

.btn_dows .btn_dow svg {
  width: 15px;
}

.hotline_slider {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.hotline_slider .hotline .icon {
  margin-bottom: 0;
  padding: 5px 20px 5px 5px;
  border-radius: 100px;
  background: #0000002b;
}

.text-product {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 10px;
}

.text-product .btn-xemthem{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.text-product .btn-xemthem i{
    padding: 4px 5px;
    color: #fff;
    background: var(--color-1st);
    border-radius: 50%;
    font-size: 12px;
}

.hotline_slider .hotline .icon span {
  color: #fff;
  padding: 0 10px;
}

.hotline_slider .hotline .icon svg {
  width: 40px;
}

.time_hook {
  position: absolute;
  bottom: 170px;
  left: 58.8%;
  width: 450px;
  padding: 40px 10px;
  z-index: 2;
}

.time_hook::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.btn_slider {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.btn_slider a,
.btn_slider button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 5px 30px;
  border: 0;
  background: transparent;
}

.btn_slider a.btn_timhieuthe::before {
  background: #082A73;
}

.btn_slider a.btn_timhieuthe::before,
.btn_slider a.btn_baogia::before,
.btn_slider button.btn_baogia::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: skew(-15deg);
}

.btn_slider a.btn_baogia::before,
.btn_slider button.btn_baogia::before {
  background: #0BA0D3;
}

.btn_slider a span,
.btn_slider button span {
  position: relative;
  text-transform: capitalize;
  transition: all 1s ease;
  z-index: 1;
}

.btn_slider a:hover span,
.btn_slider button:hover span {
  font-weight: bold;
  transition: all 1s ease;
}

.btn_slider a.btn_timhieuthe::after {
  background: #082a7345;
}

.btn_slider a.btn_timhieuthe::after,
.btn_slider a.btn_baogia::after,
.btn_slider button.btn_baogia::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  bottom: 0;
  right: 0;
  border-radius: 5px;
  transform: skew(-15deg);
  z-index: 0;
}

.btn_slider a.btn_timhieuthe:hover:after,
.btn_slider a.btn_baogia:hover:after,
.btn_slider button.btn_baogia:hover:after {
  animation-name: twinkle-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.btn_slider a.btn_baogia::after,
.btn_slider button.btn_baogia::after {
  background: #0ba1d34e;
}

@keyframes twinkle-2 {
  50% {
    transform: scale(2);
    opacity: 0;
  }
}

.time_hook::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 10px;
  height: 10px;
  background: #ffff;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  transform: rotate(-135deg);
}

.time_hook-item {
  position: relative;
  background: transparent;
  border: 0;
  text-align: left;
}

.time_hook-item-text {
  overflow: hidden;
  display: inline-flex !important;
  align-items: start;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  gap: 40px;
  -webkit-box-orient: vertical;
  color: #ffff;
  padding-left: 20px;
}

.time_hook-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.time_hook-item span.title {
  font-weight: 700;
  font-size: 16px;
}

.btn_slider_mouse {
  position: absolute;
  bottom: 50px;
  left: 55.8%;
}

/* end slider */

.section {
  padding: 100px;
}

.title_nho {
  font-size: 28px;
}

.duans {
  display: grid;
  grid-template-columns: 1fr 795px;
  gap: 40px;
  align-items: center;
}

/* .fromtuvan {
    display: grid;
    grid-template-columns: 217px 795px;
    gap: 95px;
    align-items: center;
} */

.section-linhvuc .cumlinhvuc .slider_linhvuc .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.section-linhvuc .cumlinhvuc .slider_linhvuc .item .text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-linhvuc .cumlinhvuc .slider_linhvuc .item .text-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  z-index: 0;
  background: #00000036;
}

.section-linhvuc .cumlinhvuc .slider_linhvuc .item:hover .text-content::before {
  opacity: 1;
}

.section-linhvuc .cumlinhvuc .slider_linhvuc .item .title {
  position: relative;
}

.section-linhvuc .cumlinhvuc .slider_linhvuc .item:hover {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.15), 0 4px 15px rgba(255, 255, 255, 0.13);
}

.section-linhvuc .cumlinhvuc .slider_linhvuc .item:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.section-linhvuc .linhvucs {
  position: relative;
}

.section-linhvuc .linhvucs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 1s ease;
}

.section-linhvuc:hover .linhvucs::before {
  background: rgb(0 0 0 / 24%);
  backdrop-filter: blur(10px);
  transition: all 1s ease;
}

.section-linhvuc .linhvucs .container {
  position: relative;
  z-index: 99;
}

.section-duan .projects .project a {
  position: relative;
  margin: 10px;
}

/* .section-duan .projects .project .intro_project {
    display: grid;
    align-content: space-between;
} */

.section-duan .projects .project .intro_project * {
  color: #fff;
}

.section {
  padding: 50px 0;
}

.contact--tuvan {
  background: var(--color-1st);
  padding: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.fromtuvan .field_form input {
  background: transparent;
  border: 0;
  color: #fff;
}

.fromtuvan .field_form .form-control::placeholder {
  color: #fff;
}

.fromtuvan .field_form .form-group {
  display: grid;
  grid-template-columns: 1fr 25fr;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 5px;
}

.fromtuvan .field_form .btn {
  padding: 10px;
}

.contact-tuvans {
  position: relative;
}

.video-tuvan {
  position: absolute;
  left: 99%;
  top: 50%;
  transform: translatey(-50px);
  z-index: 0;
}

.video-tuvan a {
  display: block;
  width: 150px;
  height: 150px;
}

.video-tuvan img {
  width: 100%;
  height: 100%;
}

.new-featured-first .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 73px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-featured .items .intro .title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  margin-bottom: 25px;
  -webkit-line-clamp: 2;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.menu_footer {
  list-style-type: none;
  padding-left: 0;
}

.bottom--footer * {
  color: #fff
}

.bottom--footer .content--footer ul {
  list-style-type: none;
  padding-left: 0;
}

.item-blog .project {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
}

.item-blog .project .image_project {
  position: relative;
}

.item-blog .project .image_project .trang_thai {
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  z-index: 9;
}

.item-blog .project .image_project .trang_thai p {
  margin-bottom: 0;
}

.intro_project {
  padding: 20px 0;
}

.image_project {
  overflow: hidden;
}

.image_project:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.image_project img {
  transform: scale(1);
  transition: all 0.3s ease;
}

.slider_project .slick-list {
  padding: 0px 100px 0px 0px !important;
}

.section-duan .duans {
  margin-left: 12%;
}

.section-sanphammoi .section__header .title {
  position: relative;
  padding: 10px 20px 10px 0;
}

.section-sanphammoi .section__header .title::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
  content: '';
  transform: rotate(30deg);
}

.collection-product .product_title a {
  color: #fff;
  text-align: center;
}

.item_follow_us .image {
  position: relative;
}

.item_follow_us .image .icon_follow_us {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_follow_us .item_follow_uss {
  padding: 10px;
}

/* play video */

.video-play-button {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  margin: 40px auto 20px auto;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  box-shadow: 0 0px 30px #0d3c9362;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #0d3c936d;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #0d3b93;
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover:after {
  background: #fff;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover span {
  border-left: 32px solid #0d3b93;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(0.8);
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* End video */

.section-video .image {
  position: relative;
}

.section-video .image .video_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thongtin-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  align-items: center;
}

.top--footer {
  padding: 20px 0;
  position: relative;
}

.top--footer .container {
  position: relative;
  z-index: 1;
}

.top--footer::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  z-index: 0;
  background: url(../images/bg_trai.png) no-repeat right;
  bottom: 10px;
  width: 44%;
  background-size: cover;
}

.top--footer::after {
  position: absolute;
  content: '';
  right: 0;
  top: 10px;
  bottom: 10px;
  z-index: 0;
  background: url(../images/bg_phai.png) no-repeat left;
  background-size: cover;
  width: 61%;
}

.thongtin-footer *,
.bottom--footer * {
  color: #fff !important;
}

.section-sanphammoi .product_wrap .text_info a {
  color: #fff;
}

.banner__slider {
  position: relative;
}

.banner__slider .link--support {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.dantrang {
  background: #ddd;
  margin-bottom: 40px;
}

.top_menu_pc .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--color-1st);
  width: 250px;
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  /* padding: 5px 0 0; */
  /* border-top: 1px solid #fff; */
}

.top_menu_pc .sub-menu-wrap .sub-menu-wrap-chlid {
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--color-1st);
  width: 250px;
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  /* padding: 5px 0 0; */
  /* border-top: 1px solid #fff; */
}

.top_menu_pc .dropdown:hover .sub-menu-wrap {
  transform: translateY(0);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.top_menu_pc .sub-menu-wrap .dropdown:hover .sub-menu-wrap-chlid {
  transform: translateY(0);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.top_menu_pc .sub-menu-wrap .sub-menu {
  padding-left: 0;
}

.top_menu_pc .sub-menu-wrap .sub-menu li a {
  padding: 10px;
  display: block;
}

.top_menu_pc .menu_right>ul>li {
  padding: 30px 10px;
}

.top_menu_pc .menu_right>ul>li>a {
  padding: 0;
}

.top_menu_pc .menu-item {
  position: relative;
}

.top_menu_pc .menu-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: #fff;
  transition: all 0.2s ease;
}

.top_menu_pc .menu-item:hover:before {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
}

.menu-child-media,
.menu-child-child-media {
  position: absolute;
  top: 0;
  right: -100%;
  visibility: hidden;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease;
  background: var(--color-1st);
}

.menu-child-media.show,
.menu-child-child-media.show {
  right: 0;
  visibility: visible;
  transition: all 0.2s ease;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.menu-child-media .content-child .menu-child,
.menu-child-child-media .content-child .menu-child {
  padding-left: 0;
}

.menu-child-media .content-child .menu-child .menu-item a,
.nav_menu_ul .btn-group .nav_item {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

.nav_menu_ul .btn-group,
.menu-child .menu-item {
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.btn_on_menu_child {
  height: 100% !important;
}

.btn_on_menu_child,
.btn_close_menu_child {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.menu-child-media .header-child .btn_close_menu,
.menu-child-child-media .header-child .btn_close_menu_child {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ffff;
  color: #fff;
}

.danhmuc12 .title_p h3 {
  padding: 20px;
  border-bottom: 1px solid var(--color-1st);
  margin-bottom: 0;
}

.top_menu_pc .menu_right li a {
  font-size: 18px;
}

.all {
  position: fixed;
  width: 160px;
  height: 160px;
  display: flex;
  bottom: 0;
  z-index: 999;
}

.wave {
  display: flex;
  width: 72px;
  height: 72px;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #00000001;
  z-index: -3;
}

.trans {
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #386fd6;
  display: flex;
  z-index: -2;
}

.sdt {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 30px;
  background-color: #386fd6;
  transition: all .5s ease;
  overflow: hidden;
  text-align: right;
  line-height: 42px;
  z-index: -1;
}

.sdt span {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.shake {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  font-size: 16px;
}

.shake img {
  margin: auto;
  width: 28px;
  height: 28px;
}

@keyframes wave {
  0% {
    width: 72px;
    height: 72px;
    border: 1px solid #00000099
  }

  100% {
    width: 120px;
    height: 120px;
    border: 1px solid #00000001
  }
}

@keyframes trans {
  0% {
    width: 70px;
    height: 70px
  }

  50% {
    width: 44px;
    height: 44px
  }

  100% {
    width: 70px;
    height: 70px;
  }
}

@keyframes shake {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.all .wave {
  animation: wave .6s linear infinite;
}

.all .trans {
  animation: trans .9s linear infinite;
}

.all .shake img {
  animation: shake 1s ease infinite;
}

.current-menu-item.menu-item-has-children>.sub-menu {
  display: block;
}

.all .sdt {
  width: 175px;
  margin: 3px 0 0 -2px;
  padding-right: 20px;
}

.product_img {
  border-radius: 10px;
  overflow: hidden;
}

#admin_bar {
  display: none;
}

.right_navheader .menu .menu-item a {
  padding: 10px;
  font-size: 13px;
  display: block;
  position: relative;
    font-weight: 600;
}

.right_navheader .menu .menu-item > a{
    text-transform: uppercase;
}

.right_navheader .menu .menu-item a span,
.right_navheader .menu .menu-item a {
    font-family: Play, sans-serif;
}

.right_navheader .menu .menu-item.active a.menu-item-a {
  font-weight: 700;
  padding-left: 25px;
}

.right_navheader .menu .menu-item.active a span {
  font-weight: 700;
}

.right_navheader .menu .menu-item.active a.menu-item-a::before {
  position: absolute;
  content: '';
  background: url(../images/activehome.png) center no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
    background-size: 20px;
}

.image_item .item{
    margin: 5px;
    border: 1px solid #ddd;
    padding: 5px;
}

.right_navheader .menu .menu-item.active.last a.menu-item-a::before {
  background: #082A73 !important;
  top: 0;
  transform: translateY(0);
  width: 100%;
  height: 100%;
}

.menu-item.last a {
  position: relative;
}

.menu-item.last a {
  padding: 5px 10px !important;
}

.menu-item.last a::before {
  position: absolute;
  content: '';
  background: #082A73;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-10deg);
  border-radius: 5px;
}

.menu-item.last a span {
  color: #fff;
  position: relative;
}

.header_pc {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 10px 0;
}

.section_abuotus {
  padding: 200px 0 400px;
  position: relative;
  overflow: hidden;
}

.section_abuotus .image_left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section_abuotus .image_right {
  position: absolute;
  top: 0;
  right: 0;
}

.content_center_about {
  width: 900px;
  margin: 0 auto;
}

.section_abuotus .image_center {
  position: absolute;
  bottom: 90px;
  left: 50%;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_abuotus .image_center::before {
  content: '';
  position: absolute;
  background: url(../images/banhran.png) center no-repeat;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  animation: 6s linear 0s infinite normal none running rotate;
  transition: color 0.3s linear, stroke-dasharray 1s linear;
}

.section_abuotus .image_left,
.news_section .posts_chunk,
.danhsach_section .left_danhsach .content_section {
  transform: translateX(-1000px);
  transition: all 5s ease;
}

.section_abuotus .image_right {
  transform: translateX(100px);
  transition: all 5s ease;
}

.section_linhvuc,
.danhsach_section,
.news_section {
  overflow: hidden;
}

.section_linhvuc .right_text_linhvuc,
.danhsach_section .right_danhsach,
.news_section .posts_chunk.even {
  transform: translateX(1000px);
  transition: all 5s ease;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.section_abuotus.show .image_left,
.section_abuotus.show .image_right,
.danhsach_section.show .left_danhsach .content_section,
.danhsach_section.show .right_danhsach,
.news_section.show .posts_chunk,
.news_section.show .posts_chunk.even,
.section_linhvuc.show .right_text_linhvuc {
  animation-name: fadeInRight;
  transition: all 5s ease;
  transform: translateX(0px);
}

.linhvuc_item .item img {
  transition: all 2s ease;
}

.linhvuc_item .item:hover img {
  transition: all 2s ease;
  transform: skewX(20deg) scale(1.3) !important;
}

h2.title,
h2.title_slider {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Play', sans-serif;
}

p.mota {
  font-weight: 700;
  color: #000;
}

h2.title::before {
  position: absolute;
  bottom: 0;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-1st);
  width: 30px;
  height: 2px;
}

h2.title::after {
  position: absolute;
  bottom: -7px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-1st);
  width: 60px;
  height: 2px;
}

.slider:not(.slick-initialized),
.slider_linhvuc:not(.slick-initialized),
.slider-linhvuc-nav:not(.slick-initialized) {
  display: none;
}

.section_linhvuc,
.post--single {
  background: #f3fafd;
}

.section_linhvuc .linhvuc {
  display: grid;
  grid-template-columns: 575px 670px;
  gap: 50px;
  align-items: center;
}

.section_linhvuc .linhvuc .right_text_linhvuc {
  margin-left: -40px;
  position: relative;
}

.section_linhvuc .slider_linhvuc {
  transform: skewX(-20deg);
}

.section_linhvuc .slider_linhvuc .linhvuc_item .item {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-end;
  margin-left: 80px;
}

.section_linhvuc .linhvuc .image::before {
  content: '';
  border-top: 1px solid transparent;
  -webkit-border-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 5px;
}

.section_linhvuc .linhvuc .image img {
  transform: skewX(20deg) scale(1.2);
}

.linhvuc_item_docs .dots {
  width: 10px;
  height: 10px;
  background: #082a7357;
}

.slider-linhvuc-nav .slick-current.slick-active .linhvuc_item_docs .dots {
  background: #082a73;
}

.section_linhvuc .linhvuc .sothutu {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-bottom: 30px;
}

.section_linhvuc .linhvuc .sothutu span {
  color: #fff;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  transform: skewX(20deg);
}

.slider-linhvuc-nav {
  transform: skewX(-20deg);
  position: absolute;
  width: 15px;
  bottom: 0;
  right: 115px;
}

.section_linhvuc .linhvuc .sothutu::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #082A73;
  border-radius: 3px 0 0 5px;
}

.section_linhvuc .linhvuc_item.even .item {
  flex-direction: row-reverse;
  margin-right: 80px;
  margin-left: 0;
}

.section_linhvuc .linhvuc .linhvuc_item.even .sothutu::before {
  border-radius: 0 5px 3px 0;
}

.section_linhvuc .linhvuc .image a {
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  text-align: center;
  z-index: 3;
  transform: skewX(20deg);
  transition: all 0.2s;
  padding: 10px 0;
}

.section_linhvuc .linhvuc .image:hover a{
  background: #00000078;
  transition: all 0.2s;
}

.section_linhvuc .linhvuc .image a h4.title {
  font-size: 16px;
  margin-bottom: 0;
}

.section_linhvuc {
  padding: 100px 0 50px;
}

.section_linhvuc .linhvuc .left_text_linhvuc h2.title::before,
.section_linhvuc .linhvuc .left_text_linhvuc h2.title::after,
.danhsach_section h2.title::before,
.danhsach_section h2.title::after {
  left: 0;
  transform: translateX(0);
}

.banner_intro {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.banner_intro img {
  animation: move 2s linear infinite alternate;
  width: 100%;
}

.banner_intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, #ffffff00, #f3fafd);
  z-index: 1;
}

.banner_intro::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff00, #f3fafd);
  z-index: 1;
}

@keyframes move {
  0% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(10%);
  }
}

.section_linhvuc .left_text_linhvuc,
.categories_product .header_section,
.products_featured .header_section,
.danhsach_section .header_section,
.whys_section .header_section,
.quytrinh_section .header_section,
.kiemsoatCL_section .header_section,
.section_abuotus .content_center_about {
  opacity: 0;
  transition: all 5s ease;
}

.section_linhvuc.show .left_text_linhvuc,
.categories_product.show .header_section,
.products_featured.show .header_section,
.danhsach_section.show .header_section,
.whys_section.show .header_section,
.quytrinh_section.show .header_section,
.kiemsoatCL_section.show .header_section,
.section_abuotus.show .content_center_about {
  transition: all 5s ease;
  opacity: 1;
}

.categories_product {
  background: var(--color-1st);
  padding: 100px 0;
}

.whys_section {
  background: var(--color-1st);
}

.products_featured,
.news_section {
  padding: 100px 0;
  background: #F3FAFD;
}

.categories_product h2.title::before,
.whys_section h2.title::before,
.categories_product h2.title::after,
.whys_section h2.title::after {
  background: #fff;
}

.categories_product .content_section .caterogies_slider {
  padding: 40px 0;
}

.categories_product .category_featured .item {
  margin: 10px;
}

.categories_product .category_featured .image a {
  position: absolute;
  bottom: 10px;
  left: 30px;
  display: inline-flex;
  transform: skewX(-20deg);
  background: #00000066;
  width: 60%;
  align-items: center;
  border-radius: 5px;
}

.categories_product .category_featured .image h4.title {
  height: 29px;
  transform: skewX(20deg);
}

.post__header h4.title,
.categories_product .category_featured .image h4.title,
.product h4.title {
  -webkit-line-clamp: 1;
  font-weight: 600;
}

.post__header h4.title,
.categories_product .category_featured .image h4.title,
.post__horizontal .post__title a,
.post__horizontal .post__content p,
.product h4.title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.post__horizontal .post__title a {
  -webkit-line-clamp: 2;
  font-weight: 600;
    font-size: 18px;
}

.post__horizontal .post__content p {
  -webkit-line-clamp: 3;
  height: 75px;
}

.post__header h4.title {
  height: 25px;
}

.page-sidebar {
  position: sticky;
  top: 100px;
}

.post__header p.decs {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.categories_product .sothutus {
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.categories_product .sothutus::before {
  background: #082A73;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
}

.categories_product .sothutus span {
  position: relative;
  transform: skewX(20deg);
  font-size: 18px;
  font-weight: 600;
}

.caterogies_slider_nav {
  width: 100px;
  margin: auto;
}

.caterogies_slider_nav .slick-current.slick-active .item {
  background: #fff;
}

.caterogies_slider_nav .category_featured_nav .item {
  width: 20px;
  height: 10px;
  background: #ffffff60;
  transform: skewX(10deg);
}

.categories_product .category_featured .image img {
  transition: all 0.2s ease;
}

.categories_product .category_featured:hover .image img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.popup_product {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #0000005c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.producs .product:hover .popup_product {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

.popup_product button {
  background: transparent;
  border: 0;
  padding: 0;
}

.f-700 {
  font-weight: 700;
}

.popup_media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000052;
  z-index: 9999;
  display: flex;
  justify-items: center;
  align-items: center;
  display: none;
}

.popup_media.show {
  display: flex;
}

.popup_media .header_section h2.title::after,
.popup_media .header_section h2.title::before,
.baogia_media .header_section h2.title::after,
.quytrinh_section .header_section h2.title::after,
.baogia_media .header_section h2.title::before,
.quytrinh_section .header_section h2.title::before {
  left: 0;
  transform: translateX(0);
}

.popup_media .media_image {
  width: 70%;
  margin: auto;
  background: #F3FAFD;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.appurl {
    position: fixed;
    bottom: 72px;
    right: 40px;
    z-index: 20;
}

.close_popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #082a73;
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50% 0 50% 50%;
}

.popup_media .media_image .slider_image .img {
  margin-right: 10px;
}

.popup_media .media_image .slider_image_nav {
  width: 100px;
  transform: skewX(-20deg);
  margin: 10px auto;
}

.popup_media .media_image .slider_image_nav .dots_nav .dots {
  width: 20px;
  height: 15px;
  background: #082a7346;
}

.popup_media .media_image .slider_image_nav .slick-current.slick-active .dots_nav .dots {
  background: #082a73;
}

.popup_formbaogia {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup_formbaogia.show {
  display: flex;
}

.popup_formbaogia .baogia_media {
  width: 60%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form .contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form .contact-form-row .contact-form-group,
.contact-column-12 .contact-form-group {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 20px 1fr;
}

.contact-form .contact-form-row .contact-form-input,
.contact-column-12 .contact-form-input {
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.danhsach_section,
.quytrinh_section,
.kiemsoatCL_section {
  padding: 100px 0;
}

.danhsach_section .danhsachmedia {
  display: grid;
  grid-template-columns: 770px 500px;
  gap: 25px;
  align-items: end;
}

.danhsach_section .left_danhsach .danhsach {
  display: flex;
  gap: 15px;
  width: 745px;
  overflow-x: scroll;
  transform: skewX(-20deg);
}

.danhsach_section .left_danhsach .danhsach .btn_danhsach {
  background: var(--color-1st);
  padding: 5px 20px;
  border: 0;
  border-radius: 5px;
}

.danhsach_section .left_danhsach .danhsach .btn_danhsach.show {
  background: #082A73;
}

.danhsach_section .left_danhsach .danhsach .btn_danhsach span {
  white-space: nowrap;
  color: #fff;
  transform: skewX(20deg);
  display: block;
}

.danhsach_section .left_danhsach .content_section .decs.show {
  display: block;
}

.danhsach_section .left_danhsach .content_section .decs {
  display: none;
}


.danhsach_section .left_danhsach .danhsach::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  border-radius: 10px;
  background-color: #ffff;
}

.danhsach_section .left_danhsach .danhsach::-webkit-scrollbar {
  height: 5px;
  background-color: #ffff;
}

.danhsach_section .left_danhsach .danhsach::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--color-1st);
}

.slider_img_nav {
  transform: skewX(-20deg);
}

.slider_img_nav .image_item .item img,
.slider_imagedanhsach .image_item img,
.kiemsoatCL_section .content_section .item_image .a-image img,
.posts_news .post_new .image img,
.section_linhvuc .linhvuc .image img,
.doitac_section .slider_doitac .doitac .image .item img,
.section_abuotus .image_center .image img,
.categories_product .category_featured .image img,
.products_featured .product .image .image_product,
.product_wraps .product .image .image_product,
.popup_media .media_image .image .item img,
.post__horizontal .post__thumbnail img,
.product_img_box .image_item a img,
.slider-nav1 .image_item .image img {
  bottom: 0px;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.2s ease;
}

.posts_news .post_new:hover .image img {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

.slider_img_nav .image_item .item img {
  transform: skewX(20deg) scale(1.3);
}

.slider_img_nav .img {
  margin: 10px;
}

.whys_section {
  padding: 100px 0 0;
}

.whys_section .whys {
  padding: 0 0 40px;
  border-bottom: 1px solid #ffffff8e;
}

.whys_section .content_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.whys_section .content_section .left_whys .why_item,
.whys_section .content_section .right_whys .why_item {
  display: grid;
  gap: 10px;
  align-items: center;
}

.whys_section .content_section .left_whys .why_item.even {
  transform: translateX(-25px);
}

.whys_section .content_section .right_whys .why_item.even {
  transform: translateX(25px);
}

.whys_section .content_section .left_whys .why_item {
  grid-template-columns: 2fr 80px;
}

.whys_section .content_section .right_whys .why_item {
  grid-template-columns: 80px 2fr;
}

.whys_section .content_section .left_whys .why_item .why_item-text {
  text-align: right;
}

.whys_section .content_section .right_whys .why_item .why_item-text {
  text-align: left;
}

.solieu .item_number .image {
  position: relative;
}

.solieu .item_number .image::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #fff;
}

.quytrinh_section .header_section {
  width: 50%;
}

.kiemsoatCL_section .content_section .item_image {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

/* Khung image */

.kiemsoatCL_section .content_section .item_image .a-image,
.posts_news .post_new .image,
.doitac_section .slider_doitac .doitac .image .item,
.section_abuotus .image_center .image,
.section_linhvuc .linhvuc .image,
.categories_product .category_featured .image,
.products_featured .product .image,
.product_wraps .product .image,
.popup_media .media_image .image .item,
.slider_img_nav .image_item .item,
.slider_imagedanhsach .image_item,
.post__horizontal .post__thumbnail,
.product_img_box .image_item a,
.slider-nav1 .image_item .image {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
  border-radius: 5px;
}

.slider_imagedanhsach .image_item{
  height: 350px;
  display: block;
}

.product_img_box .image_item{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
}

.tab-content.noidung{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.product_img_box .image_item a {
    width: 100%;
    margin: auto;
    display: block;
    height: 350px;
}

.product_img_box{
    margin: 0 0 30px;
}

.slider_img_nav .image_item .item {
  height: 80px;
}

.products_featured .product .image,
.popup_media .media_image .image .item {
  height: 333px;
}

.product_wraps .product .image{
    margin: 0 auto;
    height: 250px;
}

.product_wraps {
    background: #dddddd5e;
    border-radius: 10px;
    padding: 10px;
}

.categories_product .category_featured .image {
  height: 200px;
}

.section_linhvuc .linhvuc .image {
  width: 75%;
  height: 130px;
}

.section_abuotus .image_center .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.kiemsoatCL_section .content_section .item_image .a-image,
.post__horizontal .post__thumbnail {
  height: 250px;
}

.posts_news .post_new .image {
  height: 150px;
}


.doitac_section .slider_doitac .doitac .image .item,
.slider-nav1 .image_item .image {
  height: 100px;
  background: #fff;
}

/* End khung image */

.post__horizontal {
  display: grid;
  grid-template-columns: 350px 1fr;
}

.whys_section .header_section .decs,
.categories_product .header_section .decs,
.kiemsoatCL_section .header_section .decs,
.products_featured .header_section .decs {
  width: 50%;
  margin: 0 auto;
}

.doitac_section {
  padding: 100px 0;
}

.doitac_section .header_section {
  text-align: right;
  display: grid;
  justify-items: end;
  margin-bottom: 40px;
}

.doitac_section .header_section h2.title::before,
.doitac_section .header_section h2.title::after {
  left: unset;
  right: 0;
  transform: translateX(0);
}

.doitac_section .header_section .decs {
  width: 50%;
}

.doitac_section .slider_doitac .doitac .image {
  margin: 10px;
}

.doitac_section .slider_doitac .doitac .image .item::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
  transform: skewX(-25deg);
}

.doitac_section .slider_doitac .doitac .image:hover .item::before {
  animation: shine 1.1s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.category_news {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.category_news li button {
  width: 180px;
  background: #0BA0D3;
  border: 0;
  border-radius: 5px;
  padding: 5px;
  transform: skewX(-20deg);
}

.category_news li button.box {
  background: #082A73;
}

.category_news li button span {
  transform: skewX(20deg);
  color: #ffff;
  display: block;
}

.posts_news {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  display: grid;
}

.posts_news.box {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}

.posts_news .posts_chunk .post_new {
  transform: translateY(40px);
  transition: all 0.4s ease-in-out;
}

.posts_news.box .posts_chunk .post_new {
  transform: translateY(0);
  transition: all 0.4s ease;
}

.posts_news .post_new {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background: #fff;
  padding: 10px;
  gap: 20px;
}

.posts_news .post_new h4.title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
    font-weight: 700;
}


.posts_news .post_new p.decs {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_section .content_section {
  padding: 40px 0;
}

.page-footer {
  background: var(--color-1st);
}

.page-footer .item_footer {
  display: grid;
  grid-template-columns: 50px 1fr;
}

.page-footer .item_footer .icon {
  width: 40px;
  height: 40px;
  background: #082A73;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.page-footer .widget__footer .widget__header h2.title::before,
.page-footer .widget__footer .widget__header h2.title::after {
  background: #fff;
  left: 0;
  transform: translateX(0);
}

.page-footer .posts_policies a {
  position: relative;
  padding-left: 30px;
  color: #ffff;
  display: block;
  margin-bottom: 10px;
}

.page-footer .posts_policies a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  background: #ffffff65;
  width: 15px;
  height: 10px;
  transform: skewX(20deg) translateY(-50%);
}

.page-footer .posts_policies a:hover:before {
  background: #fff;
}

.policies {
  margin-bottom: 30px;
}

.widget__footer .newsletter-form .form-group-input {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  border: 1px solid #fff;
  padding: 5px 20px;
  transform: skewX(-10deg);
  border-radius: 5px;
  color: #fff;
}

.widget__footer .newsletter-form .form-group .form-control {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #fff;
}

.widget__footer .newsletter-form .form-group .form-control::placeholder {
  color: #fff;
}

.widget__footer .newsletter-form .form-group button.btn {
  padding: 10px 20px;
  position: relative;
  transform: skewX(-10deg);
  border-radius: 5px !important;
  overflow: hidden;
  margin-top: 20px;
}

.widget__footer .newsletter-form .form-group button.btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #082A73;
  top: 0;
  left: 0;
}

.widget__footer .newsletter-form .form-group button.btn span {
  position: relative;
  transform: skewX(10deg);
  color: #fff;
  display: block;
}

.form-group-input .fa-envelope {
  position: relative;
}

.form-group-input .fa-envelope::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: '';
}

/* Menu icon */

.hamburger {
  cursor: pointer;
  margin-bottom: 0;
}

.hamburger svg {
  height: 2em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--color-1st);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger.active svg {
  transform: rotate(-45deg);
}

.hamburger.active svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* End menu icon */

.header_mobile {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 20px 0;
}

/* Menu mobile */



.menu_mobile_media {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
  z-index: 20;
}

.menu_mobile_media.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease;
}

.menu_mobile_media .nav_right {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
}

.menu_mobile_media .menu_mobile .nav_menu {
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 88px;
}

.close_categories,
.close_categories_child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_menu_ul {
  padding-left: 0;
  list-style-type: none;
  display: grid;
  margin-bottom: 0;
}

.nav_menu_ul a {
  font-size: 16px;
  display: block;
}


.menu_mobile_media .nav_right {
  background: var(--color-1st);
}

.menu_mobile .nav_right h3.title {
  font-size: 28px;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.menu_mobile_media .nav_right h3.title,
.menu_mobile_media .nav_right .nav_menu_ul>li>a {
  color: #fff;
}

.nav_menu_category,
.nav_menu_category_child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #2b3036;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s;
}

.menu_mobile_media.active .nav_right,
.nav_menu_category.active,
.nav_menu_category_child.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}


.menu-child-media.active,
.menu-child-child-media.active {
  right: 0;
  visibility: visible;
  transition: all 0.2s;
}

/* end menu mobile */

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .nav_menu_child {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.nav_menu_child {
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  border-radius: 0 0 5px 5px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 99;
}

.menu-item-has-children .nav_menu_child li {
  border-bottom: 1px solid var(--color-1st);
}

.right_navheader .menu-item a:hover span,
.menu-item .nav_menu_child .menu_ul_child li a:hover {
    color: var(--color-1st);
}

h3.title {
  position: relative;
  font-weight: 700;
  color: var(--color-1st);
}

h3.title::before {
  position: absolute;
  content: '';
  bottom: -10px;
  width: 50px;
  height: 1px;
  background: var(--color-1st);
}

.page-sidebar .widget-sidebar .widget-content .category-ul a {
  display: block;
  padding: 5px 0;
  transition: all 0.5s ease;
}

.page-sidebar .widget-sidebar .widget-content .category-ul a:hover {
  transform: translateX(10px);
  transition: all 0.5s ease;
  color: var(--color-1st);
}

.btn_float .btn-fill-out {
    border: 1px solid var(--color-1st);
    border-radius: 5px;
    background: var(--color-1st);
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
}

.btn_float .btn-fill-out:hover {
  background: var(--color-1st);
  color: #fff;
}

.banner_intros{
  padding: 150px 0;
}

.form_contact .baogia_media{
  /* width: 70%; */
  margin: 30px 0;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.page-footer h2.title{
    font-size: 20px;
}

@media (max-width: 1400px) {
   .header_pc .container {
      max-width: 95%;
   }
}

.language-wrapper .dropdown .btn {
    font-size: 12px;
}


@media (max-width: 1366px) {
   .right_navheader .menu .menu-item a {
       font-size: 10px;
   }
}


@media (max-width: 1200px) {
   .right_navheader .menu .menu-item a {
       font-size: 8px;
   }
}

@media screen and (max-width: 992px) {

  .slider-linhvuc-nav{
    right: 35px;
  }

  .whys_section .header_section .decs,
  .categories_product .header_section .decs,
  .kiemsoatCL_section .header_section .decs,
  .products_featured .header_section .decs,
  .danhsach_section .left_danhsach .danhsach,
  .quytrinh_section .header_section,
  .doitac_section .header_section .decs {
    width: 100%;
  }

  .doitac_section .slider_doitac .doitac .image .item {
    height: 60px;
  }

  .doitac_section .header_section h2.title::before,
  .doitac_section .header_section h2.title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .btn_slider_mouse,
  .time_hook {
    display: none;
  }

  .header_pc {
    display: none;
  }

  .header_mobile,
  .danhsach_section .danhsachmedia,
  .post__horizontal {
    display: block;
  }

  .content_center_about {
    width: unset;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }

  .section_abuotus .image_right img,
  .section_abuotus .image_left img {
    max-width: 200px;
  }

  .products_featured .producs.grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }


  .kiemsoatCL_section .content_section .item_image,
  .news_section .categories {
    grid-template-columns: 1fr;
  }

  .solieu .number {
    display: grid !important;
    justify-content: start !important;
    padding-left: 25px;
  }

  .kiemsoatCL_section .content_section .item_image .a-image {
    height: 275px;
  }

  .products_featured .product .image,
  .popup_media .media_image .image .item,
  .product_wraps .product .image {
    height: 175px;
  }

  h4.title {
    font-size: 18px;
    font-weight: bold;
  }

  h1{
    font-size: 26px;
  }

  .slider_img_nav .image_item .item {
    height: 50px;
  }

  h4.title.px-4{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .whys_section .content_section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .doitac_section .header_section {
    text-align: center;
    justify-items: center;
  }

  .category_news li button {
    width: 150px;
  }

  .posts_news .post_new .image {
    height: 110px;
  }

  body {
    font-size: 14px;
  }

  h2.title {
    font-size: 20px;
  }

  .whys_section .content_section .left_whys .why_item.even,
  .whys_section .content_section .right_whys .why_item.even {
    transform: translateX(0);
  }

  .popup_formbaogia .baogia_media,
  .popup_media .media_image {
    width: 95%;
  }

  .appurl {
    bottom: 50px;
  }

  .social--simple li a{
    height: 30px;
    width: 30px;
    font-size: 15px;
  }

  #back2top {
    right: 40px;
    width: 30px;
  }

}

@media (max-width:769px) {}

@media (max-width: 600px) {}

@media (max-width: 480px) {}

@media (max-width: 390px) {}