a img {
  border: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Cairo", sans-serif;
}
.notransition {
  transition: none !important;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 370px;
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 640px;
  }
}
.container {
  position: relative;
  margin: auto;
  padding: 0 120px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.iti {
  display: block;
  height: 100%;
}
.iti .custinput {
  padding-right: 80px !important;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: none !important;
}
.iti__country-list {
  white-space: unset;
  width: 480px;
}
@media (max-width: 1020px) {
  .iti__country-list {
    max-width: calc(50vw - 85px);
  }
}
@media (max-width: 767px) {
  .iti__country-list {
    max-width: calc(100vw - 77px);
  }
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 65px;
}
.iti__selected-dial-code {
  font-size: 11px;
  font-weight: normal;
  color: #485057;
}
.swiper-pagination {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1 !important;
  transition: all 0.35s;
  margin: 0 5px 5px !important;
  background: #485057;
}
.swiper-pagination-bullet-active {
  background: #faad24;
  cursor: default !important;
}
.swiper-pagination-lock {
  display: none !important;
}
.custbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: none;
  height: 50px;
  text-transform: uppercase;
  transition: all 0.35s;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  text-align: center;
  padding: 0 22px 0;
  border-radius: 0;
  overflow: hidden;
  background: #faad24;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.custbtn.loading {
  pointer-events: none;
}
.custbtn.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  pointer-events: none;
  display: block !important;
  content: "";
  top: 3px;
  color: #fff;
}
.custbtn.loading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #faad24;
  position: absolute !important;
  content: "" !important;
}
@media (max-width: 767px) {
  .custbtn {
    height: 43px;
    font-size: 14px;
  }
}
.section_add {
  background: #f7f7f7;
  padding: 18px 15px 18px;
}
.section_add .box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .section_add {
    display: none;
  }
}
.articleDate {
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  direction: ltr;
}
@media (max-width: 767px) {
  .articleDate {
    font-size: 13px;
    line-height: 20px;
  }
}
.sectiontitle {
  color: #485057;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sectiontitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.subCategory {
  display: flex;
}
.subCategory .category {
  background: #faad24;
  padding: 3px 7px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
@media (max-width: 767px) {
  .subCategory .category {
    font-size: 11px;
    line-height: 15px;
  }
}
.Featured {
  padding: 29px 0 42px;
  overflow: hidden;
  direction: ltr;
}
.Featured .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Featured .grp > li:nth-child(1) {
  width: calc(58% - 24px);
}
.Featured .grp > li:nth-child(2) {
  width: 42%;
}
.Featured .pic {
  overflow: hidden;
}
.Featured .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.Featured .article .pic {
  margin-bottom: 7px;
}
.Featured .article .articleDate {
  margin-top: 3px;
}
.Featured .list > li + li {
  margin-top: 42px;
}
.Featured .item {
  display: flex;
  position: relative;
}
.Featured .item .pic {
  width: 150px;
  margin-right: 24px;
}
.Featured .item .info {
  width: calc(100% - 174px);
}
.Featured .item .articleDate {
  margin-top: 3px;
}
.Featured .caption {
  color: #485057;
  font-size: 28px;
  line-height: 41px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  max-width: 544px;
}
@media (max-width: 1000px) {
  .Featured .caption {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .Featured .caption {
    font-size: 20px;
    line-height: 31px;
  }
}
.Featured .titre {
  color: #485057;
  font-size: 16px;
  line-height: 28px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  margin-top: 7px;
}
@media (max-width: 1000px) {
  .Featured .titre {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .Featured .titre {
    font-size: 13px;
    line-height: 23px;
  }
}
@media (max-width: 1000px) {
  .Featured .item .pic {
    width: 140px;
    margin-right: 15px;
  }
  .Featured .item .info {
    width: calc(100% - 155px);
  }
}
@media (max-width: 767px) {
  .Featured .grp > li {
    width: 100% !important;
  }
  .Featured .grp > li:nth-child(2) {
    margin-top: 32px;
  }
  .Featured .item .pic {
    width: 116px;
    margin-right: 18px;
  }
  .Featured .item .info {
    width: calc(100% - 134px);
  }
}
.subgrouping {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subgrouping > li:nth-child(1) {
  width: calc(100% - 380px);
}
.subgrouping > li:nth-child(2) {
  width: 350px;
}
@media (min-width: 1750px) {
  .subgrouping > li:nth-child(1) {
    width: calc(100% - 480px);
  }
  .subgrouping > li:nth-child(2) {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .subgrouping > li {
    width: 100% !important;
  }
}
.Specials {
  direction: ltr;
  position: relative;
  overflow: hidden;
  background: #ededed;
  padding: 45px 0 60px;
}
.Specials .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.Specials .head > li {
  max-width: 50%;
}
.Specials .more {
  display: flex;
}
.Specials .more .link {
  transition: all 0.35s;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: #485057;
}
.Specials .article {
  width: 100%;
  display: block;
  position: relative;
  height: calc(50% - 15px);
}
.Specials .article .pic,
.Specials .article .pic img {
  height: 100%;
}
.Specials .pic {
  overflow: hidden;
  position: relative;
}
.Specials .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.Specials .pic:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.Specials .articleDate {
  color: #dbdbdb;
  margin-top: 3px;
}
.Specials .info {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 20px;
}
.Specials .titre {
  font-size: 16px;
  line-height: 28px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 7px;
}
@media (max-width: 1000px) {
  .Specials .titre {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .Specials .titre {
    font-size: 13px;
    line-height: 23px;
  }
}
.Specials .subgrouping > li:nth-child(1) .article {
  height: 100%;
}
.Specials .subgrouping > li:nth-child(1) .article .pic,
.Specials .subgrouping > li:nth-child(1) .article .pic img {
  height: 100%;
}
.Specials .subgrouping > li:nth-child(1) .titre {
  font-size: 28px;
  line-height: 41px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  max-width: 588px;
}
@media (max-width: 1000px) {
  .Specials .subgrouping > li:nth-child(1) .titre {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .Specials .subgrouping > li:nth-child(1) .titre {
    font-size: 20px;
    line-height: 31px;
  }
}
.Specials .subgrouping > li:nth-child(1) .info {
  padding-left: 35px;
  padding-bottom: 35px;
}
.Specials .subgrouping > li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .Specials {
    padding: 33px 0 87px;
  }
  .Specials .article + .article {
    margin-top: 24px;
  }
  .Specials .article {
    height: auto;
  }
  .Specials .subgrouping > li:nth-child(2) {
    margin-top: 24px;
    display: block;
  }
  .Specials .subgrouping > li:nth-child(1) .pic {
    height: auto;
  }
  .Specials .subgrouping > li:nth-child(1) .titre {
    font-size: 16px;
    line-height: 28px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
  }
  .Specials .info {
    padding: 20px !important;
  }
  .Specials .head {
    margin-bottom: 20px;
  }
  .Specials .head > li {
    width: 100%;
    max-width: none;
  }
  .Specials .more .link {
    font-size: 13px;
  }
  .Specials .more {
    position: absolute;
    bottom: -55px;
    left: 15px;
  }
}
@media (max-width: 767px) and (max-width: 1000px) {
  .Specials .subgrouping > li:nth-child(1) .titre {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .Specials .subgrouping > li:nth-child(1) .titre {
    font-size: 13px;
    line-height: 23px;
  }
}
.Offers {
  position: relative;
  overflow: hidden;
  direction: ltr;
  padding: 45px 0 45px;
}
.Offers .subgrouping > li:nth-child(2) {
  background: #404040;
  padding: 0 26px 20px;
}
.Offers .subgrouping > li:nth-child(2) .sectiontitle {
  color: #fff;
  background: none;
}
.Offers .subgrouping > li:nth-child(2) .subheader:after {
  display: none;
}
.Offers .pic {
  overflow: hidden;
}
.Offers .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.Offers .grid > li + li {
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-top: 22px;
}
.Offers .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Offers .list > li {
  width: calc(50% - 33px);
}
.Offers .subheader {
  position: relative;
  margin-bottom: 16px;
  padding-top: 13px;
  overflow: hidden;
  display: flex;
}
.Offers .subheader:after {
  display: block;
  content: "";
  border-bottom: 1px solid #707070;
  pointer-events: none;
  right: 0;
  width: 100vw;
  height: 2px;
  position: absolute;
  top: 11px;
  bottom: 0;
  margin: auto;
}
.Offers .sectiontitle {
  color: #485057;
  position: relative;
  background: #fff;
  z-index: 1;
  padding-right: 13px;
}
.Offers .subtitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #485057;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .Offers .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}
.Offers .item {
  display: flex;
}
.Offers .item .pic {
  width: 120px;
  margin-right: 10px;
}
.Offers .item .info {
  width: calc(100% - 130px);
}
.Offers .item .titre {
  font-size: 14px;
  line-height: 22px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #485057;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .Offers .item .titre {
    font-size: 13px;
    line-height: 21px;
  }
}
.Offers .holder > li + li {
  margin-top: 29px;
}
.Offers .article {
  display: block;
}
.Offers .article .titre {
  font-size: 16px;
  line-height: 28px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1000px) {
  .Offers .article .titre {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .Offers .article .titre {
    font-size: 13px;
    line-height: 23px;
  }
}
.Offers .article .pic img {
  height: 167px;
}
.Offers .article .pic {
  margin-bottom: 6px;
}
@media (max-width: 1500px) {
  .Offers .list > li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 1160px) {
  .Offers .list > li {
    width: 100%;
  }
  .Offers .list > li + li {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .Offers {
    padding-top: 23px;
  }
  .Offers .subgrouping > li:nth-child(2) {
    margin-top: 48px;
  }
  .Offers .subheader:after {
    top: 13px;
  }
  .Offers .article .pic img {
    height: auto;
  }
}
.Videos {
  position: relative;
  overflow: hidden;
  background: #485057;
  padding: 45px 0 60px;
  direction: ltr;
}
.Videos .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.Videos .head > li {
  max-width: 50%;
}
.Videos .sectiontitle {
  color: #fff;
}
.Videos .more {
  display: flex;
}
.Videos .more .link {
  transition: all 0.35s;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.Videos .pic {
  overflow: hidden;
  position: relative;
}
.Videos .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.Videos .pic.play:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: url(../images/playicon.svg) no-repeat center center;
  background-size: 35px;
}
.Videos .article {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}
.Videos .article .pic.play:before {
  background-size: 88px;
}
.Videos .article .pic,
.Videos .article .pic img {
  height: 100%;
}
.Videos .article .pic img {
  max-height: 520px;
}
.Videos .article .pic:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #485057 0, rgba(0, 0, 0, 0) 100%);
}
.Videos .article .titre {
  font-size: 28px;
  line-height: 41px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #fff;
  max-width: 588px;
}
@media (max-width: 1000px) {
  .Videos .article .titre {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .Videos .article .titre {
    font-size: 20px;
    line-height: 31px;
  }
}
.Videos .article .articleDate {
  color: #fff;
  margin-top: 3px;
}
.Videos .info {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 20px;
}
.Videos .list {
  overflow: hidden;
  position: relative;
}
.Videos .list > li + li {
  margin-top: 40px;
}
.Videos .item {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}
.Videos .item .pic {
  width: 100px;
  margin-right: 22px;
  height: auto;
}
.Videos .item .pic img {
  height: 100px;
}
.Videos .item .data {
  width: calc(100% - 122px);
}
.Videos .item .caption {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .Videos .item .caption {
    font-size: 13px;
    line-height: 21px;
  }
}
.Videos .item .articleDate {
  margin-top: 3px;
}
.Videos .category {
  background: none;
  color: #faad24;
  padding: 0;
}
@media (max-width: 1040px) {
  .Videos .article .pic.play:before {
    background-size: 63px;
    top: -27px;
  }
  .Videos .article .titre {
    font-size: 20px;
    line-height: 31px;
  }
  .Videos .list > li + li {
    margin-top: 22px;
  }
  .Videos .list {
    max-height: 316px;
  }
  .Videos .item .pic {
    width: 90px;
    margin-right: 12px;
  }
  .Videos .item .pic img {
    height: 90px;
  }
  .Videos .item .data {
    width: calc(100% - 102px);
  }
}
@media (max-width: 767px) {
  .Videos {
    padding: 44px 0 87px;
  }
  .Videos .list {
    margin-top: 26px;
    max-height: none;
  }
  .Videos .article .pic.play:before {
    background-size: 60px;
  }
  .Videos .item .pic {
    width: 100px;
    margin-right: 29px;
  }
  .Videos .item .pic img {
    height: 100px;
  }
  .Videos .item .data {
    width: calc(100% - 129px);
  }
  .Videos .head > li {
    max-width: none;
    width: 100%;
  }
  .Videos .more {
    position: absolute;
    bottom: -55px;
    left: 15px;
  }
  .Videos .more .link {
    font-size: 13px;
  }
  .Videos .article .titre {
    font-size: 16px;
    line-height: 28px;
  }
}
.square_add {
  position: relative;
  margin-bottom: 40px;
}
.square_add .staticimage {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .square_add {
    display: none;
  }
}
.insta_box {
  position: relative;
  border-top: 1px solid #e0e0e0;
  margin-top: 35px;
  padding-top: 15px;
  direction: ltr;
}
.insta_box .box {
  margin-bottom: 22px;
  direction: ltr;
}
.insta_box .staticimage {
  display: block;
  width: 100%;
}
.insta_box .more {
  display: flex;
}
.insta_box .title {
  color: #485057;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 767px) {
  .insta_box {
    border: 0;
    margin-top: 0;
    padding-top: 48px;
  }
}
.Others {
  position: relative;
  overflow: hidden;
  direction: ltr;
  padding: 60px 0 88px;
}
.Others .sectiontitle {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 13px;
}
.Others .subheader {
  position: relative;
  margin-bottom: 16px;
  padding-top: 13px;
  overflow: hidden;
  display: flex;
}
.Others .subheader:after {
  display: block;
  content: "";
  border-bottom: 1px solid #707070;
  pointer-events: none;
  right: 0;
  width: 100vw;
  height: 2px;
  position: absolute;
  top: 11px;
  bottom: 0;
  margin: auto;
}
.Others .list > li + li {
  margin-top: 22px;
}
.Others .grid > li + li {
  margin-top: 45px;
}
.Others .article {
  display: flex;
  flex-wrap: wrap;
}
.Others .article .pic {
  width: 285px;
  margin-right: 29px;
}
.Others .article .data {
  width: calc(100% - 314px);
  padding-top: 16px;
}
.Others .article .caption {
  font-size: 18px;
  line-height: 30px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #485057;
  max-width: 400px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .Others .article .caption {
    font-size: 16px;
    line-height: 28px;
  }
}
.Others .article .subcaption {
  font-size: 16px;
  line-height: 24px;
  font-family: "Cairo", sans-serif;
  font-weight: normal;
  color: #485057;
  max-width: 400px;
  margin-top: 8px;
}
.Others .article .articleDate {
  margin-top: 22px;
}
.Others .pic {
  overflow: hidden;
  position: relative;
}
.Others .pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: all 0.35s;
}
.Others .item {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}
.Others .item .pic {
  width: 80px;
  margin-right: 19px;
  height: auto;
}
.Others .item .info {
  width: calc(100% - 99px);
  top: -6px;
  position: relative;
}
.Others .item .titre {
  color: #485057;
  font-size: 14px;
  line-height: 22px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .Others .item .titre {
    font-size: 13px;
    line-height: 21px;
  }
}
.Others .item .articleDate {
  margin-top: 3px;
}
@media (max-width: 1040px) {
  .Others .article .pic {
    width: 100%;
    margin-right: 0;
  }
  .Others .article .pic img {
    max-height: 310px;
  }
  .Others .article .data {
    width: calc(100% - 0px);
  }
  .Others .article .articleDate {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .Others {
    padding: 24px 0 40px;
  }
  .Others .article .subcaption {
    font-size: 13px;
    line-height: 20px;
    font-family: "Cairo", sans-serif;
    font-weight: normal;
  }
  .Others .grid > li + li {
    margin-top: 24px;
  }
  .Others .subheader:after {
    top: 13px;
  }
  .Others .subgrouping > li:nth-child(2) {
    padding-top: 38px;
  }
}
.relatedItems {
  position: relative;
  overflow: hidden;
  padding: 0 0 52px;
  direction: ltr;
}
.relatedItems .top {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.relatedItems .top > li {
  max-width: 48%;
}
.relatedItems .sectiontitle {
  color: #485057;
}
.relatedItems .more {
  display: flex;
}
.relatedItems .link {
  transition: all 0.35s;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: #485057;
}
.relatedItems .screen {
  overflow: hidden;
}
.relatedItems .swiper-wrapper {
  width: calc(100% + 30px);
}
.relatedItems .swiper-slide {
  width: calc(25% - 30px);
  margin-right: 30px;
  height: auto;
}
.relatedItems .swiper-slide:last-child {
  margin-right: 0;
}
.relatedItems .item {
  display: block;
  height: 100%;
}
.relatedItems .pic {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.relatedItems .pic:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, #485057 0, rgba(0, 0, 0, 0) 100%);
}
.relatedItems .pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: all 0.35s;
  min-height: 200px;
  height: 100%;
}
.relatedItems .inside {
  position: relative;
  z-index: 1;
}
.relatedItems .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 11px;
}
.relatedItems .articleDate {
  color: #b9b9b9;
  margin-top: 3px;
  font-size: 13px;
}
.relatedItems .caption {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .relatedItems .caption {
    font-size: 13px;
    line-height: 21px;
  }
}
.relatedItems .swiper-pagination {
  margin-top: 17px;
}
@media (max-width: 1000px) {
  .relatedItems .swiper-slide {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 767px) {
  .relatedItems {
    padding-bottom: 110px;
  }
  .relatedItems .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
    width: 100%;
  }
  .relatedItems .swiper-slide {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
  .relatedItems .swiper-slide:last-child {
    margin-bottom: 0 !important;
  }
  .relatedItems .pic img {
    min-height: 355px;
  }
  .relatedItems .caption {
    font-size: 16px;
    line-height: 28px;
  }
  .relatedItems .top > li {
    max-width: none;
    width: 100%;
  }
  .relatedItems .more {
    position: absolute;
    bottom: -55px;
    left: 15px;
  }
  .relatedItems .swiper-pagination {
    display: none;
  }
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #485057;
  direction: ltr;
}
footer .wrap {
  height: 370px;
  position: relative;
  padding-top: 60px;
}
footer .end {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #4a4a4a;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 11px;
}
footer .copyright {
  font-size: 12px;
  color: #c6c6c6;
  line-height: 16px;
  direction: ltr;
}
footer .cols {
  display: flex;
  flex-wrap: wrap;
}
footer .cols > li:nth-child(1) {
  width: 150px;
  margin-right: 100px;
}
footer .cols > li:nth-child(2) {
  width: calc(100% - 250px);
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  position: relative;
}
footer .logo img {
  display: block;
  object-fit: contain;
  height: 100%;
}
footer .media {
  display: flex;
  margin-top: 30px;
  align-items: center;
  flex-wrap: wrap;
}
footer .media > li {
  margin-right: 12px;
}
footer .media > li:last-child {
  margin-right: 0;
}
footer .item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  font-size: 14px;
  color: #485057;
  background: #8d8d8d;
  padding-top: 2px;
}
footer .grp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .grp > li {
  max-width: 33.33%;
  width: 100%;
  padding: 0 10px;
}
footer .list > li + li {
  margin-top: 27px;
}
footer .list > li {
  display: flex;
}
footer .link {
  color: #fff;
  transition: all 0.35s;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .wrap {
    height: 640px;
    padding-top: 38px;
  }
  footer .logo {
    width: 140px;
    margin: auto;
  }
  footer .media {
    justify-content: center;
    margin-top: 35px;
  }
  footer .media > li {
    margin: 0 6px 12px;
  }
  footer .cols > li {
    width: 100% !important;
    margin: 0 !important;
  }
  footer .grp {
    margin-top: 44px;
    max-width: 500px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  footer .grp > li {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
  }
  footer .grp > li:nth-child(1),
  footer .grp > li:nth-child(2) {
    max-width: 50%;
  }
  footer .grp > li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
}
#content:before {
  display: block;
  content: "";
  height: 130px;
}
@media (max-width: 767px) {
  #content:before {
    height: 72px;
  }
}
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 10px #ddd;
  direction: ltr;
}
header .top {
  background: #485057;
}
header .wrap1 {
  height: 44px;
  display: flex;
  align-items: center;
}
header .wrap2 {
  height: 86px;
  position: relative;
}
header .holder {
  background: #fff;
}
header .date {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-weight: normal;
}
@media (max-width: 767px) {
  header .date {
    font-size: 13px;
    line-height: 21px;
  }
}
header .media {
  display: flex;
  align-items: center;
  position: absolute;
  top: -34px;
  right: 0;
  flex-direction: row-reverse;
}
header .media > li {
  margin-left: 12px;
}
header .media > li:last-child {
  margin-left: 0;
}
header .media .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: all 0.35s;
  background: #fff;
  border-radius: 100%;
  font-size: 17px;
  color: #485057;
  padding-top: 1px;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 35px;
  margin: auto;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
header .logo img {
  display: block;
  object-fit: contain;
  height: 100%;
}
header .searchtab {
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  margin: auto;
  height: 40px;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
header .searchtab.open .opensearch {
  color: #fff;
}
header .searchtab.open .field {
  width: 218px;
}
header .searchtab .opensearch {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  color: #485057;
  z-index: 1;
}
header .searchtab .subinner {
  padding-right: 42px;
  padding-left: 14px;
  width: 100%;
  height: 100%;
}
header .searchtab .field {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: #485057;
  width: 0;
  overflow: hidden;
  transition: 0.3s width;
}
header .searchtab .custinput {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
}
header .inner {
  position: absolute;
  left: 180px;
  top: 0;
  height: 100%;
}
header .list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
header .list > li {
  height: 100%;
  display: flex;
  align-items: center;
}
header .list > li + li {
  margin-left: 31px;
}
header .link {
  color: #485057;
  transition: all 0.35s;
  font-size: 16px;
  font-weight: 700;
}
header .link.selected {
  color: #faad24;
}
@media (max-width: 1077px) {
  header .list > li + li {
    margin-left: 22px;
  }
}
@media (max-width: 1019px) {
  header .list > li + li {
    margin-left: 20px;
  }
  header .link {
    font-size: 15px;
  }
  header .inner {
    left: 165px;
  }
}
@media (max-width: 940px) {
  header .list > li + li {
    margin-left: 15px;
  }
  header .inner {
    left: 150px;
  }
}
@media (max-width: 900px) {
  header .logo {
    height: 30px;
  }
  header .inner {
    left: 137px;
  }
  header .link {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  header .logo {
    height: 25px;
  }
  header .inner {
    left: 117px;
  }
  header .list > li + li {
    margin-left: 12px;
  }
  header .link {
    font-size: 13px;
  }
}
@media (min-width: 767.1px) {
  header .extra,
  header .end {
    display: none;
  }
}
@media (max-width: 767px) {
  header .wrap1 {
    height: auto;
  }
  header .date {
    display: none;
  }
  header .wrap2 {
    height: 72px;
  }
  header .logo {
    height: 28px;
    right: 0;
    width: 112px;
  }
  header .menu {
    position: fixed;
    left: 0;
    top: 70px;
    height: calc(100% - 70px);
    width: 100%;
    box-shadow: 0 0 8px #ddd;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all 0.35s;
    background: #fff;
  }
  header .inner {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    background: #fff;
    padding-bottom: 33px;
  }
  header .list {
    display: block;
    padding: 30px 15px 0;
  }
  header .list > li {
    margin: 0 0 30px !important;
  }
  header .list > li:last-child {
    margin-bottom: 0 !important;
  }
  header .link {
    font-size: 16px;
  }
  header .media {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    padding-top: 20px;
  }
  header .media > li {
    margin: 0 6px 12px;
  }
  header .media .item {
    width: 31px;
    height: 31px;
    background: #8d8d8d;
  }
  header .more {
    padding: 33px 15px 66px;
    background: #485057;
  }
  header .extra {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: auto;
    max-width: 203px;
    justify-content: space-between;
  }
  header .extra > li {
    width: 50%;
    margin-bottom: 24px;
  }
  header .sublink {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    transition: all 0.35s;
    line-height: 16px;
  }
  header .end {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    padding: 20px 0 20px;
    direction: ltr;
    position: fixed;
    left: 0;
    width: calc(100% - 0px);
    bottom: 0;
    background: #485057;
  }
  header .copyright {
    font-size: 12px;
    color: #c6c6c6;
    line-height: 16px;
  }
}
@media (max-width: 767px) and (max-height: 750px) {
  header .end {
    position: relative;
    left: auto;
    width: 100%;
    bottom: auto;
    margin-top: 22px;
    background: none;
  }
  header .more {
    padding-bottom: 0;
  }
}
.menu_open {
  overflow: hidden;
}
.menu_open header .menu {
  transform: none;
}
.openMenu {
  position: absolute;
  top: 28px;
  left: 0;
  cursor: pointer;
  height: 23px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
@media (min-width: 767.1px) {
  .openMenu {
    display: none;
  }
}
.openMenu .bar1,
.openMenu .bar2,
.openMenu .bar3 {
  width: 20px;
  height: 3px;
  margin-bottom: 4px;
  transition: 0.2s;
  border-bottom: 3px solid #485057;
}
.openMenu .bar3 {
  margin-bottom: 0;
}
.openMenu.change .bar1 {
  transform: rotate(44deg) translate(5px, 3px);
}
.openMenu.change .bar2 {
  opacity: 0;
}
.openMenu.change .bar3 {
  transform: rotate(-45deg) translate(7px, -5px);
}
.desktop .Featured .item:hover .pic img,
.desktop .Specials .article:hover .pic img,
.desktop .Offers .article:hover .pic img,
.desktop .Offers .item:hover .pic img,
.desktop .Videos .item:hover .pic img,
.desktop .Videos .article:hover .pic img,
.desktop .Others .item:hover .pic img,
.desktop .Others .article:hover .pic img,
.desktop .relatedItems .item:hover .pic img,
.desktop .Featured .article:hover .pic img {
  transform: scale(1.02);
}
.desktop .Specials .more .link:hover,
.desktop .Videos .more .link:hover,
.desktop .relatedItems .link:hover,
.desktop footer .link:hover {
  color: #faad24;
}
.desktop .custbtn:hover {
  background: #485057;
}
.desktop .swiper-pagination-bullet:hover {
  background: #faad24;
}
.desktop footer .media .item:hover,
.desktop header .media .item:hover {
  background: #faad24;
  color: #fff;
}
.desktop header .link:hover,
.desktop header .sublink:hover {
  color: #faad24;
}
header .searchtab ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #d1c3c3 !important;
}
header .searchtab :-moz-placeholder {
  opacity: 1 !important;
  color: #d1c3c3 !important;
}
header .searchtab ::-moz-placeholder {
  opacity: 1 !important;
  color: #d1c3c3 !important;
}
header .searchtab :-ms-input-placeholder {
  opacity: 1 !important;
  color: #d1c3c3 !important;
}
header .searchtab ::-ms-input-placeholder {
  opacity: 1 !important;
  color: #d1c3c3 !important;
}
