@font-face {
  font-family: 'Kanit-Medium';
  src: url("../fonts/Kanit-Regular.woff");
}
/* line 6, ../sass/_custom.scss */
body {
  font-family: 'Kanit-Medium' !important;
  font-size: 16px;
}
/* line 10, ../sass/_custom.scss */
body a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/_custom.scss */
  body {
    margin-top: 55px !important;
  }
}

/* line 20, ../sass/_custom.scss */
.w_full {
  width: 100%;
}

/*------------------------- CSS @media ---------------------------*/
@media only screen and (min-width: 768px) {
  /* line 26, ../sass/_custom.scss */
  .max-xs {
    display: none;
  }

  /* line 30, ../sass/_custom.scss */
  .min-xs {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  /* line 36, ../sass/_custom.scss */
  .min-sm {
    display: block;
  }

  /* line 40, ../sass/_custom.scss */
  .max-sm {
    display: none;
  }
}
/*-------- max --------*/
@media only screen and (max-width: 767px) {
  /* line 47, ../sass/_custom.scss */
  .max-xs {
    display: block;
  }

  /* line 51, ../sass/_custom.scss */
  .min-xs {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 57, ../sass/_custom.scss */
  .min-sm {
    display: none;
  }

  /* line 61, ../sass/_custom.scss */
  .max-sm {
    display: block;
  }
}
/*------------------------- // CSS @media  ---------------------------*/
@media only screen and (max-width: 767px) {
  /* line 67, ../sass/_custom.scss */
  .p15 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 67, ../sass/_custom.scss */
  .p15 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 67, ../sass/_custom.scss */
  .p15 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 81, ../sass/_custom.scss */
  .p20 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 81, ../sass/_custom.scss */
  .p20 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 81, ../sass/_custom.scss */
  .p20 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 95, ../sass/_custom.scss */
  .p30 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 95, ../sass/_custom.scss */
  .p30 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 95, ../sass/_custom.scss */
  .p30 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 109, ../sass/_custom.scss */
  .p40 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 109, ../sass/_custom.scss */
  .p40 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 109, ../sass/_custom.scss */
  .p40 {
    font-size: 40px;
  }
}

/* line 123, ../sass/_custom.scss */
.nav {
  background: #fff;
}
/* line 126, ../sass/_custom.scss */
.nav .dropdown {
  float: right;
}
/* line 130, ../sass/_custom.scss */
.nav .dropdown .dropdown-toggle {
  cursor: pointer;
}
/* line 133, ../sass/_custom.scss */
.nav .dropdown .dropdown-toggle .lang {
  width: 25px;
}
/* line 139, ../sass/_custom.scss */
.nav .logo {
  width: 180px;
}
/* line 144, ../sass/_custom.scss */
.nav .nav-item a {
  text-align: center;
  color: #950000 !important;
}
@media only screen and (max-width: 992px) {
  /* line 144, ../sass/_custom.scss */
  .nav .nav-item a {
    font-size: 12px;
  }
}
/* line 152, ../sass/_custom.scss */
.nav .nav-item a img {
  width: 50px;
}
/* line 156, ../sass/_custom.scss */
.nav .nav-item a.active {
  color: #D4B40A !important;
}
/* line 160, ../sass/_custom.scss */
.nav .nav-item .dropdown-toggle::after {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 164, ../sass/_custom.scss */
  .nav .nav-item .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  /* line 164, ../sass/_custom.scss */
  .nav .nav-item .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 164, ../sass/_custom.scss */
  .nav .nav-item .nav-link {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

/* line 184, ../sass/_custom.scss */
.owl-theme .owl-dots {
  margin-top: -35px !important;
  z-index: 99999;
  position: relative;
}
/* line 190, ../sass/_custom.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 17px !important;
  height: 17px !important;
  background: #686868 !important;
  border: 1px solid #fff;
}
/* line 198, ../sass/_custom.scss */
.owl-theme .owl-dots .owl-dot.active span {
  border-radius: 0;
  background: #bf2531 !important;
  transform: rotate(45deg);
}

/* line 209, ../sass/_custom.scss */
.head-title.yellow {
  -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0px 30px 0px 0px;
  text-align: center;
  color: #fbda31 !important;
  background: #bf2530 !important;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 5px solid #fbda31 !important;
}

@media only screen and (max-width: 767px) {
  /* line 226, ../sass/_custom.scss */
  .section_event .head-title img {
    width: 25px !important;
  }
}
/* line 232, ../sass/_custom.scss */
.section_event .TextContent {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 94%;
}
@media only screen and (max-width: 767px) {
  /* line 232, ../sass/_custom.scss */
  .section_event .TextContent {
    position: relative;
    margin-top: 15px;
  }
}
/* line 243, ../sass/_custom.scss */
.section_event .btn-warning {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  /* line 243, ../sass/_custom.scss */
  .section_event .btn-warning {
    top: 15px;
    right: 10px;
    font-size: 12px;
  }
}

/* line 256, ../sass/_custom.scss */
#wrap {
  width: 100%;
}
/* line 259, ../sass/_custom.scss */
#wrap .div60 {
  width: 40%;
  float: left;
  padding: 6px;
  text-align: center;
}
/* line 265, ../sass/_custom.scss */
#wrap .div60 a {
  color: #EB6623;
}
@media only screen and (max-width: 767px) {
  /* line 265, ../sass/_custom.scss */
  #wrap .div60 a {
    font-size: 12px;
  }
}
/* line 274, ../sass/_custom.scss */
#wrap .div20 {
  width: 30%;
  float: left;
  text-align: center;
}
/* line 279, ../sass/_custom.scss */
#wrap .div20 a {
  color: #EB6623;
}
@media only screen and (max-width: 767px) {
  /* line 279, ../sass/_custom.scss */
  #wrap .div20 a {
    font-size: 12px;
  }
}
/* line 288, ../sass/_custom.scss */
#wrap .calendar {
  width: 100%;
}
/* line 291, ../sass/_custom.scss */
#wrap .calendar .yes {
  cursor: pointer;
}
/* line 296, ../sass/_custom.scss */
#wrap .calendar tbody tr:first-child th {
  color: #505050;
  margin: 0 0 10px 0;
  text-align: center;
}
/* line 302, ../sass/_custom.scss */
#wrap .day_header {
  font-weight: normal;
  text-align: center;
  color: #333333;
  font-size: 17px;
  background: #EAEAEA;
  padding: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 302, ../sass/_custom.scss */
  #wrap .day_header {
    font-size: 12px;
  }
}
/* line 315, ../sass/_custom.scss */
#wrap .day_header.Sun,
#wrap .day_header.Sat {
  color: #fff;
  background: #BE242F;
}
/* line 321, ../sass/_custom.scss */
#wrap .calendar td {
  position: relative;
  width: 14%;
  /* Force all cells to be about the same width regardless of content */
  border: 2px solid #fff;
  height: 100px;
  vertical-align: top;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 321, ../sass/_custom.scss */
  #wrap .calendar td {
    height: 48px;
  }
}
/* line 335, ../sass/_custom.scss */
#wrap .day_listing {
  position: relative;
  z-index: 99;
  text-align: right;
  font-size: 17px;
  color: #2C2C2C;
}
@media only screen and (max-width: 767px) {
  /* line 335, ../sass/_custom.scss */
  #wrap .day_listing {
    font-size: 12px;
  }
}
/* line 346, ../sass/_custom.scss */
#wrap .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FADA30;
  top: 0;
  left: 0;
  color: #000;
  font-size: 13px;
}
/* line 356, ../sass/_custom.scss */
#wrap .content .text {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 359, ../sass/_custom.scss */
  #wrap .content .text div {
    display: none;
  }
}
/* line 366, ../sass/_custom.scss */
#wrap .content.no {
  background: #E4E4E4;
}
/* line 371, ../sass/_custom.scss */
#wrap .today {
  background: #EB6623;
  height: 100%;
  padding: 5px;
}
/* line 377, ../sass/_custom.scss */
#wrap .today .content {
  background: #EB6623;
}

/* line 2, ../sass/_footer.scss */
footer .footer_seachr {
  background: #E1E1E1;
  padding: 15px;
}
/* line 5, ../sass/_footer.scss */
footer .footer_seachr img {
  width: 150px;
}
/* line 9, ../sass/_footer.scss */
footer .footer_seachr form .form-control {
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/_footer.scss */
  footer .footer_seachr form {
    text-align: center;
  }
  /* line 14, ../sass/_footer.scss */
  footer .footer_seachr form label {
    margin: 0;
  }
}
/* line 18, ../sass/_footer.scss */
footer .footer_seachr form button {
  background: #601319;
  border: 0px;
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_footer.scss */
  footer .footer_seachr form button {
    margin-bottom: 15px;
  }
}
/* line 28, ../sass/_footer.scss */
footer .text1 {
  text-align: center;
}
/* line 30, ../sass/_footer.scss */
footer .text1 h1 {
  margin: 0;
  padding: 15px;
  color: #75232B;
}
@media only screen and (max-width: 767px) {
  /* line 30, ../sass/_footer.scss */
  footer .text1 h1 {
    padding: 5px;
  }
}
/* line 37, ../sass/_footer.scss */
footer .text1 h1 span {
  color: #BF2531;
}
/* line 42, ../sass/_footer.scss */
footer .text2 {
  background: #BF2531;
  text-align: center;
}
/* line 45, ../sass/_footer.scss */
footer .text2 p {
  margin: 0;
  color: #fff;
  padding: 15px;
}

/* line 2, ../sass/_home.scss */
.section_home .home_chart {
  margin-top: 25px;
}
/* line 5, ../sass/_home.scss */
.section_home .home_chart p {
  margin: 0;
}
/* line 9, ../sass/_home.scss */
.section_home .home_chart .box {
  padding: 15px;
}
/* line 13, ../sass/_home.scss */
.section_home .home_chart .box.top .text {
  padding: 5px;
  margin-bottom: 5px;
}
/* line 17, ../sass/_home.scss */
.section_home .home_chart .box.top .text .left {
  width: 30%;
  float: left;
}
/* line 22, ../sass/_home.scss */
.section_home .home_chart .box.top .text .rigth {
  background: #F4F4F4;
  width: 70%;
  float: left;
  padding-left: 7px;
}
/* line 28, ../sass/_home.scss */
.section_home .home_chart .box.top .text .rigth .pp {
  height: 90px;
  overflow: hidden;
}
/* line 33, ../sass/_home.scss */
.section_home .home_chart .box.top .text .rigth span {
  color: #808080;
}
/* line 37, ../sass/_home.scss */
.section_home .home_chart .box.top .text .rigth .a {
  text-align: right;
}
/* line 40, ../sass/_home.scss */
.section_home .home_chart .box.top .text .rigth .a a {
  color: #808080;
}
/* line 46, ../sass/_home.scss */
.section_home .home_chart .box.top .text b {
  color: #E16738;
}
/* line 52, ../sass/_home.scss */
.section_home .home_chart .box .head {
  text-align: center;
  color: #BA262C;
  margin-bottom: 14px;
}
/* line 57, ../sass/_home.scss */
.section_home .home_chart .box .head img {
  width: 50px;
}
/* line 62, ../sass/_home.scss */
.section_home .home_chart .box .zone {
  text-align: center;
}
/* line 65, ../sass/_home.scss */
.section_home .home_chart .box .zone img {
  width: 80px;
  margin: 5px 0;
}
/* line 70, ../sass/_home.scss */
.section_home .home_chart .box .zone h1 {
  font-size: 20px;
}
/* line 76, ../sass/_home.scss */
.section_home .home_chart .blox-map {
  position: relative;
  padding: 15px 0;
}
/* line 81, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap {
  position: relative;
}
/* line 84, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text {
  position: absolute;
  width: 50%;
  height: 50%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  /* line 84, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .text {
    display: none;
  }
}
/* line 96, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text:hover {
  opacity: 1;
}
/* line 100, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text.m1 {
  top: 0;
  left: 0;
}
/* line 105, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text.m2 {
  top: 0;
  right: 0;
}
/* line 110, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text.m3 {
  bottom: 0;
  left: 0;
}
/* line 115, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text.m4 {
  bottom: 0;
  right: 0;
}
/* line 120, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text .row {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
}
/* line 128, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text .row b {
  color: #E16738;
}
/* line 132, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text .row p {
  margin: 0;
}
/* line 136, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .text .row .col-md-3,
.section_home .home_chart .blox-map .cartmap .text .row .col-md-9 {
  padding: 5px;
}
/* line 143, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text {
  padding: 15px;
}
/* line 146, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp {
  position: absolute;
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 146, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 5px;
  }
}
/* line 157, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m1 {
  bottom: 5%;
  left: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 157, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m1 {
    top: 0;
    left: 0;
  }
}
/* line 166, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m1 b {
  color: #E16738;
}
/* line 171, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m2 {
  top: 3%;
  left: 3%;
}
@media only screen and (max-width: 767px) {
  /* line 171, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m2 {
    top: 0;
    left: 0;
  }
}
/* line 180, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m2 b {
  color: #7461A0;
}
/* line 185, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m3 {
  top: 7%;
  right: 2%;
}
@media only screen and (max-width: 767px) {
  /* line 185, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m3 {
    top: 0;
    right: unset;
  }
}
/* line 194, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m3 b {
  color: #77CABD;
}
/* line 199, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m4 {
  bottom: 0%;
  right: 28%;
}
@media only screen and (max-width: 767px) {
  /* line 199, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m4 {
    bottom: 0;
    right: unset;
  }
}
/* line 208, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m4 b {
  color: #FBDA31;
}
/* line 213, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp .pp {
  width: auto;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 213, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp .pp {
    width: 100%;
  }
}
/* line 223, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp p {
  margin: 0;
}
/* line 230, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap-img {
  padding: 20px;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  /* line 230, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap-img {
    margin-top: 15px;
  }
}
/* line 238, ../sass/_home.scss */
.section_home .home_chart .blox-map .cartmap-img img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 238, ../sass/_home.scss */
  .section_home .home_chart .blox-map .cartmap-img img {
    width: 100%;
    margin-top: 15px;
  }
}
/* line 250, ../sass/_home.scss */
.section_home .home_slide {
  margin-top: 25px;
}
/* line 253, ../sass/_home.scss */
.section_home .home_slide .slide {
  padding: 0 10%;
  padding-top: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 253, ../sass/_home.scss */
  .section_home .home_slide .slide {
    padding: 0;
  }
}
/* line 261, ../sass/_home.scss */
.section_home .home_slide .slide #slidework {
  position: relative;
  z-index: 99;
}
/* line 266, ../sass/_home.scss */
.section_home .home_slide .slide .owl-carousel .owl-item img {
  margin: auto;
}
/* line 270, ../sass/_home.scss */
.section_home .home_slide .slide .owl-item > .item-work {
  cursor: pointer;
  margin-top: 25%;
  transition: margin 0.4s ease;
}
@media only screen and (max-width: 767px) {
  /* line 270, ../sass/_home.scss */
  .section_home .home_slide .slide .owl-item > .item-work {
    margin-top: 0%;
  }
}
/* line 280, ../sass/_home.scss */
.section_home .home_slide .slide .owl-item.center > .item-work {
  cursor: auto;
  margin: 0 -50%;
}
@media only screen and (max-width: 767px) {
  /* line 280, ../sass/_home.scss */
  .section_home .home_slide .slide .owl-item.center > .item-work {
    margin: 0 0%;
  }
}
/* line 288, ../sass/_home.scss */
.section_home .home_slide .slide .owl-item.center > .item-work .link-work {
  border: 4px solid #742129;
}
/* line 293, ../sass/_home.scss */
.section_home .home_slide .slide .owl-item.center {
  z-index: 99999;
}
/* line 297, ../sass/_home.scss */
.section_home .home_slide .slide #slidework .owl-item:not(.center) {
  opacity: 0.8;
}
/* line 301, ../sass/_home.scss */
.section_home .home_slide .slide #slidework .owl-item:not(.center) .item-work {
  opacity: 1;
}
/* line 305, ../sass/_home.scss */
.section_home .home_slide .slide #slidework .owl-item:not(.active) {
  padding: 0px 20px;
}
/* line 309, ../sass/_home.scss */
.section_home .home_slide .slide #slidework .owl-item:not(.center) a {
  pointer-events: none;
  cursor: default;
  /* display: none; */
}
/* line 316, ../sass/_home.scss */
.section_home .home_slide .head {
  text-align: center;
  color: #BA262C;
  margin-bottom: 14px;
}
/* line 321, ../sass/_home.scss */
.section_home .home_slide .head img {
  width: 50px;
}
/* line 326, ../sass/_home.scss */
.section_home .home_slide .text {
  text-align: center;
  margin-top: -5%;
  padding: 10%;
}
@media only screen and (max-width: 767px) {
  /* line 326, ../sass/_home.scss */
  .section_home .home_slide .text {
    margin-top: 5%;
    padding: 2%;
  }
}
/* line 334, ../sass/_home.scss */
.section_home .home_slide .text h1 {
  color: #BF2531;
}
/* line 338, ../sass/_home.scss */
.section_home .home_slide .text p {
  color: #000;
}
/* line 342, ../sass/_home.scss */
.section_home .home_slide .text span {
  padding: 8px;
  border: 1px solid #E16738;
  border-radius: 20px;
  color: #E16738;
}
/* line 351, ../sass/_home.scss */
.section_home .home_video {
  margin-top: 25px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 351, ../sass/_home.scss */
  .section_home .home_video {
    padding: 15px;
  }
}
/* line 359, ../sass/_home.scss */
.section_home .home_video .head {
  text-align: center;
  color: #BA262C;
  margin-bottom: 14px;
}
/* line 364, ../sass/_home.scss */
.section_home .home_video .head img {
  width: 50px;
}
/* line 370, ../sass/_home.scss */
.section_home .home_video .video .vdo {
  position: relative;
  background: #000;
}
/* line 374, ../sass/_home.scss */
.section_home .home_video .video .vdo .w_full {
  opacity: 0.7;
}
/* line 378, ../sass/_home.scss */
.section_home .home_video .video .vdo .youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 378, ../sass/_home.scss */
  .section_home .home_video .video .vdo .youtube {
    width: 35px;
  }
}
/* line 391, ../sass/_home.scss */
.section_home .home_video .video .vdo:hover .w_full {
  opacity: 1;
  transition: opacity 1s;
}
/* line 396, ../sass/_home.scss */
.section_home .home_video .video .vdo:hover .youtube {
  width: 100px;
  transition: width 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 396, ../sass/_home.scss */
  .section_home .home_video .video .vdo:hover .youtube {
    width: 65px;
  }
}
/* line 407, ../sass/_home.scss */
.section_home .home_video .videotab {
  display: table;
  width: 100%;
  background: #FBD931;
  padding: 15px;
  border-bottom: 1px solid rgba(222, 226, 230, 0);
}
/* line 414, ../sass/_home.scss */
.section_home .home_video .videotab .active {
  background: #BF2530;
  color: #fff;
}
/* line 421, ../sass/_home.scss */
.section_home .home_support {
  background: #fff;
}
/* line 424, ../sass/_home.scss */
.section_home .home_support .head {
  text-align: center;
  color: #BA262C;
  margin-bottom: 14px;
  padding: 25px;
}
/* line 430, ../sass/_home.scss */
.section_home .home_support .head img {
  width: 50px;
}
/* line 435, ../sass/_home.scss */
.section_home .home_support .thumimg {
  padding: 5% 10%;
  padding-top: 0px;
}
/* line 439, ../sass/_home.scss */
.section_home .home_support .thumimg .owl-carousel {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  /* line 443, ../sass/_home.scss */
  .section_home .home_support .thumimg .owl-carousel .item img {
    padding: 15%;
  }
}
/* line 449, ../sass/_home.scss */
.section_home .home_support .thumimg .owl-carousel .owl-dots {
  margin-top: 0px !important;
}

/* line 2, ../sass/_narrative.scss */
.section_narrative .head-title {
  -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0px 30px 0px 0px;
  text-align: center;
  color: #FBDA31;
  background: #E26738;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_narrative.scss */
  .section_narrative .head-title {
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 21, ../sass/_narrative.scss */
.section_narrative .head-title img {
  width: 50px;
}
/* line 25, ../sass/_narrative.scss */
.section_narrative .head-title h1 {
  margin: 0;
}
/* line 30, ../sass/_narrative.scss */
.section_narrative .narrative_slide {
  margin-top: 15px;
}
/* line 34, ../sass/_narrative.scss */
.section_narrative .narrative_slide #homeslide .item {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #DF6440;
}
/* line 40, ../sass/_narrative.scss */
.section_narrative .narrative_slide .skewY {
  transform: skewY(-3deg);
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-radius: 0px 0px 0px 30px;
  background: white;
  border: 1px solid RGB(191, 37, 49);
}
/* line 48, ../sass/_narrative.scss */
.section_narrative .narrative_slide .skewY .text {
  transform: skewY(3deg);
  text-align: center;
  border-radius: 0px 0px 0px 30px;
  background: #fff;
  padding: 5%;
  padding-bottom: 0;
}
/* line 56, ../sass/_narrative.scss */
.section_narrative .narrative_slide .skewY .text h1 {
  color: #DF6440;
}
/* line 65, ../sass/_narrative.scss */
.section_narrative .narrative_thum .thumimg .owl-carousel {
  box-shadow: 0px 0px 9px #a2a2a2;
}
/* line 68, ../sass/_narrative.scss */
.section_narrative .narrative_thum .thumimg .owl-carousel .owl-nav {
  margin-top: 0px !important;
}
/* line 71, ../sass/_narrative.scss */
.section_narrative .narrative_thum .thumimg .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -28px;
  top: 40%;
  background: #BF2530 !important;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 71, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .thumimg .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
}
/* line 86, ../sass/_narrative.scss */
.section_narrative .narrative_thum .thumimg .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -28px;
  top: 40%;
  background: #BF2530 !important;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .thumimg .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
/* line 101, ../sass/_narrative.scss */
.section_narrative .narrative_thum .thumimg .owl-carousel .owl-nav img {
  width: 100%;
}
/* line 109, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text h1 {
  color: #DF6440;
}
/* line 113, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.top {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 113, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.top {
    background: #fff;
    padding: 8px;
  }
}
/* line 121, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.rigth {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 121, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.rigth {
    background: #fff;
    padding: 8px;
    text-align: left;
  }
}
/* line 130, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.rigth.pp1 {
  margin-right: -10%;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.rigth.pp1 {
    margin-right: 0%;
  }
}
/* line 138, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.rigth.pp3 {
  margin-right: -10%;
}
@media only screen and (max-width: 767px) {
  /* line 138, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.rigth.pp3 {
    margin-right: 0%;
  }
}
/* line 147, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 147, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.left {
    background: #fff;
    padding: 8px;
  }
}
/* line 155, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.left.pp1 {
  margin-left: -10%;
}
@media only screen and (max-width: 767px) {
  /* line 155, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.left.pp1 {
    margin-left: 0%;
  }
}
/* line 163, ../sass/_narrative.scss */
.section_narrative .narrative_thum .text.left.pp3 {
  margin-left: -10%;
}
@media only screen and (max-width: 767px) {
  /* line 163, ../sass/_narrative.scss */
  .section_narrative .narrative_thum .text.left.pp3 {
    margin-left: 0%;
  }
}

/* line 2, ../sass/_chart.scss */
.section_chart .head-title {
  -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0px 30px 0px 0px;
  text-align: center;
  color: #BF2530;
  background: #FBDA31;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 5px solid #E26738;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_chart.scss */
  .section_chart .head-title {
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 23, ../sass/_chart.scss */
.section_chart .head-title img {
  width: 50px;
}
/* line 27, ../sass/_chart.scss */
.section_chart .head-title h1 {
  margin: 0;
}
/* line 32, ../sass/_chart.scss */
.section_chart .blox-map {
  position: relative;
  background: #fff;
  padding: 15px 0;
}
/* line 37, ../sass/_chart.scss */
.section_chart .blox-map .cartmap {
  position: relative;
}
/* line 40, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text {
  position: absolute;
  width: 50%;
  height: 50%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  /* line 40, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .text {
    display: none;
  }
}
/* line 52, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text:hover {
  opacity: 1;
}
/* line 56, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text.m1 {
  top: 0;
  left: 0;
}
/* line 61, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text.m2 {
  top: 0;
  right: 0;
}
/* line 66, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text.m3 {
  bottom: 0;
  left: 0;
}
/* line 71, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text.m4 {
  bottom: 0;
  right: 0;
}
/* line 76, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text .row {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
}
/* line 84, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text .row b {
  color: #E16738;
}
/* line 88, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text .row p {
  margin: 0;
}
/* line 92, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .text .row .col-md-3,
.section_chart .blox-map .cartmap .text .row .col-md-9 {
  padding: 5px;
}
/* line 99, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text {
  padding: 15px;
}
/* line 102, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp {
  position: absolute;
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 102, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .cartmap-text .text-pp {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 5px;
  }
}
/* line 113, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m1 {
  bottom: 5%;
  left: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 113, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .cartmap-text .text-pp.m1 {
    top: 0;
    left: 0;
  }
}
/* line 122, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m1 b {
  color: #E16738;
}
/* line 127, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m2 {
  top: 3%;
  left: 3%;
}
@media only screen and (max-width: 767px) {
  /* line 127, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .cartmap-text .text-pp.m2 {
    top: 0;
    left: 0;
  }
}
/* line 136, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m2 b {
  color: #7461A0;
}
/* line 141, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m3 {
  top: 7%;
  right: 2%;
}
@media only screen and (max-width: 767px) {
  /* line 141, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .cartmap-text .text-pp.m3 {
    top: 0;
    right: unset;
  }
}
/* line 150, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m3 b {
  color: #77CABD;
}
/* line 155, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m4 {
  bottom: 0%;
  right: 28%;
}
@media only screen and (max-width: 767px) {
  /* line 155, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .cartmap-text .text-pp.m4 {
    bottom: 0;
    right: unset;
  }
}
/* line 164, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp.m4 b {
  color: #FBDA31;
}
/* line 169, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp .pp {
  width: auto;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 169, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap .cartmap-text .text-pp .pp {
    width: 100%;
  }
}
/* line 179, ../sass/_chart.scss */
.section_chart .blox-map .cartmap .cartmap-text .text-pp p {
  margin: 0;
}
/* line 186, ../sass/_chart.scss */
.section_chart .blox-map .cartmap-img {
  padding: 20px;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  /* line 186, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap-img {
    margin-top: 15px;
  }
}
/* line 194, ../sass/_chart.scss */
.section_chart .blox-map .cartmap-img img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 194, ../sass/_chart.scss */
  .section_chart .blox-map .cartmap-img img {
    width: 100%;
    margin-top: 15px;
  }
}

/* line 2, ../sass/_happy.scss */
.section_happy .head-title {
  -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0px 30px 0px 0px;
  text-align: center;
  color: #FBDA31;
  background: #E26738;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_happy.scss */
  .section_happy .head-title {
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 23, ../sass/_happy.scss */
.section_happy .head-title img {
  width: 50px;
}
/* line 27, ../sass/_happy.scss */
.section_happy .head-title h1 {
  margin: 0;
}
/* line 32, ../sass/_happy.scss */
.section_happy .img-head {
  margin-bottom: 15px;
}
/* line 36, ../sass/_happy.scss */
.section_happy .list-view {
  padding: 1% 5%;
}
/* line 39, ../sass/_happy.scss */
.section_happy .list-view .blox {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 44, ../sass/_happy.scss */
.section_happy .list-view .blox img {
  margin-bottom: 10px;
  height: 180px;
  object-fit: cover;
}
/* line 50, ../sass/_happy.scss */
.section_happy .list-view .blox .text {
  font-size: 15px;
  margin: 0;
  color: #000;
  height: 75px;
  overflow: hidden;
}
/* line 56, ../sass/_happy.scss */
.section_happy .list-view .blox .text h1 {
  font-size: 19px;
  margin: 0;
  color: #E26738;
  overflow: hidden;
  height: 32px;
}
/* line 65, ../sass/_happy.scss */
.section_happy .list-view .blox .more {
  height: 20px;
}
/* line 68, ../sass/_happy.scss */
.section_happy .list-view .blox .more .s1 {
  float: left;
  color: #727272;
}
/* line 73, ../sass/_happy.scss */
.section_happy .list-view .blox .more .s2 {
  float: right;
}
/* line 76, ../sass/_happy.scss */
.section_happy .list-view .blox .more .s2 a {
  color: #727272;
}
/* line 83, ../sass/_happy.scss */
.section_happy .list-view .pagination {
  background: #FBD931;
}
/* line 86, ../sass/_happy.scss */
.section_happy .list-view .pagination .page-link {
  color: #000;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
}
/* line 94, ../sass/_happy.scss */
.section_happy .happy_video {
  margin-top: 25px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 94, ../sass/_happy.scss */
  .section_happy .happy_video {
    padding: 15px;
  }
}
/* line 102, ../sass/_happy.scss */
.section_happy .happy_video .head {
  text-align: center;
  color: #BF2530;
  margin-bottom: 14px;
}
/* line 107, ../sass/_happy.scss */
.section_happy .happy_video .head img {
  width: 50px;
}
/* line 113, ../sass/_happy.scss */
.section_happy .happy_video .video .vdo {
  position: relative;
  background: #000;
}
/* line 117, ../sass/_happy.scss */
.section_happy .happy_video .video .vdo .w_full {
  opacity: 0.7;
}
/* line 121, ../sass/_happy.scss */
.section_happy .happy_video .video .vdo .youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 121, ../sass/_happy.scss */
  .section_happy .happy_video .video .vdo .youtube {
    width: 35px;
  }
}
/* line 134, ../sass/_happy.scss */
.section_happy .happy_video .video .vdo:hover .w_full {
  opacity: 1;
  transition: opacity 1s;
}
/* line 139, ../sass/_happy.scss */
.section_happy .happy_video .video .vdo:hover .youtube {
  width: 100px;
  transition: width 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 139, ../sass/_happy.scss */
  .section_happy .happy_video .video .vdo:hover .youtube {
    width: 65px;
  }
}
/* line 150, ../sass/_happy.scss */
.section_happy .happy_video .videotab {
  display: table;
  width: 100%;
  background: #FBD931;
  padding: 15px;
  border-bottom: 1px solid rgba(222, 226, 230, 0);
}
/* line 157, ../sass/_happy.scss */
.section_happy .happy_video .videotab .active {
  background: #BF2530;
  color: #fff;
}

/* line 2, ../sass/_contact.scss */
.section_contact .head-title {
  -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0px 30px 0px 0px;
  text-align: center;
  color: #BF2530;
  background: #FBDA31;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 5px solid #E26738;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_contact.scss */
  .section_contact .head-title {
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 21, ../sass/_contact.scss */
.section_contact .head-title img {
  width: 50px;
}
/* line 24, ../sass/_contact.scss */
.section_contact .head-title h1 {
  margin: 0;
}
/* line 28, ../sass/_contact.scss */
.section_contact .forms {
  background: #fff;
  color: #e24f15;
  padding: 4%;
  margin-bottom: 5%;
}
/* line 33, ../sass/_contact.scss */
.section_contact .forms .form-control {
  border: 1px solid #BF2530;
}
/* line 36, ../sass/_contact.scss */
.section_contact .forms h1 {
  color: #BF2530;
  font-size: 19px;
}
/* line 40, ../sass/_contact.scss */
.section_contact .forms p {
  margin: 0;
  color: #e24f15;
}
/* line 46, ../sass/_contact.scss */
.section_contact .list-view .head {
  text-align: center;
  color: #BF2530;
  margin-bottom: 14px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
/* line 51, ../sass/_contact.scss */
.section_contact .list-view .head img {
  width: 50px;
}
/* line 55, ../sass/_contact.scss */
.section_contact .list-view .blox {
  padding: 15px;
  margin-bottom: 15px;
}
/* line 58, ../sass/_contact.scss */
.section_contact .list-view .blox h1 {
  font-size: 19px;
  margin: 0;
  color: #000;
  font-weight: bold;
}
/* line 64, ../sass/_contact.scss */
.section_contact .list-view .blox p {
  font-size: 15px;
  margin: 0;
  color: #000;
}
/* line 69, ../sass/_contact.scss */
.section_contact .list-view .blox img {
  margin-bottom: 10px;
}

/* line 2, ../sass/_listening.scss */
.section_listening .head-title {
  -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0px 30px 0px 0px;
  text-align: center;
  color: #FBDA31;
  background: #E26738;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_listening.scss */
  .section_listening .head-title {
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 23, ../sass/_listening.scss */
.section_listening .head-title img {
  width: 50px;
}
/* line 27, ../sass/_listening.scss */
.section_listening .head-title h1 {
  margin: 0;
}
/* line 32, ../sass/_listening.scss */
.section_listening .img-head {
  margin-bottom: 15px;
}
/* line 37, ../sass/_listening.scss */
.section_listening .list-view {
  padding: 1% 5%;
}
/* line 40, ../sass/_listening.scss */
.section_listening .list-view .text {
  padding-bottom: 15px;
  height: 68px;
  overflow: hidden;
}
/* line 47, ../sass/_listening.scss */
.section_listening .list-view .blox {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 52, ../sass/_listening.scss */
.section_listening .list-view .blox img {
  margin-bottom: 10px;
  height: 180px;
  object-fit: cover;
}
/* line 58, ../sass/_listening.scss */
.section_listening .list-view .blox h1 {
  font-size: 19px;
  margin: 0;
  color: #E26738;
  height: 35px;
  overflow: hidden;
}
/* line 66, ../sass/_listening.scss */
.section_listening .list-view .blox p {
  font-size: 15px;
  margin: 0;
  color: #000;
}
/* line 72, ../sass/_listening.scss */
.section_listening .list-view .blox .more {
  height: 20px;
}
/* line 75, ../sass/_listening.scss */
.section_listening .list-view .blox .more .s1 {
  float: left;
  color: #727272;
}
/* line 80, ../sass/_listening.scss */
.section_listening .list-view .blox .more .s2 {
  float: right;
}
/* line 83, ../sass/_listening.scss */
.section_listening .list-view .blox .more .s2 a {
  color: #727272;
}
/* line 90, ../sass/_listening.scss */
.section_listening .list-view .pagination {
  background: #FBD931;
}
/* line 93, ../sass/_listening.scss */
.section_listening .list-view .pagination .page-link {
  color: #000;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
}
