html {
  padding: 0px;
  margin: 0px;
}
#popup_notyfy .content_popup {
  width: 440px !important;
}
#popup_notyfy .modal-header {
  color: #fff;
  background-color: #337ab7;
}
.bizvn_26112024 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em !important;
  color: #2B2B2B;
  position: relative;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  overflow-x: hidden;
  position: relative;
  background: #fff;
}
.bizvn_26112024:before {
  position: absolute;
  content: "";
  background: url(../images/30092024-zalo-bg1.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 793px;
  top: 0px;
  left: 0px;
}
.bizvn_26112024 strong{
  font-weight: 600;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
:focus {
  text-decoration: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
}

.thumbnail {
  padding: 0px;
  border: none;
  background: none;
  margin: 0px;
  overflow: hidden;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* MENU MOBILE*/

.icon_mobile_click {
    margin: 0px;
    cursor: pointer;
    z-index: 99;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

.top_header.fixed_header .icon_mobile_click .burger {
    background: #04326D;
}

.icon_mobile_click .burger {
    width: 27px;
    height: 2px;
    background: #fff;
    margin: 6px 0px;
}

#page_wrapper {
    transition: all 0.3s;
}

#menu_mobile_full_secure {
    position: fixed;
    top: 0;
    bottom: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    overflow: auto;
    transition: opacity .35s, visibility .35s, height .35s;
    padding: 0px 20px;
}

.fixedheader {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 9;
    width: 100% !important;
}

.menu_hidden {
    z-index: -1;
    left: -260px;
}

.menu_show {
    z-index: 9999999;
}

#menu_mobile_full_secure .close_menu {
    font-size: 25px;
    text-align: right;
    color: #fff;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    background: transparent;
    display: none;
    cursor: pointer;
    top: 20px;
    z-index: 999;
}

#menu_mobile_full_secure .close_menu img {
    cursor: pointer;
}

#menu_mobile_full_secure .mobile-menu {
    margin: 10px 0px 0px 0px;
}

#menu_mobile_full_secure .menu>li.active {
    padding: 15px 0px 10px 0px;
}

#menu_mobile_full_secure ul li {
    position: relative;
    padding: 12px 0px;
    font-size: 14px;
    border-bottom: 1px dashed #cce0f0;
    width: 100%;
}

#menu_mobile_full_secure ul.menu>li {
    display: table;
}

#menu_mobile_full_secure ul li a {
    color: #000;
}

#menu_mobile_full_secure ul.menu>li>a {
    font-weight: 600;
    font-size: 22px;
}

#menu_mobile_full_secure ul li a:hover {
    text-decoration: none;
    background: none;
}

#menu_mobile_full_secure li span {
    margin: 0px 0px 0px 10px;
}

#menu_mobile_full_secure .sub-menu {
    display: none;
    padding: 0px 0px 0px 0px;
}

#menu_mobile_full_secure .sub-menu li {
    padding: 15px 0px 15px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
    border-bottom: none;
    padding: 15px 0px 0px 15px;
}

#menu_mobile_full_secure .sub-menu li a {
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
}

/*.editBefore_mobile::before {
  content: "" !important;
}*/

#menu_mobile_full_secure li.menu-item-has-children::before {
    content: url(../images/arrow-right-white.png);
    position: absolute;
    right: -30px;
    top: 16px;
    color: #fff;
    font-size: 20px;
}

#menu_mobile_full_secure .menu {
    margin: 0px 0px 20px 0px;
}

#menu_mobile_full_secure .menu>li.not-have-child {}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child {
    padding: 0px;
    display: table;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child>a {
    padding: 10px 0px 10px 15px;
    display: table;
    width: 100%;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child:last-child>a {
    padding: 10px 0px 0px 15px;
}

#menu_mobile_full_secure .menu>li.not-have-child>a {
    display: inline-block;
    font-size: 17px;
}

#menu_mobile_full_secure .sub-menu li {
    padding: 10px 0px 10px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
    padding: 10px 0px 0px 15px;
}

.menu_show nav ul.menu>li {
    animation: fadeInRight .5s ease forwards;
    opacity: 0;
}

.menu_show nav ul.menu>li:nth-child(1) {
    animation-delay: .35s;
}

.menu_show nav ul.menu>li:nth-child(2) {
    animation-delay: .40s;
}

.menu_show nav ul.menu>li:nth-child(3) {
    animation-delay: .45s;
}

.menu_show nav ul.menu>li:nth-child(4) {
    animation-delay: .50s;
}

.menu_show nav ul.menu>li:nth-child(5) {
    animation-delay: .55s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* END MENU MOBILE*/

.bizvn_26112024 .tp_10102024{
  position: relative;
  z-index: 9;
  padding: 120px 0px 0px 0px;
}
.bizvn_26112024 .tp_10102024 .tp_general{
  display: flex;
  position: relative;
  gap: 40px;
}
.bizvn_26112024 .tp_10102024 .text_widget{
  width: 48%;
}
.bizvn_26112024 .tp_10102024 .wrap_figure{width: 52%;}
.bizvn_26112024 .tp_10102024 .text_widget h1{
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.bizvn_26112024 .tp_10102024 .text_widget i{
  color: #343436;
  font-weight: 500;
  display: block;
  margin: 10px 0px 0px 0px;
}
.bizvn_26112024 .tp_10102024 .text_widget em{
  margin: 40px 0px 0px 0px;
  display: block;
  color: #29343D;
}
.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px 0px;
}
.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .bt_click_search_nd {
  background: linear-gradient(90deg, #DA2128 0%, #E13E2A 13.65%, #E7562C 32.1%, #ED642F 51.76%, #F16D31 73.25%, #F37032 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 90px;
  padding: 9px 33px;
  margin: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 textarea{
  width: 100%;
  padding: 15px 275px 20px 20px;
  border: 1px solid transparent;
  border-radius: 90px;
  height: 52px;
  resize: none;
  overflow: hidden;
  font-size: 16px;
}
.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 textarea::placeholder{
  font-style:italic;
  color:#AEADAD;
}
.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .search_nd_ft .click_search_dm {
  position: absolute;
  right: 0px;
  top: 0px;
}

.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .search_nd_ft .click_search_dm h3 {
  margin: 0px;
  border-radius: 0px 5px 5px 0px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
}
.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .search_nd_ft .click_search_dm {
  position: absolute;
  right: 205px;
  top: 15px;
}

.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .search_nd_ft{width: 100%;position: relative;}

.bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 form{
  position: relative;
  margin: 0px;
}
.bizvn_26112024 .review_10102024 {
  position: relative;
  z-index: 9;
}
.bizvn_26112024 .review_10102024 #zalo-review-1 .idvn_title  h2,
.bizvn_26112024 .review_10102024 #zalo-review-2 .idvn_title h2{
  text-align: left;
}
.bizvn_26112024 .review_10102024 .list_review .show_hide_tab{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  border-bottom: 1.5px solid #DEDEDE;
}
.bizvn_26112024 .review_10102024 .list_review .show_hide_tab li{
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .review_10102024 .list_review .show_hide_tab li a{
  display: inline-block;
  color: #2D2D2D;
  position: relative;
  padding: 0px 0px 8px 0px;
  font-weight: 400;
}
.bizvn_26112024 .review_10102024 .list_review .show_hide_tab li a:before{
 position: absolute;
 content: "";
 background: #FD8019;
 border-radius: 100px;
 width: 100%;
 height: 1.5px;
 bottom: -1.5px;
 left: 0px;
 opacity: 0;
 visibility: hidden;
}
.bizvn_26112024 .review_10102024 .list_review .show_hide_tab li.zalo_current a:before{
  opacity: 1;
  visibility: visible;
}
.bizvn_26112024 .review_10102024 .list_review .show_hide_tab li.zalo_current a{
color: #FD8019;
font-weight: 500;
}
.bizvn_26112024 .tab-content {
  display: none;
  position: relative;
}

.bizvn_26112024 .tab-content.zalo_current {
  display: inherit;
  animation: tgUp 0.3s;
}

@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

.bizvn_26112024 .review_10102024 .review_detailds{
  margin: 48px 0px 0px 0px;
}
.bizvn_26112024 .review_10102024 .review_ct{
  display: flex;
}
.bizvn_26112024 .review_10102024 #zalo-review-3 .review_ct{
  display: inherit;
}
.bizvn_26112024 .review_10102024 .review_ct{
  display: flex;
  box-shadow: 0px 0px 40px 0px #D5E7FF80;
  background: #fff;
  border-radius: 30px;
  padding: 40px 30px;
}
.bizvn_26112024 .review_10102024 #zalo-review-1 .review_ct{
  gap: 60px;
} 
.bizvn_26112024 .review_10102024 #zalo-review-2 .review_ct{
  gap: 40px;
}
.bizvn_26112024 .review_10102024 #zalo-review-1 .wrap_figure{
  width: 40%;
}
.bizvn_26112024 .review_10102024 #zalo-review-1 .text_widget{
  width: 60%;
}
.bizvn_26112024 .review_10102024 #zalo-review-2 .wrap_figure{
  width: 38%;
}
.bizvn_26112024 .review_10102024 #zalo-review-2 .text_widget{
  width: 62%;
}
.bizvn_26112024 .idvn_title{
  text-align: center;
}
.bizvn_26112024 .idvn_title h2{
  color: #343436;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0px;
}
.bizvn_26112024 .idvn_title span{
  display: table;
  margin: 16px auto 0px auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .idvn_title h2 strong{
  color: #EE3A27; 
  font-weight: 600; 
}
.bizvn_26112024 .review_10102024 .idvn_title{
  margin: 0px 0px 24px 0px;
}
.bizvn_26112024 .review_10102024 .review_ct b{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .review_10102024 .review_ct .text_widget ul{
  margin: 10px 0px 24px 0px;
}
.bizvn_26112024 .review_10102024 .review_ct .text_widget ul li{
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 36px;
  text-align: justify;
}
.bizvn_26112024 .review_10102024 .review_ct .text_widget ul li strong{
  display: block;
  margin: 0px 0px 8px 0px;
}
.bizvn_26112024 .review_10102024 .review_ct .text_widget ul>li:last-child{
  margin: 0px;
}
.bizvn_26112024 .review_10102024 .review_ct .text_widget ul li:before{
  position: absolute;
  content: "";
  background: url(../images/10102024-check-icon-orange.svg) no-repeat;
  width: 28px;
  height: 28px;
  top: 0px;
  left: 0px;
}
.bizvn_26112024 .review_10102024 .review_grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  margin: 12px 0px 0px 0px;
}
.bizvn_26112024 .tg_pd120{
  padding: 120px 0px 0px 0px;
}
.bizvn_26112024 .coupon_10102024{
  padding: 120px 0px 0px 312px;
}
.bizvn_26112024 .coupon_10102024 .idvn_title{
 text-align: left;
}
.bizvn_26112024 .coupon_10102024 .coupon_btn{
  display: table;
  margin: 60px 0px 0px 0px;
  max-width: 262px;
  width: 100%;
}
    .bizvn_26112024 .coupon_10102024 .coupon_btn_mobile{
    display: none;
  }
.bizvn_26112024 .coupon_10102024 .idvn_title h2{
  margin: 0px 0px 16px 0px;
}
.bizvn_26112024 .coupon_10102024 .idvn_title span{
  text-align: left;
  margin: 16px 0px 0px 0px;
}
.bizvn_26112024 .coupon_10102024 .coupon_general{
  position: relative;
  padding: 0px 0px 0px 440px;
}
.bizvn_26112024 .coupon_10102024 .text_widget{
position: absolute;
top: 0px;
left: 0px;
max-width: 375px;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds{
  border-radius: 20px;
  background: #268EF0;
transition: all 0.3s;
padding:0px !important;
/*  box-shadow: 0px 20px 40px 0px #0066B226;*/
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds:hover{
  box-shadow: 0px 20px 40px 0px #0066B226;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds .top_coupon{
  color: #fff;
  text-align: center;
  padding: 30px;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds .top_coupon b{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds .bottom_coupon{
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  border-radius: 19px;
  background: #fff;
  min-height: 270px;
  border: 1px solid #E4E4E4;
}
.bizvn_26112024 .coupon_10102024 .bottom_coupon b{
  font-size: 24px;
  line-height: 32px;
  display: table;
  margin: 0px auto;
  text-align: center;
  color: #D20000;
} 
.bizvn_26112024 .coupon_10102024 .bottom_coupon b strong{
  color: #033AA7;
  display: table;
  margin: 0px auto;
  text-align: center;
}
.bizvn_26112024 .coupon_10102024 .coupon_flex{
  border-top: 1px solid #EBEBEB;
  margin: 25px 0px 0px 0px;
  padding: 25px 0px 0px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .coupon_10102024 .coupon_flex img{
  max-width: inherit;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds ul{
  padding: 0px 5px;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds ul li{
  position: relative;
  padding: 3px 0px 3px 36px;
  margin: 0px 0px 10px 0px;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds ul>li:last-child{
  margin: 0px;
}
.bizvn_26112024 .coupon_10102024 .coupon_detailds ul li:before{
  position: absolute;
  content: "";
  background: url(../images/10102024-check-icon-orange.svg) no-repeat;
  width: 28px;
  height: 28px;
  top: 1px;
  left: 0px;
}
.bizvn_26112024 .coupon_10102024 .coupon_noflex{
  text-align: center;
}
.bizvn_26112024 .coupon_10102024 .coupon_noflex figure{
  display: table;
  margin: 0px auto 16px auto;
} 
.bizvn_26112024 .instruct_10102024{
  position: relative;
  z-index: 9;
  padding: 0px 0px 120px 0px;
}
.bizvn_26112024 .instruct_10102024:before{
}
.bizvn_26112024 .instruct_10102024 .idvn_title h2{
  text-align: center;
}
.bizvn_26112024 .instruct_10102024 .instruct_general{
  margin: 48px 0px 0px 0px;
}
.bizvn_26112024 .instruct_10102024 .video_general{
  margin: 48px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #F2FAFF;
  border-radius: 20px;
}
.bizvn_26112024 .instruct_10102024 .video_general .wrap_figure{
  width: 56%;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget{
  width: 44%;
  padding: 00px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget p{
  margin: 0px 0px 5px 0px;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget p strong{
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget p i{
  text-align: left;
  font-style: italic;
  margin: 0px;
  font-weight: 400;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget ul{
  margin: 0px 0px 10px 0px;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget ul li{
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 32px;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget ul>li:last-child{
  margin: 0px;
}
.bizvn_26112024 .instruct_10102024 .video_general .text_widget ul li:before{
  position: absolute;
  content: "";
  background: url(../images/26112024-video-check-icon.svg) no-repeat;
  width: 19px;
  height: 20px;
  top: 2px;
  left: 0px;
}
.bizvn_26112024 .instruct_10102024 .instruct_bg{
  display: flex;
}
.bizvn_26112024 .instruct_10102024 .instruct_main{width: 25%;} 
.bizvn_26112024 .instruct_10102024 .instruct_arr{width: 6%;display: none;}
.bizvn_26112024 .instruct_10102024 .instruct_detailds figure{
  margin: 0px auto 24px auto;
  padding: 0px 0px 24px 0px;
  position: relative;
  display: flex;
  justify-content: center;
}
.bizvn_26112024 .instruct_10102024 .instruct_detailds figure:before{
  position:absolute;
  content:"";
  background: #D9D9D9;
  width:15px;
  height:15px;
  border-radius:50%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -7.5px;
}
.bizvn_26112024 .instruct_10102024 .instruct_detailds figure:after{
  position: absolute;
  content: "";
  background: url(../images/26112024-dashed-line.png) no-repeat;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0px;
}
.bizvn_26112024 .instruct_10102024 .instruct_detailds b{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  margin: 0px auto 4px auto;
  text-align: center;
}
.bizvn_26112024 .instruct_10102024 .instruct_detailds span{
  display: table;
  margin: 0px auto;
  text-align: center;
  font-weight: 500;
}
.bizvn_26112024 .instruct_10102024 .instruct_arr figure{
  margin: 30px auto 0px auto;
}
.bizvn_26112024 .instruct_10102024 .instruct_video{
  margin: 48px auto 0px auto;
}
.bizvn_26112024 .instruct_10102024 .instruct_video i{
  display: table;
  margin: 0px auto 48px auto;
  text-align: center;
  font-style: normal;
  font-weight: 500;
}
.bizvn_26112024 .instruct_10102024 .instruct_video i a{
  color: #EE3A27;
  !i;!;
}
.bizvn_26112024 .instruct_10102024 .instruct_img_video{
  display: table;
  margin: 0px auto;
  border-radius: 30px;
}
.bizvn_26112024 .video_general figure{
  position: relative;
  height: 500px;
}
.bizvn_26112024 .video_general figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bizvn_26112024 .instruct_10102024 figure a{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0px;
  left: 0px;
}
.bizvn_26112024 .instruct_10102024 figure a:before{
  position: absolute;
  content: "";
  background: url(../images/10102024-huongdan-play-icon.svg) no-repeat;
  width: 101px;
  height: 103px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0px 4px 40px 0px #C1EBF8;
  border-radius: 50%;
}
.bizvn_26112024 .instruct_10102024 .instruct_play_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.bizvn_26112024 .instruct_10102024 iframe{
  height: 531px;
  display: table;
  margin: 0px auto;
  border-radius: 30px;
  width: 100%;
  max-width: 900px;
}
.bizvn_26112024 .slick-dots{
  bottom: 0px;
}
.bizvn_26112024 .slick-slide{
  height: auto;
}
.bizvn_26112024 .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0px 5px;
}
.bizvn_26112024 .slick-dots li.slick-active{
  width: 40px;
}
.bizvn_26112024 .slick-dots li button{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #268EF080;
  padding: 0px;
}
.bizvn_26112024 .slick-dots li.slick-active button{
  background: #268EF0;
  width: 40px;
  border-radius: 90px;
}
.bizvn_26112024 .slick-dots li button:before{
  content: "";
}
.bizvn_26112024 .idvn_btn{
  display: inline-block;
  text-align: center;
  border-radius: 90px;
  color: #fff;
  background: linear-gradient(90deg, #DA2128 0%, #E13E2A 13.65%, #E7562C 32.1%, #ED642F 51.76%, #F16D31 73.25%, #F37032 100%);
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  padding: 14px 28px;
}
.bizvn_26112024 .idvn_btn span{
 transition: opacity .6s, transform .8s;
 transition-timing-function: cubic-bezier(.15, .85, .31, 1);
 display: inline-block;
 margin: 0px !important; 
}
.bizvn_26112024 .idvn_btn:hover span{
  transform: translateY(-150%);
}
.bizvn_26112024 .idvn_btn span strong{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
  display: inline-block;
  font-weight: 400;
}
.bizvn_26112024 .idvn_btn span>strong:nth-child(2){
 display: inline-block;
 position: absolute;
 width: 100%;
 top: 50%;
 left: 50%;
 transform: translate(-50%, 80%);
 opacity: 0; 
}
.bizvn_26112024 .idvn_btn:hover span>strong:nth-child(1){
  opacity: 0;
}
.bizvn_26112024 .idvn_btn:hover span>strong:nth-child(2){
  transform: translate(-50%, 100%);
  opacity: 1;
}
.bizvn_26112024 .client_10102024{
  background: #fff;
}
.bizvn_26112024 .client_10102024 .client_general{
  display: flex;
  position: relative;
  z-index: 9;
  gap: 45px;
}
.bizvn_26112024 .client_10102024 .text_widget{width: 30%;margin: 35px 0px 0px 0px;}
.bizvn_26112024 .client_10102024 .wrap_figure{
  width: 70%;
}
.bizvn_26112024 .client_10102024 .client_bg {
  position: relative;
}
.bizvn_26112024 .client_10102024 .client_bg:before{
  position:absolute;
  content:"";
  box-shadow: 0px 0px 40px 0px #2D6BEC26;
  border-radius: 20px;
  width: 87%;
  height:100%;
  right: 0px;
}
.bizvn_26112024 .client_10102024 .client_inside{
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
  padding: 18px 80px 36px 0px;
}
.bizvn_26112024 .client_10102024 .client_inside .wrap_figure figure{
  width: 273px;
  height: 273px;
  border-radius: 50%;
  background: #fff;
  border:13px solid #DFE8FF;
}
.bizvn_26112024 .client_10102024 .client_inside .wrap_figure figure img{
  max-width: inherit;
  width: 248px;
  height: 248px;
  object-fit: cover;
  border-radius: 50%;
}
.bizvn_26112024 .client_10102024 .client_inside .text_widget p{
  color: #000;
  margin: 0px;
}
.bizvn_26112024 .client_10102024 .client_inside .client_ot{
  margin: 100px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bizvn_26112024 .client_10102024 .client_inside .client_info b{
  color: #0721B5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.bizvn_26112024 .client_10102024 .client_inside .client_info i{
  color: rgb(128 128 128 / 55%);
  display: block;
  margin: 8px 0px 0px 0px;
}
.bizvn_26112024 .client_10102024 .text_widget span{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  margin: 36px 0px 0px 0px;
}
.bizvn_26112024 .client_10102024 .client_ct{
  display: flex;
  gap: 35px;
  padding: 45px 0px;
}
.bizvn_26112024 .client_10102024 .client_left{
  width: 31%;
}
.bizvn_26112024 .client_10102024 .client_left figure{
  background: #DFE8FF;
  padding: 13px;
  border-radius: 50%;
}
.bizvn_26112024 .client_10102024 .client_left figure img{
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}
.bizvn_26112024 .client_10102024 .client_right{
  width: 69%;
}
.bizvn_26112024 .client_10102024 .slick-dots {
  bottom: 60px;
  left: -395px;
  text-align: left;
}
.bizvn_26112024 .client_10102024 .client_info .client_name{
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #1A1919;
  display: block;
  margin: 0px 0px 8px 0px;
}
.bizvn_26112024 .client_10102024 .client_info .client_job{
  color: #999999;
  display: block;
  margin: 0px 0px 16px 0px;
}
.bizvn_26112024 .faq_10102024 .idvn_title h2{
  text-align: center;
}
.bizvn_26112024 .faq_10102024 .qb_faq_general{
  margin: 48px 0px 0px 0px;
}
.bizvn_26112024 .faq_10102024 .qb_faq_general .qb_faq_detailds{
  border-radius: 10px;
  background: #F3FAFF;
  padding: 18px 20px;
  margin: 0px 0px 12px 0px;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .faq_10102024 .qb_faq_general>.qb_faq_detailds:last-child{
  margin: 0px;
}
.bizvn_26112024 .faq_10102024 .qb_faq_info{
  cursor: pointer;
  position: relative;
  padding: 0px 44px 0px 0px;
}
.bizvn_26112024 .faq_10102024 .qb_faq_info:before{
  position: absolute;
  content: "";
  background: url(../images/10102024-faq-plus-icon.svg) no-repeat;
  width: 34px;
  height: 34px;
  top: -5px;
  right: 0px;
}
.bizvn_26112024 .faq_10102024 .qb_faq_detailds.tg_current .qb_faq_info:before{
  background: url(../images/10102024-faq-minus-icon.svg) no-repeat;
  top: 0px;
}
.bizvn_26112024 .faq_10102024 .qb_faq_info h4{
  color: #2D2D2D;
  font-weight: 600;
  margin: 0px;
  line-height: 24px;
}
.bizvn_26112024 .faq_10102024 .tg_textwidget{
  color: #767474;
  margin: 12px 0px 0px 0px;
  padding: 0px 44px 0px 0px;
}
.bizvn_26112024 .faq_10102024 .tg_textwidget p{
  margin: 0px;
}
.bizvn_26112024 .slick-slider{
  margin: 0px;
}
.bizvn_26112024 .faq_10102024{
  padding: 120px 0px;
}
.bizvn_26112024 .tp_10102024 .tp_detailds{
  margin: 24px 0px 0px 0px;
  border:1px solid #fff;
  border-radius: 20px;
  background: rgb(255 255 255 / 40%);
  padding: 24px;
}
.bizvn_26112024 .tp_10102024 .tp_detailds b{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin: 0px 0px 16px 0px;
}
.bizvn_26112024 .tp_10102024 .tp_detailds ul li{
  margin: 0px 0px 16px 0px;
  position: relative;
  padding: 0px 0px 0px 40px;
}
.bizvn_26112024 .tp_10102024 .tp_detailds ul>li:last-child{
  margin: 0px;
}
.bizvn_26112024 .tp_10102024 .tp_detailds ul li:before{
  position: absolute;
  content: "";
  background: url(../images/26112024-check-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
}
.bizvn_26112024 .review_10102024 .review_grid_ct{
  display: flex;
  align-items: center;
  gap: 16px;
}
.bizvn_26112024 .review_10102024 .review_grid_ct .grid_left figure{
  width: 88px;
  height: 88px;
  background: #F3F4FA;
  border-radius: 16px;
  position: relative;
}
.bizvn_26112024 .review_10102024 .review_grid_ct .grid_left figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bizvn_26112024 .review_10102024 .review_grid_ct .grid_right{
  font-weight: 500;
}
.bizvn_26112024 .review_10102024 .review_sli_ele{
  background: #F2FAFF;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .review_10102024 .review_sli_ele:hover{
  background: #268EF0;
  color: #fff;
}
.bizvn_26112024 .review_10102024 .review_sli_ele figure{
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border:9px solid #DEEAFF80;
  background: #268EF0;
  position: relative;
  display: table;
  margin: 0px auto;
  transition: all 0.3s;
}
.bizvn_26112024 .review_10102024 .review_sli_ele:hover figure{
  background: #fff;
}
.bizvn_26112024 .review_10102024 .review_sli figure svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bizvn_26112024 .review_10102024 .review_sli figure svg path{
  transition: all 0.3s;
}
.bizvn_26112024 .review_10102024 .review_sli .review_sli_ele:hover figure svg path{
  fill:#268EF0;
}
.bizvn_26112024 .review_10102024 .review_sli .slick-list{
  margin: 0px -12px;
  padding: 0px 0px 40px 0px;
}
.bizvn_26112024 .review_10102024 .review_sli .slick-slide{
  padding: 0px 12px;
}
.bizvn_26112024 .review_10102024 .review_sli_detailds{
  padding: 0px !important;
  min-height: 290px;
}
.bizvn_26112024 .review_10102024 .review_sli_ele p{
margin: 16px 0px 0px 0px;
}
.bizvn_26112024 .review_10102024 .review_sli_ele p:last-child{
  min-height: 73px;
}
.bizvn_26112024 .website_26112024{
  padding: 120px 0px;
  position: relative;
}
.bizvn_26112024 .website_26112024 .website_general{
  margin: 48px 0px 0px 0px;
}
.bizvn_26112024 .website_26112024 .website_bg{
      display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 24px;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure{
  position: relative;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure figure{
height: 416px;
border: 1px solid #DBE2F4;
border-radius: 20px;
position: relative;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure figure:before{
  position: absolute;
  content: "";
  background: #00000066;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.bizvn_26112024 .website_26112024 .website_ct:hover .wrap_figure figure:before{
  opacity: 1;
  visibility: visible;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure .web_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 90px;
  text-align: center;
  color: #F37033;
font-weight: 400;
padding: 8px 21px;
background: #fff;
transition: all 0.3s;
opacity: 0;
visibility: hidden;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure .web_btn:hover{
  color: #fff;
  background: #F37033;
}
.bizvn_26112024 .website_26112024 .website_ct .wrap_figure:hover .web_btn{
  opacity: 1;
  visibility: visible;
}
.bizvn_26112024 .website_26112024 .website_ct .text_widget{
  text-align: center;
  font-weight: 500;
  margin: 24px 0px 0px 0px;
  font-size: 18px;
  line-height: 26px;
}
.bizvn_26112024 .review_web_bg{
  position: relative;
}
.bizvn_26112024 .review_web_bg:before{
  position: absolute;
  content: "";
  background: linear-gradient(110.56deg, #E9F2FF 14.25%, #FDF2FF 95.36%);
  width: 100%;
  height: 1150px;
  bottom: 0px;
  left: 0px;
}
.bizvn_26112024 .coupon_10102024 .coupon_arr{
  margin: 52px 0px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: 262px;
}
.bizvn_26112024 .slick-arrow{
  cursor: pointer;
}
.bizvn_26112024 .pagingInfo{
  color: #AEAEAE;
}
.bizvn_26112024 .pagingInfo .color_number{
  color: #1A1919;
}
.bizvn_26112024 .coupon_10102024 .slick-list{
  margin: 0px -12px;
  padding: 0px 18% 120px 0px;
}
.bizvn_26112024 .coupon_10102024 .slick-slide{
  padding: 0px 12px;
}
.bizvn_26112024 .customer_16102024{
    padding: 120px 0px;
}
.bizvn_26112024 .customer_16102024 .customer_general{
    position: relative;
}
.bizvn_26112024 .customer_16102024 .customer_dots{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bizvn_26112024 .customer_16102024 .customer_arr{
    cursor: pointer;
}
.bizvn_26112024 .customer_16102024 .customer_arr svg rect,
.bizvn_26112024 .customer_16102024 .customer_arr svg path{
    transition: all 0.3s;
}
.bizvn_26112024 .customer_16102024 .customer_arr:hover svg rect{
    fill: #EE3B284D;
}
.bizvn_26112024 .customer_16102024 .customer_arr:hover svg path{
    fill: #fff;
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure{max-width: 270px;width: 100%;margin: 0px auto;}
.bizvn_26112024 .customer_16102024 .customer_slider_figure li figure{
    max-width: 100px;
    display: table;
    margin: 0px auto;
    border-radius: 50%;
    position: relative;
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure .slick-slide figure:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
    top: 0px;
    left: 0px;
    border-radius: 50%;
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure .slick-slide.slick-center figure:before{
    display: none;
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure .slick-list{
    padding: 48px 0px 36px 0px !important;
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure .slick-center.slick-slide{
    transform: scale(1.6);
    position: relative;
    z-index: 9;
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure .slick-slide{
}
.bizvn_26112024 .customer_16102024 .customer_slider_figure .slick-slide.slick-center figure{
    max-width: 140px;
}
.bizvn_26112024 .customer_16102024 .customer_bg{
    margin: 36px 0px 0px 0px;
}
.bizvn_26112024 .customer_16102024 .customer_detailds{
    text-align: center;
    padding: 0px 60px;
}
.bizvn_26112024 .customer_16102024 .customer_name{
    font-size: 20px;
    line-height: 28px;
    display: table;
    margin: 0px auto;
}
.bizvn_26112024 .customer_16102024 .customer_job{
    display: table;
    margin: 8px auto 24px auto;
}
.bizvn_26112024 .customer_16102024 .customer_detailds figure{
    display: table;
    margin: 0px auto 24px auto;
}
.bizvn_26112024 .customer_16102024 .customer_detailds p{
    max-width: 90%;
    width: 100%;
    margin: 0px auto;
}
.bizvn_26112024 .customer_16102024{
  padding: 120px 0px;
  background: linear-gradient(110.56deg, #E9F2FF 14.25%, #FDF2FF 95.36%);
}
.header_30092024mobile{
    background: transparent;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 14px 0px;
    display: none;
}
.header_30092024mobile.fixed_header{
    /*    background: #fff !important;
    box-shadow: 0px 0px 40px rgb(34 107 115 / 30%);*/
    background: #fff;
    } 
.header_30092024mobile .hd_general{
    display: flex;
    align-items: center;
}
.header_30092024mobile .hd_menu{
    display: flex;
    align-items: center;
    gap: 28px;
    flex-grow: 1;
    justify-content: flex-end;
}
.header_30092024mobile .hd_menu nav ul{
    display: flex;
    align-items: center;
    gap: 28px;
}
.header_30092024mobile .hd_menu nav ul li{
    font-weight: 500;
}
.header_30092024mobile .hd_menu nav ul li a{
 position: relative;
 padding: 12px 0px;
 color: #29343D;
 transition: all 0.3s;
}
.header_30092024mobile .hd_menu nav ul li a:hover{
  color: #EE3A27;
}
.header_30092024mobile .hd_menu nav ul li a:before{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EE3A27;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 2px;
    border-radius: 90px;
}
.header_30092024mobile .hd_menu nav ul li a:hover:before{
    -webkit-transform: scaleX(0.9);
    transform: scaleX(1);
}
.header_30092024mobile .hd_logo figure{
  max-width: 220px;
  width: 100%;
}
  .bizvn_26112024 .tp_10102024 .tp_mobile_img{
  display: none;
}
/*end css content rau*/
@media (min-width:1366px) and (max-width:1600px){
  .bizvn_26112024 .coupon_10102024{
    padding: 120px 0px 0px 142px !important;
  }
}
@media (min-width:1025px) and (max-width:1600px){
  .bizvn_26112024 .coupon_10102024{
    padding: 120px 0px 0px 15px;
  }
  .bizvn_26112024 .client_10102024 .slick-dots{
    left: -380px;
  }
  .bizvn_26112024 .tp_10102024 .text_widget{
    width: 50%;
  }
  .bizvn_26112024 .tp_10102024 .wrap_figure{
    right: 0px;
  }
}
@media (min-width:1025px) and (max-width:1280px){
  .bizvn_26112024 .instruct_10102024 .video_general .text_widget{
    width: 50%;
  }
  .bizvn_26112024 .instruct_10102024 .video_general .wrap_figure{
    width: 50%;
  }
      .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .bt_click_search_nd {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        margin: 8px 0px 0px 0px;
        padding: 11px 36px;
        font-size: 16px;
        line-height: 24px;
    }
      .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 textarea {
        padding: 11px 85px 20px 20px;
        font-size: 14px;
        height: 48px;
    }
        .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .search_nd_ft .click_search_dm {
        right: 16px;
        top: 10px;
    }
  .bizvn_26112024 .tp_10102024 .text_widget h1{
    font-size: 48px;
    line-height: 56px;
    gap: 0px;
  }
    .bizvn_26112024 .coupon_10102024{
    padding: 120px 0px 0px 15px;
  }
  .bizvn_26112024 .tp_10102024 .wrap_figure{
    right: 0px;
  }
  .bizvn_26112024 .client_10102024 .slick-dots{
    left: -305px;
  }
  .bizvn_26112024 .review_10102024 .review_grid{
   grid-template-columns: repeat(2, minmax(0, 1fr));
 }
 .bizvn_26112024 .tp_10102024 .text_widget{
  width: 40%;
}
}
@media (min-width: 768px) and (max-width: 1024px){
  .bizvn_26112024 .tp_10102024 .tp_desktop_img{
    display: flex;
    justify-content: center;
  }
    .bizvn_26112024 .tp_10102024 .text_widget em br{
    display: none;
  }
  .bizvn_26112024 .instruct_10102024 .video_general .text_widget{
    width: 100%;
    padding: 0px 24px 40px 24px;
    min-height: inherit;
  }
    .bizvn_26112024 .instruct_10102024 .video_general .wrap_figure{
    width: 100%;
  }
  .bizvn_26112024 .instruct_10102024 .video_general{
    flex-direction: column;
  }
    .bizvn_26112024 .coupon_10102024 .coupon_btn_desktop{
    display: none;
  }
    .bizvn_26112024 .coupon_10102024 .coupon_btn_mobile{
    display: block;
    margin: 36px auto 0px auto;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_general{
    padding: 0px 15px;
  }
  .bizvn_26112024 .idvn_title h2{
    font-size: 30px;
    line-height: 38px;
  }
  .bizvn_26112024 .tp_10102024{
    padding: 100px 0px 0px 0px;
  }
  .bizvn_26112024 .review_10102024 .list_review .show_hide_tab li{
    text-align: center;
  }
  .bizvn_26112024 .review_10102024 .list_review .show_hide_tab{
    gap: 24px;
  }
    .bizvn_26112024 .customer_16102024 .slick-list{
    padding: 0px 0px 32px 0px;
  }
    .bizvn_26112024 .customer_16102024 .customer_job{
    margin: 8px auto 16px auto;
  }
  .bizvn_26112024 .customer_16102024 .customer_detailds figure{
    margin: 0px auto 16px auto;
  }
    .bizvn_26112024 .coupon_10102024 .coupon_arr{
    display: none;
  }
    .bizvn_26112024 .coupon_10102024 .idvn_title span{
    text-align: center;
    margin: 16px auto 0px auto;
  }
  .bizvn_26112024 .coupon_10102024 .idvn_title span br{
    display:none;
  }
  .bizvn_26112024 .coupon_10102024 .idvn_title{
    text-align: center;
  }
  .bizvn_26112024 .coupon_10102024 .text_widget{
    position: relative;
    top: inherit;
    max-width: 100%;
    left: inherit;
    margin: 0px 0px 36px 0px;
  }
    .website_26112024 .website_bg .slick-slide{
    padding: 0px 12px;
  }
  .website_26112024 .website_bg .slick-list{
    margin: 0px -12px;
    padding: 0px 0px 32px 0px;
  }
    .bizvn_26112024 .website_26112024 .website_bg{
    display: inherit;
  }
    .header_30092024mobile .hd_menu nav,
  .header_30092024mobile .hd_menu .register_btn{
    display: none;
  }
  .bizvn_26112024 .idvn_title h2 br{
    display: none;
  }
  .bizvn_26112024 .instruct_10102024 .idvn_title h2 br{
    display: none;
  }
  .bizvn_26112024 .faq_10102024 {
    padding: 100px 0px !important;
  }
  .bizvn_26112024 .client_10102024 .slick-list{
  }
  .bizvn_26112024 .client_10102024 .slick-dots{
    left: inherit;
    bottom: -48px;
    text-align: center;
  }
  .bizvn_26112024 .client_10102024 .wrap_figure{
    width: 100%;
  }
  .bizvn_26112024 .client_10102024 .text_widget{
    width: 100%;
    margin: 0px;
  }
  .bizvn_26112024 .client_10102024 .client_general{
    flex-direction: column;
  }
  .bizvn_26112024 .tg_pd120{
    padding: 100px 0px 0px 0px;
  }
  .bizvn_26112024 .coupon_10102024{
    padding: 100px 0px;
  }
  .bizvn_26112024 .coupon_10102024 .slick-slide{
    padding:0px 10px;
  }
  .bizvn_26112024 .coupon_10102024 .slick-list{
    margin:0px -10px;
    padding: 0px 0px 48px 0px;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_detailds{
    box-shadow: none;
    border: 1px solid #268EF0;
  }
  .bizvn_26112024 .review_10102024 .review_ct{
    flex-direction: column;
    gap: 36px;
  }
  .bizvn_26112024 .review_10102024 .review_ct .text_widget{
    width: 100% !important;!i;!;
  }
  .bizvn_26112024 .review_10102024 .review_ct .wrap_figure{
    !i;!;
    !i;!;
    !i;!;
    !i;!;
    width: 100% !important;!i;!;
    order: 2;
  }
  .bizvn_26112024 .review_10102024 .review_ct .wrap_figure figure{
    display: table;
    margin: 0px auto;
  }
  .bizvn_26112024 .review_10102024 .review_grid{
  }
  .bizvn_26112024 .review_10102024 .review_ct{
  }
  .bizvn_26112024 .review_10102024{
  }
  .bizvn_26112024 .tp_10102024 .wrap_figure{
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
  }
  .bizvn_26112024 .tp_10102024 .text_widget{
    width: 100%;
  }
  .bizvn_26112024 .tp_10102024 .tp_general{
    flex-direction: column;
    gap: 36px;
  }
  .bizvn_26112024 .tp_10102024 .text_widget h1{
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width:767px){
  .bizvn_26112024 .review_10102024 .list_review .show_hide_tab li.zalo_current{
    border-bottom: none;
  }
  .bizvn_26112024 .review_10102024 .list_review .show_hide_tab li a{
    width: 100%;
  }
  .bizvn_26112024 .customer_16102024 .customer_detailds p{
    max-width: 100%;
    text-align: justify;
    margin: inherit;
  }
  .bizvn_26112024 .tp_10102024 .tp_mobile_img{
  display: flex;
  justify-content: center;
}
  .bizvn_26112024 .tp_10102024 .tp_desktop_img{
  display: none;
}
  .bizvn_26112024 .tp_10102024 .text_widget em br{
    display: none;
  }
  .bizvn_26112024 .review_sli .slick-dots{
    left: 0px;
  }
  .bizvn_26112024 .review_10102024 .review_sli .slick-list{
    padding: 0px 0px 32px 0px;
  }
  .bizvn_26112024 .review_10102024 .review_sli{
    /*    padding: 24px 16px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px #D5E7FF80;*/
    }
  .bizvn_26112024 .customer_16102024 .slick-list{
    padding: 0px 0px 32px 0px;
  }
  .bizvn_26112024 .customer_16102024 .customer_job{
    margin: 8px auto 16px auto;
  }
  .bizvn_26112024 .customer_16102024 .customer_detailds figure{
    margin: 0px auto 16px auto;
  }
  .bizvn_26112024 .customer_16102024 .customer_dots{
    display: none;
  }
  .bizvn_26112024 .customer_16102024 .customer_detailds{
    padding: 0px;
  }
  .bizvn_26112024 .customer_16102024{
    padding: 60px 0px;
  }
  .bizvn_26112024 .instruct_10102024 .video_general .text_widget p strong{
    font-size: 16px;
    line-height: 24px;
  }
  .bizvn_26112024 .instruct_10102024 figure a:before{
    width: 48px;
    height: 47px;
    background-size: cover;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_img_video{
    border-radius: 20px;
  }
  .bizvn_26112024 .video_general figure{
    height: 230px;
  }
  .bizvn_26112024 .instruct_10102024 .video_general .text_widget{
    width: 100%;
    min-height: inherit;
    padding: 0px 16px 24px 16px;
  }
  .bizvn_26112024 .instruct_10102024 .video_general .wrap_figure{
    width: 100%;
  }
  .bizvn_26112024 .instruct_10102024 .video_general{
    flex-direction: column;
    gap: 24px;
    margin: 24px 0px 0px 0px;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_detailds figure:after,
  .bizvn_26112024 .instruct_10102024 .instruct_detailds figure:before{
    display:none;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_general{
    margin: 24px 0px 0px 0px;
  }
  .bizvn_26112024 .instruct_10102024{
    padding: 60px 0px;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_detailds .top_coupon{
    padding: 24px 16px;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_arr{
    display: none;
  }
  .bizvn_26112024 .coupon_10102024 .idvn_title span{
    text-align: center;
  }
  .bizvn_26112024 .coupon_10102024 .idvn_title span br{
    display:none;
  }
  .bizvn_26112024 .coupon_10102024 .idvn_title{
    text-align: center;
  }
  .bizvn_26112024 .coupon_10102024 .text_widget{
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    margin: 0px 0px 24px 0px;
  }
  .website_26112024 .website_bg .slick-slide{
    padding: 0px 12px;
  }
  .website_26112024 .website_bg .slick-list{
    margin: 0px -12px;
    padding: 0px 0px 32px 0px;
  }
  .bizvn_26112024 .website_26112024 .website_ct .wrap_figure figure{
    height: 350px;
  }
  .bizvn_26112024 .website_26112024 .website_bg{
    display: inherit;
  }
  .bizvn_26112024 .website_26112024 .website_general{
    margin: 24px 0px 0px 0px;
  }
  .bizvn_26112024 .website_26112024{
    padding: 60px 0px 60px 0px;
  }
  .bizvn_26112024 .review_10102024 .review_sli_ele{
    padding: 24px 16px;
  }
  .bizvn_26112024 .review_web_bg:before{
    height: 67%;
  }
  .bizvn_26112024 .review_10102024 .review_grid_ct .grid_right span br{
    display:none;
  }
  .bizvn_26112024 .review_10102024 .review_grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-row-gap: 16px;
}
  .bizvn_26112024 .review_10102024 .review_grid_ct .grid_left figure img{
    width: 60%;
  }
  .bizvn_26112024 .review_10102024 .review_grid_ct .grid_left figure{
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .bizvn_26112024 .review_10102024 #zalo-review-1 .review_ct{
    gap: 24px;
  }
  .bizvn_26112024 .review_10102024 #zalo-review-2 .review_ct{
    gap: 24px;
  }
  .bizvn_26112024 .review_10102024 .list_review .show_hide_tab li{
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1.5px solid #DEDEDE;
  }
  .bizvn_26112024 .tp_10102024 .text_widget em{
    margin: 16px 0px 0px 0px;
  }
  .bizvn_26112024 .tp_10102024 .tp_detailds ul li{
    margin: 0px 0px 10px 0px;
  }
  .bizvn_26112024 .tp_10102024 .tp_detailds{
    padding: 24px 16px;
  }
  .header_30092024mobile{
    padding: 8px 0px;
  }
  .header_30092024mobile .hd_logo figure{
    max-width: 150px;
  }
  .header_30092024mobile .hd_menu nav,
  .header_30092024mobile .hd_menu .register_btn{
    display: none;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_btn{
    max-width: 100%;
    margin: 32px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    padding: 14px;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_btn_desktop{
    display: none;
  }
    .bizvn_26112024 .coupon_10102024 .coupon_btn_mobile{
    display: block;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_detailds .bottom_coupon{
    padding: 20px 15px;
    min-height: 220px;
  }
  .bizvn_26112024 .client_10102024 .slick-dots{
    left: inherit;
    text-align: center;
    bottom: -30px;
  }
  .bizvn_26112024 .faq_10102024 .qb_faq_general{
    margin: 32px 0px 0px 0px;
  }
  .bizvn_26112024 .faq_10102024 .qb_faq_detailds.tg_current .qb_faq_info:before{
    top: 16px;
  }
  .bizvn_26112024 .faq_10102024 .qb_faq_info:before{
    top: 50%;
    margin: -17px 0px 0px 0px;
  }
  .bizvn_26112024 .faq_10102024 .qb_faq_general .qb_faq_detailds{
    font-size: 16px;
    line-height: 24px;
  }
  .bizvn_26112024 .faq_10102024{
    padding: 60px 0px;
  }
  .bizvn_26112024 .client_10102024 .slick-slide{
    padding:0px 10px;
  }
  .bizvn_26112024 .client_10102024 .slick-list{
    padding: 0px 0px 150px 0px;
    margin: 0px -10px;
  }
  .bizvn_26112024 .client_10102024 .client_left figure{
    display: table;
    margin: 0px auto;
  }
  .bizvn_26112024 .client_10102024 .client_bg:before{
    display:none;
  }
  .bizvn_26112024 .client_10102024 .client_inside{
    padding: 16px 0px 24px 0px;
  }
  .bizvn_26112024 .client_10102024 .client_inside span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 240px;

  }
  .bizvn_26112024 .client_10102024 .client_right{
    width: 100%;
  }
  .bizvn_26112024 .client_10102024 .client_left{
    width: 100%;
    order: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -141.5px;
  }
  .bizvn_26112024 .client_10102024 .client_ct{
    flex-direction: column;
    gap: 30px;
    padding: 26px 18px 180px 18px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #268EF0;
  }
  .bizvn_26112024 .client_10102024 .text_widget span{
    margin: 16px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .bizvn_26112024 .client_10102024 .wrap_figure{
    width: 100%;
  }
  .bizvn_26112024 .client_10102024 .text_widget{
    width: 100%;
    margin: 0px;
  }
  .bizvn_26112024 .client_10102024 .client_general{
    flex-direction: column;
    gap: 32px;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_play_icon{
    max-width: 31px;
    width: 100%;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_video{
  }
  .bizvn_26112024 .instruct_10102024 .instruct_video i{
    margin: 0px auto 8px auto;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_detailds figure{
    margin: 0px auto;
    padding: 0px 0px 16px 0px;
  }
  .bizvn_26112024 .instruct_10102024:before{
    background: url(../images/10102024-dangky-mobile-bg.png) no-repeat;
    height: 1158px;
    background-size: cover;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_arr figure{
    margin: 0px auto;
    transform: rotate(90deg);
  }
  .bizvn_26112024 .instruct_10102024 .instruct_arr{
    width: 100%;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_main{
    width: 100%;
  }
  .bizvn_26112024 .instruct_10102024 .instruct_bg{
    flex-direction: column;
    gap: 36px;
  }
  .bizvn_26112024 .tg_pd120{
    padding: 40px 0px 0px 0px;
  }
  .bizvn_26112024 .coupon_10102024 .coupon_detailds{
    box-shadow: none;
    border: 1px solid #268EF0;
  }
  .bizvn_26112024 .coupon_10102024 .slick-slide{
    padding:0px 12px;
  }
  .bizvn_26112024 .coupon_10102024 .slick-list{padding: 0px 0px 24px 0px;margin: 0px -12px;}
  .bizvn_26112024 .coupon_10102024 .coupon_general{
  padding: 0px 15px;
  }
  .bizvn_26112024 .coupon_10102024{
    padding: 0px 0px 0px 0px;
  }
  .bizvn_26112024 .idvn_title h2{
    font-size: 22px;
    line-height: 30px;
  }
  .bizvn_26112024 .idvn_title h2 br{
    display: none;
  }
  .bizvn_26112024 .review_10102024 .review_ct{
    flex-direction: column;
    !i;!;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
  }
  .bizvn_26112024 .review_10102024 .review_detailds .text_widget{
    width: 100% !important;
    box-shadow: 0px 0px 40px 0px #D5E7FF80;
    padding: 24px 16px;
    border-radius: 30px;
    background: #fff;
  }
  .bizvn_26112024 .review_10102024 .review_detailds .wrap_figure{
    width: 100% !important;!i;!;
    order: 2;
  }
  .bizvn_26112024 .review_10102024 .review_detailds{
    margin:24px 0px 0px 0px;
  }
  .bizvn_26112024 .review_10102024 .container{
  }
  .bizvn_26112024 .review_10102024 .list_review{

  }
  .bizvn_26112024 .review_10102024 .list_review .show_hide_tab{
    gap: 16px;
    flex-direction:column;
    align-items:inherit;
    /*    width: 600px;
    justify-content: inherit;*/
    border-bottom: none;
  }
  .bizvn_26112024 .review_10102024{
  }
  .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105{
    margin: 24px 0px 0px 0px;
  }
  .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 textarea{
    padding: 11px 85px 20px 20px;
    font-size: 14px;
    height: 48px;
  }
  .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .search_nd_ft .click_search_dm{
    right: 16px;
    top: 10px;
  }
  .bizvn_26112024 .tp_10102024 .tg_wrap_search_3105 .bt_click_search_nd{
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin: 8px 0px 0px 0px;
    padding: 11px 36px;
    font-size: 16px;
    line-height: 24px;
  }
  .bizvn_26112024 .tp_10102024 .wrap_figure{
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    right: inherit;
    width: 100%;
  }
  .bizvn_26112024 .tp_10102024 .text_widget i{
    font-size: 16px;
    line-height: 24px;
  }
  .bizvn_26112024 .tp_10102024 .text_widget b{
  margin: 0px 0px 10px 0px;
  }
  .bizvn_26112024 .tp_10102024 .text_widget{
    width: 100%;
  }
  .bizvn_26112024 .tp_10102024 .tp_general{
    flex-direction: column;
    gap: 36px;
  }
  .bizvn_26112024 .tp_10102024 .text_widget h1 img{
    max-width: 240px;
    width: 100%;
  }
  .bizvn_26112024 .tp_10102024 .text_widget h1 span{
    width: 85px;
  }
  .bizvn_26112024 .tp_10102024 .text_widget h1{
    font-size: 19px;
    line-height: 28px;
    gap: 0px;
  }
  .bizvn_26112024 .tp_10102024{
    padding: 40px 0px 0px 0px;
  }
  .bizvn_26112024 .tp_10102024 .container{
  }
}