.section_1 {
  padding-bottom: 30px;
  background: #fae7e3;
}
.section_1 .col_left {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.section_1 .col_left .box_event {
  width: 100%;
}
.section_1 .col_left .box_event .box_head span {
  font-size: 1.5rem;
  font-weight: bold;
}
.section_1 .col_left .box_event .box_body {
  width: 100%;
  margin-top: 12px;
  background: white;
  border-radius: 10px;
  padding: 10px;
}
.section_1 .col_left .box_event .box_body a {
  display: flex;
  padding: 5px 0px;
}
.section_1 .col_left .box_event .box_body a .event_item_name {
  flex: 0 0 70%;
  width: 70%;
  display: inline-block;
}
.section_1 .col_left .box_event .box_body a .event_item_date {
  flex: 0 0 30%;
  width: 30%;
  display: inline-block;
  padding: 0.2rem 0.2rem;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.section_1 .col_left .box_event .box_body a .event_item_date::after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.section_1 .col_left .box_event .box_body .event_shopee {
  color: #ee4d2d;
}
.section_1 .col_left .box_event .box_body .event_shopee .event_item_date {
  background: #ee4d2d;
}
.section_1 .col_left .box_event .box_body .event_shopee .event_item_date::after {
  border-right: 10px solid #ee4d2d;
}
.section_1 .col_left .box_event .box_body .event_tiki {
  color: rgb(26, 148, 255);
}
.section_1 .col_left .box_event .box_body .event_tiki .event_item_date {
  background: rgb(26, 148, 255);
}
.section_1 .col_left .box_event .box_body .event_tiki .event_item_date::after {
  border-right: 10px solid rgb(26, 148, 255);
}
.section_1 .col_left .box_event .box_body .event_lazada {
  color: #0f146d;
}
.section_1 .col_left .box_event .box_body .event_lazada .event_item_date {
  background: #0f146d;
}
.section_1 .col_left .box_event .box_body .event_lazada .event_item_date::after {
  border-right: 10px solid #0f146d;
}
.section_1 .col_left .box_event .box_body .event_sendo {
  color: #ee2624;
}
.section_1 .col_left .box_event .box_body .event_sendo .event_item_date {
  background: #ee2624;
}
.section_1 .col_left .box_event .box_body .event_sendo .event_item_date::after {
  border-right: 10px solid #ee2624;
}
.section_1 .col_right .home_slide img {
  border-radius: 20px;
}

/* section-2 */
.mt_1 {
  margin-top: 1rem;
}

.center_vertical {
  display: flex;
  align-items: center;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.section-2 .container_fluid_2 {
  width: 100%;
  padding: 0 12px;
  margin: auto;
}
.section-2 .container_fluid_2 .row_2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.section-2 .container_fluid_2 .row_2 .column-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .column-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 {
  background-color: #e9f2ff;
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 {
    padding-left: 5%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 {
    padding-left: 5%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 {
    padding-left: 6%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .img_aff {
  display: block;
  margin: 1rem auto;
  max-width: 50%;
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 {
  width: 100%;
  margin: auto;
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .h1_sec2 {
  font-size: 2.2rem;
  color: #424242;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .h1_sec2 {
    text-align: center;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .h2_sec2 {
  color: #2359a3;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .h2_sec2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .p1_sec2 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .p1_sec2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1300px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .p1_sec2 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .wrap_block_text_sec2 .p1_sec2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .p2_sec2 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .p2_sec2 {
    font-size: 0.92rem;
  }
}
@media (min-width: 1400px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .p2_sec2 {
    font-size: 1.1rem;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .color_text1_sec2 {
  color: #2359a3;
  font-weight: bold;
  margin: 0rem auto;
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .text_center_sec2 {
    margin-top: 12px;
    text-align: center;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .text_center_sec2 .button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .text_center_sec2 .button_sec2 {
  color: #313131;
  background-color: transparent;
  background-image: none;
  border-color: #313131 !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-decoration: unset;
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .text_center_sec2 .ml_button_sec2 {
    margin-left: 35%;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .text_center_sec2 .ml_button_sec2:after {
  background: #313131;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .text_center_sec2 .ml_button_sec2:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .p3_sec2 {
  color: #535353;
  margin-top: 12px;
}
@media (min-width: 1400px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .p3_sec2 {
    margin: 1rem auto;
    max-width: 92%;
  }
}
@media (min-width: 1600px) {
  .section-2 .container_fluid_2 .row_2 .bg_color1_sec2 .wrap_left_sec2 .p3_sec2 {
    margin: 1rem auto;
    max-width: 90%;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 {
  background-color: #dbffed;
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 {
    padding-left: 5%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 {
    padding-left: 5%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 {
    padding-left: 6%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .img_aff {
  display: block;
  margin: 1rem auto;
  max-width: 50%;
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 {
  width: 100%;
  margin: auto;
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .h1_sec2 {
  font-size: 2.2rem;
  color: #424242;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .h1_sec2 {
    text-align: center;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .h2_sec2 {
  color: #2359a3;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .h2_sec2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .p1_sec2 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .p1_sec2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1300px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .p1_sec2 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .wrap_block_text_sec2 .p1_sec2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .p2_sec2 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .p2_sec2 {
    font-size: 0.92rem;
  }
}
@media (min-width: 1400px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .p2_sec2 {
    font-size: 1.1rem;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .color_text2_sec2 {
  color: #67c395;
  font-weight: bold;
  margin: 0rem auto;
}
@media (max-width: 991px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .text_center_sec2 {
    margin-top: 12px;
    text-align: center;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .text_center_sec2 .button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .text_center_sec2 .button_sec2 {
  color: #313131;
  background-color: transparent;
  background-image: none;
  border-color: #313131 !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-decoration: unset;
}
@media (min-width: 992px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .text_center_sec2 .ml_button_sec2 {
    margin-left: 35%;
  }
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .text_center_sec2 .ml_button_sec2:after {
  background: #313131;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .text_center_sec2 .ml_button_sec2:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .p3_sec2 {
  color: #535353;
  margin-top: 12px;
}
@media (min-width: 1400px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .p3_sec2 {
    margin: 1rem auto;
    max-width: 92%;
  }
}
@media (min-width: 1600px) {
  .section-2 .container_fluid_2 .row_2 .bg_color2_sec2 .wrap_right_sec2 .p3_sec2 {
    margin: 1rem auto;
    max-width: 90%;
  }
}

/* /.section-2 */
#qr_code .qr_code_left {
  padding: 15px;
  display: flex;
  height: 100%;
  align-items: center;
}
#qr_code .qr_code_right .qr_code_right_info {
  text-align: center;
}
#qr_code .qr_code_right .qr_code_right_info .qr_code_right_info_title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
}
@media (min-width: 1200px) {
  #qr_code .qr_code_right .qr_code_right_info .qr_code_right_info_title {
    margin: 50px 0 15px 0;
  }
}
@media (max-width: 1199.98px) {
  #qr_code .qr_code_right .qr_code_right_info .qr_code_right_info_title {
    margin: 15px 0;
  }
}
#qr_code .qr_code_right .qr_code_right_img {
  display: flex;
  height: 100%;
  padding: 15px 0;
}
#qr_code .qr_code_right .qr_code_right_img_androi {
  display: inline-block;
  flex: 0 0 50%;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}
#qr_code .qr_code_right .qr_code_right_img_ios {
  display: inline-block;
  flex: 0 0 50%;
  width: 50%;
  text-align: left;
  padding-left: 15px;
}

.section_3 .head {
  text-align: center;
  font-size: 1.2rem;
}
.section_3 .head .box_head {
  font-weight: bold;
  font-size: 1.1rem;
}
.section_3 .head .box_head .txt_1 {
  color: #ee4d2d;
}
.section_3 .head .head_txt {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: bold;
}
.section_3 .head .head_btn {
  display: inline-block;
  margin: 0px 12px;
  padding: 5px 10px;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: unset;
  color: white;
  background: #ee4d2d;
  position: relative;
  top: -2px;
}
.section_3 .body .box_body .ul_step {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.section_3 .body .box_body .ul_step li {
  padding: 5px 0px;
  border-top: 1px solid #ccc;
}
.section_3 .body .box_body .ul_step li a {
  display: flex;
  padding: 10px 0;
  color: #333;
  text-decoration: unset;
  border-radius: 5px;
}
.section_3 .body .box_body .ul_step li a .txt_1 {
  flex: 0 0 20%;
  width: 20%;
  padding-left: 12px;
  font-weight: bold;
}
.section_3 .body .box_body .ul_step li a .txt_2 {
  flex: 0 0 70%;
  width: 70%;
  padding-left: 12px;
}
.section_3 .body .box_body .ul_step li a .txt_3 {
  flex: 0 0 10%;
  width: 10%;
  padding-right: 12px;
  text-align: right;
}
.section_3 .body .box_body .ul_step li a:hover {
  color: white;
  background: #ee4d2d;
}
.section_3 .body .box_body .ul_step li .active {
  color: white;
  background: #ee4d2d;
}
.section_3 .body .box_body .ul_step li:last-child {
  border-bottom: 1px solid #ccc;
}
.section_3 .body .video_img .video_show {
  display: block;
  position: relative;
}
.section_3 .body .video_img .video_show .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section_3 .body .video_img .video_show .play i {
  color: black;
  font-size: 3rem;
  opacity: 0.8;
}

.section_4 {
  background: #fafafa;
}
.section_4 .box_left .head {
  font-weight: bold;
  font-size: 1.2rem;
}
.section_4 .box_left .head .txt_1 {
  color: #333;
}
.section_4 .box_left .head .txt_2 {
  color: #ee4d2d;
}
.section_4 .box_left .body .des_1 {
  display: block;
  max-width: 345px;
  color: #ff6b37;
  font-size: 1.6rem;
  padding-left: 0.5rem;
  border-left: 2px solid #ff6b37;
  margin: 1rem 0rem;
  font-weight: bold;
}
.section_4 .box_left .body .des_2 {
  display: block;
  max-width: 345px;
}
.section_4 .box_left .body .des_2 span {
  color: #ff6b37;
}
.section_4 .box_right .item {
  display: flex;
  height: 100%;
}
.section_4 .box_right .item .icon {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  font-size: 2rem;
  background-color: #fafafa;
  border: 10px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.section_4 .box_right .item .icon i {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.section_4 .box_right .item:hover .icon {
  background-color: rgb(238, 77, 45);
  border: 10px solid rgb(252, 238, 235);
}
.section_4 .box_right .item:hover .icon i {
  left: calc(50% - 20px);
  color: white;
}
.section_4 .box_right .item:hover .info .title {
  color: rgb(238, 77, 45);
}
.section_4 .box_right .item .info {
  flex: 0 0 calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 12px;
  transition: all 0.3s ease-in-out;
}
.section_4 .box_right .item .info .title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2;
}
.section_4 .box_right .item .info p span {
  color: #ff6b37;
}

.section_5 {
  background: white;
}
.section_5 .head {
  text-align: center;
}
.section_5 .head .txt_1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.section_5 .head .txt_2 span {
  color: #ff6b37;
}
.section_5 .body .item {
  width: 100%;
  height: 65px;
  border-radius: 5px;
  background: white;
}
.section_5 .body .item img {
  width: 100%;
  height: 65px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.section_6 {
  background: #f5f5f5;
}
.section_6 .head .title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 30px;
}
.section_6 .head .nav li button {
  color: white;
  padding: 0.2rem 0.5rem;
}
.section_6 .head .nav li .nav-link {
  color: #313131;
}
.section_6 .head .nav li .nav-link:focus {
  color: #313131;
}
.section_6 .head .nav li .nav-link:hover {
  color: #313131;
}
.section_6 .head .nav li .active {
  color: white;
  background: #313131;
}
.section_6 .head .nav li .active:focus {
  color: white;
}
.section_6 .head .nav li .active:hover {
  color: white;
}
.section_6 .head .view_more {
  color: #313131;
}
.section_6 .head .view_more:hover {
  color: #ee4d2d;
}
.section_6 .body .big a {
  text-decoration: unset;
  color: #333;
  display: inline-block;
  overflow: hidden;
}
.section_6 .body .big a img {
  transition: all 0.3s ease-in-out;
}
.section_6 .body .big a img:hover {
  transform: scale(1.05);
}
.section_6 .body .big a .info {
  background: #fafafa;
  padding: 12px;
}
.section_6 .body .big a .info .name {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
}
.section_6 .body .big a .info:hover .name {
  color: #ee4d2d;
}
.section_6 .body .big a .info:hover .author .name {
  color: #ccc;
  font-weight: normal;
}
.section_6 .body .big a .info .des {
  margin-top: 5px;
  margin-bottom: 0px;
}
.section_6 .body .big a .info .author {
  color: #ccc;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
.section_6 .body .big a .info .author .name {
  text-transform: unset;
  display: inline;
  font-size: unset;
  margin-top: unset;
  font-weight: normal;
}
.section_6 .body .small .item {
  background: #fafafa;
  margin-top: 24px;
}
.section_6 .body .small .item .img {
  display: inline-block;
  overflow: hidden;
}
.section_6 .body .small .item .img img {
  transition: all 0.3s ease-in-out;
}
.section_6 .body .small .item .img img:hover {
  transform: scale(1.05);
}
.section_6 .body .small .item:first-child {
  margin-top: 0;
}
.section_6 .body .small .item .info {
  padding: 12px;
}
.section_6 .body .small .item .info .name {
  text-decoration: unset;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section_6 .body .small .item .info .name:hover {
  color: #ee4d2d;
}
.section_6 .body .small .item .info .des {
  margin-top: 5px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section_6 .body .small .item .info .author {
  color: #ccc;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
.section_6 .body .small .item .info .author .name {
  display: inline;
  color: #ccc;
  text-transform: unset;
  font-size: unset;
  margin-top: unset;
  font-weight: normal;
}
.section_6 .body .small .item .info .author .name:hover {
  color: #ccc;
}
