/*------------------------------------------------------
CSS Variables
------------------------------------------------------*/
:root {
  --column-padding: 25px;
}
@media (max-width: 1024px) {
  :root {
    --column-padding: 20px;
  }
}
/*------------------------------------------------------
remove setting from elementor theme
------------------------------------------------------*/
@media (max-width: 575px) {
  .site-header,
  body:not([class*="elementor-page-"]) .site-main {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*------------------------------------------------------
common setting - start
------------------------------------------------------*/
.section {
  display: flex;
  justify-content: center;
}
.column {
  width: 100%;
  /* max-width: 1280px; */
  max-width: 1480px;
  padding-left: 10px;
  padding-right: 10px;
}
.column.column-60 {
  max-width: 888px;
}
.column.column-50 {
  max-width: 740px;
}
.column.column-40 {
  max-width: 592px;
}

html[lang="zh-hant"] .column.column-40,
html[lang="zh-hant"] .column.column-60{
  max-width: 740px;
}
.column.column-40:nth-child(1),
.column.column-50:nth-child(1),
.column.column-60:nth-child(1){
  padding-left: 10px;
  padding-right: 13px;
}
.column.column-40:nth-child(2),
.column.column-50:nth-child(2),
.column.column-60:nth-child(2) {
  padding-left: 13px;
  padding-right: 10px;
}
.yellow-underline:after {
  content: "";
  border-bottom: 2px solid #ffb71b;
  display: block;
  padding-bottom: 10px;
  width: 45px;
}
@media (max-width: 1680px) {
  .section {
    padding: 0 8%;
  }
  .column.column-60 {
    width: 60%;
  }
  .column.column-50 {
    width: 50%;
  }
  .column.column-40 {
    width: 40%;
  }
  html[lang="zh-hant"] .column.column-40,
  html[lang="zh-hant"] .column.column-60{
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .column.column-60,
  .column.column-50,
  .column.column-40 {
    max-width: 640px;
    width: 50%;
    padding: 0;
  }
  
}
@media (max-width: 786px) {
  .section {
    flex-direction: column;
  }
  html[lang="zh-hant"] .column.column-40,
  html[lang="zh-hant"] .column.column-60,
  .column.column-60,
  .column.column-50,
  .column.column-40 {
    width: 100%;
  }
 
  .column.column-40:nth-child(1),
  .column.column-50:nth-child(1),
  .column.column-60:nth-child(1) {
    margin-bottom: 10vw;
  }
}
/*------------------------------------------------------
01_bannerArea
------------------------------------------------------*/
.hero-banner{
  padding-left: 0;
}
.hero-banner img {
  width: 100%;
  margin-bottom: 3px;
}
@media only screen and (max-width: 786px) {
  .hero-banner img {
    margin-bottom: 0.45vw;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner img {
    margin-bottom: 0.7vw;
  }
}

/*------------------------------------------------------
02_productBannerArea
------------------------------------------------------*/
body{
  overflow-x: hidden;
}
ul.sub-banner {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  display: flex;
  height: 200px;/*not sure is sg optimizer affect*/
  padding: 0 40px;
}

ul.sub-banner li {
  padding: 10px;
}

/* Only applicable to banner images before the carousel loads */
ul.sub-banner > li {
  display: none;
}
ul.sub-banner > li:nth-child(1),
ul.sub-banner > li:nth-child(2),
ul.sub-banner > li:nth-child(3) {
  display: block;
  width: 33%;
}
/* End */

ul.sub-banner li a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  background: linear-gradient(0deg, #F2F2F3 0%, #F2F3F7 100%);
  border-radius: 16px;
}
ul.sub-banner li:hover a {
  box-shadow: 5px 10px 20px #0000001A;
}
ul.sub-banner li a .text {
  width: 45%;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 166px;
  padding-left: 38px;
}
ul.sub-banner li a .text .sub-banner-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-weight: 500;
}
ul.sub-banner li:hover a .text .sub-banner-title {
  color: #0071be;
}
ul.sub-banner li a .text .subsub-banner-content {
  line-height: 20px;
}
ul.sub-banner li a .pic {
  width: 55%;
  max-width: 55%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
ul.sub-banner li a .pic img {
  width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}
ul.sub-banner li:hover a .pic img {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.chevron-container {
  background: #333333;
  opacity: 0.16;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: 0.5s opacity;
  width: 55px;
  padding: 58px 0px;
}
ul.hero-banner .chevron-container{
  background:rgba(255, 255, 255, 0.2);
}
ul.hero-banner .chevron-container {
  top: 40%;
}

ul.sub-banner .chevron-container {
  top: 20%;
}

.chevron-container:hover {
  opacity: 0.7;
}
.chevron-container.right {
  right: 20px;
}
.chevron-container.left {
  left: 20px;
}
.chevron-left,
.chevron-right {
  position: absolute;
  z-index: 3;
  top: 40%;
}
.chevron-left:hover,
.chevron-right:hover {
  border-right: #999999 3px solid;
  border-bottom: #999999 3px solid;
}

.chevron-container .chevron-left {
  top: 37%;
  left: 22px;
}

.chevron-container .chevron-right {
  top: 37%;
  right: 22px;
}

/*------------------------------------------------------
03_senaoHighlight
------------------------------------------------------*/
.senao-highlight-area {
  padding-top: 60px;
}
.senao-highlight-area ul {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 60px;
  margin-right: -26px;
  padding: 0;
}
.senao-highlight-area ul li {
  width: 33.33%;
  letter-spacing: 0.33px;
  cursor: pointer;
  margin-right: 26px;
  background-color: #f2f2f2;
  list-style-type: none;
  border-radius: 16px;
  overflow: hidden;
}
.highlight-pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.highlight-pic-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}
.highlight-text {
  /* height: 146px; */
  padding: 13px 20px 34px;
}
.highlight-tag {
  color: #323655;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 12px;
}
.highlight-tag:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0071be;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 8px;
}
/* .senao-highlight-area ul li .highlight-pic:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background-color: #0071be;
  z-index: 5;
  position: absolute;
} */
.senao-highlight-area ul li a {
  color: #333333;
}
.senao-highlight-area ul li:hover h4 {
  color: #0071be;
}
.senao-highlight-area ul li:hover .highlight-pic img {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.senao-highlight-area ul li:active h4 {
  color: #183950;
}
/*common setting exception*/
.senao-highlight-area p {
  letter-spacing: 0.4px;
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.senao-highlight-area h4 {
  letter-spacing: 0.6px;
  margin-bottom: 4px;
  font-size: 22px;
}
.senao-highlight-area h3 {
  letter-spacing: 0.65px;
}
@media (max-width: 1680px) {
  .highlight-text {
    height: auto;
  }
}
@media (max-width: 786px) {
  .senao-highlight-area ul {
    flex-wrap: wrap;
  }
  .senao-highlight-area ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
/*------------------------------------------------------
04_notification-area
------------------------------------------------------*/
.notification-area {
  background: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-area {
  padding-right: 16px;
}
.notification-area .news-list,
.career-list {
  padding: var(--column-padding);
  background: #ffffff;
  margin-top: 16px;
  border-radius: 16px;
}
.career-list {
  padding: var(--column-padding) var(--column-padding) 0 var(--column-padding);
}
.notification-area ul {
  width: 100%;
  height: 288px;
  overflow: hidden;
  padding: 0;
}
.notification-area ul li {
  border-top: 1px #707070 dotted;
  padding: 0 12px;
  cursor: pointer;
}
.notification-area ul li a {
  color: #707070;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
}
.notification-area ul li:last-child {
  border-bottom: 1px #707070 dotted;
}
.notification-area ul li:hover {
  background-color: #e1e1e1;
}
.notification-area ul li:hover a {
  color: #333333;
}
.notification-area ul li span:nth-child(1) {
  height: 40px;
  /*for...*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 85%;
}
.notification-area ul li span.date {
  color: #333333;
  font-size: 14px;
}
.notification-area a.more {
  font-size: 18px;
  color: #0071be;
  margin-top: 27px;
  letter-spacing: 0.35px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.notification-area a.more:hover{
  color: #183950;
}
/*only-for-career*/
.notification-area .career-area a.more {
  margin-bottom: 16px;
}
.career-btn3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.career-btn3 a {
  height: 154px;
  line-height: 154px;
  text-align: center;
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 16px;
  margin-right: var(--column-padding);
  margin-bottom: var(--column-padding);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #183950;
  overflow: hidden;
}
html[lang="zh-hant"] .career-btn3 a{
  width: calc(33.3% - (var(--column-padding)*2/3));/*3*2*/
}
html[lang="zh-hant"] .career-btn3 a:nth-child(3n){
  margin-right: 0;
}
html[lang="en-US"] .career-btn3 a{
  width: calc(50% - (var(--column-padding)/2));/*2*2*/
}
html[lang="en-US"] .career-btn3 a:nth-child(2n){
  margin-right: 0;
}
.career-btn3 a:hover div {
  background-color: rgba(24, 57, 80, 0.5);
}
@media (max-width: 1680px) {
  .career-btn3 a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .career-btn3 a {
    font-size: 16px;
  }
}
@media (max-width: 786px) {
  .career-btn3 a{
    line-height: normal;
  }
  .career-btn3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  .career-btn3 a:hover div {
    background-color: transparent;
  }
}
@media (max-width: 400px) {
  /* .career-btn3 a ,
  html[lang="en-US"] .career-btn3 a{
    width: 46%;
  } */
}
/*------------------------------------------------------
00_scroll animation
------------------------------------------------------*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(20px);
  }
  80% {
    -webkit-transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    -moz-transform: translateX(20px);
  }
  80% {
    -moz-transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  80% {
    -o-transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    -webkit-transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    -moz-transform: translateX(-20px);
  }
  80% {
    -moz-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    -o-transform: translateX(-20px);
  }
  80% {
    -o-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@-o-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
.animated.animationDelay {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.animated.animationDelayMed {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.animated.animationDelayLong {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}
/*------------------------------------------------------
01_bannerArea
------------------------------------------------------*/
.hero-banner img {
  width: 100%;
  margin-bottom: 3px;
}
@media only screen and (max-width: 786px) {
  .hero-banner img {
    margin-bottom: 0.45vw;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner img {
    margin-bottom: 0.7vw;
  }
}
/*------------------------------------------------------
07 Carousel
------------------------------------------------------*/
/* Make sure all slides are only as tall as their images */
.slick-slide {
  height: auto !important;
}

.hero-banner > li {
  display: none;
}

.hero-banner > li:first-child {
  display: block;
}

.hero-banner .slick-slide.slick-current {
  display: block;
}
.hero-banner .slick-slider.slick-dotted {
  margin-bottom: 0px;
}
.hero-banner .slick-dots {
  bottom: 5px;
}
.hero-banner .slick-dots button::before {
  color: white !important;
}
.hero-banner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
}
.hero-banner .slick-dots li button {
  background: transparent;
  color: none;
  border-radius: 100%;
  transition: 0.3s;
  color: white;
  height: 15px;
  width: 15px;
}
.hero-banner .slick-dots li button:hover {
  background: transparent;
}
.hero-banner .slick-dots li button:before {
  background: #ffffff;
  color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px;
  transition: 0.3s;
  height: 3px;
  width: 50px;
}
.hero-banner .slick-dots li.slick-active button:before {
  background: #ffb71b;
}
/*banner new rules-start*/
.hero-banner .chevron-container {
  opacity: 0;
}
.hero-banner:hover {
  filter: brightness(1.05);
}
.hero-banner:hover .chevron-container {
  opacity: 1;
  background:rgba(255, 255, 255, 0.1);
}
.hero-banner:hover .chevron-container .chevron-left,
.hero-banner:hover .chevron-container .chevron-right {
  opacity: 1;
  border-color:rgba(255, 255, 255, 0.5);
}
.hero-banner .chevron-container:hover{
  opacity: 1;
  background:rgba(255, 255, 255, 0.2);
}
.hero-banner .chevron-container:hover .chevron-left,
.hero-banner .chevron-container:hover .chevron-right {
  opacity: 1;
  border-color:rgba(255, 255, 255, 1);
}
/*banner new rules-end*/

.hero-banner .chevron-left,
.hero-banner .chevron-right{
  border-color: #ffffff;
}

.chevron-left,
.chevron-right {
  color: white;
  display: inline-block;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}
.chevron-left:hover,
.chevron-right:hover {
  border-right: 3px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  opacity: 1;
}
.chevron-left {
  transform: rotate(-225deg);
  left: 30px;
}
.chevron-right {
  transform: rotate(-45deg);
  right: 30px;
}
@media (max-width: 719px) {
  .chevron-left,
  .chevron-right {
    width: 20px;
    height: 20px;
  }
  .chevron-left {
    left: 10px;
  }
  .chevron-right {
    right: 10px;
  }
}
