/****************** RESET CSS ***************************/
ul,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

h4,
h5,
h6 {
  font-size: 16px;
  line-height: 1.8;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  margin: 0px;
  padding: 0px;
  color: #1a202c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  float: left;
  overflow-x: hidden;
  min-width: 1000px;
  background: #ffffff;
  top: 0 !important;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

* {
  box-sizing: border-box;
}

/* tables still need 'cellspacing="0"' in the markup */
caption,
th,
td {
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

textarea {
  border: 1px solid #bdc7d8;
}

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: red;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

a {
  text-decoration: none;
  color: #365899;
}

a:hover {
  color: #216cb4;
  text-decoration: none;
}

.content {
  width: 100%;
  float: left;
}

.break_line {
  width: 100%;
  height: 1px;
}

.web {
  color: #999;
}

.price {
  color: #c00;
}

.mg_bt_20 {
  margin-bottom: 20px;
}

.mg_top_20 {
  margin-top: 20px;
}

.bor_left {
  border-left: 1px solid #efefef;
}

.margin_10_0 {
  margin: 10px 0px;
}
.full_content {
   width: 100%;  
   max-width: 1660px;
   margin: 0 auto;
   padding: 0 15px;
}

/****************** Header CSS ***************************/
.header{
   width: 100%;
   float: left;
}
.header_mobile {
  display: none;
}
.header_mobile_lang_icon {
  display: block;
  width: auto;
  height: 26px;
  position: relative;
  line-height: 30px;
  padding-left: 45px;
  margin-top: 10px;
}

.header_mobile_lang_icon_1 {
  background: url("/images/co_vn.png") 0px 0px no-repeat;
  background-size: contain;
}

.header_mobile_lang_icon span {
  display: block;
  width: 15px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: 9px;
  background: url(/images/mui_ten_trang.png) right 0px no-repeat;
  background-size: contain;
}

.header_mobile_bootom_li_lag {
  position: relative;
  width: 40px;
  float: left;
}

.header_mobile_lang_select {
  position: absolute;
  top: 44px;
  left: 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  padding: 0px 10px;
  text-align: left;
  width: 160px;
  display: none;
}

.header_mobile_bootom_li_lag:hover .header_mobile_lang_select {
  display: block;
}

.header_mobile_lang_select_item {
  width: 100%;
  float: left;
  padding: 10px 0px;
}

.header_mobile_lang_select .header_mobile_lang_select_item a {
  color: #333;
  padding-left: 45px;
  width: 100%;
  float: left;
}

.header_mobile_lang_select_item_vi {
  border-bottom: 1px solid #c1c1c1;
}

.header_mobile_lang_select_item_vi a {
  background: url("/images/co_vn.png") 0px 0px no-repeat;
  background-size: contain;
}

.header_mobile_lang_select_item_en a {
  background: url("/images/co_en.png") 0px 0px no-repeat;
  background-size: contain;
}

.header_web {
  width: 100%;
  min-width: 1244px;
  background: #FFF;
  z-index: 6;
  height: 96px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 999;
}
#id_back_top {
  height: 1px;
  width: 100%;
  float: left;
  margin-top: 95px;
}

#top_page {
  background: url("/v1/images/btn_backtop.png") no-repeat bottom left
    transparent;
  bottom: 50px;
  height: 50px;
  position: fixed;
  right: 0px;
  width: 55px;
  z-index: 999;
  cursor: pointer;
}

.header_content .logo {
  width: 220px;
  float: left;
  position: relative;
  z-index: 9;
  padding: 5px 0px;
  height: 50px;
}

.header_content .logo a {
   display: block;
    float: left;
    width: 100%;
    height: 40px;
    background: url(/v1/images/logo_slogan.png) 0px 0px no-repeat;
    background-size: contain;
}
.header_register{
   width: auto;
   float: right;
   margin-top: 15px;
}
.header_register a{
   background:  #d81f28;
   background: linear-gradient(to left, #ff7600 0%, #d81f28 100%);
   box-shadow: 0px 10px 30px -8px #055cc6 !important;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   padding: 6px 20px 6px 20px;
   margin-top: 32px;
   border-radius: 16px;
   color: #fff;
   margin: auto;
    display: block;
}
.header_login{
   width: auto;
   float: right;
   padding: 0px 15px;
   line-height: 40px;
   height: 40px;
   margin-top: 15px;
}
.header_login a{
   color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-transform: none;
}

.header_search {
   position: relative;
   margin: 10px 40px;
   margin-left: 272px;
   margin-right: 272px;
}
.header_search_form{
   width: 100%;
   float: left;
   border-radius: 12px 12px 0 0;
   border-bottom: none;
   height: 44px;
   min-width: 330px;
   background: #fff;
   border-radius: 12px;
   position: relative;
   border: 2px solid #ff5000;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.header_search button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.header_search #header_search_key {
   width: 100%;
   float: left;
   padding: 3px 30px 3px 10px;
   position: relative;
   border: none;
   height: 36px;
   border-radius: 12px;
}
.header_search button{
   position: absolute;
    top: 2px;
    right: 2px;
    height: 36px;
    width: 72px;
    background: #ff5000;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    z-index: 9;
    font-family: PingFangSC-Medium;
    background-image: none;
    outline: none;
}
.header_search i {
   position: absolute;
   right: 23px;
   top: 11px;
   z-index: 22;
   color: #FFF;
}

.header_mobile_search #header_mobile_search_key {
  width: 100%;
  float: left;
  padding: 3px 30px 3px 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
}

.header_mobile_search i {
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 22;
  color: #999;
}

.header_mobile_search button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/***************************************************/
.header_menu {
}

.header_menu .header_menu_li {
  display: inline-block;
  line-height: 22px;
  height: 30px;
  position: relative;
}

.header_menu .header_menu_li svg {
  color: #666666;
  transition: transform 0.2s linear;
}

.header_menu .header_menu_li:hover svg {
  transform: rotate(180deg);
}

.header_menu .header_menu_li .header_menu_a {
   color: #1f1f1f;   
   font-size: 14px;
   text-transform: none;
}
.header_menu .header_menu_li .header_menu_a:hover{
   color: #ff5000;
}

.header_menu_sub {
   position: absolute;
   top: 40px;
   left: 0px;
   width: 260px;
   background: #fff;
   display: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   z-index: 3;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
   animation: slider_nav_up 0.7s;
   -webkit-transform-origin: 0% 0%;
   -moz-transform-origin: 0% 0%;
   -ms-transform-origin: 0% 0%;
   -o-transform-origin: 0% 0%;
   transform-origin: 0% 0%;
}

.header_menu .header_menu_li:hover .header_menu_sub {
  display: block;
}

.header_menu_sub ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 10px;
}

.header_menu_sub ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header_menu_sub ul li:hover a{
  color: #d0021b;
}

.header_menu_sub ul a {
  width: 100%;
  float: left;
  color: #333;
  line-height: 36px;
  font-size: 15px;
}

/*******************************************************/
.header_user {
  float: right;
  width: auto;
}

.header_user_nologin {
  padding: 0px 10px;
  line-height: 85px;
}

.header_user_nologin a {
  color: #fff;
  font-size: 17px;
  background: #fe7000;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.header_user_nologin a:hover {
  background: #d76002;
}
/***************************************************************/
.main_register{
   padding: 30px 0px;
}
.main_register h1{
   width: 100%;
   float: left;
   text-align: center;
   font-size: 24px;
   font-weight: 700;
   line-height: 36px;
   margin-bottom: 30px;
}
.register_form{
   width: 100%;
   float: left;
}
.register_form .content{
   max-width: 500px;
   margin: auto;
   float: none;
}
.register_form  .form-group{   
   position: relative;
   margin-bottom: 10px;
}
.register_form  .form-group .form-control{
   background-color: #fff;
   border: 1px solid #c2c7ce;
   border-radius: 8px;
   margin-bottom: 0;
   min-height: 48px;
   padding: 5px 10px;
}
.btn_register_submit{
    border-radius: 99px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 24px auto 32px;
    padding: 12px 24px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.form_studio_link{
   display: none;
}
.form_studio_link span{
   font-weight: bold;
}
/*********************************************************************/
.mi_layout{
   padding: 60px 0px 20px 0px;
   overflow: hidden;
   background: #fef2ee;
}

.mi_layout_2{
   background: #FFF;
}
/*******************************popup**********************************/
#overlay_for_popup {
    top: 0;
    left: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8888;
    display: none;
    background: rgba(0, 0, 0, .6);
}
.popup_wrap {
  position: fixed;  
  background: #fff;  
  z-index: 9999;
  display: none;
}
.popup_form_wrap{
   width: 100%;
   float: left;
   padding: 0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   overflow: hidden;
}
.popup_content_wrap{
   width: 100%;
   padding: 0px 10px;
   height: 500px;
   overflow-y: scroll;
}
.popup_wrap .icon-close {
  background: url(/images/icon_close.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.popup_wrap .popup_title {
   color: #fff;
   font-size: 18px;
   text-align: left;
   padding: 6px 0px;
   text-transform: none;
   background-color: #428bca;
   padding-left: 10px;
}
.popup_wrap .pop_content {    
  margin: 20px 0;
}
/**********************************************************************/
.list-post{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.list-post .post-item {
    margin-bottom: 30px;
}
.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
a.plain {
    color: currentColor;
    transition: color .3s, opacity .3s, transform .3s;
}
.box, .box-image, .box-text {
    transition: opacity .3s, transform .3s, background-color .3s;
}
.box {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.list-post .post-item .box-image {
    border-radius: 10px;
}
.post-item .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.has-format, .image-cover, .video-fit {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.has-hover .bg, .has-hover [class*=image-] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.list-post .post-item .box-text, .blog-archive .post-item .box-text {
    background: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-post .post-item .post-title, .blog-archive .post-item .post-title {
    border-bottom: 1px dashed #b3b3b3;
    padding-bottom: 10px;
    max-height: 54px;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 10px;
}
.list-post .post-item .from_the_blog_excerpt {
    color: #898989;
    font-size: 14px;
}
.box-text p {
    margin-bottom: .1em;
    margin-top: .1em;
}
.list-post .post-item .button, .blog-archive .post-item .button {
    border: none;
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    color: gray;
    margin: 0;
    background-image: url(/images/arrow-short-right.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position-y: center;
    padding-left: 25px;
}
.bg-zoom:hover .bg, .has-hover:hover .image-zoom img {
    transform: scale(1.1);
}
.post-item .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

/*************************************************************************/
.breadcrumbs {
   float: left;
   width: 100%;
   padding: 10px 0px;
   font-size: 14px;

   display: flex;
   flex-wrap: nowrap;          /* ❌ không xuống dòng */
   align-items: center;
   white-space: nowrap;        /* ❌ không wrap text */
   overflow: hidden;           /* ẩn phần dư */
   text-overflow: ellipsis;    /* hiện ... */
   max-width: 100%;

}

.breadcrumbs .item_breadcrumbs {
  width: auto;
  float: left;
  display: inline-flex;
    align-items: center;
    flex-shrink: 0;  
}
.breadcrumbs .item_breadcrumbs:last-child {
    flex-shrink: 1;             /* ✅ cho phép co */
    min-width: 0;
}

.breadcrumbs .item_breadcrumbs:last-child span[itemprop="name"] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs.breadcrumbs a.current,
.breadcrumbs a:hover {
  color: #111;
}

.breadcrumbs .divider,
.breadcrumbs .separator {
  font-weight: 300;
  margin: 0 0.3em;
  opacity: 0.35;
  position: relative;
  top: 0;
}

.breadcrumbs a {
  color: hsla(0, 0%, 40%, 0.7);
  font-weight: 400;
}
/****************************************************************/
.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #42e2ee;
  /* Màu viền */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
#contentWaitLink{
   min-height: 400px;
   margin: 100px auto;
}
.content_register{
    width: 500px;
    margin: auto;
    max-width: 100%;
    padding: 35px 0px;
}
.content_register .image{
   width: 100%;
   height: 90px;
   background: url("/images/checkimage.svg") top center no-repeat;
}
.content_register .title{
   text-align: center;
   color: #292e35;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
}

.content_register_success{
    width: 500px;
    margin: auto;
    max-width: 100%;
    padding: 35px 0px;
    display: none;
}
.content_register_success .image{
   width: 100%;
   height: 90px;
   background: url("/images/checkimage.svg") top center no-repeat;
}
.content_register_success .title{
   text-align: center;
   color: #292e35;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
}
.register_success_item.item_name {
    background-color: #e6f1fe;
}
.register_success_item.item_username {
    background-color: #e6f8ec;
}
.register_success_item.item_pass {
    background-color: #fff3e6;
}
.register_success_item{
    border-radius: 12px;
    padding: 12px 16px;
    width: 469px;
    margin-bottom: 16px;
}
.register_success_item .item_title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #292e35;
}
.register_success_item .item_value {
    word-wrap: break-word;
    color: #009232;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 8px;
}
.register_success_item.item_name .item_value{
   color: #005ac3;
}
.register_success_item.item_pass .item_value{
   color: #cc6d00;
}
.btn_register_success {
    border-radius: 99px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 24px auto 32px;
    padding: 12px 24px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}
.btn_register_success:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #0062cc;
    border-color: #005cbf;
}

.login_form{
   margin: 60px auto;
}
.login_form .form_item{
   width: 100%;
   float: left;
   position: relative;
   padding: 5px 0px;
}
.login_form .form_item .item_icon{
   position: absolute;
   top: 22px;
   left: 0px;
   height: 50px;
   width: 30px;
   padding: 20px 13px;
   color: #97a4af;
}
.login_form .form_item .label_sub{
   width: 100%;
   float: left;
   display: none;
}
.login_form .form_item .item_txt{
   width: 100%;
   float: left;
}

.login_form_input {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 2.5rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.btn_login_submit {
    border-radius: 99px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 24px auto 32px;
    padding: 12px 24px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}
.btn_login_submit:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #0062cc;
    border-color: #005cbf;
}
.form_login_message{
   color: red;
   border: 0.0625rem solid red;
   border-radius: 0.3125rem;
   padding: 10px 0px !important;
   margin: 15px 0px;
   display: none;
}
.form_login_message .item_txt{
   padding-left: 40px;
}
.login_form .form_item.form_login_message .item_icon{
   top: -9px;
}
/*****************************************************************/
.change_pass_form{
   margin: 60px auto;
}
.change_pass_form .form_item{
   width: 100%;
   float: left;
   position: relative;
   padding: 5px 0px;
}
.change_pass_form .form_item .item_icon{
   position: absolute;
   top: 22px;
   left: 0px;
   height: 50px;
   width: 30px;
   padding: 20px 13px;
   color: #97a4af;
}
.change_pass_form .form_item .label_sub{
   width: 100%;
   float: left;
   display: none;
}
.change_pass_form .form_item .item_txt{
   width: 100%;
   float: left;
}

.change_pass_form .form_input {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 2.5rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.btn_change_pass_submit {
    border-radius: 99px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 24px auto 32px;
    padding: 12px 24px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}
.btn_change_pass_submit:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #0062cc;
    border-color: #005cbf;
}
.change_pass_form_message{
   color: red;
   border: 0.0625rem solid red;
   border-radius: 0.3125rem;
   padding: 10px 0px !important;
   margin: 15px 0px;
   display: none;
}
.change_pass_form_message .item_txt{
   padding-left: 40px;
}
.change_pass_form .form_item.change_pass_form_message .item_icon{
   top: -9px;
}
/*****************************************************************/
.update_form{
   margin: 60px auto;
}
.update_form .form_item{
   width: 100%;
   float: left;
   position: relative;
   padding: 5px 0px;
}
.update_form .form_item .item_icon{
   position: absolute;
   top: 22px;
   left: 0px;
   height: 50px;
   width: 30px;
   padding: 20px 13px;
   color: #97a4af;
}
.update_form .form_item .label_sub{
   width: 100%;
   float: left;
   display: none;
}
.update_form .form_item .item_txt{
   width: 100%;
   float: left;
}

.update_form .form_input {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 2.5rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.btn_update_submit {
    border-radius: 99px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 24px auto 32px;
    padding: 12px 24px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}
.btn_update_submit:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #0062cc;
    border-color: #005cbf;
}
.change_pass_form .form_item.form_message .item_icon{
   top: -9px;
}

/****************************************************************/
/* ===== MENU CƠ BẢN ===== */
.header_menu {
    background: #fff;
}

.header_menu_ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_menu_li {
    position: relative;
}

.header_menu_a {
    display: block;
    padding: 8px 16px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

/* ===== SUBMENU ===== */
.header_submenu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 320px;
    max-width: min(95vw, 1200px); /* tăng rộng cho desktop */

    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    padding: 12px;

    z-index: 999;
    max-height: 360px;
    overflow-y: auto;

    display: grid;

    /* KEY POINT */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

    gap: 6px 12px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;

    transition: opacity .25s ease,
                transform .25s ease,
                visibility .25s;
}


/* LINK */
.header_submenu a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header_submenu a:hover {
    background: #f5f5f5;
    color: #fd493f;
}
:root {
    --submenu-cols: 4;
}

/* Desktop nhỏ */
@media (max-width: 1200px) {
    :root {
        --submenu-cols: 3;
    }
}

/* Tablet */
@media (max-width: 992px) {
    :root {
        --submenu-cols: 2;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .header_submenu {
        position: static;
        max-width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 8px;
    }

    :root {
        --submenu-cols: 1;
    }
}


/* ===== HOVER DESKTOP ===== */
.header_menu_li.has-submenu:hover .header_submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* ===== ACTIVE (JS) ===== */
.header_menu_li.is-open .header_submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* ===== TỐI ƯU ===== */
.header_submenu {
    will-change: opacity, transform;
}
/****************************************************************/
#main{
   width: 100%;
   float: left;
}
.main_top{
   width: 100%;
   float: left;
   padding: 0px;
}
.home-banner {
   display: flex;
   gap: 12px;
   margin-top: 10px;
}

.banner-left {
    flex: 2;
}

.banner-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner-right img,
.banner-item img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

/* ===== SLIDER ===== */
.banner-slider {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.banner-track {
    display: flex;
    transition: transform .5s ease;
}

.banner-item {
    min-width: 100%;
}

/* ===== ARROW ===== */
.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    transition: .25s;
}

.banner-slider:hover .banner-arrow {
    opacity: 1;
}

.banner-arrow.prev { left: 12px; }
.banner-arrow.next { right: 12px; }

/* ===== DOT ===== */
.banner-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.banner-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}

.banner-dots span.active {
    background: #fff;
}
/****************************************************************/
.category-section {
    background: #fff;
    padding: 16px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.category-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.category-nav button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 18px;
}

.category-nav button.hidden {
    opacity: 0;
    pointer-events: none;
}

.category-slider {
    overflow: hidden;
    position: relative;
}

.category-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-columns: 120px;
    gap: 12px;
    transition: transform 0.4s ease;
}

.category-item {
    text-align: center;
    list-style: none;
}

.category-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.category-item span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: #333;
}
/*****************************************************************/
/* ===== RESET ===== */
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}

/* ==============================
   TOP SEARCH – BASE
================================ */
.top-search-section {
    background: #fff;
    padding: 16px;
    border-radius: 4px;
}

/* HEADER */
.top-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.top-search-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.top-search-header .view-all {
    font-size: 14px;
    color: #ee4d2d;
    text-decoration: none;
}

/* ==============================
   SLIDER LAYOUT
================================ */
.top-search-slider {
    position: relative;
}

/* wrapper */
.ts-track-wrapper {
    overflow: hidden;
}

/* TRACK */
.ts-track {
    display: flex;
    gap: 12px;
    transition: transform .35s ease;
    will-change: transform;
}

/* ==============================
   RESPONSIVE COLUMN COUNT
================================ */
/* Mặc định màn rất lớn (desktop wide) */
:root {
    --ts-cols: 6;
}

/* Desktop thường */
@media (max-width: 1400px) {
    :root { --ts-cols: 5; }
}

/* Laptop */
@media (max-width: 1200px) {
    :root { --ts-cols: 4; }
}

/* Tablet */
@media (max-width: 992px) {
    :root { --ts-cols: 3; }
}

/* Mobile */
@media (max-width: 576px) {
    :root { --ts-cols: 2; }
}

/* ITEM WIDTH */
.ts-item {
    flex: 0 0 calc((100% - (var(--ts-cols) - 1) * 12px) / var(--ts-cols));
    box-sizing: border-box;
    list-style: none;
    padding-left: 4px;
    padding-right: 4px;
}

.ts-item a {
    display: block;
    text-decoration: none;
    color: #222;
}

/* ==============================
   IMAGE – VUÔNG ĐẸP
================================ */
.ts-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;      /* 🔥 vuông tuyệt đối */
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.ts-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;      /* không méo ảnh */
    display: block;
}

/* SOLD BADGE */
.ts-sold {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
}

/* ==============================
   PRODUCT NAME
================================ */
.ts-name {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ==============================
   ARROWS
================================ */
.ts-arrow {
    position: absolute;
    top: 40%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 10;
}

.ts-prev { left: -14px; }
.ts-next { right: -14px; }

@media (max-width: 768px) {
    .ts-arrow {
        display: none; /* mobile dùng swipe */
    }
}

/****************************************************************/
/* ==============================
   PRODUCT GRID – DÙNG CHUNG SITE
   ============================== */

/* SỐ CỘT TỐI ĐA */
:root {
    --product-cols: 6;
}

/* Responsive số cột */
@media (max-width: 1400px) {
    :root { --product-cols: 5; }
}

@media (max-width: 1200px) {
    :root { --product-cols: 4; }
}

@media (max-width: 992px) {
    :root { --product-cols: 3; }
}

@media (max-width: 576px) {
    :root { --product-cols: 2; }
}

/* ===== SECTION ===== */
.product-section {
    background: #fff;
    margin-bottom: 24px;
}

.product-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.product-section-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.product-section-header .view-all {
    font-size: 14px;
    color: #ee4d2d;
    text-decoration: none;
}
/* ===== GRID ===== */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ===== ITEM ===== */
.product-item {
    flex: 0 0 calc(
        (100% - (var(--product-cols) - 1) * 12px) / var(--product-cols)
    );
    background: #fff;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 30px;
}

.product-item a {
    display: block;
    text-decoration: none;
    color: #222;
}

/* ===== IMAGE (VUÔNG – CO GIÃN ĐẸP) ===== */
.product-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 6px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.product-item:hover img {
    transform: scale(1.05);
}
.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    font-size: 16px;
    position: relative;
}

.product-price {
    color: #ee4d2d;
    font-weight: 600;
}

.product-price .currency {
    font-size: 13px;
    margin-left: 2px;
}

.product-sold {
    font-size: 12px;
    color: #777;
}

/* ===== BADGE BÁN CHẠY ===== */
.product-sold {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 12px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 1.3;
}
.product-badge {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}
/* ===== TÊN SẢN PHẨM ===== */
.product-name {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ===== Topic ===== */
.topic-detail{
   width: 70%;
   float: left;
   padding-right: 20px;
}
.topic-related{
   width: 30%;
   float: left;
}
.topic-item {    
    background: #fff;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.topic-item-title{
   width: 100%;
   margin: 10px 0px;
}
.topic-item a {
    display: block;
    text-decoration: none;
    color: #222;
}

/* ===== IMAGE (VUÔNG – CO GIÃN ĐẸP) ===== */
.topic-item-img {
    position: relative;
    width: 260px;
    float: left;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 6px;
}

.topic-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.topic-item:hover img {
    transform: scale(1.05);
}

.topic-item-info{
   width: 100%;
   padding-left: 280px;
}
.topic-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    font-size: 16px;
    position: relative;
}

.topic-price {
    color: #ee4d2d;
    font-weight: 600;
}

.topic-price .currency {
    font-size: 13px;
    margin-left: 2px;
}

.topic-sold {
    font-size: 12px;
    color: #777;
}

/* ===== MOBILE TỐI ƯU ===== */
@media (max-width: 576px) {
    .product-name {
        font-size: 12px;
    }
}

.redirect-wrapper {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}

.redirect-box {
    background: #fff;
    padding: 40px 50px;
    text-align: center;
    border-radius: 8px;
    width: 420px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.redirect-thank {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.redirect-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.redirect-logo {
    margin: 15px 0;
}

.redirect-loading {
    margin: 10px 0;
}

.redirect-loading .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #1e6bff;
    border-radius: 50%;
    animation: bounce 1.4s infinite both;
}

.redirect-loading .dot:nth-child(2) { animation-delay: .2s }
.redirect-loading .dot:nth-child(3) { animation-delay: .4s }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

.redirect-countdown {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px;
}

.redirect-box .btn {
    background: #1e6bff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
}
/****************************************************************/
.news_main {
  width: 100%;
  float: left;
  /* padding: 0px 10px; */
}
.news_detail {
  width: 75%;
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
}

.news_detail h1.title {
  font-size: 32px;
  font-weight: 700;
  color: #0b0b0b;
  margin-bottom: 15px;
  line-height: 1.6;
}

.news_detail h2.intro {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  float: left;
  padding: 10px 0px;
}

.news_detail ol,
.news_detail li {
  padding: 0;
}

.news_detail ol li {
  list-style: auto;
  list-style-type: auto;
}

.news_detail ul li {
  list-style: auto;
  list-style-type: disc;
  white-space: normal !important;
}
.news_detail *{
   white-space: normal !important;
   max-width: 100%;
}
.news_detail table{
   max-width: 100% !important;
}
.news_detail_doc {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  border-radius: 3px;
}

.news_detail_doc .news_detail_doc_h3 {
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}

.news_detail_doc .toc_ul {
  list-style: none;
  padding-left: 20px;
  display: none;
}

.news_detail_doc_active .toc_ul {
  display: block;
}

.news_detail_doc .toc_ul li {
  list-style: none;
  line-height: 32px;
  width: 100%;
  float: left;
}

.news_detail_doc .toc_ul .item_toc_h2 {
  font-size: 16px;
}

.news_detail_doc .toc_ul .item_toc_h3 {
  font-size: 14px;
  padding-left: 20px;
}

.news_detail_doc .toc_ul li a {
  list-style: none;
  color: #111;
  width: 100%;
  float: left;
}

.news_detail_doc .toc_ul li a:hover {
  color: #fdb92a;
}

.news_detail img {
  max-width: 100%;
  height: auto !important;
}

.news_detail .blog_avatar {
  width: 100%;
  display: inline-block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background: #eee;
  margin: 10px 0;
}

.news_detail .blog_avatar img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100% !important;
  width: 100%;
  height: auto;
}

.news_detail_wrap .news_home_hot_3 {
  margin: 0px -10px;
}

.news_detail .description {
   width: 100%;
   float: left;
   font-size: 16px;
   line-height: 26px;
}
.news_detail .description ul{
   padding-left: 20px;
}
.news_detail .description p {
  margin: 10px 0px;
}

.news_detail .description .caption {
  text-align: center;
}

.news_detail .description .caption img {
  margin: 10px 0px;
}
.news_detail .description h2,.news_detail .description h3{
   font-size: 26px;
}

/*****************************************************************************/
.news_main .news_right {
  width: 25%;
  float: right;
  margin-bottom: 20px ;
  display: flex;
   flex-direction: column;
   position: sticky;
   top: 75px;
}
/**************************************************************************/
.main_new_list {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.main_new_list .new_item {
  list-style: none;
  float: left;
  padding: 10px;
  width: 25%;
  overflow: hidden;
}

.new_item_content {
  width: 100%;
  float: left;
  /* -webkit-border-radius: 10px; */
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.new_item_content .new_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.new_item_content .new_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}

.new_item_content .new_info {
  width: 100%;
  float: left;
  padding: 0px 10px;
}
.time_view{
   width: 100%;
   float: left;
   font-size: 13px;
   line-height: 16px;
   color: #666;
   margin-top: 5px;
}
.time_view .time i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/icon_date.png) top 2px left no-repeat;
    background-size: 80%;
    float: left;
}
.new_item_content .new_info .category {
  width: 100%;
  float: left;
  text-align: center;
  color: #03a9f4;
  font-size: 11px;
  line-height: 26px;
  padding: 5px 5px;
  text-transform: uppercase;
}

.new_item_content .new_info .meta .category a {
  margin-right: 0;
}

.new_item_content .new_info .new_title {
  width: 100%;
  float: left;
  text-align: center;
  color: black;
  overflow: hidden;  
  height: 72px;
  font-size: 16px;
}

.new_item_content .new_info a:hover .new_title {
  color: #e31586;
}

/***********************************************************************/
.main_new_cat{
   width: 100%;
   float: left;
}
.main_new_cat h1{
   padding: 20px 0px;
   text-align: center;
   font-size: 26px;
}
/****************************************************************/
.news_right h2 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #333;
}
.news_right .item_new {
  list-style: none;
  float: left;
  padding: 10px 0px;
  width: 100%;
  overflow: hidden;
}
.news_right .item_new .new_image  {
  width: 110px;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.news_right .new_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}
.news_right .item_new .new_info{
   padding-left: 120px;
}
.news_right .item_new .new_title{
   font-size: 14px;
   font-weight: normal;
   color: #333;
}
/****************************************************************/
.news_same{
   width: 100%;
   float: left;
   margin-bottom: 30px;
}
.news_same h2 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #333;
}
.news_same .item_new {
  list-style: none;
  float: left;
  padding: 0px 10px;
  width: 25%;
  overflow: hidden;
}
.news_same .item_new .new_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.news_same .new_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}
.news_same .item_new .new_info{
  width: 100%;
  float: left;
}
.news_same .item_new .new_title{
   width: 100%;
   float: left;
   color: #333;
   font-size: 18px;
   margin-bottom: 15px;
   font-weight: 700;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow-y: hidden;
   height: 60px;
   overflow: hidden;
}
/*********************************************************************/
.feature_item {
   padding: 60px 0px 20px 0px;
   overflow: hidden;
   background: #fef2ee;
}

.feature_item_1{
   background: #FFF;
}
.feature_item.feature_item_0 .feature_image,.feature_item.feature_item_0 .feature_info{
   float: right;
}
.feature_item .feature_image{
   width: 50%;
   float: left;
   padding: 0px 30px;
}
.feature_item .feature_info h3{   
   font-weight: 500;
   font-size: 26px;
   color: #333;
   margin-top: 50px;
}
.feature_item .feature_info .intro{
   font-size: 20px;
   color: #333;
   font-weight: normal;
   padding: 13px 0 5px 0;
   line-height: 37px;
}
.feature_item .feature_info{
   width: 50%;
   float: left;
   padding: 0px 30px;
}
.feature_image{
   display: inline-block;
   position: relative;
   width: 100%;
}
.feature_item .feature_image img{
   width: 100%;
   float: left;
   height: auto;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
}
/****************************************************************/
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}
/************************* FOOTER***********************************/
/* =====================
   FOOTER
===================== */
.footer{
   width: 100%;
   float: left;
}
.site-footer {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    font-size: 13px;
    color: #555;
    margin-top: 30px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 30px 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CỘT */
.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-col a {
    text-decoration: none;
    color: #555;
    transition: color .2s ease;
}

.footer-col a:hover {
    color: #fd493f;
}

/* SOCIAL */
.footer-social a {
    font-weight: 500;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 12px 10px;
    font-size: 12px;
    color: #777;
}

/* =====================
   RESPONSIVE
===================== */

@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-col h4 {
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }

    .footer-col h4::after {
        content: "▾";
        position: absolute;
        right: 0;
        top: 0;
    }

    .footer-col ul {
        display: none;
        margin-top: 8px;
    }

    .footer-col.active ul {
        display: block;
    }
}

/************************************************************************************** Mobile ***************************************************************************************/
@media screen and (max-width: 800px) {
  body {
    width: 100%;
    min-width: 0px;
  }
   .full_content{
      width: 100%;
   }

   .mobile_full {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0px;
    }
 
  .breadcrumbs {
    float: left;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }

  .show-more-btn {
    display: block;
    margin: 20px 0px 0px 0px;
    border: none;
    color: #2579f2;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }

  .full_content {
    padding: 0px 10px;
  }
  .home-banner {
    display: flex;
    gap: 0;
    margin-top: 0px;
   }
   .banner-right{
      display: none;
   }
   .main_top{
      padding: 10px 0px;
   }
  .product_wrapper .main .full_content {
    padding: 0px 10px;
  }

  .full_content iframe {
    max-width: 100%;
    height: auto;
  }

  .header_web {
    display: none;
  }

  #id_back_top {
    display: none;
  }

  .header_mobile {
    width: 100%;
    display: block;
    background: #FFF;
    z-index: 6;
    float: left;
    /* padding: 5px 0px; 
    border-bottom: 1px solid #c4c2c2;
    */
  }

  .header_mobile_fix {
    /* position: fixed; */
    top: 0;
    left: 0;
  }

  .header_mobile .icon_show_menu {
    float: left;
    width: 40px;
  }

  .header_mobile .icon_show_menu .btn_show_menu {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    background: url(/images/menu.svg) left center no-repeat;
    background-size: 33px;
  }

  .header_mobile .header_user {
    float: right;
    width: 40px;
  }

  .header_user .btn_login {
    color: #fff;
    display: block;
    font-size: 13px;
    /* background: #fe7000; */
    padding: 5px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
    text-align: center;
  }

  .header_user_loged {
    margin: 0;
  }
  .header_mobile_top {
   width: 100%;
   float: left;
  }
  .header_mobile_user .header_user_menu {
    right: 10px;
    left: unset;
  }

  .header_mobile_user .header_user_menu .arrow {
    right: 10px;
    left: unset;
  }

  .header_mobile .logo {
    padding-left: 110px;
    padding-right: 80px;
    width: 100%;
    margin-top: 5px;
    float: none;
  }

  .header_mobile .logo a {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    margin: 0px;
    background: url(/images/logo_cam.png) center center no-repeat;
    background-size: 125px;
  }
   
  
  .header_mobile_menu {
    position: fixed;
    background: #fff;
    width: 70%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 10px 0px;
    height: 100%;
    display: none;
  }

  .header_mobile_menu_top {
    width: 100%;
    float: left;
    padding: 0px 10px;
  }

  .header_mobile .icon_hide_menu {
    float: right;
    width: 40px;
  }

  .header_mobile .icon_hide_menu .btn_hide_menu {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    background: url(/images/mobi_close.png) center left no-repeat;
    background-size: 26px;
  }

  .header_mobile_menu .logo_menu {
    padding-left: 0;
    padding-right: 44px;
    width: 100%;
    float: initial;
  }

  .header_mobile_menu .logo_menu a {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    background: url(/images/logo_cam.png) center center no-repeat;
    background-size: 130px;
  }

  .header_mobile_close {
    float: right;
    width: 44px;
  }

  .header_mobile_close .btn_header_mobile_close {
    background: url(/images/mobi_close.png) center center no-repeat;
    display: none;
    width: 50px;
    height: 50px;
    background-size: 50%;
    float: right;
    margin: auto;
  }

  .header_mobile_search {
    width: 100%;
    float: left;
    z-index: 19;
    padding: 6px 10px;
    position: relative;
    background: #ff5000;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  /* Khi fixed */
.header_mobile_search.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

/* Để tránh nội dung bị nhảy khi fixed */
body.has-fixed-search {
    padding-top: var(--mobile-search-height);
}

  .header_mobile_search #header_mobile_search_key {
    width: 100%;
    float: left;
    padding: 3px 30px 3px 10px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
  }

  .header_mobile_search button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }

  .header_mobile_search i {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 22;
    color: #999;
  }

  .header_mobile_menu_list {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .header_mobile_menu_list .header_mobile_menu_li {
    display: block;
    padding: 5px 15px;
    line-height: 35px;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
  }

  .header_mobile_menu_list .header_mobile_menu_li .header_mobile_menu_a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }

  .header_mobile_menu_list .header_mobile_menu_li svg {
    color: #333;
    transition: transform 0.2s linear;
    float: right;
    margin-top: 10px;
    scale: 1.5;
  }

  .header_mobile_menu_sub {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 3;
    display: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .header_mobile_menu_sub ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 10px;
  }

  .header_mobile_menu_sub ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .header_mobile_menu_sub ul a {
    width: 100%;
    float: left;
    color: #333;
    line-height: 36px;
  }
  /***********************************************************************************/
  .main_new_list .new_item{
   width: 100%;
  }
  .news_detail{
   width: 100%;
   padding-right: 0px;
  }
  .news_main .news_right{
   width: 100%;
  }
  .news_same .item_new{
   width: 100%;
  }
  /*************************************************************************************/
  .mi_layout{
   padding: 10px 0px;
  }
  .mi_layout .main_item_sub_1,.mi_layout .main_item_sub_2{
   width: 100%;
  }
  
  .mi_layout .main_item_sub_1 h3{
   margin-top: 30px;
  }
  .list-post{
   display: block;
  }
  .list-post .post-item .box-text, .blog-archive .post-item .box-text{
   padding: 10px 0px;
  }
  .main_giai_phap .list-module{
   display: block;
  }
  .main_giai_phap .box-module{
   width: 50%;
   float: left;
  }
  .footer_copyright{
    width: 100%;
    float: left;
  }
  .footer_bootom .container{
   float: left;
  }
  /*************************************************************************************/ 
  .user_order_info_title {
    display: none;
  }

  .user_order_info .item {
    width: 100%;
    border-bottom: 1px solid #efefef;
    border-right: 0;
  }

  .popup_close {
    right: -3px;
  }

  .popup_close .btn_popup_close {
    background: url(/v1/images/mobi_close.png) center center no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .popup_close .btn_popup_close i {
    display: none;
  }

  .hotline-phone-ring-wrap {
    bottom: 20px;
    display: none;
  }

  .fb-messager {
    bottom: 20px;
    display: none;
  }

  .zalo-messager {
    bottom: 20px;
    display: none;
  }

  .mobile_footer {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    background: #0092ab;
  }
  .footer_item_2{
    display: none;
  }
  .footer_item.footer_item_1{
   width: 100%;
  }
}