@font-face {
  font-family: "Poppins";
  font-display: block;
  src: url("fonts/poppins/track/Poppins-Regular.eot");
  src: url("fonts/poppins/track/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/track/Poppins-Regular.woff2") format("woff2"), url("fonts/poppins/track/Poppins-Regular.woff") format("woff"), url("fonts/poppins/track/Poppins-Regular.ttf") format("truetype"), url("fonts/poppins/track/Poppins-Regular.svg#Poppins-Regular") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-display: block;
  src: url("fonts/poppins/track/Poppins-Bold.eot");
  src: url("fonts/poppins/track/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/track/Poppins-Bold.woff2") format("woff2"), url("fonts/poppins/track/Poppins-Bold.woff") format("woff"), url("fonts/poppins/track/Poppins-Bold.ttf") format("truetype"), url("fonts/poppins/track/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Poppins";
  font-display: block;
  src: url("fonts/poppins/track/Poppins-SemiBold.eot");
  src: url("fonts/poppins/track/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/track/Poppins-SemiBold.woff2") format("woff2"), url("fonts/poppins/track/Poppins-SemiBold.woff") format("woff"), url("fonts/poppins/track/Poppins-SemiBold.ttf") format("truetype"), url("fonts/poppins/track/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  font-display: block;
  src: url("fonts/poppins/track/Poppins-Medium.eot");
  src: url("fonts/poppins/track/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/track/Poppins-Medium.woff2") format("woff2"), url("fonts/poppins/track/Poppins-Medium.woff") format("woff"), url("fonts/poppins/track/Poppins-Medium.ttf") format("truetype"), url("fonts/poppins/track/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  font-display: block;
  src: url("fonts/poppins/track/Poppins-Light.eot");
  src: url("fonts/poppins/track/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/track/Poppins-Light.woff2") format("woff2"), url("fonts/poppins/track/Poppins-Light.woff") format("woff"), url("fonts/poppins/track/Poppins-Light.ttf") format("truetype"), url("fonts/poppins/track/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
}
select, input {
  outline: none;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  padding-right: 0 !important;
  overflow: auto !important;
}

.width_1920 {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.width_content {
  width: 1760px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1800px) {
  .width_content {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 380px) {
  .width_content {
    width: calc(100% - 10px);
  }
}

.full {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.disable_ul_li ul, .disable_ul_li ul li {
  list-style: none;
}

.disable_ul_li ul {
  padding-left: 0;
}

.disable_a_underline a {
  text-decoration: none;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.hidden {
  display: none;
}

.background_repeat {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* top header */
.section_1 {
  padding-top: 47.3%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .section_1 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .section_1 {
    min-height: 330px;
    margin-bottom: 300px;
  }
}
.section_1:after {
  content: "";
  left: 0;
  height: 28%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5) 56%, rgba(255, 255, 255, 0));
}
.section_1 .width_content {
  position: absolute;
  top: 1.6%;
  left: 0;
  margin: 0 auto;
  right: 0;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .section_1 .width_content .top_logo img {
    width: 100px;
  }
}
.section_1 .width_content .list_social a {
  float: left;
  width: 34px;
  height: 34px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #175e34;
  flex-flow: row;
}
.section_1 .width_content .list_social a:not(:last-child) {
  margin-right: 20px;
}
.section_1 .width_content .list_social a i {
  color: #175e34;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .section_1 .width_content .list_social a {
    width: 26px;
    height: 26px;
  }
}
.section_1 .count_down, .section_1 .list_image {
  z-index: 1;
  position: absolute;
}
.section_1 .count_down {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 1000px) {
  .section_1 .count_down {
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}
.section_1 .count_down .timer__title {
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1380px) {
  .section_1 .count_down .timer__title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .section_1 .count_down .timer__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .section_1 .count_down .timer__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .section_1 .count_down .timer__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .section_1 .count_down .timer__title {
    font-size: 20px;
  }
}
.section_1 .count_down .timer-display {
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}
.section_1 .count_down .timer-display .timer-block {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
}
.section_1 .count_down .timer-display .number_block {
  display: inline-block;
}
.section_1 .count_down .timer-display .number_block span {
  font-size: 72px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  float: left;
}
.section_1 .count_down .timer-display .number_block span:not(.space_dot) {
  width: 103px;
  height: 103px;
  border-radius: 15px;
  margin: 0 4px;
  padding: 0 15px;
  position: relative;
}
.section_1 .count_down .timer-display .number_block span:not(.space_dot):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(164, 164, 164, 0), rgba(144, 144, 144, 0.35) 0%, #6a6a6a 90%), linear-gradient(to bottom, #175e34, #175e34);
  opacity: 0.9;
}
@media only screen and (max-width: 1380px) {
  .section_1 .count_down .timer-display .number_block span:not(.space_dot) {
    font-size: 60px;
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_1 .count_down .timer-display .number_block span:not(.space_dot) {
    font-size: 45px;
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_1 .count_down .timer-display .number_block span:not(.space_dot) {
    font-size: 35px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .section_1 .count_down .timer-display .number_block span:not(.space_dot) {
    font-size: 25px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 2px;
  }
}
@media only screen and (max-width: 320px) {
  .section_1 .count_down .timer-display .number_block span:not(.space_dot) {
    font-size: 18px;
    width: 27px;
    height: 27px;
  }
}
.section_1 .count_down .timer-display .number_block span.space_dot {
  position: relative;
  top: -17px;
}
@media only screen and (max-width: 580px) {
  .section_1 .count_down .timer-display .number_block span.space_dot {
    top: -12px;
  }
}
@media only screen and (max-width: 1380px) {
  .section_1 .count_down .timer-display .number_block span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_1 .count_down .timer-display .number_block span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_1 .count_down .timer-display .number_block span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .section_1 .count_down .timer-display .number_block span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .section_1 .count_down .timer-display .number_block span {
    font-size: 22px;
  }
}
.section_1 .count_down .timer-display .unit_block {
  display: inline-block;
  font-size: 28.8px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
@media only screen and (max-width: 1380px) {
  .section_1 .count_down .timer-display .unit_block {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_1 .count_down .timer-display .unit_block {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_1 .count_down .timer-display .unit_block {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .section_1 .count_down .timer-display .unit_block {
    font-size: 12px;
  }
}
.section_1 .list_image {
  width: 65.17%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 19.55%;
  flex-flow: row wrap;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .section_1 .list_image {
    height: 120px;
    bottom: -120px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .section_1 .list_image {
    height: 300px;
    bottom: -300px;
  }
}
.section_1 .list_image > div {
  width: 33.33%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .section_1 .list_image > div {
    width: 100%;
    height: 33.33%;
    background-position: top center;
  }
}
.section_1 .list_image > div a {
  max-width: 100%;
}
.section_1 .list_image > div p {
  margin: 0;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  width: 330px;
  max-width: 100%;
}
@media only screen and (max-width: 1380px) {
  .section_1 .list_image > div p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_1 .list_image > div p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_1 .list_image > div p {
    font-size: 16px;
  }
}
.section_1 .list_image > div .cover_dark {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.section_1 .list_image > div:nth-of-type(2) .cover_dark {
  background-color: rgba(0, 0, 0, 0.7);
}

.section_3 .action {
  vertical-align: middle;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section_3 .action .left_in {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.section_3 .action .left_in .select {
  position: relative;
  width: 268px;
  height: 80px;
}
.section_3 .action .left_in .select:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #555;
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
  z-index: 111;
  width: 5px;
  height: 5px;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #555;
    top: calc(50% - 5px);
  }
}
@media only screen and (max-width: 1200px) {
  .section_3 .action .left_in .select {
    width: 200px;
    height: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_3 .action .left_in .select {
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .select {
    width: 100%;
    height: 40px;
  }
}
.section_3 .action .left_in .select select {
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  outline: none;
  border: solid 1px #125f32;
  border-radius: 30px;
  padding: 0 0 0 10px;
  outline: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1200px) {
  .section_3 .action .left_in .select select {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .select select {
    font-size: 17px;
  }
}
.section_3 .action .left_in .select .over_load {
  z-index: 2;
  border: solid 1px #125f32;
  border-radius: 30px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: normal;
  color: #252525;
}
@media only screen and (max-width: 1200px) {
  .section_3 .action .left_in .select .over_load {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .select .over_load {
    font-size: 17px;
  }
}
.section_3 .action .left_in .select .over_load img {
  margin-right: 10px;
}
.section_3 .action .left_in .input_search {
  position: relative;
  margin-left: 30px;
  width: 566px;
  height: 80px;
}
@media only screen and (max-width: 1200px) {
  .section_3 .action .left_in .input_search {
    width: 400px;
    height: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_3 .action .left_in .input_search {
    width: 290px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .input_search {
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.section_3 .action .left_in .input_search .search_event {
  font-size: 23px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #175e34;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .section_3 .action .left_in .input_search .search_event {
    font-size: 20px;
    top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .input_search .search_event {
    top: 10px;
  }
}
.section_3 .action .left_in .input_search input {
  outline: none;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  border: solid 1px #175e34;
  padding: 20px 0px 20px 65px;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  outline: none;
  color: #252525;
}
@media only screen and (max-width: 1200px) {
  .section_3 .action .left_in .input_search input {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .action .left_in .input_search input {
    font-size: 17px;
  }
}
.section_3 .action .right_in {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #252525;
}
@media only screen and (max-width: 480px) {
  .section_3 .action .right_in {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.section_3 .list_video {
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1200px) {
  .section_3 .list_video {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1500px) {
  .section_3 .list_video {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .list_video {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
}
.section_3 .list_video .not_found {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #252525;
}
@media only screen and (max-width: 480px) {
  .section_3 .list_video .not_found {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.section_3 .list_video > .item {
  width: 25%;
  padding: 15px;
}
@media only screen and (max-width: 1500px) {
  .section_3 .list_video > .item {
    padding: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_3 .list_video > .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .list_video > .item {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .list_video > .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.section_3 .list_video > .item .image {
  width: 100%;
  cursor: pointer;
}
.section_3 .list_video > .item .image img {
  max-width: 100%;
}
.section_3 .list_video > .item p.title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #252525;
  margin: 15px 0 5px 0;
}
@media only screen and (max-width: 1200px) {
  .section_3 .list_video > .item p.title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .list_video > .item p.title {
    margin: 5px 0 2px 0;
  }
}
.section_3 .list_video > .item p.content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #686868;
  margin: 0;
}
.section_3 .list_video > .item p.content span {
  display: inline-block;
  line-height: 1;
}
.section_3 .list_video > .item p.content span:first-child {
  border-right: 1px solid #d9d9d9;
  padding-right: 10px;
  margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
  .section_3 .list_video > .item p.content {
    font-size: 13px;
  }
}

.section_4, .section_3 {
  margin: 80px 0;
}
@media only screen and (max-width: 1500px) {
  .section_4, .section_3 {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .section_4, .section_3 {
    margin: 20px 0;
  }
}

.section_4 {
  padding-top: 29.75%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .section_4 {
    padding-top: inherit;
    height: auto;
  }
}
.section_4 .width_content {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .section_4 .width_content {
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    width: calc(100% - 10px);
  }
}
.section_4 .cover_all {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: auto;
  top: 0;
  position: absolute;
  left: -15px;
  right: -15px;
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all {
    left: -10px;
    right: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all {
    height: auto;
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
  }
}
.section_4 .cover_all img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all img {
    max-width: 80%;
    max-height: 70%;
  }
}
.section_4 .cover_all > div {
  display: -webkit-flex;
  display: flex;
  width: 33.33%;
  padding: 0 15px;
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all > div {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all > div {
    width: 100%;
    height: 190px;
    padding: 0;
  }
}
.section_4 .cover_all > div:not(:last-child) {
  margin-bottom: 10px;
}
.section_4 .cover_all > div.first {
  flex-flow: row;
  justify-content: space-between;
}
.section_4 .cover_all > div.first > div {
  width: calc(50% - 15px);
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all > div.first > div {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all > div.first > div {
    width: calc(50% - 5px);
  }
}
.section_4 .cover_all > div.first > div.first_item > div {
  width: 100%;
  border: 1px solid #444;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.section_4 .cover_all > div.first > div.last_item {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.section_4 .cover_all > div.first > div.last_item > div {
  width: 100%;
  border: 1px solid #444;
  height: calc(50% - 15px);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all > div.first > div.last_item > div {
    height: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all > div.first > div.last_item > div {
    height: calc(50% - 5px);
  }
}
.section_4 .cover_all > div.two > div {
  height: calc(50% - 15px);
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all > div.two > div {
    height: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all > div.two > div {
    height: calc(50% - 5px);
  }
}
.section_4 .cover_all > div.two > div.first_item {
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.section_4 .cover_all > div.two > div.first_item > div {
  width: calc(50% - 15px);
  border: 1px solid #444;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all > div.two > div.first_item > div {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all > div.two > div.first_item > div {
    width: calc(50% - 5px);
  }
}
.section_4 .cover_all > div.two > div.last_item > div {
  width: 100%;
  border: 1px solid #444;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.section_4 .cover_all > div.three > div {
  height: calc(50% - 15px);
}
@media only screen and (max-width: 1500px) {
  .section_4 .cover_all > div.three > div {
    height: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .cover_all > div.three > div {
    height: calc(50% - 5px);
  }
}
.section_4 .cover_all > div.three > div.first_item > div {
  width: 100%;
  border: 1px solid #444;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.section_4 .cover_all > div.three > div.last_item > div {
  width: 100%;
  border: 1px solid #444;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.section_4 .cover_all > div:not(.first) {
  flex-flow: column;
  justify-content: space-between;
}
.section_4 .cover_all > div:not(.first) > div {
  width: 100%;
}

.section_2 .content_3.playvideo {
  width: 100%;
  padding-top: 47%;
  position: relative;
}
.section_2 .content_3.playvideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section_2 .video-js {
  width: 100%;
  position: relative;
  padding-top: 47%;
}
.section_2 .video-js video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p_show {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 15px 0 5px 0;
}
.p_show.thanks_ok {
  color: #175e34;
}
.p_show.thanks {
  color: #ff0000;
}

@media only screen and (min-width: 1050px) {
  .body_safari .section_3 .action .left_in .input_search input {
    padding: 13px 0 0 65px;
  }
}
@media only screen and (max-width: 1030px) {
  .body_safari .section_3 .action .left_in .input_search input {
    padding: 5px 0 0 65px;
  }
}
*:active, *::-moz-focus-inner {
  outline: none;
  border: 0;
}

select::-moz-focus-inner {
  border: 0;
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select {
  background: transparent;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.vjs-poster {
  background-size: cover !important;
}

.section_2 {
  width: 100%;
  float: left;
  margin: 80px 0;
}
@media only screen and (max-width: 1500px) {
  .section_2 {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .section_2 {
    margin: 20px 0;
  }
}
.section_2 .width_content {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1800px) {
  .section_2 .width_content {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 380px) {
  .section_2 .width_content {
    width: calc(100% - 10px);
  }
}
.section_2 .width_content .content_1 .lozad {
  width: 100%;
}
.section_2 .width_content .content_2 .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #252525;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .section_2 .width_content .content_2 .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section_2 .width_content .content_2 .title {
    font-size: 20px;
  }
}
.section_2 .width_content .content_2 .content {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #606060;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .section_2 .width_content .content_2 .content {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .section_2 .width_content .content_2 .content {
    width: calc(100% - 20px);
    font-size: 15px;
  }
}
.section_2 .width_content .content_2 a {
  padding: 17px 42px;
  background-color: #e50201;
  display: inline-block;
  border-radius: 50px;
  background-color: #e50201;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .section_2 .width_content .content_2 a {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section_2 .width_content .content_2 a {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.section_2 .width_content .content_2 a .icon {
  margin-right: 10px;
}
.section_2 .width_content .content_2 a .text {
  color: #fff;
  font-size: 16px;
}
.section_2 .width_content .content_3 .lozad {
  width: 100%;
}

.section_5 {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.section_5 .width_content {
  width: 1280px;
  margin: 0 auto;
}
.section_5 .width_content iframe {
  width: 79.5% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .section_5 .width_content iframe {
    height: 500px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section_5 .width_content iframe {
    width: calc(100% - 20px) !important;
  }
}
.section_5 .width_content .title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #252525;
}

.section_6 {
  float: left;
  width: 100%;
  position: relative;
}
.section_6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #175e34, #175e34);
  opacity: 0.6;
  z-index: 1;
}
.section_6 .width_content {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 100px 0;
  height: 620px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-flow: column;
}
@media only screen and (max-width: 1030px) {
  .section_6 .width_content {
    padding: 50px 0;
    height: auto;
  }
}
.section_6 .width_content .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .section_6 .width_content .title {
    font-size: 35px;
  }
}
.section_6 .width_content .content {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
}
.section_6 .width_content .content p:last-child {
  margin-bottom: 0;
}

.section_7 {
  float: left;
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) {
  .section_7 {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .section_7 {
    padding: 20px 0;
  }
}
.section_7 .width_content .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #252525;
  margin-bottom: 20px;
}
.section_7 .width_content .content {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #606060;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .section_7 .width_content .content {
    width: calc(100% - 20px);
  }
}
.section_7 .width_content form {
  width: 866px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.section_7 .width_content form .form-group {
  display: inline-block;
}
.section_7 .width_content form .form-group.first {
  width: 65.5%;
}
.section_7 .width_content form .form-group.first input {
  border: solid 1px #c3c3c3;
  padding: 0 0 0 20px;
  border-radius: 50px;
  font-size: 18px;
  color: #787878;
  height: 54px;
}
@media only screen and (max-width: 480px) {
  .section_7 .width_content form .form-group.first {
    width: 100%;
  }
}
.section_7 .width_content form .form-group.third {
  width: calc(34.5% - 30px);
}
@media only screen and (max-width: 480px) {
  .section_7 .width_content form .form-group.third {
    width: 100%;
    margin-top: 5px;
  }
}
.section_7 .width_content form .form-group.third input.bt_ct {
  width: 100%;
  text-align: center;
  padding: 11px 0;
  background-color: #009442;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  border: 0;
  height: 54px;
}

.footer {
  background-color: #000000;
  padding: 61px 0;
}
.footer .width_content .cover_all {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 470px;
  margin: 0 auto;
  max-width: calc(100% - 20px);
}
@media only screen and (max-width: 480px) {
  .footer .width_content .cover_all .right_in {
    margin-top: 15px;
  }
}
.footer .width_content .cover_all .right_in .list_social {
  margin-bottom: 15px;
}
.footer .width_content .cover_all .right_in .list_social a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #f1f1f1;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  transition: all 0.5s ease;
}
.footer .width_content .cover_all .right_in .list_social a:nth-child(n+2) {
  margin-left: 10px;
}
.footer .width_content .cover_all .right_in .contact p {
  opacity: 0.9;
  font-size: 14px;
  font-weight: 200;
  color: #fbfbfb;
  margin-bottom: 10px;
}
.footer .width_content .cover_all .right_in .contact p:nth-child(2) {
  margin-bottom: 0;
}
.footer .width_content .cover_all .right_in .contact a {
  font-size: 14px;
  font-weight: 500;
  color: #f1f1f1;
}

.section_3 .list_video > .item .image img {
  width: 100%;
}

.section_1.page_form {
  padding-top: 6.3%;
  background-color: #e5e5e5;
}

.section_1 .list_image .cover_dark:hover,
.section_1 .list_image .cover_dark:focus,
.section_1 .list_image > div p:hover,
.section_1 .list_image > div p:focus {
  cursor: pointer;
}

.thoughtLead_bg {
  margin: 80px 0;
  min-height: calc(100vh - 386px);
}
.thoughtLead_bg .width_content {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .thoughtLead_bg .width_content {
    width: 80%;
  }
}
.thoughtLead_bg .width_content h2.title {
  font-size: 38px;
  color: #009442;
  font-weight: 600;
  margin-bottom: 50px;
}
.thoughtLead_bg .width_content .question_box_5 .form-group {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .thoughtLead_bg .width_content .question_box_5 .form-group {
    width: 100%;
  }
}
.thoughtLead_bg .width_content .bt_ct {
  text-align: center;
  padding: 10px 35px;
  background-color: #009442;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 20px;
  border: 0;
}
.thoughtLead_bg .width_content p {
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
}
.thoughtLead_bg .width_content .p_show.thanks_ok {
  font-size: 28px;
  color: #009442;
}
.thoughtLead_bg .width_content .p_show.thanks {
  color: #ff0000;
}
.thoughtLead_bg .width_content label {
  margin-bottom: 15px;
  font-size: 16px;
  color: #606060;
  font-weight: inherit;
}
.thoughtLead_bg .width_content .form-group {
  margin-bottom: 20px;
}
.thoughtLead_bg .width_content .form-control {
  font-size: 16px;
}
.thoughtLead_bg .width_content .col-md-6.col-left {
  padding-left: 0;
}
@media only screen and (max-width: 823px) {
  .thoughtLead_bg .width_content .col-md-6.col-left {
    padding-right: 0;
  }
}
.thoughtLead_bg .width_content .col-md-6.col-right {
  padding-right: 0;
}
@media only screen and (max-width: 823px) {
  .thoughtLead_bg .width_content .col-md-6.col-right {
    padding-left: 0;
  }
}

.brands_advertisers_bg {
  margin: 80px 0;
  min-height: calc(100vh - 386px);
}
.brands_advertisers_bg .width_content {
  width: 1280px;
}
@media only screen and (max-width: 1280px) {
  .brands_advertisers_bg .width_content {
    width: 80%;
  }
}
.brands_advertisers_bg .width_content h2.title {
  font-size: 38px;
  color: #009442;
  font-weight: 600;
  margin-bottom: 50px;
}
.brands_advertisers_bg .width_content .question_box_5 .form-group {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .brands_advertisers_bg .width_content .question_box_5 .form-group {
    width: 100%;
  }
}
.brands_advertisers_bg .width_content .bt_ct {
  text-align: center;
  padding: 10px 35px;
  background-color: #009442;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 20px;
  border: 0;
}
.brands_advertisers_bg .width_content p {
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
}
.brands_advertisers_bg .width_content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
  margin-bottom: 15px;
}
.brands_advertisers_bg .width_content label {
  margin-bottom: 15px;
  font-size: 16px;
  color: #606060;
  font-weight: inherit;
}
.brands_advertisers_bg .width_content .p_show.thanks_ok {
  font-size: 28px;
  color: #009442;
}
.brands_advertisers_bg .width_content .p_show.thanks {
  color: #ff0000;
}
.brands_advertisers_bg .width_content .form-group {
  margin-bottom: 20px;
}
.brands_advertisers_bg .width_content .form-control {
  font-size: 16px;
}
.brands_advertisers_bg .width_content .col-md-6.col-left {
  padding-left: 0;
}
@media only screen and (max-width: 823px) {
  .brands_advertisers_bg .width_content .col-md-6.col-left {
    padding-right: 0;
  }
}
.brands_advertisers_bg .width_content .col-md-6.col-right {
  padding-right: 0;
}
@media only screen and (max-width: 823px) {
  .brands_advertisers_bg .width_content .col-md-6.col-right {
    padding-left: 0;
  }
}

.successForm .modal-body p {
  text-align: center;
  font-size: 22px;
  color: #004a21;
}
.successForm .modal-header {
  border-bottom: 0;
}
.successForm .modal-footer {
  border-top: 0;
}

.login_lable {
  margin-bottom: 20px;
}

#captchaContainer > div {
  margin: 0 auto;
}

.section_2 .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form .help-block {
  color: #ff0000;
}

/*# sourceMappingURL=main.css.map */
