.ngonngu_tops{ width: 110px; }

.ngonngu_tops ul{ width: 100%; display: flex; justify-content: space-between; align-items: center; padding-left: 28px; margin-left: 5px; border-left: 1px hidden #000; }

.ngonngu_tops li { list-style-type: none; }

.ngonngu_tops a { text-decoration: none; }

.ngonngu_tops a > img { width: 30px; height: auto; }

.uploading-tab{ font-size: 24px; color: #ff0000; font-family: var(--font-bold); text-transform: capitalize; }

/*------------- CSS Topbar --------------*/

:root{
  --bg-topbar: #000;
  --color-text-topbar: #fff;
}

#topbar-MAE{ padding: 11px 0; max-height: 50px; overflow: hidden; position: relative; z-index: 999; background-color: var(--bg-topbar); }

.frame-in-topbar-MAE{ height: 22px; overflow: hidden; display: flex; text-align: center; justify-content: center; }

.content-topbar{ text-align: center; line-height: 20px; color: var(--color-text-topbar); font-size: 14px; font-family: var(--font-medium); }

/*------------- CSS Chu tren slider --------------*/

#slider-all{ position: relative; width: 100%; height: auto; }

#slider{ position: relative; z-index: 1; }

.items-sli{ position: relative; width: 100%; display: flex; align-items: center; justify-content: center; }
.items-sli:before{ content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .0); }
.items-sli > a{ width: 100%; display: contents; }
/* Ngăn thẻ <a> bao ngoài bắt sự kiện khi chạm vào vùng này */
.items-sli > a { -webkit-tap-highlight-color: transparent; /* Tắt vệt đen khi chạm trên mobile */ }
.items-sli > a > img{ width: 100%; height: 650px; object-fit: cover; }
.items-sli > a > video{ width: 100%; height: 85vh; object-fit: cover; }
.items-sli > a > div.controls_video-slider{
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: inline-block;
  width: 129px;
  height: 16px;
  pointer-events: auto;
  /* Cho phép tương tác chuột/tay */;
}

/* Đảm bảo thanh input range dễ thao tác hơn trên mobile */
.items-sli > a > div.controls_video-slider > input[type="range"] {
    cursor: pointer;
     /* Xóa định dạng mặc định của mobile */
}

.name-slider, .mota-slider{ position: absolute; color: #fff;}

.name-slider{ width: 100%; bottom: 100%; opacity: 0; visibility: hidden; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; text-align: center; font-size: 50px; font-family: var(--font-don-1); text-transform: uppercase; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; background: -webkit-linear-gradient(#fff 45%, var(--mau-chinh-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.owl-item.active .name-slider{ bottom: 52%; opacity: 1; visibility: visible; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

.name-slider nobr{ position: relative; display: contents;}
.name-slider nobr:before { content: ""; position: absolute; top: -1000%; width: 80px; height: 4px; opacity: 0; visibility: hidden; -webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out; background-color: var(--mau-chinh); }
.slider .owl-item.active .name-slider nobr:before{ top: -40%; opacity: 1; visibility: visible; -webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out; }

.mota-slider{ width: 100%; top: 100%; opacity: 0; visibility: hidden; padding: 0 20px; text-align: center; font-size: 25px; font-family: var(--font-medium); display: inline-flex; align-items: center; justify-content: center; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.slider .owl-item.active .mota-slider{ top: 52%; opacity: 1; visibility: visible; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

@media only  screen and (min-width: 1px) and (max-width: 630px){
  .name-slider{ font-size: 20px; }
  .mota-slider{ font-size: 15px; }
}

@media only  screen and (min-width: 1px) and (max-width: 450px){
  .name-slider{ font-size: 18px; }
  .mota-slider{ font-size: 14px; }
  .owl-item.active .name-slider{ bottom: 65%; }
  .slider .owl-item.active .mota-slider{ top: 40%; }

}

.khung-nd-slider{ position: absolute; left: 15%; z-index: 3; max-width: 650px; padding: 20px; }

.name-slider-1{
  display: block;
  margin-bottom: 30px;
  color: var(--mau-chinh);
  font-weight: 500;
  font-size: 45px;
  padding: 0px 0px;
  font-family: var(--font-bold);
  background: -webkit-linear-gradient(140deg, #fff 30%, var(--mau-chinh-dark));
  background: linear-gradient(140deg, #fff 30%, var(--mau-chinh-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.name-slider-1:before,.name-slider-1:after{ content: attr(data-text); position: absolute; top: 42px; left: 28px; }
.name-slider-1:before { z-index: 1; text-shadow: -0.001em -0.001em 1px rgba(255,255,255,.10)}
.name-slider-1:after{ z-index: 0; text-shadow: 10px 10px 10px rgba(0,0,0,.5), 20px 20px 20px rgba(0,0,0,.4), 30px 30px 30px rgba(0,0,0,.1); mix-blend-mode: multiply; }

.mota-slider-1{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900 !important;
  font-family: var(--font-don-2);
  outline: #faebd7;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #fff;
}

.xemthem-sli{width: 100%; margin-top: 25px;}
.xemthem-sli a{ color: #fff; font-size: 16px; font-family: var(--font-bold); text-decoration: none; border-radius: 10px; text-transform: capitalize; width: 165px; height: 45px; display: flex; align-items: center; justify-content: center; background-color: var(--mau-chinh); vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.xemthem-sli a:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.xemthem-sli a:hover, .xemthem-sli a:focus, .xemthem-sli a:active { color: var(--mau-chinh); }
.xemthem-sli a:hover:before, .xemthem-sli a:focus:before, .xemthem-sli a:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

@media only  screen and (min-width: 1px) and (max-width: 999px){
  #slider-all{ height: auto; }
  .khung-nd-slider{ left: unset; }
  .items-sli > a > img,.items-sli > a > video{ height:auto; }
  .name-slider-1{ font-size: 20px; }
  .mota-slider-1{ font-size: 14px; }
}
@media only  screen and (min-width: 1px) and (max-width: 640px){
  .khung-nd-slider{ display: none!important; }
  .name-slider-1{ font-size: 18px; }
  .mota-slider-1{ font-size: 14px; }
}

/*------------- CSS Top Header PC --------------*/

#top-header{ position: relative; width: 100%; padding: 0px 0 0px; border: 1px hidden; border-bottom: 1px groove rgba(200, 200, 200, .4); background-color: var(--background-top-header); }
.frame-in-top-header{ display: flex; align-items: center; justify-content: space-between; }

.right-top-header{ width: 100%; }

.thong_tin_header{ padding: 5px 0; width: 100%; display: flex; align-items: center; justify-content: flex-start; border: 1px groove rgba(200, 200, 200, .4); border-top: 1px hidden; border-bottom: 1px hidden; }

.item_thongtin_header{ width: 33.33%; height: 35px; border: 1px hidden; border-right: 1px groove rgba(200, 200, 200, .4); display: flex; align-items: center; justify-content: center; }
.item_thongtin_header:last-child{ border-right: 1px hidden; }
.item_thongtin_header > a{ text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.item_thongtin_header > a > span{ font-size: 16px; margin-right: 8px; }
.item_thongtin_header > a{ font-size: 14px; font-family: var(--font-bold); }

.chu-chay-header{ width: 100%; }
.chu-chay-header marquee{ color: #fff; font-size: 14px; font-family: var(--font-medium); }

.left-top-header{ width: 100%; display: flex; align-items: center; justify-content: end; border: 1px hidden; border-right: 1px groove rgba( 200, 200, 200, .4); }
.left-top-header p{ color: #fff; font-size: 14px; font-family: var(--font-bold); }
.left-top-header p:first-child{ margin-right: 2em; }
.left-top-header p a{ text-decoration: none; }
.left-top-header p a:hover{ text-decoration: underline; }

.MXH-top-header{ width: 300px; padding: 5px 0; border: 1px groove rgba(200, 200, 200, .4); border-top: 1px hidden; border-bottom: 1px hidden; }

.item-MXH-top-header{ width: inherit; height: 35px; display: flex; align-items: center; justify-content: center; border: 1px hidden rgba( 200, 200, 200, .4); border-right: 1px groove rgba(170, 170, 170, .4); }
#slider-MXH-top-header .owl-item:last-child > .item-MXH-top-header{ border-right: 1px hidden; }
.item-MXH-top-header > a{ width: 25px; height: 25px; display: inherit; align-items: inherit; justify-content: inherit; text-decoration: none; }
.item-MXH-top-header > a > i, .item-MXH-top-header > a > svg{ font-size: 16px; }
.item-MXH-top-header > a > svg{ width: 20px; height: 20px; }
.item-MXH-top-header > a > img{ width: 20px; height: 20px; object-fit: cover;}

/*------------- CSS Mid Header PC --------------*/

:root{
  --mau-cart-pc: #000;
  --mau-cart-pc-hvr: var(--mau-chinh);
  --mau-btn-shopping-cart: transparent;
  --mau-btn-shopping-cart-hvr: transparent;
}

#mid-header{ width: 100%; padding: 0px 0; position: relative; z-index: 999; box-shadow: 2px 2px 7px rgba(210, 210, 210, .0); background-color: var(--background-mid-header); }
.frame-in-mid-header{ display: flex; align-items: center; justify-content: space-between; }

.left-mid-header{ width: 18%; }
.left-mid-header > a{ width: 100%; display: block; }
.logo-mid-header{ width: 100%; padding: 0px; background-color: var(--background-logo); }
.logo-mid-header img{ max-width: 250px; }

.mid-mid-header{ width: 60%; }

.right-mid-header{ width: 150px; display: flex; align-items: center; justify-content: flex-end;}

.contact_right_mid_header > a{
  text-decoration: none;
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mau-chinh);
  color: #000;
  font-family: var(--font-bold);
}

.frame-open-search{ width: 100%; padding-left: 15px;}
.open-search{ width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px; }

.btn-shopping-cart{ cursor: pointer; width: auto; display: flex; align-items: center; justify-content: center; }
.btn-shopping-cart a{ text-decoration: none; }
.btn-shopping-cart article{ background-color: var(--mau-btn-shopping-cart); border-radius: 50px; font-size: 20px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; transition: all .25s ease-in-out; }
.btn-shopping-cart article.countn{ position: relative; }
.btn-shopping-cart article:hover, .btn-shopping-cart article.active{ transition: all .25s ease-in-out; background-color: var(--mau-btn-shopping-cart-hvr); }

.btn-shopping-cart article i{ color: var(--mau-cart-pc); }
.btn-shopping-cart article:hover > i{ color: var(--mau-cart-pc-hvr); }

.btn-shopping-cart article > span.count-giohang{ position: absolute; font-family: var(--font-medium); font-size: 12px; color: white; top: 0; right: 0; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: var(--mau-cart-pc-hvr); transition: all .25s ease-in-out; }
.btn-shopping-cart article:hover > span.count-giohang{ transition: all .25s ease-in-out; background-color: var(--mau-cart-pc); }

.gio-hang-1{ width: 50px; height: 50px;  position: relative; }
.gio-hang-1 a.countn{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 100%; text-decoration: none; background-color: var(--background-giohang); }
.gio-hang-1 a.countn:hover{ background-color: var(--background-giohang-hvr); }
.gio-hang-1 a.countn i,.gio-hang-1 a.countn svg{ color: var(--color-giohang); font-size: 27px; }
.gio-hang-1 a.countn:hover i,.gio-hang-1 a.countn:hover svg{ color: var(--color-giohang-hvr); }

.hotline-R-mid-header{}
.hotline-R-mid-header > a{ text-decoration: none; color: #fff; font-size: 16px; font-family: var(--font-bold); padding: 12px 18px; width: 200px; display: flex; align-items: center; justify-content: flex-start; background-color: var(--mau-chinh); border-radius: 12px; }
.hotline-R-mid-header > a:hover{ background-color: var(--mau-phu); }
.hotline-R-mid-header > a > i{ color: #fff; }
.hotline-R-mid-header > a > span{ color: #fff; font-family: var(--font-bold); }
.hotline-R-mid-header > a:hover > span{color: #fff;}

@media only  screen and (min-width: 1px) and (max-width: 999px){
  .hotline-R-mid-header > a{ width: auto; padding: 8px 14px; }
}
@media only  screen and (min-width: 1px) and (max-width: 650px){
  .hotline-R-mid-header > a{ font-size: 12px; }
}

/*------------------------------ CSS Menu Mid Header ----------------------------*/

.menu-mid-hd{ overflow: unset;}

.menu-mid-hd > ul{ padding: 0 0px 0 0px; position: relative; left: 0%; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; transition: all .6s linear; }
.menu-mid-hd.hidden > ul{ position: relative; left: 100%; transition: all .6s linear; }
header:hover .menu-mid-hd.hidden > ul{ position: relative; left: 0%; animation: show-menu-mid-hd 1s linear forwards; }
.menu-mid-hd ul li{ list-style-type: none; position: relative; }
.menu-mid-hd ul li a{ text-decoration: none; text-transform: capitalize; }
.menu-mid-hd > ul > li{ margin: 0 0px 0 0px; cursor: pointer; height: 79px; display: flex; align-items: center; justify-content: center; }
.menu-mid-hd > ul > li:last-child{ margin: 0 0px 0 0px;  }
.menu-mid-hd > ul > li:fisrt-child{ margin: 0;  }
.menu-mid-hd > ul > li > a{ padding: 0 3px; display: inline-flex; align-items: center; justify-content: center; height: 35px; font-size: 16px; color: var(--mau-chu-menu); font-family: var(--font-semibold); }

.menu-mid-hd > ul > li > a.hvr-left-right { /*  display: inline-block;*/ position: relative; }
.menu-mid-hd > ul > li > a.hvr-left-right:after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: var(--background-menu-li-hvr); transform-origin: bottom right; transition: transform 0.25s ease-out; }
.menu-mid-hd > ul > li:hover > a.hvr-left-right:after,
.menu-mid-hd > ul > li:focus > a.hvr-left-right:after,
.menu-mid-hd > ul > li:active > a.hvr-left-right:after { transform: scaleX(1); transform-origin: bottom left; }

.menu-mid-hd > ul > li.active > a, .mid-hd1.fixed .menu-mid-hd > ul > li.active > a{ color: var(--mau-chu-menu-hover); background-color: var(--background-menu-li); }
.menu-mid-hd > ul > li.active > a:before{ position: absolute; bottom: 0; height: 2px; width: 100%; background-color: var(--background-menu-li-hvr); }

.menu-mid-hd > ul > li:hover > a,.mid-hd1.fixed .menu-mid-hd > ul > li:hover > a{ color: var(--mau-chu-menu-hover); background-color: transparent; }

.menu-dm-c1, .menu-dm-c2, .menu-dm-c3 { border-radius: 0px; box-shadow: 0px 0 3px 0 rgba(0, 0, 0, .5); }
.menu-dm-c2::-webkit-scrollbar, .menu-dm-c3::-webkit-scrollbar { width: 3px; }

.menu-dm-c1{ width: 250px; position: absolute; top: 130%; left: 0; opacity: 0; z-index:-2; padding: 0; visibility: hidden; background-color: var(--background-menu-li-sp); transition: all .25s ease-in-out; }
.menu-mid-hd > ul > li:hover .menu-dm-c1{ transition: all .25s ease-in-out; top: 100%; opacity: 1; z-index: 50; visibility: visible; }

.menu-dm-c1 > li, .menu-dm-c2 > li, .menu-dm-c3 > li{ width: 100%; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; background-color: var(--background-menu-li-sp); border-bottom: 1px groove rgba(190, 190, 190, .5); }

.menu-dm-c1 > li:first-child, .menu-dm-c2 > li:first-child, .menu-dm-c3 > li:first-child{ border-radius: 0px 0px 0 0; }

.menu-dm-c1 > li:last-child, .menu-dm-c2 > li:last-child, .menu-dm-c3 > li:last-child{ border-bottom: none; border-radius: 0 0 0px 0px; }

.menu-dm-c1 > li:hover, .menu-dm-c2 > li:hover, .menu-dm-c3 > li:hover{ background-color: var(--background-menu-li-sp-hvr); -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }

.menu-dm-c1 > li > a, .menu-dm-c2 > li > a, .menu-dm-c3 > li > a{ width: 100%; height: 45px; color: var(--mau-chu-menu-sp); font-size: 14px; font-family: var(--font-medium); display: inline-flex; align-items: center; justify-content: space-between; transition: all .1s ease-in-out; }

.menu-dm-c1 > li:hover > a, .menu-dm-c2 > li:hover > a, .menu-dm-c3 > li:hover > a{ color: var(--mau-chu-menu-sp-hvr); transition: all .1s ease-in-out; }

.menu-dm-c1 > li > aside, .menu-dm-c2 > li > aside, .menu-dm-c3 > li > aside{ width: 45px; height: 45px; font-size: 15px; display: flex; align-items: center; justify-content: flex-end; color: var(--mau-chu-menu-sp); }
.menu-dm-c1 > li:hover > aside, .menu-dm-c2 > li:hover > aside, .menu-dm-c3 > li:hover > aside{ color: var(--mau-chu-menu-sp-hvr); }

.menu-dm-c2{ padding: 0; position: absolute; width: 100%; z-index: -1; left: 0%; top: 0; opacity: 0; visibility: hidden; border-left: 1px groove rgba(190, 190, 190, .5); transition: all .25s ease-in-out; }
.menu-dm-c1 > li:hover .menu-dm-c2{ transition: all .25s ease-in-out; opacity: 1; left: 100.5%; z-index: 0; visibility: visible; }

.menu-dm-c3{ padding: 0; position: absolute; width: 100%; z-index: -1; left: 0%; top: 0; opacity: 0; visibility: hidden; border-left: 1px groove rgba(190, 190, 190, .5); background-color: var(--background-menu-li-sp); transition: all .25s ease-in-out; }
.menu-dm-c2 > li:hover .menu-dm-c3{ transition: all .25s ease-in-out; opacity: 1; left: 100.5%; z-index: 0; visibility: visible; }

@keyframes show-menu-mid-hd{
  0%{
    transform: translateX(100%); /* Chạy từ Phải sang */
    opacity: 0;
  }
  100%{
    transform: translateX(0%);
    opacity: 1;
  }
}

@media only  screen and (min-width: 1px) and (max-width: 1199px){
  .menu-mid-hd > ul > li > a{ font-size: 15px; }
}

/*------------------------------ End CSS Menu Mid Header ----------------------------*/

/*------------------------------ Start CSS Header Mobile ----------------------------*/

#header-out-mobile{ width: 100%; padding: 10px 0; box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, .2); background: var(--br-out-header-mobile); }

.frame-header-out-mobile{ display: flex; align-items: center; justify-content: space-between; }

.left-header-mobile{ width: 20%; }
.show-menu-mobile{ width: 100%; }
.show-menu-mobile > i{ font-size: 25px; color: var(--mau-icon-header-mobile);}

.mid-header-mobile{ width: 60%; }


.right-header-mobile{ width: 20%; }
.frame-logo-header-mobile{width: 100%; display: flex; align-items: center; justify-content: center;}
.logo-header-mobile{ max-width: 150px; display: flex; align-items: center; justify-content: center;}
.logo-header-mobile img{ width: 100%; }

@media only  screen and (min-width: 1px) and (max-width: 999px){
  .left-header-mobile,.mid-header-mobile,.right-header-mobile{ width: 33.33%; }
}

/*------------------------------ End CSS Header Mobile ----------------------------*/

/*------------------------------ CSS Menu Mobile All ----------------------------*/

#menu-mobile-all{ width: 350px; height: 100%; display: none; position: fixed; top: 0; left: 0; z-index: 999; background-color: var(--br-menu-mobile); }

.ngonngu_tops-mobile{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.ngonngu_tops-mobile a{text-decoration: none;}
.ngonngu_tops-mobile a > img{width: 40px;height: auto;}

.top-menu-mobile{ padding: 7px 10px; width: 100%; display: flex; align-items: center; justify-content: space-between; background-color: var(--br-top-menu-mobile); }

.left-top-menu-mobile{ width: auto; }
.frame-logo-mobile{ padding: var(--pad-logo-mobile); background-color: var(--br-logo-menu-mobile); }
.frame-logo-mobile > a > img{ max-width: 160px;  width: 100%;}

.mid-top-menu-mobile{ width: 100px; }

.active_lang, .none_lang{ display: flex; align-items: center; justify-content: center; padding: 5px; border-radius: 5px; }

.active_lang{ background-color: #fff; }

.right-top-menu-mobile{  }
.close1 > i{ color: var(--mau-icon-menu); font-size: 30px; }

.list-menu-mobile{ width: 100%; }

@media only  screen and (min-height: 1px) and (max-height: 500px){
  #menu-mobile-all{ overflow-y: scroll; }
  #menu-mobile-all::-webkit-scrollbar{ width: 0px; }
}

/*------------------------------ Start CSS Menu Mobile ----------------------------*/

#list-mobile-all{ padding: 0; overflow-y: unset; width: inherit; background-color: var(--bg-menu-mobile); }

#list-mobile-all::-webkit-scrollbar{ width: 2px; }

#list-mobile-all > li, .list-c1 > li, .list-c2 > li{ list-style-type: none; width: inherit; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px groove rgba(0, 0, 0, 0.3); }
#list-mobile-all > li:last-child{ border-bottom: 1px hidden; }

#list-mobile-all > li > a, .list-c1 > li > a, .list-c2 > li > a{ text-decoration: none; padding: 2.5px 8px; width: 89%; height: 45px; display: flex; align-items: center; justify-content: start; text-transform: capitalize; font-size: 15px; font-family: var(--font-medium); }

#list-mobile-all > li > .show-list-c1, .show-list-c2{ width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

#list-mobile-all > li i{ font-size: 20px }

.show-list-c1.active, .show-list-c2.active{ -webkit-transform: rotate(180deg)!important; -moz-transform: rotate(180deg)!important; -ms-transform: rotate(180deg)!important; -o-transform: rotate(180deg)!important; transform: rotate(180deg)!important; -webkit-transition: all .5s ease-in-out!important; -moz-transition: all .5s ease-in-out!important; -ms-transition: all .5s ease-in-out!important; -o-transition: all .5s ease-in-out!important; transition: all .5s ease-in-out!important; }


.list-c1{ width: 100%; max-height: 220px; overflow: auto; display: none; padding: 0; border: 1px groove var(--border-li-cap-menu-mobile); border-left: 1px hidden; border-right: 1px hidden; background-color: var(--bg-menu-mobile-c1); }
.list-c1 > li{ color: var(--mau-chu-menu-list-c1); border-bottom: 1px groove var(--border-li-cap-menu-mobile);}
.list-c1 > li:last-child{ border-bottom: 1px hidden; }
.list-c1 > li > a{ font-size: 14px; height: 35px; width: 88%; }

.list-c2{ width: 100%; display: none; padding: 0; border: 1px groove var(--border-li-cap-menu-mobile); border-left: 1px hidden; border-right: 1px hidden; background-color: var(--bg-menu-mobile-c2); }
.list-c2 > li{ color: var(--mau-chu-menu-list-c2); border-bottom: 1px groove var(--border-li-cap-menu-mobile);}
.list-c2 > li:last-child{ border-bottom: 1px hidden; }
.list-c2 > li > a{ font-size: 14px; height: 35px; }

.lienhe-menu-mobile{ width: 100%; padding: 6px 8px; border: 1px groove rgba(0, 0, 0, .3); border-left: 1px hidden; border-right: 1px hidden; background-color: var(--bg-lh-menu-mobile); }
.lienhe-menu-mobile > article, .lienhe-menu-mobile > aside{ width: 100%; }
.lienhe-menu-mobile > article > p{ font-size: 16px; font-weight: 600; color: var(--mau-chinh); width: 100%; height: 35px; display: flex; align-items: center; justify-content: start; }

.lienhe-menu-mobile > article > p > a{ margin-left: 10px; color: #000; text-decoration: none; }

.lienhe-menu-mobile > aside{ margin: .5em auto; display: flex; align-items: center; justify-content: center; }


/*------------------------------ End CSS Menu Mobile ----------------------------*/


/*------------------------------ CSS Product Moi Index----------------------------*/

#product-noibat-index{ width: 100%; margin: 3em 0 20px; }

.top-noibat-index{ position: relative; width: 100%; margin-bottom: 0em; text-align: center; }
.top-noibat-index:after { position: absolute; bottom: -18px; left: 50%; transform: translate(-50%); width: 495px; height: 13px; background: url(../images/ic-title.png) no-repeat center center / cover; }

.top-noibat-index h1{ color: #000; font-size: 24px; font-family: var(--font-bold); text-transform: uppercase; }

.bot-noibat-index,.sanpham-khuyenmai{ width: inherit; }


/*------------------------------ Start CSS bo loc ----------------------------*/

#loc-thuoc{ width: 100%; margin-bottom: 1em; }
.frame-in-boloc{ padding: 7px 15px; display: flex; align-items: center; justify-content: space-between; border: 1px groove rgba(180, 180, 180, .6); }

.left-boloc{ width: 50%; display: flex; align-items: center; justify-content: start; }
.left-boloc > p{ margin-right: 10px; height: 20px; font-size: 15px; font-family: var(--font-regular); text-transform: uppercase; }
.left-boloc > p > i{ font-size: 20px; }

.name-cat-boloc{ font-size: 14px; font-family: var(--font-regular); }

.right-boloc{ width: 50%; display: flex; align-items: center; justify-content: end; }
.right-boloc > p{ font-size: 14px; font-family: var(--font-regular); margin-right: 15px; }

.select-loc{ position: relative; padding: 0 10px; width: 140px; height: 30px; display: flex; align-items: center; justify-content: space-between; border: 1px groove rgba(220, 220, 220, .8); }
.select-loc > p{ font-size: 14px; font-family: var(--font-regular); display: flex; align-items: center; justify-content: center; }

.angle-select{ -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

.angle-select.active{ -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

.menu-loc{ position: absolute; display: none; width: 100%; top: 115%; left: 0; z-index: 1; padding: 0; background-color: #fff; box-shadow: 0 0 1px 1px rgba(220, 220, 220, .7); }

.menu-loc > li{ width: 100%; padding: 10px; cursor: pointer; list-style-type: none; display: flex; align-items: center; justify-content: start; }
.menu-loc > li:hover{ background-color: var(--background-li-boloc); }

.menu-loc > li > p{ color: var(--mau-chu-boloc); font-size: 14px; font-family: var(--font-regular); }
.menu-loc > li:hover > p{ color: var(--mau-chu-boloc-hvr); }

@media only  screen and (min-width: 1px) and (max-width: 550px){
  .frame-in-boloc{ padding: 7px; }
  .left-boloc > p{ font-size: 12px; }
  .right-boloc > p{ font-size: 12px; }
  .select-loc{ width: 115px; }
  .select-loc > p{ font-size: 12px; }
  .menu-loc > li > p{ font-size: 12px }
}

/*------------------------------ End CSS bo loc ----------------------------*/

/* search */

.btn-show-search{ cursor: pointer; width: auto; display: flex; align-items: center; justify-content: center; }
.btn-show-search article{ background-color: var(--mau-btn-show-search); border-radius: 50px; font-size: 20px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; transition: all .25s ease-in-out; }
.btn-show-search article:hover, .btn-show-search article.active{ transition: all .25s ease-in-out; background-color: var(--mau-btn-show-search-hvr); }
.btn-show-search article i{ color: var(--mau-search-pc); }

.khung-search-click{ display: block; position: absolute; width: 450px; height: auto; top: 95%; right: 273px; z-index: 22; border-radius: 5px; background-color: #fff; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); padding: 7px; /*animation: down_search .4s; transform-origin: 0% 0%;*/ opacity: 0; visibility: hidden; transition: all .3s ease-in-out; }

.khung-search-click.active{ /*display: block;*/ opacity: 1; top: 105%; right: 273px; visibility: visible; transition: all .3s ease-in-out; }

.khung-search-click article{ position: relative; margin-bottom: 1.125rem; padding-left: 10px; color: var(--mau-title-framesearch); font-family: var(--font-bold); }
.khung-search-click article:before{ content: ''; position: absolute; top: 120%; width: 78px; height: 2px; background-color: var(--mau-title-framesearch); }

.seach{ display: flex; justify-content: center; align-items: center; transition: all 1s ease-in-out; }
.seach.active1{ display: flex; }

#select-search{ width: 100%; position: relative; border-radius: 50px; border: 1px hidden rgba(150, 150, 150, .8); }

#select-search:hover{ border: 1px hidden rgba(230, 20, 37, .5); }
#select-search1{ width: 100%; }
#select-search-1{ height: 60px; width: 100%; position: relative; border-radius: 50px; border: 1px groove rgba(250, 250, 250, 1); background-color: #fff; }
#select-search-1:hover{ background-color: #fff; }

.formtk{ position: relative; }
.formtk:before{ content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 0%; z-index: -1; opacity: 0; visibility: hidden; border-radius: 5px; border: 1px hidden var(--br-input-tk-forcus); border-top: 1px groove var(--br-input-tk-forcus); border-left: 1px groove var(--br-input-tk-forcus); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.formtk:after{ content: ''; position: absolute; bottom: 0; right: 0; width: 0%; height: 0%; z-index: -1; opacity: 0; visibility: hidden; border-radius: 5px; border: 1px hidden var(--br-input-tk-forcus); border-bottom: 1px groove var(--br-input-tk-forcus); border-right: 1px groove var(--br-input-tk-forcus); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.formtk:hover:before, .formtk:hover:after{ width: 100%; height: 100%; z-index: 0; opacity: 1; visibility: visible; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.formtk:hover .input{ border-bottom: 1px hidden; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

.input{ width: 100%; height: 40px; position: relative; z-index: 1; border: 1px hidden rgba(50, 50, 50, 0.5); border-bottom: 1px hidden rgba(50, 50, 50, 1.0); background-color: var(--background-input-tk); /*  box-shadow: 0 0 -4px 1px rgba(150, 150, 150, .50);*/ padding: 0px 0px 0px 7px; color: var(--mau-chu-input-tk); font-size: 15px; line-height: 15px; font-family: var(--font-regular-I), var(--font-regular); border-radius: 5px; outline: none; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.input:focus{ color: var(--mau-chu-input-tk-forcus); outline: none; border-radius: 5px; box-shadow: 0px 0px 5px 0px rgba(0, 173, 244 ,0.20); border: 1px groove var(--br-input-tk-forcus)!important; background-color: var(--background-input-tk-forcus); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.input::placeholder { text-transform: capitalize; color: var(--mau-chu-input-tk); }
.input:hover::placeholder, .input:focus::placeholder{ color: var(--mau-chu-input-tk-forcus); }

.divseach{ width: 10%; position: absolute; right: 4px; z-index: 1; height: 48px; width: 48px; text-align: center; align-items: center; display: flex; justify-content: center; background-color: var(--background-div-search); border: 1px hidden #292c39; border-radius: 100%; overflow: hidden; }
.divseach:hover{background-color: var(--background-div-search-hvr);}
.divseach > .btn-search i{ color: var(--mau-kinhlup-chinh); font-size: 20px; }
.btn-search{ background-color: transparent; border: 1px hidden; }
#select-search:hover .btn-search i, #select-search:focus-within .btn-search i{ color: var(--mau-kinhlup-chinh-hvr); }

.btn-search1{ display: block; color: var(--mau-btn-search1);/*#ea4630*/ padding: 0; border: 1px hidden; background-color: var(--br-btn-search-1); }
.btn-search1.active{ display: none; }
.btn-search1 > i{ color: var(--mau-icon-header-mobile); font-size: 25px; font-weight: 500; }

.p-timkiem{ position: fixed; display: none; top: 0; width: 100%; height: 100%; background-color: rgba(150, 150, 150, 0.7); z-index: 999; }
.p-timkiem.active{ display: flex; justify-content: center; align-items: center; }
.close2{ display: block; position: absolute; top: 30%; right: 5.5%; z-index: 99; }

.item-tkiem{ position: absolute; width: 80%; top: 30%; left: 8%; z-index: 10; }

/*------------------------------ End CSS Search ----------------------------*/



/*------------------------------ CSS Library Video----------------------------*/

#list-video{ width: 100%; margin: 4em auto 2em; }

.top-list-video{ margin-bottom: 2em; width: inherit; text-align:center; }
.top-list-video aside{ color: var(--mau-chinh-dark); font-size: 30px; font-family: var(--font-don-1); }
.top-list-video article span{ font-size: 55px; font-weight: 900; font-family: var(--font-don-2); }

.bot-list-video{ width: inherit; }

.frame-items-video, .frame-items-video1{width: 100%;}
.frame-items-video1{ padding: 7px; }
.item-video{ width: 100%; border-radius: 20px;}
.item-video a{ width: 100%; overflow: hidden; text-decoration: none; display: flex; align-items: center; justify-content: center; position: relative;}
}
.item-video img{ width: 100%; }
.button-video{ position: absolute; width: 70px; height: 70px; }
.button-video1{ position: absolute; width: 20px; height: 20px; }

@media only  screen and (min-width: 1px) and (max-width: 800px){
  .top-list-video article span{ font-size: 40px; }
}

@media only  screen and (min-width: 1px) and (max-width: 500px){
  .top-list-video article span{ font-size: 30px; }
}

/*------------------------------ End CSS Library Video----------------------------*/

/*------------------------------  CSS tong quan ----------------------------*/



/*------------------------------ End CSS Tong Quan ----------------------------*/

/*------------------------------ CSS Vi tri du an ----------------------------*/

#about4-index{ width: 100%; padding-bottom: 4em; }

.frame-in-vitriduan{}

.top-vitriduan{ width: inherit; text-align: center; margin-bottom: 2em; }
.top-vitriduan h1 > span{ margin-bottom: 15px; color: var(--mau-chinh-dark); font-size: 45px; font-family: var(--font-don-1); } 
.top-vitriduan h2 > span{ font-size: 56px; font-weight: 900; font-family: var(--font-don-2); }

.bot-vitriduan{ width: inherit; display: flex; align-items: center; justify-content: center; }
.bot-vitriduan > article{ width: 80%; }

@media only  screen and (min-width: 1px) and (max-width: 550px){
  .top-vitriduan h2 > span{ font-size: 36px; }
  .bot-vitriduan > article{ width: 100%; }
}

/*------------------------------ End CSS Vi tri du an ----------------------------*/

/*------------------------------ CSS Background ----------------------------*/

#background_index { width: 100%; height: 100%; }

#background_index .frame_in_background_index { width: 100%; height: 100%; }

#background_index .frame_in_background_index .owl-carousel { width: 100%; height: 100%; }

#background_index .frame_in_background_index .owl-carousel .frame_items_background { width: 100%; height: 100%; }

#background_index .frame_in_background_index .owl-carousel .frame_items_background .item_background { width: 100%; height: 100%; }

#background_index .frame_in_background_index .owl-carousel .frame_items_background .item_background picture { width: 100%; height: 100%; }

#background_index .frame_in_background_index .owl-carousel .frame_items_background .item_background picture img { width: 100%; height: 100%; object-fit: cover; }

/*------------------------------ End CSS Background ----------------------------*/

/*------------------------------ CSS Tien Ich ----------------------------*/

#tienich{ width: 100%; background-color: #f9f9f9; padding: 3em 0 2em;}

.frame-in-tienich{ width: 100%; }

.top-tienich{ width: 100%; text-align:center; margin-bottom: 5em; }
.top-tienich h1 > span{ margin-bottom: 15px; color: var(--mau-chinh-dark); font-size: 45px; font-family: var(--font-don-1); } 
.top-tienich h2 > span{ font-size: 56px; font-weight: 900; font-family: var(--font-don-2); }

.bot-tienich{ width: 100%; }

.item-tienich{ margin-bottom: 3.5em; width: inherit; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.item-tienich:last-child{ margin-bottom: 0; }
.left-item-tienich{ width: 49%; }
.left-item-tienich h1 > span{ margin-bottom: 15px; color: var(--mau-chinh-dark); font-size: 35px; font-family: var(--font-don-1); } 
.left-item-tienich h2 > span{ font-size: 46px; font-weight: 900; font-family: var(--font-don-2); }

.right-item-tienich{ width: 49%; }
.right-item-tienich > article{width: 100%;}
.right-item-tienich > article > img{ width: inherit; border-radius: 10px; }

@media only  screen and (min-width: 1px) and (max-width: 480px){
  .top-tienich{ margin-bottom: 2em; }
  .top-tienich h2 > span{ font-size: 40px; }
}

/*------------------------------ End CSS Tien Ich ----------------------------*/

/*------------------------------ CSS Cam ket / Lợi Thế / Loi ich / Ly do ----------------------------*/

#loithe_index { width: 100%; padding: 60px 0; background-color: #f5f5f5; }

.frame_in_loithe_index { width: 100%; }

.top-loithe-index { margin-bottom: 40px; }

.top-loithe-index h2 { font-size: 32px; font-weight: 700; color: #1a1a1a; line-height: 1.3; margin: 0; }

.grid-loithe { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 40px; }

.frame_icon_loithe { padding-right: 15px; }
.frame_icon_loithe:last-child { padding-right: 0; }
@media only  screen and (min-width: 1px) and (max-width: 899px){
  .frame_icon_loithe{ padding-bottom: 15px; }
  .frame_icon_loithe:nth-child(2){ padding-right: 0; }
  .frame_icon_loithe:last-child{ padding-bottom: 0; }
}
@media only  screen and (min-width: 1px) and (max-width: 501px){
  .frame_icon_loithe {
      padding-right: 0;
  }
}

.item-loithe { width: 100%; background: #fff; padding: 30px 20px; border-radius: 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; }

.item-loithe:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.1); }

.icon-loithe { width: 60px; height: 60px; margin-bottom: 20px; }

.icon-loithe img { width: 100%; height: 100%; object-fit: contain; }

.title-loithe { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; }

.desc-loithe { font-size: 14px; color: #666; line-height: 1.6; min-height: 67.2px; }

.btn-xemthem { display: inline-block; background: #ffc107; color: #000; padding: 12px 30px; font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: all 0.3s ease; }

.btn-xemthem:hover { background: #e0a800; color: #000; }

.btn-xemthem i { margin-left: 8px; }

/*------------------------------ End CSS Cam ket / Loi ich / Ly do ----------------------------*/

/*------------------------------ CSS Tin Tuc ----------------------------*/

#news-index{ width: 100%; height: 100vh; padding: 3em 0 1em; background: var(--change-bg-header); } 
.frame-news-index{ padding-top: 30px; }

.top-news-index{ width: 100%; text-align:center; margin-bottom: 0em;}
.top-news-index h1{ height:35px; }
.top-news-index h1 > span{ color: var(--mau-chinh); font-size: 40px; font-family: var(--font-bold); text-transform: uppercase; }

.bot-news-index{ width: 100%; display: flex; align-items: center; justify-content: center; }

@media only  screen and (min-width: 1440px){
  #news-index{ padding: 0em 0 1em; }
}
@media only  screen and (min-width: 1250px) and (max-width: 1439px) {
  #news-index{ padding: 0em 0 1em; }
  .top-news-index{padding-top: 20px; }
}

@media only  screen and (min-width: 1px) and (max-width: 500px){
  #news-index, #news-index .height_frame_in_section{ height: auto; }
  #news-index { padding: 6em 0 6em; }
  .frame-news-index{ padding-top: 0px; }
}

@media only  screen and (min-width: 1px) and (max-width: 500px){
  .top-news-index h1 > span{ font-size: 24px;}
}

/*------------------------------ CSS Tin Tuc Drone ----------------------------*/

.section-tintuc-drone { padding: 80px 0; background-color: #f8f9fa; }

.frame_in_tintuc_drone_index { width: 100%; }

.top_tintuc_drone_index { text-align: center; margin-bottom: 0px; }

.top_tintuc_drone_index h2 { font-size: 32px; font-weight: 700; color: #1a2b4a; margin: 0 0 15px 0; font-family: var(--font-bold); text-transform: uppercase; }

.top_tintuc_drone_index p { font-size: 14px; color: #666; margin: 0; }

.bottom_tintuc_drone_index { position: relative; padding: 0 0px; }

.item-tintuc { padding: 0 15px; }

.card-tintuc { background: #fff; overflow: hidden; transition: all 0.3s ease; }

.card-tintuc:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

.img-tintuc { width: 100%; height: 220px; overflow: hidden; }

.img-tintuc img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; }

.card-tintuc:hover .img-tintuc img { transform: scale(1.05); }

.content-tintuc { padding: 20px; background: #fff; }

.title-tintuc { font-size: 15px; font-weight: 600; color: #1a2b4a; line-height: 1.6; margin: 0 0 15px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.link-tintuc { font-size: 13px; color: #1a2b4a; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; font-weight: 500; transition: all 0.3s ease; }

.link-tintuc:hover { color: var(--mau-chinh, #007bff); }

.link-tintuc i { font-size: 12px; }

#slider-tintuc1{ padding: 0px 0px 0px 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

#slider-tintuc1 a{  }

#slider-tintuc1 .owl-carousel{ margin: 0px 0px 10px 0px; }

#slider-tintuc1 .owl-stage-outer{ margin-left: 0; padding: 25px 0px; margin: 0px 0px; width: 100%; height: auto;}

#slider-tintuc1 .owl-stage{ position: relative; height: auto; padding: 10px 0px 0px 0px; }
#slider-tintuc1 .owl-carousel .owl-stage-outer{ position: absolute; height: 350px; }
#slider-tintuc1.owl-nav{ position: absolute; top: 35%; width: 100%; font-size: 2em; left: 0; border: 1px hidden #FFFFFF; margin:0px 0px 0px 0px; padding: 0px ; z-index: 0; }
#slider-tintuc1.owl-nav button{ width: 4%; text-align: center;  }
#slider-tintuc1 .owl-nav button.owl-prev{ position: absolute; opacity: 0; visibility: hidden; color: #000; background-color: rgba(250, 250, 250,0.8); z-index: 2; border-radius: 5px; font-size: 30px; height: 40px; width: 40px; left: -150px; font-family: var(--font-bold); transition: all .2s ease-in-out; display: flex; align-items: center; justify-content: center; }
#slider-tintuc1:hover button.owl-prev{ opacity: 1; visibility: visible; left: -50px; transition: all .35s ease-in-out; }
#slider-tintuc1 .owl-nav button.owl-prev:hover{ color: #fff; background-color: var(--mau-chinh); transition: all .2s ease-in-out; border: 1px hidden rgba(196, 184, 184,1); }
#slider-tintuc1 .owl-nav button article{ border: 1px hidden red;  height: 40px; display: flex; align-items: center; justify-content: center; /*  background-color: rgba(196, 184, 184,0.5);*/  }
#slider-tintuc1 .owl-nav button.owl-next{ position: absolute; opacity: 0; visibility: hidden; z-index: 2; color: #000; right: -100px; /* right: 0px;*/ background-color: rgba(250, 250, 250,0.8); border-radius: 5px; font-size: 30px; line-height: 30px; height: 40px; width: 40px; font-family: var(--font-bold); transition: all .2s ease-in-out; display: flex; align-items: center; justify-content: center; }
#slider-tintuc1:hover button.owl-next{ opacity: 1; visibility: visible; right: -50px; transition: all .35s ease-in-out; }
#slider-tintuc1 .owl-nav button.owl-next:hover{ color: #fff; transition: all .2s ease-in-out; background-color: var(--mau-chinh); border: 1px hidden rgba(196, 184, 184,1);  }


#slider-tintuc1 div.owl-dots{ position: relative; bottom: 0px; }
#slider-tintuc1.owl-theme .owl-dots .owl-dot article{ background-color: transparent; border: 1px solid var(--mau-dots-news); }
#slider-tintuc1.owl-theme .owl-dots .owl-dot.active article, #slider-tintuc1.owl-theme .owl-dots .owl-dot:hover article { background-color: var(--mau-dots-news-hvr); }

.sli-news div.owl-dots{ position: absolute; bottom: 10px; }
.sli-news .owl-theme .owl-dots .owl-dot article{ background-color: transparent; border: 1px groove var(--mau-dots-news); }
.sli-news .owl-theme .owl-dots .owl-dot.active article, .sli-news .owl-theme .owl-dots .owl-dot:hover article { background: var(--mau-dots-news-hvr); }

@media only  screen and (min-width: 1px) and (max-width: 599px){
  #slider-tintuc1 .owl-stage-outer{
    height: auto;
  }
}

/*------------------------------ End CSS Tin Tuc ----------------------------*/

/* Items Tin Tuc */

.item-tintuc-index{ width: 100%; padding: 8px 10px; }
.item-tintuc-index .hover-grow-shadow{ background-color: transparent; box-shadow: 0 0 0px rgba(0, 0, 0, 0); }
.item-tintuc-index .hover-grow-shadow:hover, .item-tintuc-index .hover-grow-shadow:focus, .item-tintuc-index .hover-grow-shadow:active {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
}
.top-imgtt{ padding: 0 0; border-radius: 0px; position: relative; }
.img-tt{ width: inherit; height: auto; max-height: auto; display: flex; align-items: center; justify-content: center; overflow-y: hidden;  }
.img-tt img{ width: auto; height: inherit; max-height: inherit; max-width: 100%; overflow: hidden; border-radius: 0px 0px 20px 20px; }

.khung-date-tt{ background-color: var(--mau-chinh); border-radius: 5px; position: absolute; visibility: hidden; opacity: 0; bottom: 10px; left: 10px; width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; transition: all .5s ease-in-out; }
.hover-grow:hover .khung-date-tt{ opacity: 1; visibility: visible; transition: all .5s ease-in-out; }
.khung-date-tt:before{ content: ''; position: absolute; width: 55px; height: 55px; border-radius: 5px; border: 1px groove rgba(240, 240, 240, .6); }
.date-item-tt{width: 100%;}
.date-item-tt article, .date-item-tt aside{ width: 100%; color: #fff; text-align: center; font-family: var(--font-medium); }
.date-item-tt article{ font-size: 18px; }
.date-item-tt aside{ font-size: 10px; }

.bottom-imgtt{ padding: 10px; /*  min-height: 200px;*/ background-color: transparent; border-radius: 0 0 0px 0px; }
.ndtt{ padding: 0px 0px 0px 10px; }
.nd-tt{ padding-left: 0; font-size: 15px; margin-top: 0%; overflow: hidden; text-overflow: ellipsis; line-height: 29px; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; }

.time-tt{ color: #606060; font-size: 13px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.item-tintuc:hover .time-tt{ color: #000; }

.top-nd-tt{ font-size: 15px; line-height: 1.1rem; margin: 2px 0; height:35px; color: var(--mau-chinh); overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-family: var(--font-bold); }
.top-nd-tt-1{ font-size: 16px; line-height: 30px; height: auto; margin: 10px 0; color: #000; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-family: var(--font-bold); }
.item-tintuc1:hover .top-nd-tt, .item-tintuc:hover .top-nd-tt{ color: var(--mau-chinh); }

.bottom-nd-tt{ margin: 10px 0 0; height: 60px; line-height: 1.4em; text-align: initial; color: #fff; font-size: 14px; font-family: var(--font-medium); display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transition: all .5s ease-in-out; }
/*.item-tintuc-index .hover-grow:hover .bottom-nd-tt{ height: 60px; transition: all .5s ease-in-out; }*/
.bottom-nd-tt1{ /*  margin-bottom: 18px;*/ height: auto; text-align: initial; color: #000; font-size: 16px; line-height: 25px; /*    max-height: 50px;*/ padding: 0px 0px 0px 0px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;  }


.xemthem-items-index-tt{ width: 100%; padding-bottom: 20px; border-bottom: 1px groove rgba(150, 150, 150, .7); }

.khung-items-index-tt:last-child .xemthem-items-index-tt{ border-bottom: 1px hidden; }

.xemthem-items-index-tt a{  font-size: 13px; font-family: var(--font-bold); text-decoration: none; text-transform: var(--text-transf-uppercase); }

/* Bounce To Right */
.seen-items-tt { overflow: hidden; width: 120px; height: 40px; display: flex; align-items: center; justify-content: center; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); border-radius: 8px; border: 1px groove #000; background-color: #fff; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.seen-items-tt:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #000; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.seen-items-tt:hover, .seen-items-tt:focus, .seen-items-tt:active { color: white; }
.seen-items-tt:hover:before, .seen-items-tt:focus:before, .seen-items-tt:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/*------------------------------ End CSS Item tt Index ----------------------------*/

  /* Items Ẩm Thực */

.item-amthuc-index{ width: 100%; padding: 8px 10px; }
.item-amthuc-index .hover-grow-shadow{ border-radius: 0px; }
.top-imgat{ padding: 0 0; border-radius: 0px; position: relative; }
.img-at{ width: inherit; height: auto; max-height: auto; display: flex; align-items: center; justify-content: center; overflow-y: hidden;  }
.img-at img{ width: auto; height: inherit; max-height: inherit; max-width: 100%; overflow: hidden; border-radius: 0px; }

.khung-date-at{ background-color: var(--mau-chinh); border-radius: 5px; position: absolute; visibility: hidden; opacity: 0; bottom: 10px; left: 10px; width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; transition: all .5s ease-in-out; }
.hover-grow:hover .khung-date-at{ opacity: 1; visibility: visible; transition: all .5s ease-in-out; }
.khung-date-at:before{ content: ''; position: absolute; width: 55px; height: 55px; border-radius: 5px; border: 1px groove rgba(240, 240, 240, .6); }
.date-item-at{width: 100%;}
.date-item-at article, .date-item-at aside{ width: 100%; color: #fff; text-align: center; font-family: var(--font-medium); }
.date-item-at article{ font-size: 18px; }
.date-item-at aside{ font-size: 10px; }

.bottom-imgat{ padding: 10px; /*  min-height: 200px;*/ }
.ndat{ padding: 0px 0px 0px 10px; }
.nd-at{ padding-left: 0; font-size: 15px; margin-top: 0%; overflow: hidden; text-overflow: ellipsis; line-height: 29px; -webkit-line-clamp: 4;  display: -webkit-box; -webkit-box-orient: vertical; }

.time-at{ color: #606060; font-size: 14px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.item-amthuc:hover .time-at{ color: #000; }

.top-nd-at{ font-size: 16px; line-height: 1.3rem; margin: 10px 0; height:42px; color: #000; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-family: var(--font-bold); }
.top-nd-at-1{ font-size: 16px; line-height: 30px; height: auto; margin: 10px 0; color: #000; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-family: var(--font-bold); }
.item-amthuc1:hover .top-nd-at, .item-amthuc:hover .top-nd-at{ color: var(--mau-chinh); }

.bottom-nd-at{ margin-bottom: 0px; height: auto; text-align: initial; color: #000; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;  }
.bottom-nd-at1{ /*  margin-bottom: 18px;*/ height: auto; text-align: initial; color: #000; font-size: 16px; line-height: 25px; /*    max-height: 50px;*/ padding: 0px 0px 0px 0px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;  }


.xemthem-items-index-at{ width: 100%; padding-bottom: 20px; border-bottom: 1px groove rgba(150, 150, 150, .7); }

.khung-items-index-at:last-child .xemthem-items-index-at{ border-bottom: 1px hidden; }

.xemthem-items-index-at a{  font-size: 13px; font-family: var(--font-bold); text-decoration: none; text-transform: var(--text-transf-uppercase); }

/* Bounce To Right */
.seen-items-at { overflow: hidden; width: 120px; height: 40px; display: flex; align-items: center; justify-content: center; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); border-radius: 8px; border: 1px groove #000; background-color: #fff; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.seen-items-at:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #000; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.seen-items-at:hover, .seen-items-at:focus, .seen-items-at:active { color: white; }
.seen-items-at:hover:before, .seen-items-at:focus{}

/*------------------------------ CSS Chu Dau Tu ----------------------------*/

/*------------------------------ CSS Kết hợp ----------------------------*/


#news-video-index{ width: 100%; padding: 20px 0;}

.left-kethop-index{ width: 60%; }

.top-left-kethop-index{ width: 100%; margin-bottom: 20px;}
.top-left-kethop-index > h1{ width: auto; position: relative; color: var(--mau-chinh); font-size: 24px; font-family: var(--font-bold); }
.top-left-kethop-index > h1:before{ content: ''; position: absolute; width: 100px; height: 2px; bottom: -4px; background-color: var(--mau-chinh); }

.bot-left-kethop-index{width: 100%; display: flex; align-items: start; justify-content: space-between;}

.frame-item-news a, .frame-item-news1 a{ text-decoration: none; }

.frame-item-news{ width: 100%; }
.items-news{ width: 100%; }
.top-item-news{ width: inherit; }
.img-item-news{ width: inherit; }
.img-item-news img{ width: inherit; }

.bot-item-news{ width: inherit; margin-top: 15px; }
.time-news{color: #7a7a7a; font-size: 12px; font-weight: 400;}
.name-item-news{ font-size: 14px; font-weight: 800; margin-top: 10px; }
.items-news:hover .name-item-news{ color: var(--mau-chinh); }

.frame-item-news1{ width: 100%; margin-bottom: 20px;}
.frame-item-news1:last-child{ width: 100%; margin-bottom: 20px;}
.items-new1{ width: 100%; display: flex; align-items: start; justify-content: start; }
.frame-img-new1{ width: auto; display: flex; align-items: center; justify-content: center; }
.img-new1{ width: 96px; height: 69px; }
.img-new1 img{width: 100%;}

.nd-item-new1{ width: 80%; padding-left: 15px; }
.time-new1{ font-size: 12px; font-weight: 400; color:#7a7a7a; }
.name-item-new1{ font-size: 12px; font-weight: 800; color: #000000; margin-top: 10px; }
.items-new1:hover .name-item-new1{ color: var(--mau-chinh); }

.right-kethop-index{ width: 35%; }
.top-right-kethop-index{ width: 100%; margin-bottom: 20px;}
.top-right-kethop-index > h1{ width: auto; position: relative; color: var(--mau-chinh); font-size: 24px; font-family: var(--font-bold); }
.top-right-kethop-index > h1:before{ content: ''; position: absolute; width: 100px; height: 2px; bottom: -4px; background-color: var(--mau-chinh); }

.top-slick-video, .bot-slick-video{ width: 100%; }

.bot-slick-video{margin-top: 15px;}


.frame-items-video, .frame-items-video1{width: 100%;}
.frame-items-video1{ padding: 7px; }
.item-video{ width: 100%;}
.item-video a{ width: 100%; overflow: hidden; text-decoration: none; display: flex; align-items: center; justify-content: center; position: relative; }
}
.item-video img{ width: 100%;}
.button-video{ position: absolute; width: 70px; height: 70px; }
.button-video1{ position: absolute; width: 20px; height: 20px; }

@media only  screen and (min-width: 1px) and (max-width: 899px){
  .top-left-kethop-index > h1{ width: 100%; display: flex; align-items: center; justify-content: center; text-transform: uppercase; }
  .top-left-kethop-index > h1:before{  }
  .right-kethop-index{ width: 100%; }
  .top-right-kethop-index > h1{ width: 100%; display: flex; align-items: center; justify-content: center; text-transform: uppercase; }
  .top-right-kethop-index > h1:before{  }
}

#slider-tintuc1{ padding: 0px 0px 0px 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

#slider-tintuc1 a{  }

#slider-tintuc1 .owl-carousel{ margin: 0px 0px 10px 0px; }

#slider-tintuc1 .owl-stage-outer{ margin-left: 0; padding: 25px 0px; margin: 0px 0px; width: 100%; height: auto;}

#slider-tintuc1 .owl-stage{ position: relative; height: auto; padding: 10px 0px 0px 0px; }
#slider-tintuc1 .owl-carousel .owl-stage-outer{ position: absolute; height: 350px; }
#slider-tintuc1.owl-nav{ position: absolute; top: 35%; width: 100%; font-size: 2em; left: 0; border: 1px hidden #FFFFFF; margin:0px 0px 0px 0px; padding: 0px ; z-index: 0; }
#slider-tintuc1.owl-nav button{ width: 4%; text-align: center;  }
#slider-tintuc1 .owl-nav button.owl-prev{ position: absolute; opacity: 0; visibility: hidden; color: #000; background-color: rgba(250, 250, 250,0.8); z-index: 2; border-radius: 5px; font-size: 30px; height: 40px; width: 40px; left: -150px; font-family: var(--font-bold); transition: all .2s ease-in-out; display: flex; align-items: center; justify-content: center; }
#slider-tintuc1:hover button.owl-prev{ opacity: 1; visibility: visible; left: -50px; transition: all .35s ease-in-out; }
#slider-tintuc1 .owl-nav button.owl-prev:hover{ color: #fff; background-color: var(--mau-chinh); transition: all .2s ease-in-out; border: 1px hidden rgba(196, 184, 184,1); }
#slider-tintuc1 .owl-nav button article{ border: 1px hidden red;  height: 40px; display: flex; align-items: center; justify-content: center; /*  background-color: rgba(196, 184, 184,0.5);*/  }
#slider-tintuc1 .owl-nav button.owl-next{ position: absolute; opacity: 0; visibility: hidden; z-index: 2; color: #000; right: -100px; /* right: 0px;*/ background-color: rgba(250, 250, 250,0.8); border-radius: 5px; font-size: 30px; line-height: 30px; height: 40px; width: 40px; font-family: var(--font-bold); transition: all .2s ease-in-out; display: flex; align-items: center; justify-content: center; }
#slider-tintuc1:hover button.owl-next{ opacity: 1; visibility: visible; right: -50px; transition: all .35s ease-in-out; }
#slider-tintuc1 .owl-nav button.owl-next:hover{ color: #fff; transition: all .2s ease-in-out; background-color: var(--mau-chinh); border: 1px hidden rgba(196, 184, 184,1);  }


#slider-tintuc1 div.owl-dots{ position: relative; bottom: 0px; }
#slider-tintuc1.owl-theme .owl-dots .owl-dot article{ background-color: transparent; border: 1px solid var(--mau-dots-news); }
#slider-tintuc1.owl-theme .owl-dots .owl-dot.active article, #slider-tintuc1.owl-theme .owl-dots .owl-dot:hover article { background-color: var(--mau-dots-news-hvr); }

.sli-news div.owl-dots{ position: absolute; bottom: 10px; }
.sli-news .owl-theme .owl-dots .owl-dot article{ background-color: transparent; border: 1px groove var(--mau-dots-news); }
.sli-news .owl-theme .owl-dots .owl-dot.active article, .sli-news .owl-theme .owl-dots .owl-dot:hover article { background: var(--mau-dots-news-hvr); }

@media only  screen and (min-width: 1px) and (max-width: 599px){
  #slider-tintuc1 .owl-stage-outer{
    height: auto;
  }
}

/*------------------------------ CSS Chu Dau Tu ----------------------------*/

#dau-tu{ width: 100%; }
.top-dautu{ width: 100%; text-align:center; margin-bottom: 5em; }
.top-dautu h1 > span{ margin-bottom: 15px; color: var(--mau-chinh-dark); font-size: 45px; font-family: var(--font-don-1); } 
.top-dautu h2 > span{ font-size: 56px; font-weight: 900; font-family: var(--font-don-2); }

.bot-dautu{ width: 100%; }

.frame-nd-dautu{ width: 100%; }

.nd-dautu{ width: 100%; display: flex; flex-wrap:wrap; align-items: center; justify-content:space-between; }

.L-frame-dautu{ width: 49%; }
.img-dautu{ width: 100%; }
.img-dautu > img{ width: 100%; border-radius: 20px; }

.R-frame-dautu{ width: 49%; }

.R-frame-dautu > article{ width: 100%; font-size: 14px; }

@media only  screen and (min-width: 1px) and (max-width: 999px){
  .top-dautu{ margin-bottom: 2em; }
}

/*------------------------------ End CSS Chu Dau Tu ----------------------------*/

/* CSS Top Page */

#top-page{ height: auto; width: 100%; margin: 0px auto 10px auto; padding: 2em 0px; background-color: var(--br-top-page); }
.bodysp{ width: 100%; margin: auto; margin-bottom: 0%; height: auto;  }
.top-text-sp{ margin: 14px 0px 0px 0px; }

.center1{ width: 100%; display: flex; text-align: center; justify-content: center; align-items: center; flex-wrap: wrap; }
.center1 h2{ color: var(--mau-chu-top-page); margin:0px 0px 10px 0px; font-family: var(--font-bold); }

.frame-top-page article a,.frame-top-page article p{ font-size: 14px; color: var(--mau-chu-top-page); text-decoration: none; }
.frame-top-page article p{ margin:0 5px; }
.link-tc-sp{ margin-top: 0%; display: contents; color: var(--mau-chu-top-page); font-family: var(--font-medium); }
.link-tc-sp p{ font-size: 14px; display: flex; align-items: center; justify-content: center;  }
.link-tc-sp p > i{ font-size: 16px; }
.link-tc-sp a{ text-decoration: none; }
.link-tc-sp a{  /*  color: #fff;*/ }
.link-tc-sp a:hover,.link-tc-sp a:hover p{ color: var(--mau-chinh); text-decoration: underline; }
.link-tc-sp p img{ margin: 0px 10px; }

#nd-page-news .format-vanban h1{ margin: 0 0 0.67em 0; }

/* End CSS Top Page */

/*------------------------------ CSS About Index----------------------------*/

#about_index_drone { width: 100%; padding: 80px 0 80px; background-color: #fff; }

.frame_in_about_index_drone { display: flex; flex-wrap: wrap; gap: 60px; align-items: center; }

/* Left side - Images */
.images-about_index_drone { width: calc(50% - 30px); position: relative; display: flex; align-items: flex-start; }

.img-large { width: 70%; position: relative; z-index: 1; }
.img-large img { width: 100%; height: auto; display: block; }

.img-small { width: 50%; position: absolute; right: 0; bottom: -30px; z-index: 2; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.img-small img { width: 100%; height: auto; display: block; }

/* Right side - Content */
.content-about_index_drone { width: calc(50% - 30px); padding-left: 20px; }

@media (max-width: 991px) {
  .frame_in_about_index_drone { gap: 40px; }
  .images-about_index_drone { width: 100%; }
  .content-about_index_drone { width: 100%; padding-left: 0; }
}

@media (max-width: 650px) {
  #about_index_drone{ padding-bottom: 140px; }
}

.content-about_index_drone h2 { font-size: 32px; font-weight: 700; color: #1a2b4a; line-height: 1.3; margin: 0 0 25px 0; }
.content-about_index_drone p { font-size: 15px; color: #4a5568; line-height: 1.7; margin-bottom: 15px; }

.btn-xemthem-1 { display: inline-block; background: var(--mau-chinh); color: #fff; padding: 12px 30px; font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; margin-top: 20px; transition: all 0.3s ease; }
.btn-xemthem-1:hover { background: var(--mau-phu); color: #fff; }
.btn-xemthem-1 i { margin-left: 8px; }

/*------------------------------ End CSS About Index----------------------------*/

/*------------------------------ CSS About Lắng Nghe----------------------------*/


#about_langnghe { width: 100%; padding: 0px 0; background-color: #f5f5f5; }

.frame_in_about_langnghe { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

@media (max-width: 991px) {  }

/* Left side - Content */
.left-about-langnghe { padding: 80px 0; width: 43%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

@media (max-width: 991px) {
  .left-about-langnghe { width: 100%; }
}

.left-about-langnghe h2 { width: 100%; text-align: start; font-size: 28px; font-weight: 700; color: #1a2b4a; line-height: 1.4; margin: 0 0 30px 0; }

.accordion-langnghe { display: flex; flex-direction: column; gap: 15px; }

.accordion-item { background: #fff; overflow: hidden; }

.accordion-header { display: flex; align-items: center; justify-content: space-between; padding: 20px; cursor: pointer; transition: all 0.3s ease; }
.accordion-header:hover { background: #f9f9f9; }

.accordion-title { font-size: 16px; font-weight: 600; color: #1a2b4a; }

.accordion-icon { font-size: 20px; color: #1a2b4a; transition: transform 0.3s ease; }
.accordion-item.active .accordion-icon { transform: rotate(180deg); }

.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.accordion-item.active .accordion-content { max-height: 200px; padding: 0 20px 20px 20px; }

.accordion-content p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* Right side - Image */
.right-about-langnghe { width: 50%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 991px) {
  .right-about-langnghe { width: 100%; }
}

.img-about-langnghe { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.img-about-langnghe img { width: 100%; height: 530px; /* max-height: 500px; */ object-fit: cover; display: block; }


/*------------------------------ End CSS About Index----------------------------*/

/*------------------------------ End CSS About Xây Dựng Chiến Lược Index----------------------------*/

#about_xaydung_chienluoc { width: 100%; padding: 0px 0; background-color: #fff; }

.frame_in_about_xaydung_chienluoc { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

/* Left side - Image */
.left-about-chienluoc { width: 50%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 991px) {
  .left-about-chienluoc { width: 100%; }
}

.img-about-chienluoc { width: 100%; }
.img-about-chienluoc img { width: 100%; height: 530px; display: block; }

/* Right side - Content */
.right-about-chienluoc { width: 40%; padding: 80px 0; }

@media (max-width: 991px) {
  .right-about-chienluoc { width: 100%; }
}

.right-about-chienluoc h2 { font-size: 28px; font-weight: 700; color: #1a2b4a; line-height: 1.4; margin: 0 0 40px 0; }

.progress-list { display: flex; flex-direction: column; gap: 25px; }

.progress-item { display: flex; flex-direction: column; gap: 8px; }

.progress-header { display: flex; justify-content: space-between; align-items: center; }

.progress-label { font-size: 14px; font-weight: 600; color: #1a2b4a; }

.progress-percent { font-size: 14px; font-weight: 700; color: #1a2b4a; }

.progress-bar { width: 100%; height: 4px; background-color: #e0e0e0; position: relative; overflow: hidden; }

.progress-fill { height: 100%; background-color: #ffc107; width: 0%; transition: width 1.5s ease-out; }

.progress-item.animate .progress-fill { width: var(--target-width); }

/*------------------------------ End CSS About Xây Dựng Chiến Lược Index----------------------------*/

/*------------------------------ CSS Đối Tác Index----------------------------*/

#doitac-index{ width: 100%; height: 100vh; padding: 85px 0; background-color: #e8e5dc; }

.top-doitac{ margin-bottom: 1.2em; width: inherit; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.top-doitac > article{ width: 100%; }
.top-doitac > article > h1{ color: var(--mau-chinh); font-size: 50px; font-family: var(--font-bold); text-transform: uppercase; text-align: center; }
.top-doitac > .frame_img_partner{ width: 40%; margin: 15px auto 40px; }
.top-doitac > .frame_img_partner > img{ width: 100%; }
.top-doitac > aside{ width: 100%; margin: 0 0 20px; }
.top-doitac > aside > h2{ color: var(--mau-phu); font-size: 30px; font-family: var(--font-semibold); text-transform: uppercase; text-align: center; }

.frame-items-doitac-index{ width: 100%; }
.items-doitac-index{ width: inherit; }

.partner-wrapper #scroller.simply-scroll-list{ padding: 10px 0; }

@media only  screen and (min-width: 1440px){
  #doitac-index{padding: 0px 0;}
}

@media only  screen and (min-width: 1250px) and (max-width: 1439px){
  #doitac-index{padding: 40px 0;}
}

@media only  screen and (min-width: 1px) and (max-width: 999px){
  #doitac-index{ padding: 30px 0; }
  .top-doitac > article > h1{ font-size: 35px; }
  #doitac-index, #doitac-index .height_frame_in_section{ height: auto; }
}

/*------------------------------ CSS Product Sale Index----------------------------*/




/*------------------------------ CSS Product tab Index----------------------------*/

#tab-index{ width: 100%; margin: 30px auto 60px; }

.top-tab-index{ position: relative; margin-bottom: 60px; padding-left: 5px; text-align: center; }
.top-tab-index:after { content: ''; position: absolute; bottom: -30px; left: 50%; transform: translate(-50%); width: 495px; height: 13px; background: url(../images/ic-title.png) no-repeat center center / cover; }
.top-tab-index h1{ color: #000; font-size: 32px; font-family: var(--font-bold); text-transform: uppercase; }

.bot-tab-index{ width: inherit; margin-top: 35px; }

.header-tab{ padding: 10px 0; display: flex; align-items: center; justify-content: center; overflow-x: auto; overflow-y: hidden; }

/* height */
.header-tab::-webkit-scrollbar { height: 3px!important; opacity: 1; visibility: visible; }

/* Handle */
.header-tab ::-webkit-scrollbar-thumb { background: var(--mau-srcoll); border-radius: 10px; }

.item-name-tab{ cursor: pointer; margin-right: 15px; padding: 8px 20px; font-size: 14px; font-family: var(--font-regular); color: var(--name-tab); border-radius: 4px; background-color: var(--background-name-tab); }
.item-name-tab:last-child{ margin-right: 0; }
.item-name-tab:hover, .item-name-tab.active{ color: var(--name-tab-hvr);  box-shadow: 0 0 10px 0 var(--boxshadow-name-tab-hvr); }
.item-name-tab:hover{background-color: var(--mau-chinh);}
.item-name-tab.active{background-color: var(--background-name-tab-hvr);}

.body-tab{ width: inherit; margin-top: 20px; }
.change-tab{ width: inherit; }

@media only  screen and (min-width: 1px) and (max-width: 999px){
  .header-tab{ flex-wrap: wrap; margin-top: 1.5em; justify-content: center; }
  .item-name-tab{ margin-bottom: 1em; }
  .top-tab-index{ display: flex; align-items: center; justify-content: center; }
  .top-tab-index:after { left: unset; width: 90%; transform: unset; }
}

/*------------------------------ CSS Why Choose Us Index----------------------------*/

#why-product{}

.top-why-product{ position: relative; width: 100%; text-align: center; }

.top-why-product:after { position: absolute; content: ""; bottom: -18px; left: 50%; transform: translate(-50%); width: 495px; height: 13px; background: url(../images/ic-title.png) no-repeat center center / cover; }

.top-why-product h1{
  color: #fff; font-size: 24px; font-family: var(--font-bold); text-transform: uppercase;
}

.bot-why-product{ margin-top: 45px; width: 100%; display: flex; align-items: center; justify-content: space-between; }

.frame-items-why-product{ width: 240px; height: inherit; display: flex; justify-content: center; }
.frame-items-why-product:nth-last-child(2n+1){ align-items: flex-end; }
.frame-items-why-product:nth-last-child(2n){ align-items: flex-start; }

.item-why-product{ position: relative; z-index: 2; padding: 10px; width: 240px; height: 240px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: var(--mau-br-item-whyproduct); border: 3px solid var(--mau-border-whyproduct); }

.nd-item-why-product{ width: 100%; text-align: center;}
.nd-item-why-product > p{ font-size: 16px; font-weight: 400; }
.nd-item-why-product > p:first-child{ margin-bottom: 15px; color: var(--mau-chinh); font-family: var(--font-bold); }

.box-why{ height: 440px; position: relative; }

.box-why .line_data .line { width: 31%; height: 1px; position: absolute; }
.box-why .line_data .line span { width: 100%; height: 100%; background: #ffffff; opacity: 0.6; width: 0%; display: block; transition: all .25s ease-in-out; }
.box-why .line_data .line.v3 { top: 50%; left: 63%; transform: rotate(-35deg); }
.box-why .line_data .line.v2 { top: 49%; left: 34%; transform: rotate(35deg); }
.box-why .line_data .line.v1 { top: 49%; left: 8%; transform: rotate(-35deg); }
.box-why .line_data { position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; }

.widthIn{ animation-name:activeWitch; -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; width: 100%; transition: all .25s ease-in-out; }

.fadeIn{ animation-name:fadeIn; -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

@keyframes activeWitch{
    from{width:0}
    to{width: 100%;}
}

@keyframes fadeIn{
    from{opacity:0;}
    to{opacity:1;}
}

@media only  screen and (min-width: 1px) and (max-width: 999px){
  .top-why-product{ text-align: unset; margin-bottom: 3em; display: flex; align-items: center; justify-content: center; }

  .top-why-product h1{ width: 100%; text-align: center; }

  .top-why-product:after{ width: 90%; left: unset; transform: unset; }

  .frame-items-why-product{ width: 100%; }
  
  .nd-item-why-product > p:last-child{ height: 110px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
}
@media only  screen and (min-width: 501px) and (max-width: 999px){
  .item-why-product{ width: inherit; height:unset; padding: 12%; }
}

@media only  screen and (min-width: 1px) and (max-width: 500px){

  .item-why-product{ width: inherit; height:unset; padding: 27%; }

}

/*------------------------------ CSS Feedback Index----------------------------*/

#cauchuyen_khachhang { width: 100%; padding: 80px 0; background-color: #fff; }

.frame_in_cauchuyen_khachhang { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

/* Left side - Title & Controls */
.left-cauchuyen { position: relative; z-index: 2; width: 39%; height: 250px; display: flex; flex-direction: column; justify-content: center; background-color: #fff; }
.left-cauchuyen h2 { font-size: 32px; font-weight: 700; color: #1a2b4a; line-height: 1.3; margin: 0 0 30px 0; }

.cauchuyen-controls { display: flex; gap: 10px; }

.btn-cauchuyen { width: 40px; height: 40px; border: 1px solid #1a2b4a; background: transparent; color: #1a2b4a; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; }
.btn-cauchuyen:hover { background: #1a2b4a; color: #fff; }
.btn-cauchuyen i { font-size: 14px; }

/* Right side - Carousel */
.right-cauchuyen { width: 60%; }

.carousel-cauchuyen .owl-stage-outer { overflow: hidden; }

.frame_item_cau_chuyen{ padding: 10px 15px; }

.item-cauchuyen { display: flex; flex-direction: column; }

.quote-box { background: #fff; padding: 30px; box-shadow: 0 5px 30px rgba(0,0,0,0.08); position: relative; margin-bottom: 20px; border-radius: 10px; }
.quote-box::after { content: ''; position: absolute; bottom: -10px; left: 30px; width: 20px; height: 20px; background: #fff; transform: rotate(45deg); box-shadow: 3px 3px 8px rgba(0,0,0,0.05); }

.quote-text { font-size: 14px; color: #4a5568; line-height: 1.8; margin: 0; }

.author-cauchuyen { display: flex; align-items: center; gap: 15px; margin-top: 10px; margin-left: 20px; }
.avatar-cauchuyen { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; }
.avatar-cauchuyen img { width: 100%; height: 100%; object-fit: cover; }

.info-cauchuyen { display: flex; flex-direction: column; }

.name-cauchuyen { font-size: 15px; font-weight: 600; color: #1a2b4a; }

.role-cauchuyen { font-size: 13px; color: #666; }

@media (max-width: 991px) {
  .left-cauchuyen { width: 100%; margin-bottom: 40px; }
  .right-cauchuyen { width: 100%; }
}

/*------------------------------ CSS End Feedback Index----------------------------*/

/*---------------------------------------- He Thong ---------------------------------*/

#mid-page-system{ width: 100%; padding: 15px 0; }
.frame-in-mid-page-system{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.frame-items-hethong{ width: 100%; padding: 0 10px; margin-bottom: 1em; }
.frame-items-hethong a{ text-decoration: none; }

.items-hethong{ padding: 6px; width: 100%; display: flex; align-items: start; justify-content: start; border: 1px solid #e0e0e0; box-shadow: 6px 6px 2px #ccc; transition: all .5s ease-in-out; }
.items-hethong:hover{ border-color: var(--mau-chinh); box-shadow: 6px 6px 7px var(--mau-chinh); transform: translate(0px, -5px); }

.left-items-hethong{ overflow: hidden; display: flex; align-items: center; justify-content: center; }
.left-items-hethong img{ width: 100%; }

.right-items-hethong{ width: 80%; padding: 10px 10px 10px 15px; }
.right-items-hethong article{ width: 100%; color: #000; font-size: 16px; font-family: var(--font-bold); }

.time-hethong{ margin: 10px 0; width: 100%; display: flex; align-items: center; justify-content: start; }
.time-hethong > p{ margin-right: 1.2em; color: #8e8d8d; font-size: 15px; font-family: var(--font-regular); }

.right-items-hethong aside{ width: 100%; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

#system-page-detail{ width: 100%; }

#mid-system-page-detail{ width: 100%; }

.frame-in-system-page-detail{ padding: 15px 0; position: relative; display: flex; flex-wrap: wrap; align-items: start; justify-content: center; }

.frame-nd-system-page{}

.frame-nd-system-page article{ width: 100%; height: 350px;  }

/*------------------------------------------ End He Thong ---------------------------------------*/


/*----------------------------------- Dang Ky Nhan Tin Main ---------------------------------*/

.dknt-main{ width: 100%; }

.frame-in-dknt-main{ background: var(--br-dknt-main); border-radius: 15px; padding: 41px 24px 24px; }

.top-dknt-main{ width: inherit; margin-bottom: 30px; }
.top-dknt-main article,.top-dknt-main aside{ width: inherit; text-align: center; font-family: var(--font-regular); }
.top-dknt-main article{ margin-bottom: 12px; color: #fff; font-size: 20px; text-transform: uppercase; }

.top-dknt-main aside{ color: #fff; font-size: 16px; font-family: var(--font-regular); }

.bot-dknt-main{ width: inherit; }

/*----------------------------------- Dang Ky Nhan Tin ---------------------------------*/

.item-mail{ width: 13%; height: 50px; display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 20px 0 0 20px; border: 1px hidden; padding: 5px 0 5px 9px;  }
.input-email{ position: relative; }

.input-email,.input-tel{ width: 37%; }

.absolute-mail{ background-color: transparent; position: relative; width: 22%; right: 0; }
 
#in-mail.input-dknt{
   border-radius: 50px 0 0 50px;
}
.input-dknt{ width: 100%; height: 50px; padding: 0 15px; outline: none; font-size: 16px; font-family: var(--font-regular); background-color: rgba(250, 250, 250, 1.0); border: 1px hidden; border-radius: 0px 0px 0 00px; }
.input-dknt:focus{ outline: none; /*  color: #fff;*/ border: hidden; background-color: rgba(220, 220, 220, 1.0); }

.textarea-dknt{ width: 100%; height: 100px; outline: none; font-size: 16px; font-family: var(--font-regular); background-color: #fff; border: 1px hidden; padding: 12px; border-radius: 20px 20px 20px 20px; }
.btn-mail{ height: 50px; width: 100%; display: flex; justify-content: center; align-items: center; border: 1px groove #fff; border-radius: 0px 50px 50px 0px; background-color: var(--bacground-btn-mail); }
.btn-mail:hover{ border: 2px solid var(--mau-phu); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.submits-dknt{ width: 100%; height: inherit; display: flex; align-items: center; justify-content: center; border: hidden; background-color: rgba(0, 0, 0, 0); font-size: 16px; line-height: 24px; font-family: var(--font-bold); color: #fff; text-transform: capitalize; }

#dang-ky-nhantin{ width: 100%; margin: 0 auto 2em; position: relative; bottom: unset; z-index: 3; }
.br-footer1{ background: var(--background-dknt); position: relative; padding: 48px 0; border-radius: 0px; border: 1px groove rgba(230, 230, 230, .0); border-bottom: 1px groove rgba(250, 250, 250, .7); }
.br-footer1:before { content: ""; left: 0; bottom: 90%; width: 100%; height: 100%; opacity: 1; visibility: hidden; position: absolute; background-image: url(../images/shim_lar.jfif); background-position: center center; background-size: cover; background-repeat: no-repeat; }

.khung-dknt{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.khung-dknt img{ max-width: 250px; max-height: 150px; }
.khung-dknt article.left-khung-dknt{ text-transform: capitalize; font-family: var(--font-bold); font-size: 22px; color: #fff; }
.left-khung-dknt > p > i{ font-size: 22px; }
.left-dknt{ width: 40%; display: flex; align-items: center; justify-content: center; }
.left-dknt aside{ width: 60px; height: 60px; margin-right: 20px; }
.left-dknt article p{ color:#777; }
.top-text-L-dknt{ font-size: 23px; line-height: 30px; font-family: var(--font-bold); }
.bot-text-L-dknt{ font-size: 17px; line-height: 22px; font-family: var(--font-regular); }


@media only  screen and (min-width: 1px) and (max-width: 999px){
  .khung-dknt{justify-content: center;flex-wrap: wrap;}
/*  .khung-dknt article{width: 100%;text-align: center;margin-bottom: 1rem}*/
}

@media only  screen and (min-width: 1px) and (max-width: 899px){
  .br-footer1{ border-radius: 140px; }
  .khung-dknt article.left-khung-dknt{ margin-bottom: 1.2em; }
}

@media only  screen and (min-width: 1px) and (max-width: 750px){
  .br-footer1{ border-radius: 10px; }
  #dang-ky-nhantin{ bottom:0; margin-bottom: 1.5em }
  .input-email, .input-tel{ width: 100%; margin-bottom: 1em;}
  #in-mail.input-dknt{ border-radius: 0; }
  .absolute-mail{ width: 45%; }
  .btn-mail{ border-radius: 10px; }
}

@media only  screen and (min-width: 1px) and (max-width: 655px){
  .left-dknt{ width: 100%; margin-bottom: 1.75rem; }
}

@media only  screen and (min-width: 1px) and (max-width: 500px){
  .br-footer1:before{ opacity: 0; visibility: hidden; }
}

#popup-dknt{ width: 100%; height: 100%; position: fixed; z-index: 999; top: 0; left: 0; opacity: 0; visibility: hidden; display: flex; align-items: center; justify-content: center; background-color: rgba(190, 190, 190, .7); transition: all .25s ease-in-out; }
#popup-dknt.active{ transition: all .25s ease-in-out; opacity: 1; visibility: visible; }
.khung-in-popup-dknt{ /*   width: 250px;*/ padding: 15px; border-radius: 10px; background-color: #fff; }

.top-popup-dknt{ margin-bottom: 15px; font-size: 16px; font-family: var(--font-medium); }

.submits-dknt-1{ position: relative; display: flex; width: 105px; height: 45px; margin-right: 15px; border: hidden; background-color: var(--mau-chinh-dark); border-radius: 20px; font-size: 12px; font-family: var(--font-bold); color: #fff; transition: all .25s ease-in-out; /*   text-transform: var(--text-transf-capitalize);*/ }
.submits-dknt-1:hover{ transition: all .25s ease-in0out; background-color: var(--mau-phu); }

.cancle-dknt{ cursor: pointer; display: flex; align-items: center; justify-content: center; width: 90px; height: 45px; border: hidden; background-color: rgba(150, 150, 150, 1.0); border-radius: 20px; font-size: 12px; font-family: var(--font-bold); color: #fff; transition: all .25s ease-in-out; }
.cancle-dknt:hover{ transition: all .25s ease-in-out; background-color: rgba(100, 100, 100, 1.0); }

/*-------------------------------- End dang ky nhan tin --------------------------------*/

.text-gradient { background-image: linear-gradient(45deg, #1dc1e7, #72be46); -webkit-background-clip: text; background-clip: text; color: transparent; }

.text-image-bg { color: transparent; width: -moz-fit-content; width: fit-content; background-size: cover; margin: auto; outline: #faebd7; -webkit-background-clip: text; background-image: url(../images/background/background-text.webp); background-repeat: no-repeat; background-position-y: center; background-clip: text; background-color: #fff; }

.text-gold-black { margin: 0; background: rgba(255, 239, 149, 1.0); background: -webkit-linear-gradient(180deg, rgba(255, 239, 149, 1.0), rgba(217, 178, 1, 1.0)); background: linear-gradient(180deg, rgba(255, 239, 149, 1.0), rgba(217, 178, 1, 1.0)); color: rgb(255, 237, 141); font-size: 50px; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 0px; line-height: 1.6; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

@media only  screen and (min-width: 1px) and (max-width: 899px){
  .text-gold-black { font-size: 30px; }
}