@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
::-moz-selection {
  color: #FFFFFF;
  background: #000000;
}

::selection {
  color: #FFFFFF;
  background: #000000;
}

.bg_modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  display: none;
}

.whatsapp_fixed,
.whatsapp_fixed:hover,
.whatsapp_fixed:active {
  background-color: #009C42;
  border-radius: 100%;
  width: 63px;
  height: 63px;
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  position: fixed;
  z-index: 5;
  right: 11px;
  bottom: 80px;
}

.back_top,
.back_top:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  text-decoration: none;
  display: none;
  background-color: #800101;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
}

.ui-widget.ui-widget-content {
  max-height: 250px;
  box-shadow: 5px 5px 20px #777777 !important;
}

.ui-state-active {
  background-color: #800101 !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #FFFFFF !important;
}

.ui-menu-item {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #800101 !important;
}

body {
  background: #F2F2F2;
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
}

.container.relative {
  position: relative;
}

.container {
  max-width: 100%;
  width: 1310px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
input,
select,
button,
textarea,
button {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  resize: none;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.img_full {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.img_cover {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.img_cover_absolute {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.banner .box_mobile {
  display: none;
}

.banner .prev {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -150px;
  bottom: 0;
  right: auto;
  left: 20px;
  width: 55px;
  height: 80px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.banner .next {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -150px;
  bottom: 0;
  right: 20px;
  width: 55px;
  height: 80px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner .slick-dots {
  display: inline-block;
  max-width: 100%;
  width: 1310px;
  height: 1px;
  padding: 0;
  margin: auto;
  text-align: left;
  position: absolute;
  top: auto;
  bottom: 190px;
  left: 0;
  right: 0;
  z-index: 1;
}

.banner .slick-dots li {
  padding: 0 12px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}

.banner .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  background: #FFFFFF;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
  border-radius: 50%;
}

.banner .slick-dots li.slick-active button,
.banner .slick-dots li:hover button {
  background: #800101;
}

.banner .video {
  overflow: hidden;
  padding: 0;
}

.banner .video::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 37.5% 0;
  position: relative;
  z-index: 0;
}

.banner .video .cover {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.banner .video .cover.active {
  opacity: 0.7;
}

.banner .video .screen {
  position: absolute;
  z-index: 0;
}

.banner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner .banner_home {
  padding: 220px 50px 180px 50px;
  margin: 0;
  min-height: 100vh;
  align-items: center;
}

.banner .banner_home a {
  display: inline-block;
  width: 100%;
}

.banner .banner_home .img_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner_home .box_text {
  padding: 0 0 150px 0;
  z-index: 2;
  text-align: center;
}

.banner .banner_home .box_text::before {
  content: "";
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4px;
  height: 65px;
  background: #AA0101;
}

.banner .banner_home .text1 {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  line-height: 22px;
  letter-spacing: 10px;
}

.banner .banner_home .text1 strong {
  color: #FFFFFF;
}

.banner .banner_home .text2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 900;
  font-size: 87px;
  color: #FFFFFF;
  line-height: 87px;
}

.banner .banner_home .text3 {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
}

.banner .banner_home .more {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 35px;
  padding: 6px 65px 4px 20px;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-transform: uppercase;
}

.banner .banner_home .more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 35px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 10px -309px;
}

.banner .banner_home .more:hover {
  background: #000000 !important;
  border-color: #000000 !important;
}

.banner .img_banner_mobile {
  display: none !important;
}

.banner.fixed {
  overflow: hidden;
  z-index: 0;
}

.banner.fixed::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 37.5% 0;
  position: relative;
  z-index: 0;
}

.banner.fixed .box_desktop {
  position: fixed;
  top: 0;
  left: 0;
}

.header_page {
  padding: 120px 0;
  margin: 0;
}

.header_page .img_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.header_page .img_item.mobile {
  display: none;
}

.header_page .box_img_banner {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #0F1830;
}

.header_page .box_text {
  z-index: 1;
}

.header_page .text1 {
  padding: 0;
  margin: 0;
  font-weight: 800;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
}

.header_page .text1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 40px;
  height: 2px;
  background-image: linear-gradient(to right, #B61631, #5A1421);
}

.btn_more {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 15px;
  padding: 12px 15px 10px 40px;
  background: transparent;
  border-top: 1px solid #AA0101;
  border-bottom: 1px solid #AA0101;
  border-right: 1px solid #AA0101;
  border-left: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
}

.btn_more::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 45px;
  height: 15px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -249px;
  -moz-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.btn_more:hover {
  background: #AA0101 !important;
  color: #FFFFFF;
  padding-left: 65px;
  margin-left: 0;
}

.btn_more:hover::before {
  left: 15px;
}

.btn_more.bg_white {
  background: #ffffff;
}

.btn_more.btn_gray {
  color: #6F6F6F;
}

.btn_more.btn_gray::before {
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -289px;
}

.btn_more.btn_gray:hover {
  color: #FFFFFF;
}

.btn_more.btn_gray:hover::before {
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -249px;
}

.btn_more.btn_black {
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.btn_more.btn_black:hover {
  background: #000000;
  border-color: #000000;
}

@media (max-width: 1100px) {
  .banner .banner_home {
    padding-left: 35px;
    padding-right: 35px;
  }
  .banner .banner_home .text2 {
    font-size: 55px;
    line-height: 55px;
  }
  .banner .prev {
    left: 5px;
  }
  .banner .next {
    right: 5px;
  }
}

@media (max-width: 768px) {
  .banner .banner_home .text2 {
    font-size: 42px;
    line-height: 45px;
  }
  .banner .banner_home .text3 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 600px) {
  .banner .banner_home .img_banner_desktop {
    display: none !important;
  }
  .banner .banner_home .img_banner_mobile {
    display: inline-block !important;
  }
}

.main_error {
  background: #1E1E1E;
  padding: 200px 0 100px 0;
}

.main_error .error_404 .text1 {
  font-weight: 700;
  font-size: 62px;
  color: #FFFFFF;
  line-height: 70px;
  text-align: center;
}

.main_error .error_404 .text2 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}

.menu_account {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 960px;
  height: 100%;
  padding: 170px 60px 60px 60px;
  display: none;
}

.menu_account::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(blue, #AA0101);
  opacity: 0.96;
}

.menu_account .perfect_scrollbar {
  overflow: hidden;
  max-height: 100%;
  padding: 0;
}

.menu_account .perfect_scrollbar .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #CACACA;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 13px;
}

.menu_account .perfect_scrollbar .ps__scrollbar-y {
  width: 2px;
  background-color: blue;
  position: absolute;
  top: 0;
  right: 0;
}

.menu_account .btn_close {
  position: absolute;
  top: 65px;
  left: 55px;
  width: 55px;
  height: 55px;
  border: none;
  background-color: transparent;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -57px -456px;
}

.menu_account .box_form {
  background: #ffffff;
  padding: 90px 80px;
}

.menu_account .box_form .text {
  padding: 0 0 0 65px;
  min-height: 54px;
  margin-bottom: 75px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-size: 55px;
  color: #AA0101;
  line-height: 60px;
}

.menu_account .box_form .text::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 2px;
  left: 0;
  width: 53px;
  height: 53px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -75px;
}

.menu_account .box_form .text2 {
  padding: 0;
  margin-top: 35px;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  color: #000000;
  line-height: 23px;
}

.menu_account .box_form .text2 a {
  font-weight: 700;
  color: #AA0101;
}

.menu_account .box_form .text2 a:hover {
  color: blue;
}

.menu_account .box_form .item {
  padding: 0;
  margin-bottom: 15px;
}

.menu_account .box_form .field {
  margin: 0;
  padding: 0 25px;
  display: inline-block;
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  color: blue;
  line-height: 24px;
}

.menu_account .box_form ::-webkit-input-placeholder {
  color: blue;
  opacity: 10;
}

.menu_account .box_form :-moz-placeholder {
  color: blue;
  opacity: 10;
}

.menu_account .box_form ::-moz-placeholder {
  color: blue;
  opacity: 10;
}

.menu_account .box_form :-ms-input-placeholder {
  color: blue;
  opacity: 10;
}

.menu_mobile {
  display: none;
  max-width: 100%;
  width: 380px;
  height: 100%;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 0;
  background: #1E1E1E;
  padding: 80px 0 30px 0;
}

.menu_mobile .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 13px;
}

.menu_mobile .ps__scrollbar-y {
  width: 2px;
  background-color: #800101;
  position: absolute;
  top: 0;
  right: 0;
}

.menu_mobile .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
}

.menu_mobile .btn_close {
  border: 1px solid #AA0101;
  background: transparent;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0 13px;
  position: absolute;
  top: 14px;
  right: 15px;
  border-radius: 50%;
}

.menu_mobile .btn_close .line {
  margin: 6px 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 1px;
}

.menu_mobile .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: auto;
  height: auto;
}

.menu_mobile .box_content {
  padding: 0 25px 0 30px;
  overflow: hidden;
  max-height: 100%;
}

.menu_mobile .box_content .column {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #800101;
}

.menu_mobile .box_content li {
  list-style: none;
}

.menu_mobile .box_content .mother {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-transform: uppercase;
}

.menu_mobile .box_content .mother:hover {
  background: #AA0101;
}

.header_type_1 {
  background: #1E1E1E;
  padding: 280px 0;
}

.header_type_1 .container {
  width: 1670px;
}

.header_type_1 .box_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.header_type_1 .box_img .mobile {
  display: none !important;
}

.header_type_1 .text1 {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  line-height: 22px;
  letter-spacing: 10px;
}

.header_type_1 .text1 strong {
  color: #FFFFFF;
}

.header_type_1 .text2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 900;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
}

.header_type_1 .text3 {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}

.header_main.header_blog {
  background: #1E1E1E;
}

.header_main.active {
  background-color: #232323;
  padding-top: 10px;
  height: 75px;
}

.header_main.active .logo {
  width: 110px;
  margin-top: 10px;
}

.header_main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 150px;
  background-color: transparent;
  padding: 45px 0 0 0;
}

.header_main .container {
  width: 100%;
  padding: 0 25px;
}

.header_main .btn_menu {
  border: 1px solid #AA0101;
  background: transparent;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 5px 0 0 30px;
  padding: 0 13px;
  position: relative;
  border-radius: 50%;
}

.header_main .btn_menu .line {
  margin: 6px 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 1px;
}

.header_main .home {
  display: inline-block;
  max-width: 100%;
  margin: 0;
}

.header_main .logo {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0;
}

.header_main .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header_main .menu li {
  padding: 0;
  margin: 0;
}

.header_main .menu .mother {
  display: inline-block;
  width: auto;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

.header_main .menu .mother:hover {
  color: #FFFFFF;
  background: #AA0101;
}

.footer_main {
  padding: 0;
  background-color: #1E1E1E;
  overflow: hidden;
}

.footer_main .box_newsletter .text1 {
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
}

.footer_main .box_newsletter .text2 {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}

.footer_main .box_newsletter .field {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 4px;
  background-color: #404040;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.footer_main .box_newsletter .btn_send {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 4px;
  background-color: #AA0101;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}

.footer_main .box_newsletter .btn_send:hover {
  background-color: #800101;
}

.footer_main .box_newsletter ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 10;
}

.footer_main .box_newsletter :-moz-placeholder {
  color: #FFFFFF;
  opacity: 10;
}

.footer_main .box_newsletter ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 10;
}

.footer_main .box_newsletter :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 10;
}

.footer_main .box_contact {
  background-color: #232323;
}

.footer_main .box_contact ul {
  list-style: none;
}

.footer_main .box_contact .title {
  font-weight: 900;
  font-size: 47px;
  color: #FFFFFF;
}

.footer_main .box_contact .box_main .text1 {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.footer_main .box_contact .box_main .text2 {
  font-size: 15px;
  color: #FFFFFF;
}

.footer_main .box_contact .box_call_center ul {
  margin: 0 -40px 0 -55px;
  overflow: hidden;
}

.footer_main .box_contact .box_call_center ul::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #232323;
}

.footer_main .box_contact .box_call_center li::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -16px;
  width: calc(100% - 50px);
  height: 1px;
  background: #AA0101;
}

.footer_main .box_contact .box_call_center .text_call_center {
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  letter-spacing: 2px;
}

.footer_main .box_contact .box_call_center .text1 {
  margin-top: -2px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
}

.footer_main .box_contact .box_call_center .text2 {
  font-size: 13px;
  color: #FFFFFF;
}

.footer_main .box_footer {
  background-color: #000000;
}

.footer_main .box_footer .container {
  width: 800px;
}

.footer_main .box_footer ul {
  list-style: none;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

.footer_main .box_footer ul a {
  color: #FFFFFF;
}

.footer_main .box_footer ul a:hover {
  color: #AA0101;
}

.footer_main .box_footer .media a {
  display: inline-block;
  width: auto;
  margin: 0 20px 0 0;
  font-size: 26px;
  color: #FFFFFF;
}

.footer_main .box_footer .media a:hover {
  color: #AA0101;
}

.footer_main .box_footer .email {
  font-size: 15px;
  color: #AA0101;
}

.footer_main .box_footer .address {
  font-size: 15px;
  color: #FFFFFF;
}

.footer_main .copyright {
  padding: 20px 0;
  font-size: 12px;
  color: #787878;
  line-height: 18px;
  text-align: center;
}

.footer_main .copyright img {
  margin: 0 15px 0 0;
}

.footer_main .copyright a {
  display: inline-block;
  width: auto;
  color: #787878;
  margin: 0;
}

.footer_main .copyright a:hover {
  color: #AA0101;
}

.footer_main .copyright .logo {
  float: left;
}

main__ {
  min-height: 800px;
}

.box_pagination li {
  padding: 5px;
  margin: 0;
  list-style: none;
}

.box_pagination a {
  padding: 2px 9px 1px 9px;
  display: inline-block;
  width: auto;
  border: 1px solid #B3B3B3;
  font-weight: 400;
  font-size: 15px;
  color: #858585;
}

.box_pagination a:hover,
.box_pagination a.active {
  border-color: #AA0101;
  background-color: #AA0101;
  color: #FFFFFF;
}

.box_pagination .prev,
.box_pagination .next {
  border-color: transparent;
}

.banner_page {
  min-height: 100vh;
  padding: 200px 0 400px 0;
  background: #000;
}

.banner_page::before {
  content: "";
  margin: auto;
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 280px;
  left: 0;
  right: 0;
  width: 4px;
  height: 65px;
  background: #AA0101;
}

.banner_page .box_img_banner {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_page .img_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_page .img_item.mobile {
  display: none;
}

.banner_page .text3 {
  font-weight: 500;
  font-size: 20px;
  color: #800101;
  line-height: 22px;
  letter-spacing: 10px;
}

.banner_page .text3 span,
.banner_page .text3 strong {
  color: #FFFFFF;
}

.banner_page .text1 {
  font-weight: 900;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
}

.banner_page .text1 span,
.banner_page .text1 strong {
  color: #AA0101;
}

.banner_page .text2 {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
}

.banner_product {
  min-height: 100vh;
  padding: 300px 0 500px 0;
  background: #000;
}

.banner_product::before {
  content: "";
  margin: auto;
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 300px;
  background: #AA0101;
}

.banner_product::after {
  content: "";
  margin: auto;
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 390px;
  left: 0;
  right: 0;
  width: 14px;
  height: 31px;
  border-radius: 10px 10px 0 0;
  background: #FFFFFF;
  border: 6px solid #AA0101;
  border-top: 9px solid #AA0101;
  border-bottom: 13px solid #AA0101;
}

.banner_product .box_img_banner {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_product .img_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_product .img_item.mobile {
  display: none;
}

.banner_product .text3 {
  font-weight: 500;
  font-size: 20px;
  color: #800101;
  line-height: 22px;
  letter-spacing: 10px;
}

.banner_product .text3 span,
.banner_product .text3 strong {
  color: #FFFFFF;
}

.banner_product .text1 {
  font-weight: 900;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
}

.banner_product .text1 span {
  color: #AA0101;
}

.banner_product .text2 {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
}

.breadcrumb {
  background: #ffffff;
}

.breadcrumb ul {
  list-style: none;
}

.breadcrumb li {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.breadcrumb li::after {
  content: "";
  background: #666666;
  display: inline-block;
  width: 6px;
  height: 3px;
  margin: 0 15px 0 12px;
}

.breadcrumb li:nth-last-child(1)::after {
  display: none;
}

.breadcrumb a {
  display: inline-block;
  width: auto;
  margin: 0;
  color: #6F6F6F;
}

.breadcrumb a:hover,
.breadcrumb a.active {
  color: #AA0101;
}

.section_success {
  background-image: linear-gradient(-145deg, #2F0000 5%, #AA0101 40%);
}

.section_success .text {
  font-size: 26px;
  color: #FFFFFF;
}

.section_success .box_img {
  text-align: right;
}

.section_success .img_item {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
}

.main_home {
  background: #1E1E1E;
}

.section_service {
  z-index: 2;
}

.section_service .box_1 {
  margin-top: -40px;
}

.section_service .box_1 .item a:hover .box {
  background: #AA0101;
}

.section_service .box_1 .item a:hover .text1::before {
  background: #FFFFFF;
}

.section_service .box_1 .item .box {
  background: #333333;
}

.section_service .box_1 .item .box_img {
  width: 70px;
  min-height: 65px;
}

.section_service .box_1 .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  max-width: 90%;
  max-height: 90%;
}

.section_service .box_1 .item .text1 {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
}

.section_service .box_1 .item .text1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #AA0101;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section_service .box_1 .item .text2 {
  font-size: 18px;
  color: #FFFFFF;
}

.section_service .box_2 {
  background-image: url("../images/bg_service.png");
  background-repeat: no-repeat;
  background-position: 125px 45px;
}

.section_service .box_2 .column_1 .text1 {
  font-weight: 900;
  font-size: 51px;
  color: #FFFFFF;
}

.section_service .box_2 .column_1 .text1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #AA0101;
}

.section_service .box_2 .column_1 .text2 {
  font-size: 18px;
  color: #FFFFFF;
}

.section_service .box_2 .column_2 .item .box {
  border: 1px solid #2D2D2D;
  box-shadow: 0 5px 25px 1px rgba(0, 0, 0, 0.5);
}

.section_service .box_2 .column_2 .item .box_img {
  height: 186px;
}

.section_service .box_2 .column_2 .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 60%;
  max-height: 60%;
}

.section_service .box_2 .column_2 .item .text_item {
  border-top: 1px solid #2D2D2D;
  background-color: #262626;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
}

.section_service .box_2 .mobile {
  display: none;
}

.numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #AA0101;
}

.numbers::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #800101;
}

.numbers p {
  margin: 0;
}

.numbers .container {
  width: 1960px;
}

.numbers .column_1 {
  background: #AA0101;
  padding: 80px 100px 80px 0;
}

.numbers .column_1 .item .box_img {
  padding: 0 0 100% 0;
}

.numbers .column_1 .item .img_logo {
  max-width: 140px;
  max-height: 140px;
}

.numbers .column_1 .item .text1 {
  font-weight: 300;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 39px;
}

.numbers .column_1 .item .text1 strong {
  font-weight: 900;
}

.numbers .column_1 .item .text2 {
  font-weight: 900;
  font-size: 49px;
  color: #FFFFFF;
  line-height: 52px;
}

.numbers .column_2 {
  background: #800101;
  padding: 80px 0 80px 100px;
}

.numbers .column_2::before {
  content: "";
  background-image: url("../images/shadow_numbers.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
}

.numbers .column_2 .title {
  font-weight: 300;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 50px;
}

.numbers .column_2 .title::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  width: 1px;
  height: 90%;
  background: #FFFFFF;
}

.numbers .column_2 .title strong {
  font-weight: 900;
}

.numbers .column_2 .item .item_text1 {
  font-weight: 700;
  font-size: 66px;
  color: #FFFFFF;
  line-height: 66px;
}

.numbers .column_2 .item .item_text2 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}

.numbers .column_2 .text {
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
}

.numbers .column_2 ul {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  list-style-position: inside;
}

.numbers .column_2 ul li {
  padding: 0 0 0 25px;
  margin: 10px 0;
  list-style: none;
}

.numbers .column_2 ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.talent {
  background-color: #EFEFEF;
  background-image: url("../images/bg_talent.png");
  background-repeat: repeat;
}

.talent p {
  margin: 0;
}

.talent .container {
  width: 890px;
}

.talent .text1 {
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  letter-spacing: 4px;
}

.talent .text2 {
  font-weight: 900;
  font-size: 47px;
  color: #000000;
  line-height: 50px;
}

.talent .text3 {
  font-weight: 500;
  font-size: 24px;
  color: #6F6F6F;
}

.talent .accordion-item.active {
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}

.talent .accordion-item {
  border: none;
  border-radius: 0;
  margin: 10px 0 0 0;
}

.talent .accordion-item .accordion-button {
  box-shadow: none;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  color: #AA0101;
}

.talent .accordion-item .accordion-button::after {
  display: none;
}

.talent .accordion-item .accordion-button .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 25px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.talent .accordion-item .accordion-button .icon::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 4px;
  border-radius: 1px;
  background-color: #AA0101;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.talent .accordion-item .accordion-button .icon::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 4px;
  border-radius: 1px;
  background-color: #AA0101;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.talent .accordion-item .accordion-button.collapsed {
  color: #6F6F6F;
  box-shadow: none;
}

.talent .accordion-item .accordion-button.collapsed .icon {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.talent .accordion-item .accordion-button.collapsed .icon::before {
  content: "";
  background-color: #6F6F6F;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.talent .accordion-item .accordion-button.collapsed .icon::after {
  content: "";
  background-color: #6F6F6F;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.talent .accordion-item .item_box {
  border: 1px solid #EFEFEF;
  font-size: 16px;
  color: #6F6F6F;
}

.banner_footer p {
  margin: 0;
}

.banner_footer .slick-dots {
  display: inline-block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
}

.banner_footer .slick-dots li {
  padding: 0 8px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}

.banner_footer .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: 1px solid #FFFFFF;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
  border-radius: 50%;
}

.banner_footer .slick-dots li.slick-active button,
.banner_footer .slick-dots li:hover button {
  background: #AA0101;
  border-color: #AA0101;
}

.banner_footer .item {
  padding: 100px 0 150px 0;
  min-height: 340px;
}

.banner_footer .item .img_banner_mobile {
  display: none;
}

.banner_footer .item .text {
  font-weight: 900;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 50px;
}

.banner_footer .item .text span {
  color: #AA0101;
}

/*agency*/
.main_agency .container {
  width: 1600px;
}

.main_agency .about {
  background-color: #1E1E1E;
}

.main_agency .about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(-145deg, #2F0000 5%, #AA0101 40%);
}

.main_agency .about .box_img .img_item {
  max-width: 90%;
}

.main_agency .about .box_text {
  padding: 130px 0 130px 130px;
}

.main_agency .about .text {
  font-size: 26px;
  color: #FFFFFF;
}

.main_agency .about_items {
  background-color: #EFEFEF;
  background-image: url("../images/bg_talent.png");
  background-repeat: repeat;
  padding: 140px 0;
}

.main_agency .about_items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 50%;
  height: auto;
  padding: 0 0 50% 0;
  border: 1px dashed #AA0101;
  opacity: 0.6;
}

.main_agency .about_items .item .text1 {
  font-weight: 700;
  font-size: 26px;
  color: #000000;
}

.main_agency .about_items .item .text2 {
  background: #ffffff;
  font-size: 18px;
  color: #6F6F6F;
}

.main_agency .box_culture {
  background-color: #232323;
  padding: 20px 0 260px 0;
}

.main_agency .box_culture::before {
  content: "";
  background-color: #EFEFEF;
  background-image: url("../images/bg_talent.png");
  background-repeat: repeat;
  width: 100%;
  height: 580px;
  position: absolute;
  top: 0;
  left: 0;
}

.main_agency .box_culture .text1 {
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  letter-spacing: 4px;
}

.main_agency .box_culture .text2 {
  font-weight: 900;
  font-size: 55px;
  color: #000000;
  line-height: 55px;
}

.main_agency .box_culture .text3 {
  font-weight: 400;
  font-size: 20px;
  color: #404040;
}

.main_agency .box_culture .box_white {
  background: #ffffff;
  margin-top: 130px;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}

.main_agency .box_culture .box_white .item .item_text1 {
  font-weight: 900;
  font-size: 35px;
  color: #AA0101;
  letter-spacing: 4px;
}

.main_agency .box_culture .box_white .item .item_text2 {
  font-size: 18px;
  color: #404040;
}

.main_agency .box_culture .box_white .item .item_text2 strong {
  font-weight: 900;
  font-size: 35px;
  color: #AA0101;
}

.main_agency .section_i9 {
  background-color: #232323;
}

.main_agency .section_i9 .img_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.main_agency .section_i9 .img_mobile {
  display: none;
}

.main_agency .section_i9 .text1 {
  font-weight: 900;
  font-size: 51px;
  color: #FFFFFF;
  line-height: 55px;
}

.main_agency .section_i9 .text2 {
  font-size: 19px;
  color: #FFFFFF;
  column-count: 2;
  column-gap: 30px;
}

/*agency*/
/*contact*/
.main_contact .map iframe {
  display: inline-block;
  width: 100%;
  height: 405px;
  border: none;
}

.main_contact .box_form {
  background-color: #EFEFEF;
  background-image: url("../images/bg_talent.png");
  background-repeat: repeat;
}

.main_contact .box_form .container.container_contact {
  width: 890px;
}

.main_contact .box_form .text1 {
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  letter-spacing: 4px;
}

.main_contact .box_form .text1 span {
  color: #000000;
}

.main_contact .box_form .text2 {
  font-weight: 900;
  font-size: 45px;
  color: #1E1E1E;
  line-height: 50px;
}

.main_contact .box_form .text3 {
  padding: 0 0 25px 0;
  font-weight: 900;
  font-size: 51px;
  color: #1E1E1E;
  line-height: 55px;
}

.main_contact .box_form .text3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #AA0101;
}

.main_contact .box_form .text4 {
  font-weight: 400;
  font-size: 22px;
  color: #1E1E1E;
}

.main_contact .box_form .item {
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
}

.main_contact .box_form .box_upload {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  min-height: 58px;
  border: none;
  border-bottom: 1px solid #800101;
  margin: 5px 0 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  color: #BFBFBF;
}

.main_contact .box_form .box_upload .input_file {
  display: none;
}

.main_contact .box_form .box_upload .label_file {
  cursor: pointer;
}

.main_contact .box_form .box_upload .btn_file {
  display: inline-block;
  width: 162px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #AA0101;
  margin: 13px 0 0 0;
  padding: 0 20px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  text-align: center;
}

.main_contact .box_form .box_upload .text_file,
.main_contact .box_form .box_upload .file_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
}

.main_contact .box_form .box_upload .box_1,
.main_contact .box_form .box_upload .box_2 {
  display: none;
}

.main_contact .box_form .box_upload .box_1.active,
.main_contact .box_form .box_upload .box_2.active {
  display: flex;
}

.main_contact .box_form .box_upload .btn_remove_file {
  position: absolute;
  top: 7px;
  right: 0;
  border: none;
  background: transparent;
  width: 35px;
  height: 45px;
}

.main_contact .box_form .box_upload .btn_remove_file::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 22px;
  height: 4px;
  border-radius: 1px;
  background-color: #AA0101;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_contact .box_form .box_upload .btn_remove_file::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 22px;
  height: 4px;
  border-radius: 1px;
  background-color: #AA0101;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_contact .box_form .field {
  display: inline-block;
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 1px solid #800101;
  margin: 5px 0 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  color: #BFBFBF;
}

.main_contact .box_form .box_select {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 1px solid #800101;
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  color: #BFBFBF;
  outline: none;
}

.main_contact .box_form .box_select .option {
  margin-top: 17px;
}

.main_contact .box_form .box_select .arrow_select {
  width: 50px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -335px;
}

.main_contact .box_form .textarea {
  display: inline-block;
  width: 100%;
  height: 170px;
  border: none;
  border-bottom: 1px solid #800101;
  margin: 5px 0 0 0;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #BFBFBF;
}

.main_contact .box_form .btn_send {
  background-color: #AA0101;
  display: inline-block;
  max-width: 100%;
  width: 163px;
  height: 42px;
  border: none;
  border-radius: 4px;
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 42px;
}

.main_contact .box_form .btn_send:hover {
  background-color: #800101;
}

.main_contact .box_form .box_checkbox {
  font-size: 13px;
  color: #606060;
}

.main_contact .box_form .box_checkbox label {
  padding: 0 0 0 30px;
  cursor: pointer;
}

.main_contact .box_form .box_checkbox .checkbox_fake {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  font-size: 9px;
  color: #AA0101;
  line-height: 18px;
  text-align: center;
}

.main_contact .box_form .box_checkbox .checkbox_fake .fa {
  opacity: 0;
}

.main_contact .box_form .box_checkbox input[type="checkbox"] {
  display: none;
}

.main_contact .box_form .box_checkbox input[type="checkbox"]:checked + .checkbox_fake .fa {
  opacity: 1;
}

.main_contact .box_form ::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 10;
}

.main_contact .box_form :-moz-placeholder {
  color: #BFBFBF;
  opacity: 10;
}

.main_contact .box_form ::-moz-placeholder {
  color: #BFBFBF;
  opacity: 10;
}

.main_contact .box_form :-ms-input-placeholder {
  color: #BFBFBF;
  opacity: 10;
}

/*contact*/
/*cases*/
.main_cases {
  background: #EFEFEF;
}

.main_cases .container {
  width: 1130px;
}

.main_cases .box_items {
  margin-top: -130px;
}

.main_cases .item .box_infos {
  background: #ffffff;
  min-height: 345px;
}

.main_cases .item .box_infos.one {
  background: #ffffff;
}

.main_cases .item .box_infos.two {
  background: #AA0101;
}

.main_cases .item .box_infos.two .text1,
.main_cases .item .box_infos.two .text2 {
  color: #FFFFFF;
}

.main_cases .item .box_infos.three {
  background: #ffffff;
}

.main_cases .item .box_infos.three .text2 {
  color: #666666;
}

.main_cases .item .box_infos.four {
  background: #1E1E1E;
}

.main_cases .item .box_infos.four .text1,
.main_cases .item .box_infos.four .text2 {
  color: #FFFFFF;
}

.main_cases .item .brand {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  background: #AA0101;
  font-size: 13px;
  color: #FFFFFF;
}

.main_cases .item .text1 {
  font-weight: 800;
  font-size: 28px;
  color: #000000;
  line-height: 34px;
}

.main_cases .item .text2 {
  font-size: 17px;
  color: #000000;
}

.main_cases .item.right .box_infos {
  -ms-flex-order: 0;
  order: 0;
}

.main_cases .item.right .box_img {
  -ms-flex-order: 1;
  order: 1;
}

.main_cases .item.right .box_img .brand {
  right: auto;
  left: 30px;
}

/*cases*/
/*services*/
.main_services .section_design {
  background: #EFEFEF;
  padding-bottom: 130px;
}

.main_services .section_design .container {
  width: 920px;
}

.main_services .section_design .box_text {
  background: #333333;
  margin-top: -160px;
}

.main_services .section_design .box_text .text1 {
  font-weight: 900;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 50px;
}

.main_services .section_design .box_text .text2 {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.main_services .section_design .column .title {
  font-weight: 300;
  font-size: 37px;
  color: #333333;
  line-height: 40px;
}

.main_services .section_design .column .title strong {
  font-weight: 900;
  font-size: 47px;
  color: #AA0101;
  line-height: 50px;
}

.main_services .section_design .column ul {
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
}

.main_services .section_design .column ul li {
  min-height: 45px;
}

.main_services .section_design .column ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 45px;
  height: 45px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -430px;
}

.main_services .section_view_service {
  background: #EFEFEF;
  padding-bottom: 130px;
}

.main_services .section_view_service .container {
  width: 920px;
}

.main_services .section_view_service .box_text {
  background: #AA0101;
  margin-top: -160px;
}

.main_services .section_view_service .box_text .text1 {
  font-weight: 900;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 50px;
}

.main_services .section_view_service .box_text .text2 {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.main_services .section_view_service .list .text1 {
  font-weight: 700;
  font-size: 22px;
  color: #1E1E1E;
  text-transform: uppercase;
}

.main_services .section_view_service .list .text1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -430px;
}

.main_services .section_view_service .list .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.main_services .section_view_service .list ul {
  list-style: none;
}

.main_services .section_view_service .list ul li {
  min-height: 45px;
}

.main_services .what_we_do {
  background: #1E1E1E;
}

.main_services .what_we_do .container {
  width: 950px;
}

.main_services .what_we_do .title {
  font-weight: 900;
  font-size: 51px;
  color: #FFFFFF;
  line-height: 55px;
}

.main_services .what_we_do .title::before {
  content: "";
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 1px;
  background: #AA0101;
}

.main_services .what_we_do .item .box {
  border: 1px solid #2D2D2D;
  box-shadow: 0 5px 25px 1px rgba(0, 0, 0, 0.5);
}

.main_services .what_we_do .item .box_img {
  height: 186px;
}

.main_services .what_we_do .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 60%;
  max-height: 60%;
}

.main_services .what_we_do .item .text_item {
  border-top: 1px solid #2D2D2D;
  background-color: #262626;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
}

.main_services .how_we_do {
  background-color: #D8D8D8;
  background-image: url("../images/bg_talent.png");
  background-repeat: repeat;
}

.main_services .how_we_do .container {
  width: 890px;
}

.main_services .how_we_do .text1 {
  font-weight: 500;
  font-size: 20px;
  color: #AA0101;
  letter-spacing: 4px;
}

.main_services .how_we_do .text2 {
  font-weight: 900;
  font-size: 47px;
  color: #333333;
  line-height: 50px;
}

.main_services .how_we_do .text3 {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}

.main_services .how_we_do .item_text1 {
  font-weight: 800;
  font-size: 38px;
  color: #333333;
  line-height: 42px;
}

.main_services .how_we_do .item_text2 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.main_services .how_we_do .accordion-item.active {
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}

.main_services .how_we_do .accordion-item {
  border: none;
  border-radius: 0;
  margin: 10px 0 0 0;
}

.main_services .how_we_do .accordion-item .accordion-button {
  box-shadow: none;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  color: #AA0101;
}

.main_services .how_we_do .accordion-item .accordion-button::after {
  display: none;
}

.main_services .how_we_do .accordion-item .accordion-button .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 25px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_services .how_we_do .accordion-item .accordion-button .icon::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 4px;
  border-radius: 1px;
  background-color: #AA0101;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_services .how_we_do .accordion-item .accordion-button .icon::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 4px;
  border-radius: 1px;
  background-color: #AA0101;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_services .how_we_do .accordion-item .accordion-button.collapsed {
  color: #6F6F6F;
  box-shadow: none;
}

.main_services .how_we_do .accordion-item .accordion-button.collapsed .icon {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.main_services .how_we_do .accordion-item .accordion-button.collapsed .icon::before {
  content: "";
  background-color: #6F6F6F;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.main_services .how_we_do .accordion-item .accordion-button.collapsed .icon::after {
  content: "";
  background-color: #6F6F6F;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main_services .how_we_do .accordion-item .item_box {
  border: 1px solid #EFEFEF;
  font-size: 16px;
  color: #6F6F6F;
}

/*services*/
/*blog*/
.main_blog {
  background: #EFEFEF;
  margin-top: 150px;
}

.main_blog .container {
  width: 1590px;
}

.main_blog .slide_blog_highlight .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 26px;
  height: 40px;
  background-color: #AA0101;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 6px -535px;
}

.main_blog .slide_blog_highlight .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 26px;
  height: 40px;
  background-color: #AA0101;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 6px -535px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_blog .item_slide:hover .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.main_blog .item_slide:hover .more {
  background: #AA0101;
}

.main_blog .item_slide {
  min-height: 960px;
  background: #000000;
  overflow: hidden;
}

.main_blog .item_slide .box_img_banner {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_blog .item_slide .img_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.main_blog .item_slide .category {
  background: #AA0101;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 16px;
}

.main_blog .item_slide .text3 {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}

.main_blog .item_slide .text3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #AA0101;
}

.main_blog .item_slide .text1 {
  font-weight: 900;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
}

.main_blog .item_slide .text2 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
}

.main_blog .item_slide .more {
  display: inline-block;
  width: auto;
  padding: 7px 15px;
  border: 1px solid #AA0101;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}

.main_blog .item_slide .more::before {
  content: "";
  float: right;
  margin: 5px 0 0 50px;
  width: 45px;
  height: 20px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -248px;
}

.main_blog .row_main {
  margin: 0 -25px;
}

.main_blog .box_mobile {
  display: none !important;
}

.main_blog .item_blog a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.main_blog .item_blog .box_img {
  padding: 0 0 60% 0;
  overflow: hidden;
}

.main_blog .item_blog .box_img .category {
  background: #AA0101;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}

.main_blog .item_blog .text1 {
  font-weight: 500;
  font-size: 23px;
  color: #000000;
  line-height: 28px;
}

.main_blog .item_blog .text2 {
  font-weight: 400;
  font-size: 17px;
  color: #666666;
}

.main_blog .item_blog .text3 {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}

.main_blog .item_blog .text3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #AA0101;
}

.main_blog .column_2 .text {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.main_blog .box_select {
  background: #ffffff !important;
  display: inline-block;
  width: 100% !important;
  height: 58px !important;
  border: none !important;
  border-bottom: 1px solid #800101;
  margin: 5px 0 0 0 !important;
  padding: 0 0 0 20px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #666666 !important;
  outline: none;
}

.main_blog .box_select .option {
  margin-top: 17px;
}

.main_blog .box_select .arrow_select {
  width: 40px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -335px;
}

.main_blog .box_search {
  border-bottom: 1px solid #AA0101;
}

.main_blog .box_search .text {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.main_blog .box_search .field {
  margin: 0;
  padding: 0 70px 0 25px;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #ffffff;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.main_blog .box_search .btn_send {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 58px;
  background-color: #ffffff;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 15px -615px;
  border: none;
}

.main_blog .box_search ::-webkit-input-placeholder {
  color: #666666;
  opacity: 10;
}

.main_blog .box_search :-moz-placeholder {
  color: #666666;
  opacity: 10;
}

.main_blog .box_search ::-moz-placeholder {
  color: #666666;
  opacity: 10;
}

.main_blog .box_search :-ms-input-placeholder {
  color: #666666;
  opacity: 10;
}

.main_blog .box_category ul {
  border-bottom: 1px solid #AA0101;
  background: #ffffff;
  list-style: none;
}

.main_blog .box_category a {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.main_blog .box_category a:hover,
.main_blog .box_category a.active {
  background: #AA0101;
  color: #FFFFFF;
}

.main_blog .tag {
  float: left;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 3px 10px;
  border-radius: 30px;
  background: #000000;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}

.main_blog .tag:hover {
  background: #AA0101;
}

.main_blog .box_view img {
  max-width: 100%;
}

.main_blog .box_view .box {
  padding: 0 160px;
}

.main_blog .box_view .text1 {
  font-weight: 900;
  font-size: 48px;
  color: #000000;
}

.main_blog .box_view .text2 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.main_blog .box_view .text3 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.main_blog .box_view .category {
  background: #AA0101;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 16px;
}

.main_blog .box_view .box_author {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.main_blog .box_view .box_author::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #AA0101;
}

.main_blog .box_view .box_author span {
  display: inline-block;
  width: auto;
  margin: 0 40px 10px 0;
}

.main_blog .box_view .box_share {
  background: #AA0101;
  position: absolute;
  top: 30px;
  right: 100%;
  width: 50px;
  padding: 5px 0;
  margin-right: 45px;
  text-align: center;
}

.main_blog .box_view .box_share a {
  display: block;
  width: 50px;
  height: 37px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 37px;
}

/*blog*/
/*product*/
.main_product p {
  margin: 0;
}

.main_product .msg {
  padding: 80px 0 290px 0;
  background: #000000;
}

.main_product .msg .text {
  font-weight: 300;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
}

.main_product .we_do {
  background: #ffffff;
  min-height: 490px;
}

.main_product .we_do .container {
  position: relative;
  z-index: 1;
}

.main_product .we_do .box_2 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 375px;
  height: auto;
}

.main_product .we_do .box_1 {
  margin: auto;
  z-index: 0;
  position: absolute;
  top: -150px;
  bottom: auto;
  left: -500px;
  right: 0;
  width: 606px;
  height: 540px;
}

.main_product .we_do .box_text_we_do {
  background: #ffffff;
  margin-top: -55px;
}

.main_product .we_do .box_text_we_do::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 40px;
  height: 100%;
  background: #FFFFFF;
}

.main_product .we_do .text1 {
  font-weight: 700;
  font-size: 36px;
  color: #AA0101;
  line-height: 40px;
}

.main_product .we_do .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #6F6F6F;
}

.main_product .strategy {
  background: #ffffff;
}

.main_product .strategy .text {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  line-height: 40px;
}

.main_product .strategy .text span {
  color: #AA0101;
}

.main_product .strategy .box_slide {
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: 0 85px;
}

.main_product .strategy .box_more {
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: 0 22px;
}

.main_product .strategy .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
}

.main_product .strategy .slick-dots li {
  padding: 0 8px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}

.main_product .strategy .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: 1px solid #FFFFFF;
  background: #CCCCCC;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
  border-radius: 50%;
}

.main_product .strategy .slick-dots li.slick-active button,
.main_product .strategy .slick-dots li:hover button {
  background: #AA0101;
  border-color: #AA0101;
}

.main_product .strategy .item .text1 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.main_product .strategy .item .text1 span {
  font-weight: 300;
  font-size: 50px;
}

.main_product .strategy .item .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #6F6F6F;
}

.main_product .strategy .item .text2::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #AA0101;
  border-radius: 50%;
}

.main_product .transform {
  background: #1E1E1E;
  background-image: url("../images/bg_talent.png");
  background-repeat: repeat;
}

.main_product .transform .container {
  background-image: url("../images/bg_transform.png");
  background-repeat: no-repeat;
  background-position: 115px top;
}

.main_product .transform .video_modal {
  display: inline-block;
  position: relative;
}

.main_product .transform .text1 {
  font-weight: 900;
  font-size: 51px;
  color: #FFFFFF;
  line-height: 55px;
}

.main_product .transform .text1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #AA0101;
}

.main_product .transform .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.main_product .transform .item {
  background: #1E1E1E;
  border: 1px solid #2D2D2D;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
}

.main_product .transform .column_1 {
  padding-left: 0;
  padding-right: 95px;
}

.main_product .transform .img_item {
  display: inline-block;
  max-width: 100%;
}

.main_product .transform .youtube_icon {
  position: absolute;
  z-index: 2;
  right: 35px;
  bottom: 35px;
  width: 40px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -754px;
}

/*product*/
@media (max-width: 1700px) {
  .main_product .we_do .box_2 {
    display: none;
  }
}

@media (max-width: 1300px) {
  .main_blog .box_view .box {
    padding-left: 100px;
    padding-right: 100px;
  }
  .numbers .column_1 {
    padding-right: 30px;
  }
  .numbers .column_1 .item .text1 {
    font-size: 28px;
    line-height: 32px;
  }
  .numbers .column_1 .item .text2 {
    font-size: 36px;
    line-height: 40px;
  }
  .numbers .column_2 {
    padding-left: 30px;
  }
}

@media (max-width: 1100px) {
  .main_contact .box_form .text3 {
    font-size: 42px;
    line-height: 45px;
  }
  .main_contact .box_form .text4 {
    font-size: 18px;
    line-height: 24px;
  }
  .header_type_1 {
    padding: 200px 0;
  }
  .header_type_1 .text2 {
    font-size: 42px;
    line-height: 45px;
  }
  .main_agency .about .box_text {
    padding: 100px 0 100px 80px;
  }
  .header_main .menu .mother {
    font-size: 18px;
  }
}

@media (max-width: 993px) {
  .banner_product {
    padding: 210px 0 310px 0;
  }
  .banner_product::before {
    height: 145px;
  }
  .banner_product::after {
    bottom: 220px;
  }
  .banner_product .text1 {
    font-size: 32px;
    line-height: 38px;
  }
  .main_product .msg {
    padding: 45px 0 80px 0;
  }
  .main_product .we_do .box_1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
  }
  .main_product .box_text_we_do::before {
    display: none;
  }
  .main_product .strategy .item {
    width: 350px;
  }
  .main_product .transform .box_video {
    display: none;
  }
  .main_blog {
    margin-top: 0;
  }
  .main_blog .box_view .text1 {
    font-size: 36px;
    line-height: 40px;
  }
  .main_blog .box_view .box {
    padding-left: 0;
    padding-right: 0;
  }
  .main_blog .box_view .box_share {
    width: 110px;
    top: -80px;
    margin: 0;
    right: 0;
  }
  .main_blog .box_view .box_share a {
    display: inline-block;
    width: 30px;
  }
  .main_blog .item_slide .text1 {
    font-size: 36px;
    line-height: 40px;
  }
  .main_blog .box_mobile {
    display: inline-block !important;
  }
  .main_blog .column_2 .box_search,
  .main_blog .column_2 .box_category {
    display: none;
  }
  .main_services .section_view_service .box_text .text1 {
    font-size: 34px;
    line-height: 40px;
  }
  .main_services .section_view_service .list .text1::before {
    top: 0;
    margin-top: 0;
  }
  .section_success {
    background: none;
  }
  .section_success .container {
    padding: 0;
  }
  .section_success .text {
    font-size: 20px;
  }
  .section_success .box_text {
    -ms-flex-order: 1;
    order: 1;
    background: #1E1E1E;
  }
  .section_success .box_img {
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
    background-image: linear-gradient(-145deg, #2F0000 5%, #AA0101 40%);
  }
  .section_success .btn_more {
    border-color: #AA0101;
    background: transparent;
  }
  .section_success .btn_more:hover {
    border-color: #AA0101;
    background: #AA0101;
  }
  .banner_page .text1 {
    font-size: 32px;
    line-height: 38px;
  }
  .main_cases .wrap .container {
    padding: 0;
  }
  .main_contact .box_form .btn_send {
    width: 100%;
  }
  .header_type_1 {
    padding: 150px 0 0 0;
  }
  .header_type_1 .box_img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 55px;
  }
  .header_type_1 .text2 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .main_agency .section_i9 .img_item.img_desktop {
    display: none;
  }
  .main_agency .section_i9 .img_item.img_mobile {
    display: inline-block;
  }
  .main_agency .section_i9 .img_item {
    position: relative;
    height: auto;
  }
  .main_agency .section_i9 .text1 {
    font-size: 38px;
    line-height: 42px;
  }
  .main_agency .section_i9 .text2 {
    column-count: 1;
    column-gap: 0;
  }
  .main_agency .about::before, .main_agency .about::after {
    display: none;
  }
  .main_agency .about .container {
    padding: 0;
  }
  .main_agency .about .box_img {
    background-image: linear-gradient(-145deg, #2F0000 5%, #AA0101 40%);
    text-align: center;
  }
  .main_agency .about .box_img .img_item {
    width: 370px;
    max-width: 80%;
  }
  .main_agency .about .box_text {
    padding: 55px 35px;
  }
  .main_agency .about_items {
    padding: 40px 0;
  }
  .main_agency .about_items .item {
    width: 380px;
  }
  .main_agency .about_items .item::before {
    left: 0;
  }
  .main_agency .about_items .item .text1 {
    font-size: 20px;
  }
  .main_agency .about_items .item .text2 {
    font-size: 16px;
  }
  .main_agency .box_culture {
    background-color: #EFEFEF;
    background-image: url("../images/bg_talent.png");
    background-repeat: repeat;
    padding-bottom: 75px;
  }
  .main_agency .box_culture::before {
    background-color: #232323;
    background-image: none;
    height: 300px;
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .main_agency .box_culture .text2 {
    font-size: 36px;
    line-height: 40px;
  }
  .main_agency .box_culture .box_white {
    margin-top: 55px;
  }
  .banner_footer .item .text {
    font-size: 35px;
    line-height: 40px;
  }
  .talent .text2 {
    font-size: 35px;
    line-height: 40px;
  }
  .numbers::before, .numbers::after {
    display: none;
  }
  .numbers .container {
    padding: 0;
  }
  .numbers .column_1 {
    padding: 30px 20px;
  }
  .numbers .column_2 {
    padding: 30px 20px;
  }
  .section_service .container {
    padding: 0;
  }
  .section_service .box_2 .column_2 .item {
    width: 270px;
  }
  .section_service .box_2 .desktop {
    display: none;
  }
  .section_service .box_2 .mobile {
    display: inline-block;
  }
  body {
    padding-top: 75px;
  }
  .header_main {
    padding-top: 10px;
    height: 75px;
    background-color: #232323;
  }
  .header_main .logo {
    width: 150px;
    margin-top: 10px;
  }
  .header_main .menu {
    display: none !important;
  }
  .footer_main .box_newsletter .text1,
  .footer_main .box_newsletter .text2 {
    text-align: center;
  }
  .footer_main .box_right {
    text-align: center;
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .main_product .strategy .item {
    width: 250px;
  }
  .main_cases .item .box_infos {
    -ms-flex-order: 1 !important;
    order: 1 !important;
    background: #ffffff !important;
    min-height: inherit;
  }
  .main_cases .item .box_infos .text1,
  .main_cases .item .box_infos .text2 {
    color: #000000 !important;
  }
  .main_cases .item .box_img {
    -ms-flex-order: 0 !important;
    order: 0 !important;
    height: auto;
  }
  .main_cases .item .box_img .brand {
    top: auto !important;
    bottom: 30px !important;
    right: auto !important;
    left: 40px !important;
  }
  .banner_footer .item {
    padding: 100px 0 150px 0;
    min-height: 340px;
  }
  .banner_footer .item .img_banner_mobile {
    display: inline-block;
  }
  .banner_footer .item .img_banner_desktop {
    display: none;
  }
}

@media (max-width: 600px) {
  .main_error .error_404 .text1 {
    font-size: 48px;
    line-height: 55px;
  }
  .banner_page .box_img_banner .mobile {
    display: inline-block !important;
  }
  .banner_page .box_img_banner .desktop {
    display: none !important;
  }
  .banner_product .box_img_banner .mobile {
    display: inline-block !important;
  }
  .banner_product .box_img_banner .desktop {
    display: none !important;
  }
  .header_type_1 .box_img .mobile {
    display: inline-block !important;
  }
  .header_type_1 .box_img .desktop {
    display: none !important;
  }
  .numbers .column_1 {
    padding-right: 0;
  }
  .numbers .column_1 .item {
    width: 330px;
  }
  .numbers .column_1 .item .img_logo {
    max-width: 100px;
    max-height: 90px;
  }
  .numbers .column_2 {
    padding-right: 0;
  }
  .numbers .column_2 .item {
    width: 160px;
  }
  .numbers .column_2 {
    padding-right: 0;
  }
  .footer_main .copyright .box_1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .footer_main .copyright .box_2 {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 500px) {
  .main_agency .about_items .item {
    width: 280px;
  }
}

@media (max-width: 450px) {
  .numbers .column_1 {
    padding-right: 0;
  }
  .numbers .column_1 .item {
    width: 230px;
  }
}

@media (max-width: 380px) {
  .main_agency .about_items .item {
    width: 230px;
  }
}
