@charset "UTF-8";
:root {
  --base-font-size: 17px;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #f15a4f;
  --color-yellow-1: #fdbe5d;
  --color-yellow-2: #977b3e;
  --color-blue: #0084c9;
}

.text-40 {
  font-size: 40px;
}

.text-color-1 {
  color: #000;
}

.text-color-2 {
  color: #fff;
}

.text-color-blue {
  color: #0084c9;
}

.text-color-hashtag {
  color: rgba(0, 0, 0, 0.7);
}

.text-30 {
  font-size: 40px;
}

.text-20 {
  font-size: 20px;
}

.text-17 {
  font-size: 17px;
}

.text-15 {
  font-size: 15px;
}

/**Thiết lập position absolute cho phần tử theo vị trí**/
@media only screen and (min-width: 1230px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1190px;
  }
}
@media only screen and (max-width: 1230px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}
.fancybox-active {
  height: 100% !important;
}

.page-wrapper {
  margin-top: 90px;
}
@media only screen and (max-width: 1400px) {
  .page-wrapper {
    margin-top: 80px;
  }
}

/* ------------------------------ RESET CSS -------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

input[type=checkbox] {
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: 0.3s linear;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

body,
html {
  font-family: "SamsungOneArabic";
  font-size: var(--base-font-size);
  color: #000;
}

h1 {
  font-family: "iCielSamsungSharpSans-Bold";
  font-size: calc(75 / var(--base-font-size)) rem;
}

h2 {
  font-family: "iCielSamsungSharpSans-Bold";
  font-size: calc(45 / var(--base-font-size)) rem;
}

h3 {
  font-family: "iCielSamsungSharpSans-Bold";
  font-size: calc(35 / var(--base-font-size)) rem;
}

h4 {
  font-family: "iCielSamsungSharpSans-Bold";
  font-size: calc(25 / var(--base-font-size)) rem;
}

p,
span,
a,
strong {
  font-size: 1rem;
}

.head-size-1 {
  line-height: 98px;
  font-size: 75px;
  font-size: 4.4117647059rem;
}
@media only screen and (max-width: 1100px) {
  .head-size-1 {
    font-size: 45px;
    font-size: 2.6470588235rem;
    line-height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .head-size-1 {
    font-size: 35px;
    font-size: 2.0588235294rem;
    line-height: 58px;
  }
}
.head-size-2 {
  line-height: 43px;
  font-size: 35px;
  font-size: 2.0588235294rem;
}
@media only screen and (max-width: 1100px) {
  .head-size-2 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}
@media only screen and (max-width: 576px) {
  .head-size-2 {
    font-size: 23px;
    font-size: 1.3529411765rem;
    line-height: 36px;
  }
}
.head-size-3 {
  line-height: 31px;
  font-size: 25px;
  font-size: 1.4705882353rem;
}
@media only screen and (max-width: 1100px) {
  .head-size-3 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}
@media only screen and (max-width: 576px) {
  .head-size-3 {
    font-size: 23px;
    font-size: 1.3529411765rem;
    line-height: 36px;
  }
}

.text-size-1 {
  font-size: 25px;
  font-size: 1.4705882353rem;
  line-height: 30px;
}
@media only screen and (max-width: 1100px) {
  .text-size-1 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    line-height: 27px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-1 {
    font-size: 20px;
    font-size: 1.1764705882rem;
    line-height: 25px;
  }
}
.text-size-2 {
  font-size: 17px;
  font-size: 1rem;
  line-height: 20px;
}
@media only screen and (max-width: 1100px) {
  .text-size-2 {
    font-size: 15px;
    font-size: 0.8823529412rem;
    line-height: 18px;
  }
}
.text-size-3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 25px;
}
@media only screen and (max-width: 1100px) {
  .text-size-3 {
    font-size: 18px;
    font-size: 1.0588235294rem;
    line-height: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-3 {
    font-size: 15px;
    font-size: 0.8823529412rem;
    line-height: 20px;
  }
}
.text-size-4 {
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .text-size-4 {
    font-size: 13px;
    font-size: 0.7647058824rem;
    line-height: 16px;
  }
}
.text-size-5 {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 36px;
}
@media only screen and (max-width: 1100px) {
  .text-size-5 {
    font-size: 25px;
    font-size: 1.4705882353rem;
    line-height: 31px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-5 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    line-height: 28px;
  }
}
.text-size-6 {
  font-size: 22px;
  font-size: 1.2941176471rem;
  line-height: 26px;
}
@media only screen and (max-width: 1100px) {
  .text-size-6 {
    font-size: 18px;
    font-size: 1.0588235294rem;
    line-height: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-6 {
    font-size: 15px;
    font-size: 0.8823529412rem;
    line-height: 20px;
  }
}
.text-size-7 {
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .text-size-7 {
    font-size: 14px;
    font-size: 0.8235294118rem;
    line-height: 18px;
  }
}
.text-size-8 {
  font-size: 35px;
  font-size: 2.0588235294rem;
  line-height: 42px;
}
@media only screen and (max-width: 1100px) {
  .text-size-8 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    line-height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .text-size-8 {
    font-size: 25px;
    font-size: 1.4705882353rem;
    line-height: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-8 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    line-height: 29px;
  }
}
.text-size-9 {
  font-size: 50px;
  font-size: 2.9411764706rem;
  line-height: 65px;
}
@media only screen and (max-width: 1280px) {
  .text-size-9 {
    font-size: 35px;
    font-size: 2.0588235294rem;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1100px) {
  .text-size-9 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    line-height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-9 {
    font-size: 25px;
    font-size: 1.4705882353rem;
    line-height: 35px;
  }
}
.text-size-10 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .text-size-10 {
    font-size: 16px;
    font-size: 0.9411764706rem;
    line-height: 20px;
  }
}
.text-size-11 {
  font-size: 13px;
  font-size: 0.7647058824rem;
}
.text-size-12 {
  font-size: 25px;
  font-size: 1.4705882353rem;
  line-height: 35px;
}
@media only screen and (max-width: 1100px) {
  .text-size-12 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    line-height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .text-size-12 {
    font-size: 20px;
    font-size: 1.1764705882rem;
    line-height: 27px;
  }
}
.text-color-1 {
  color: var(--color-black);
}
.text-color-2 {
  color: var(--color-white);
}
.text-color-2:hover {
  color: var(--color-white);
}
.text-color-3 {
  color: var(--color-red);
}
.text-color-4 {
  color: var(--color-blue) !important;
}
.text-color-5 {
  color: var(--color-yellow-1);
}
.text-color-6 {
  color: var(--color-yellow-2);
}
.text-color-7 {
  color: rgba(255, 255, 255, 0.5);
}
.text-color-8 {
  color: rgba(0, 0, 0, 0.6000000238);
}
.text-color-9 {
  color: rgba(0, 0, 0, 0.5);
}
.text-font-1 {
  font-family: "SamsungSharpSans";
}
.text-font-2 {
  font-family: "SamsungOneArabic";
}
.text-font-3 {
  font-family: "SamsungOneArabic-600";
}
.text-font-4 {
  font-family: "SamsungOneArabic-700";
}
.text-font-5 {
  font-family: "iCielSamsungSharpSans-Bold";
}
.text-bold {
  font-weight: bold;
}
.text-underline {
  text-decoration: underline !important;
}

@font-face {
  font-family: "SamsungOneArabic";
  src: url(/fonts/SamsungOneArabic-450.eot?352c2b230ff22b0dbfa8f8cca9c79fba);
  src: url(/fonts/SamsungOneArabic-450.eot?352c2b230ff22b0dbfa8f8cca9c79fba) format("embedded-opentype"), url(/fonts/SamsungOneArabic-450.woff?5c4f1e0f1f46fb74944e5f241425de58) format("woff"), url(/fonts/SamsungOneArabic-450.ttf?e1b806866b1b91991b61fc240c824349) format("truetype"), url(/fonts/SamsungOneArabic-450.svg?5b5dd2f211ed084ba30bedb68ad4d0e0) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SamsungOneArabic-600";
  src: url(/fonts/SamsungOneArabic-600.eot?c84da33d1063daa2d07dab57419e7e9e);
  src: url(/fonts/SamsungOneArabic-600.eot?c84da33d1063daa2d07dab57419e7e9e) format("embedded-opentype"), url(/fonts/SamsungOneArabic-600.woff?926733e30e554a5331f0c380509ec34d) format("woff"), url(/fonts/SamsungOneArabic-600.ttf?11fba1e784583b188c80fd6fec51f9db) format("truetype"), url(/fonts/SamsungOneArabic-600.svg?d996ca85e9f926cd95317fe523643acc) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SamsungOneArabic-700";
  src: url(/fonts/SamsungOneArabic-700.eot?16964c24fca795de5e8059744a364a6d);
  src: url(/fonts/SamsungOneArabic-700.eot?16964c24fca795de5e8059744a364a6d) format("embedded-opentype"), url(/fonts/SamsungOneArabic-700.woff?2990f254dce78f3b6f734f068a2b4f2b) format("woff"), url(/fonts/SamsungOneArabic-700.ttf?ad0f2e6a41fae96a4f6453285625ec26) format("truetype"), url(/fonts/SamsungOneArabic-700.svg?3b606791d6ff8e71b07a08bdf6c793c2) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SamsungSharpSans";
  src: url(/fonts/SamsungSharpSans.eot?29791b7d9c2c08f0375a37f219b4d94f);
  src: url(/fonts/SamsungSharpSans.eot?29791b7d9c2c08f0375a37f219b4d94f) format("embedded-opentype"), url(/fonts/SamsungSharpSans.woff?cb32a77aac35e6f55e780d39f528350f) format("woff"), url(/fonts/SamsungSharpSans.ttf?a6c3ff42177981d1cb9b08dc96cab6cc) format("truetype"), url(/fonts/SamsungSharpSans.svg?572cc58528028aa2248ced880ea60e4e) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iCielSamsungSharpSans-Bold";
  src: url(/fonts/iCielSamsungSharpSans-Bold.eot?70912c9db28ff86c66ef173a11945b91);
  src: url(/fonts/iCielSamsungSharpSans-Bold.eot?70912c9db28ff86c66ef173a11945b91) format("embedded-opentype"), url(/fonts/iCielSamsungSharpSans-Bold.woff?d5a5b18c1431041622065bd1180ea407) format("woff"), url(/fonts/iCielSamsungSharpSans-Bold.ttf?974979d16ee11cfbec8effe508cb6857) format("truetype"), url(/fonts/iCielSamsungSharpSans-Bold.svg?5f7847f32e07afbe707f9afd5e309c32) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontpri {
  font-family: "iCielSamsungSharpSans-Bold";
}

.fontArabic {
  font-family: "SamsungOneArabic";
}

.fontArabic-600 {
  font-family: "SamsungOneArabic-600";
}

.fontArabic-700 {
  font-family: "SamsungOneArabic-700";
}

button {
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.button--loading,
.button--loading__no--test {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  transition: column-gap linear 0.2s;
  transition: column-gap linear 0.2s, -moz-column-gap linear 0.2s;
}
.button--loading span,
.button--loading__no--test span {
  display: block;
}
.button--loading .spinner-border,
.button--loading__no--test .spinner-border {
  margin-right: 0;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  font-size: unset !important;
  font-family: unset !important;
}

.button--loading.active,
.button--loading__no--test.active {
  transition: column-gap linear 0.2s;
  transition: column-gap linear 0.2s, -moz-column-gap linear 0.2s;
  pointer-events: none;
}
.button--loading.active .spinner-border,
.button--loading__no--test.active .spinner-border {
  margin-right: 5px;
  max-width: none;
  opacity: 1;
  visibility: visible;
  transition: all linear 0.2s;
}

.button-1 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 13px 50px;
  border: solid 1px var(--color-white);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-1 {
    padding: 8px 30px;
  }
}
.button-1:hover, .button-1:focus, .button-1:active {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}
.button-2 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: solid 1px var(--color-white);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-2 {
    padding: 7px 15px;
  }
}
.button-2:hover, .button-2:focus, .button-2:active {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}
.button-3 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: solid 1px transparent;
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-3 {
    padding: 7px 15px;
  }
}
.button-3:hover, .button-3:focus, .button-3:active {
  border-color: var(--color-yellow-1);
  background-color: var(--color-yellow-1);
  color: var(--color-white);
}
.button-4 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 10px 37px;
  border: solid 1px var(--color-black);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-black);
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-4 {
    padding: 6px 12px;
  }
}
.button-4:hover, .button-4:focus, .button-4:active {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}
.button-6 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 10px 37px;
  border: solid 1px var(--color-yellow-1);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  background-color: var(--color-yellow-1);
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-6 {
    padding: 6px 12px;
  }
}
.button-6:hover, .button-6:focus, .button-6:active {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}
.button-7 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 10px 37px;
  border: solid 1px var(--color-black);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  background-color: var(--color-black);
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-7 {
    padding: 10px 25px;
  }
}
.button-7:hover, .button-7:focus, .button-7:active {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}
.button-8 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 13px 40px;
  border: solid 1px var(--color-yellow-1);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  background-color: var(--color-yellow-1);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-8 {
    padding: 8px 35px;
  }
}
.button-8:hover, .button-8:focus, .button-8:active {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: var(--color-white);
}
.button-9 {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: solid 1px var(--color-blue);
  background-color: var(--color-blue);
  border-radius: 50px;
  transition: all ease 0.35s;
  color: var(--color-white);
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .button-9 {
    padding: 7px 15px;
  }
}
.button-9:hover, .button-9:focus, .button-9:active {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: var(--color-white);
}
.button-opacity {
  opacity: 0.5;
}
.button-opacity:hover {
  opacity: 1;
}
.button-underline {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  color: var(--color-white);
  transition: all ease 0.35s;
  position: relative;
}
.button-underline::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  transition: all ease 0.35s;
}
.button-underline:hover {
  color: var(--color-blue);
}
.button-underline:hover::after {
  background-color: var(--color-blue);
}
.button-5 {
  display: block;
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  border-radius: 100px;
  color: var(--color-white);
  padding: 0 30px !important;
  border: solid 1px transparent;
  outline: none;
  box-shadow: none;
}
.button-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: var(--color-blue);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 10px 5px;
  outline: none !important;
  border: none !important;
}
.button-profile img {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.facebook-btn {
  display: inline-block;
  background-color: #1877f2 !important;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  font-size: 11px;
  padding: 5px 6px;
  height: 20px;
  line-height: 0;
}
.facebook-btn i {
  margin-right: 4px;
}

@media only screen and (max-width: 1400px) {
  .main-header {
    height: 80px;
  }
}
.main-header .header-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 1660px) {
  .main-header .header-container {
    max-width: 1510px;
  }
}
@media only screen and (max-width: 1660px) {
  .main-header .header-container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1400px) {
  .main-header .header-container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  .main-header .header-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-header .header-container .main-nav .main-menu li {
  height: 100%;
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 1400px) {
  .main-header .header-container .main-nav .main-menu li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .main-header .header-container .main-nav .main-menu li {
    padding: 0 7px;
  }
}
.main-header .header-container .main-nav .main-menu li a {
  padding: 5px 0;
  display: block;
  font-family: "SamsungOneArabic-600";
  font-size: 1rem;
  line-height: 1.18rem;
  color: #000;
  font-style: normal;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .main-header .header-container .main-nav .main-menu li a {
    font-size: 0.9rem;
  }
}
.main-header .header-container .main-nav .main-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.main-header .header-container .main-nav .main-menu li a:hover::after {
  width: 100%;
  right: 0;
}
.main-header .header-container .main-nav .main-menu li.active a::after {
  width: 100%;
  right: 0;
}
.main-header .header-container .header-tools {
  display: flex;
  align-items: center;
}
.main-header .header-container .header-tools ul li {
  height: 100%;
  display: inline-block;
  padding: 0 20px;
}
.main-header .header-container .header-tools ul li:not(:first-child) {
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1400px) {
  .main-header .header-container .header-tools ul li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .main-header .header-container .header-tools ul li {
    padding: 0 10px;
  }
}
.main-header .header-container .header-tools ul li a {
  display: block;
}
.main-header .header-container .header-tools ul li a.lang {
  font-family: "SamsungOneArabic-600";
  font-size: 1rem;
  line-height: 1.18rem;
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .main-header .header-container .header-tools ul li a.lang {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  .main-header .header-container .header-tools ul li img {
    width: 90%;
  }
}
.main-header .header-container .header-tools .btn-login {
  min-width: 115px;
  height: 35px;
  background-color: #000;
  color: #fff;
  vertical-align: middle;
  font-family: "SamsungOneArabic-700";
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.05rem;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 10px 5px;
  border: 0;
  transition: all 0.2s linear;
}
.main-header .header-container .header-tools .btn-login:focus {
  outline: none;
  border: none;
}
.main-header .header-container .header-tools .btn-login:hover {
  opacity: 0.8;
}
.main-header .header-container .header-tools .btn-login img {
  margin-bottom: 2px;
  margin-right: 5px;
}
.main-header .header-container .hamburger {
  cursor: pointer;
}
.main-header .header-container .hamburger .bar {
  display: block;
  background-color: #000;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  transition: all 300ms ease-in-out;
}
.main-header .header-container .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.main-header .header-container .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.main-header .header-container .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.main-header .header-container .main-nav-mb {
  position: fixed;
  left: -100%;
  top: 80px;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 750ms;
}
.main-header .header-container .main-nav-mb .main-menu-mb li {
  text-align: left;
  border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
}
.main-header .header-container .main-nav-mb .main-menu-mb li a {
  color: #000;
  display: block;
  position: relative;
  padding: 15px;
}
.main-header .header-container .main-nav-mb .main-menu-mb li.active a {
  font-family: "SamsungOneArabic-600";
  color: var(--color-blue);
}
.main-header .header-container .main-nav-mb .header-tools-mb {
  justify-content: center;
  margin-top: 20px;
}
.main-header .header-container .main-nav-mb.active {
  left: 0;
}
.main-header .contact-header {
  display: none;
  flex: 1;
  background-color: #0084c9;
  width: 1000px;
  justify-content: space-around;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  position: absolute;
  top: 90px;
  right: 115px;
}
@media only screen and (max-width: 1400px) {
  .main-header .contact-header {
    top: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-header .contact-header {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .contact-header {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.main-header .contact-header .line-height {
  height: 20px;
  width: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.main-header .contact-header .content {
  font-family: "SamsungOneArabic";
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.274375rem;
  color: #fff;
}
.main-header .contact-header .text-info-solution {
  font-family: "SamsungOneArabic";
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #fff;
}
.main-header .contact-header .d-flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 9vh;
}
@media only screen and (max-width: 991px) {
  .main-header .contact-header .d-flex-item {
    height: auto;
  }
}
.main-header .contact-header .icon-phone {
  color: #fff;
  font-size: 1.0625rem;
  margin-right: 8px;
}
.main-header .contact-header .gap-0-2 {
  gap: 0.7rem;
}
.main-header .contact-header.show {
  display: flex;
}
.main-header .member-login .dropdown-menu.show {
  padding: 10px;
  background: rgb(0, 132, 201);
}
.main-header .member-login .dropdown-menu.show a {
  color: #fff;
}

.footer {
  padding: 40px 0 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .logo {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .footer .logo {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.footer .logo img {
  display: block;
}
.footer .logo img:first-child {
  padding-right: 1.5rem;
  max-width: 250px;
  border-right: 1px solid #707070;
}
@media only screen and (max-width: 480px) {
  .footer .logo img:first-child {
    padding-right: 5px;
    border-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .footer .logo img:first-child {
    max-width: 145px;
  }
}
.footer .logo img:last-child {
  padding-left: 1.5rem;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  .footer .logo img:last-child {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .footer .logo img:last-child {
    max-width: 145px;
  }
}
.footer .footer_content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 991px) {
  .footer .footer_content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
    padding: 25px 0;
  }
}
.footer .footer_content .footer-content-item .item_title {
  font-size: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .footer_content .footer-content-item .item-content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer .footer_content .footer-content-item .item-content p {
  margin: 0;
  display: flex;
  align-items: center;
}
.footer .footer_content .footer-content-item .item-content p img {
  display: block;
  margin-right: 15px;
}
.footer .footer_content .footer-content-item .item-content p span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer .footer_content .footer-content-item .item-content p span br {
    display: none;
  }
}
.footer .footer_content .footer-content-item .item-content .footer-bold {
  font-size: 1rem;
}
.footer .footer_content .footer-content-item .item-content .footer-thin {
  font-size: 1rem;
}
.footer .footer_content .footer-content-item .item-content .footer-thin span {
  margin-left: 10px;
  line-height: 1.5;
}
.footer .footer_content .footer-content-item .t-and-c {
  flex-direction: column;
  row-gap: 12px;
}
.footer .footer_content .footer-content-item .t-and-c p {
  margin: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 1rem;
  color: #000;
}
.footer .footer_content .footer-content-item .t-and-c p img {
  display: block;
}
.footer .footer_content .footer-content-item .t-and-c p a {
  display: block;
  color: #000;
}
.footer .footer_content .footer-content-item .t-and-c p a .underline {
  text-decoration: underline;
  display: inline;
}
.footer .footer_menu {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .footer_menu .container .menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer_menu .container .menu-bottom {
    flex-direction: column;
    row-gap: 15px;
    justify-content: flex-start;
  }
}
.footer .footer_menu .container .menu-bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer .footer_menu .container .menu-bottom ul {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer_menu .container .menu-bottom ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
  }
}
.footer .footer_menu .container .menu-bottom ul li {
  margin-right: 20px;
}
.footer .footer_menu .container .menu-bottom ul li:last-child {
  margin-right: 0;
}
.footer .footer_menu .container .menu-bottom ul li a {
  font-size: 0.88rem;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .footer .footer_menu .container .menu-bottom ul li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.footer .footer_menu .container .menu-bottom .copyright {
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer .footer_menu .container .menu-bottom .copyright {
    text-align: left;
    width: 100%;
  }
}
.footer .footer_menu .container .menu-bottom .copyright span {
  font-size: 0.88rem;
}

.toolbar {
  width: 1075px;
  height: 70px;
  padding-left: 17px;
  padding-right: 30px;
  border-radius: 0px 0px 10px 0px;
  background: var(--color-black);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 11;
}
@media only screen and (max-width: 1250px) {
  .toolbar {
    bottom: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .toolbar {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .toolbar {
    flex-direction: column;
    row-gap: 10px;
    padding: 10px 15px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .toolbar {
    bottom: 80px;
  }
}
.toolbar .image-wrapper {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .toolbar .left .image-wrapper img {
    width: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar .right {
    width: 100%;
  }
}
.toolbar .right ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .toolbar .right ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar .right ul {
    align-items: end;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar .right ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar .right .image-wrapper {
    margin-right: 5px;
  }
}

.section-howto-join {
  background: #fff;
  padding: 70px 0;
}
@media (max-width: 1200px) {
  .section-howto-join {
    padding: 40px 0;
  }
}
.section-howto-join .section-howto-join-title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .section-howto-join .section-howto-join-title {
    margin-bottom: 40px;
  }
}
.section-howto-join .section-howto-join-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item {
  width: 32%;
  max-width: 420px;
  padding: 35px;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  box-shadow: 0px 3px 11px #DFDFDF;
  transition: 0.4s;
}
@media (max-width: 1380px) {
  .section-howto-join .section-howto-join-wrap .section-howto-join-item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-howto-join .section-howto-join-wrap .section-howto-join-item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 35px;
  }
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item .section-howto-join-item-img {
  display: flex;
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item .section-howto-join-item-img img {
  max-width: 110px;
  margin: 0 auto;
  height: 78px;
  width: auto;
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item .section-howto-join-item-desc {
  margin-top: 30px;
  text-align: center;
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item .section-howto-join-item-desc a {
  color: #000000;
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item:hover {
  background: #0084C9;
  border-color: #0084C9;
  color: #fff;
}
.section-howto-join .section-howto-join-wrap .section-howto-join-item:hover a {
  color: #fff;
}
.section-howto-join .section-howto-join-link {
  display: flex;
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .section-howto-join .section-howto-join-link {
    margin-top: 40px;
  }
}
.section-howto-join .section-howto-join-link a {
  border: 1px solid #DFDFDF;
  padding: 19px 45px 15px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 5px;
}

.home-news {
  padding-top: 130px;
}
.home-news h3 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .home-news h3 {
    margin-bottom: 40px;
  }
}
.home-news .home-news-content {
  overflow: hidden;
}
.home-news .home-news--link {
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}
@media (max-width: 1200px) {
  .home-news .home-news--link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.home-news .home-news--link a {
  border: 1px solid #DFDFDF;
  padding: 19px 45px 15px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 5px;
}
.home-news .nav-tabs {
  border: none;
}
.home-news .nav-tabs .nav-item {
  margin-right: 20px;
}
.home-news .nav-tabs .nav-link {
  border: 1px solid #E8E8E8;
  padding: 10px 60px 7px;
  color: #000000;
  border-radius: 5px;
  text-transform: uppercase;
  background: #fff;
}
@media (max-width: 640px) {
  .home-news .nav-tabs .nav-link {
    padding: 10px 30px 7px;
  }
}
@media (max-width: 480px) {
  .home-news .nav-tabs .nav-link {
    padding: 10px 15px 7px;
  }
}
.home-news .nav-item .nav-link.active {
  background: #0084C9;
  color: white;
}
.home-news .home-news-content-tab {
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .home-news .home-news-content-tab {
    padding-top: 40px;
  }
}
.home-news .home-news-content-tab .home-news-content-tab-link {
  width: 100%;
  color: #000000;
}
.home-news .home-news-content-tab .home-news-content-tab-link img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news .home-news-content-tab .home-news-content-tab-link h5 {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-news .home-news-content-tab .mySwiper-news-day {
  color: #7A7A7A;
  margin: 15px 0;
}
.home-news .swiper-container {
  overflow: inherit;
}
.home-news .swiper-button-next:after,
.home-news .swiper-rtl .swiper-button-prev:after,
.home-news .swiper-button-next:after,
.home-news .swiper-button-prev:after {
  color: #333;
  font-size: 10px;
  height: auto;
}
.home-news .swiper-button-next,
.home-news .swiper-rtl .swiper-button-prev,
.home-news .swiper-button-next,
.home-news .swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 2px 1px #ccc;
}
@media (max-width: 480px) {
  .home-news .swiper-button-next,
  .home-news .swiper-rtl .swiper-button-prev,
  .home-news .swiper-button-next,
  .home-news .swiper-button-prev {
    width: 33px;
    height: 33px;
  }
}
.home-news .swiper-button-next.swiper-button-disabled,
.home-news .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.home-news .swiper-button-next,
.home-news .swiper-button-prev {
  top: -86px;
}
@media (max-width: 1200px) {
  .home-news .swiper-button-next,
  .home-news .swiper-button-prev {
    top: -55px;
  }
}
@media (max-width: 480px) {
  .home-news .swiper-button-next,
  .home-news .swiper-button-prev {
    top: -52px;
  }
}
.home-news .swiper-button-prev {
  left: 92%;
}
@media (max-width: 1365px) {
  .home-news .swiper-button-prev {
    left: 90%;
  }
}
@media (max-width: 1023px) {
  .home-news .swiper-button-prev {
    left: 88%;
  }
}
@media (max-width: 823px) {
  .home-news .swiper-button-prev {
    left: 86%;
  }
}
@media (max-width: 723px) {
  .home-news .swiper-button-prev {
    left: 84%;
  }
}
@media (max-width: 623px) {
  .home-news .swiper-button-prev {
    left: 82%;
  }
}
@media (max-width: 560px) {
  .home-news .swiper-button-prev {
    left: 77%;
  }
}
@media (max-width: 350px) {
  .home-news .swiper-button-prev {
    left: 72%;
  }
}

.right-corder-container {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.right-corder-container .right-corder-container-button {
  height: 70px;
  width: 135px;
  border: none;
  background-color: #FDBE5D;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 300ms;
  cursor: pointer;
  text-transform: uppercase;
}

.right-corder-container .right-corder-container-button span {
  color: #000000;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.right-corder-container .right-corder-container-button:hover {
  transition: all 400ms cubic-bezier(0.62, 0.1, 0.5, 1);
  width: 180px;
  background-color: #0084C9;
}
.right-corder-container .right-corder-container-button:hover span {
  color: #fff;
}

.right-corder-container .right-corder-container-button .long-text {
  transition: opacity 0ms;
  opacity: 0;
  color: white;
  white-space: nowrap;
  font-size: 0;
  width: 0;
  margin: 0;
}

.right-corder-container .right-corder-container-button .long-text.show-long-text {
  transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
  opacity: 1;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translateY(-50%);
}

.right-corder-container2 {
  position: fixed;
  right: 0;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  z-index: 5;
}

.right-corder-container2 .right-corder-container-button2 {
  height: 70px;
  width: 135px;
  border: none;
  background: #FDBE5D;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 300ms;
  cursor: pointer;
  text-transform: uppercase;
}

.right-corder-container2 .right-corder-container-button2 span {
  color: #000;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.right-corder-container2 .right-corder-container-button2:hover {
  transition: all 400ms cubic-bezier(0.62, 0.1, 0.5, 1);
  width: 180px;
  background-color: #0084C9;
}
.right-corder-container2 .right-corder-container-button2:hover span {
  color: #fff;
}

.right-corder-container2 .right-corder-container-button2 .long-text2 {
  transition: opacity 0ms;
  opacity: 0;
  color: white;
  white-space: nowrap;
  font-size: 0;
  width: 0;
  margin: 0;
}

.right-corder-container2 .right-corder-container-button2 .long-text2.show-long-text2 {
  transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
  opacity: 1;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .join-kh-fixed {
    display: none;
  }
}

.join-kh-fixed-mobie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
@media (max-width: 480px) {
  .join-kh-fixed-mobie {
    display: block;
  }
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap {
  display: flex;
  width: 100%;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item {
  width: 50%;
  text-transform: uppercase;
  padding: 10px 0;
  display: flex;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item1 {
  background-color: #0084C9;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item1 a {
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item1 a span {
  margin-right: 10px;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item2 {
  background: #FDBE5D;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item2 a {
  color: #000;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.join-kh-fixed-mobie .join-kh-fixed-mobie-wrap .right-corder-container-item2 a span {
  margin-right: 10px;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
.event-box-icon {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 99990;
  cursor: pointer;
  animation: bounce 2s ease infinite;
}
@media only screen and (max-width: 991px) {
  .event-box-icon {
    right: 25px;
  }
}
.event-box-icon img {
  width: 100%;
  max-width: 60px;
}

.event-box-banner {
  max-width: 900px;
  padding: 0;
}
.event-box-banner .fancybox-close-small {
  padding: 0;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
}
.event-box-banner .fancybox-close-small svg,
.event-box-banner .fancybox-close-small i {
  color: #fff;
}

.ab-banner {
  margin-top: 90px;
}
@media only screen and (max-width: 1400px) {
  .ab-banner {
    margin-top: 80px;
  }
}
.ab-banner .banner-slides {
  position: relative;
}
.ab-banner .banner-slide-content {
  position: relative;
  cursor: pointer;
}
.ab-banner .banner-slide-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ab-banner .banner-slide-box .container {
  width: unset;
}
.ab-banner .banner-slide-title {
  font-family: "iCielSamsungSharpSans-Bold";
  font-weight: 700;
  font-size: 2.65rem;
  line-height: 3.29rem;
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-slide-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .ab-banner .banner-slide-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .ab-banner .banner-slide-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .ab-banner .banner-slide-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 400px) {
  .ab-banner .banner-slide-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.ab-banner .banner-slide-description {
  font-family: "SamsungOneArabic";
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.41rem;
  margin: 10px auto 30px;
  text-shadow: 0px 0px 60px #000;
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-slide-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .ab-banner .banner-slide-description {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-slide .img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ab-banner .banner-swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 40px;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .ab-banner .banner-swiper-pagination {
    bottom: 20px;
  }
}
.ab-banner .banner-buttons {
  background-color: var(--color-black);
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-buttons {
    display: block;
  }
}
.ab-banner .banner-buttons-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-buttons-content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .ab-banner .banner-buttons-content {
    row-gap: 15px;
  }
}
.ab-banner .banner-buttons-left {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-buttons-left {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .ab-banner .banner-buttons-left {
    text-align: left;
  }
}
.ab-banner .banner-buttons-left > .banner-button .text {
  font-weight: 700;
}
.ab-banner .banner-buttons-right {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-buttons-right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .ab-banner .banner-buttons-right {
    text-align: left;
  }
}
.ab-banner .banner-buttons-right .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media only screen and (max-width: 576px) {
  .ab-banner .banner-buttons-right .buttons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .ab-banner .banner-buttons-right .buttons-item {
    flex: 0 0 100%;
    width: 100%;
  }
  .ab-banner .banner-buttons-right .buttons-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .ab-banner .banner-buttons-right .buttons {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ab-banner .banner-buttons-right .buttons {
    justify-content: center;
  }
}
.ab-banner .banner-buttons .banner-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.ab-banner .banner-buttons .banner-button-image {
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .ab-banner .banner-buttons .banner-button-image {
    min-width: 50px;
  }
  .ab-banner .banner-buttons .banner-button-image img {
    height: 35px;
    width: auto;
  }
}

.ab-contest {
  background-color: var(--color-black);
  position: relative;
}
.ab-contest-container {
  position: relative;
  margin-left: calc((100vw - 1190px + 30px) / 2);
}
@media only screen and (max-width: 1230px) {
  .ab-contest-container {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ab-contest-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.ab-contest .contest-title {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-title {
    padding: 50px 0;
  }
}
.ab-contest .contest-content {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  height: 510px;
}
@media only screen and (max-width: 1400px) {
  .ab-contest .contest-content {
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .ab-contest .contest-content {
    height: 400px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-content {
    flex-direction: column;
    height: 100%;
  }
}
.ab-contest .contest-content-left {
  width: 530px;
  padding-bottom: 20px;
  overflow-y: auto;
}
@media only screen and (max-width: 1200px) {
  .ab-contest .contest-content-left {
    width: calc((100% - 50px - 15px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-content-left {
    width: 100%;
    position: relative;
    padding-top: 20px;
  }
}
.ab-contest .contest-content-left::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-content-left::before {
    top: 0;
  }
}
.ab-contest .contest-content-left p {
  font-size: 1rem;
  line-height: 1.47rem;
}
.ab-contest .contest-content-right {
  width: calc(100% - 530px - 100px);
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .ab-contest .contest-content-right {
    width: calc(100% - (100% - 50px - 15px) / 2 - 50px);
  }
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-content-right {
    width: 100%;
  }
}
.ab-contest .contest-content-right .contest-img-wrapper {
  width: 100%;
  max-width: 100%;
  height: 510px;
}
@media only screen and (max-width: 1400px) {
  .ab-contest .contest-content-right .contest-img-wrapper {
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .ab-contest .contest-content-right .contest-img-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-content-right .contest-img-wrapper {
    height: 100%;
    position: unset;
  }
}
.ab-contest .contest-content-right img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {
  .ab-contest .contest-content-right img {
    border-radius: 0;
    height: auto;
  }
}
.ab-contest .btn-contest {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 630px;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .ab-contest .btn-contest {
    left: calc((100% - 50px - 15px) / 2 + 50px);
  }
}
@media only screen and (max-width: 991px) {
  .ab-contest .btn-contest {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ab-contest .btn-contest-prev, .ab-contest .btn-contest-next {
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .ab-contest .btn-contest-prev, .ab-contest .btn-contest-next {
    width: 50px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ab-contest .btn-contest-prev, .ab-contest .btn-contest-next {
    width: 35px;
    height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .ab-contest .btn-contest-prev img, .ab-contest .btn-contest-next img {
    width: 20px;
  }
}
.ab-contest .btn-contest-prev {
  border-radius: 10px 0px 0px 0px;
  background-color: #fff;
}
.ab-contest .btn-contest-next {
  background-color: #000;
  border-radius: 0px 10px 0px 0px;
}

.ab-topic-meaning {
  padding: 100px 0;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .ab-topic-meaning {
    padding: 50px 0;
  }
}
.ab-topic-meaning .topic-meaning-content {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .ab-topic-meaning .topic-meaning-content {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .ab-topic-meaning .topic-meaning-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.ab-topic-meaning .topic-meaning-content-left, .ab-topic-meaning .topic-meaning-content-right {
  width: calc((100% - 100px) / 2);
}
@media only screen and (max-width: 1200px) {
  .ab-topic-meaning .topic-meaning-content-left, .ab-topic-meaning .topic-meaning-content-right {
    width: calc((100% - 50px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .ab-topic-meaning .topic-meaning-content-left, .ab-topic-meaning .topic-meaning-content-right {
    width: 100%;
  }
}
.ab-topic-meaning .topic-title, .ab-topic-meaning .meaning-title {
  font-family: "iCielSamsungSharpSans-Bold";
  font-weight: 700;
  font-size: 1.47rem;
  line-height: 1.82rem;
}
.ab-topic-meaning .topic-content, .ab-topic-meaning .meaning-content {
  position: relative;
  margin: 70px 0 50px;
}
.ab-topic-meaning .topic-content::before, .ab-topic-meaning .meaning-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: var(--color-black);
}
.ab-topic-meaning .topic-content p, .ab-topic-meaning .meaning-content p {
  font-family: "SamsungOneArabic";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.35rem;
  color: #000;
}

.ab-schedule {
  background-color: var(--color-black);
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ab-schedule {
    padding: 50px 0;
  }
}
.ab-schedule-top .schedule-des {
  margin: 50px 0 50px;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-des {
    margin: 50px 0 50px;
  }
}
.ab-schedule-top .schedule-content-item {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  border-bottom: 1px solid #262626;
}
.ab-schedule-top .schedule-content-item:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-content-item {
    flex-direction: column;
    row-gap: 25px;
  }
}
.ab-schedule-top .schedule-content-item .content-left {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-content-item .content-left {
    width: 100%;
  }
}
.ab-schedule-top .schedule-content-item .content-left .round-name {
  margin-bottom: 0.4rem;
}
.ab-schedule-top .schedule-content-item .content-right {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-content-item .content-right {
    width: 100%;
  }
}
.ab-schedule-top .schedule-content-item .content-right-item {
  margin-bottom: 30px;
}
.ab-schedule-top .schedule-content-item .content-right-item .title {
  margin-bottom: 15px;
}
.ab-schedule-top .schedule-content-item .content-right ul li {
  font-size: 1rem;
  line-height: 1.35rem;
  position: relative;
  padding-left: 36px;
}
.ab-schedule-top .schedule-content-item .content-right ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 7px;
  left: 15px;
}
.ab-schedule-top .schedule-content .schedule-primary .round-name {
  color: #0084C9;
}
.ab-schedule-top .schedule-content .schedule-primary .content-right {
  padding-top: 0.88rem;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-content .schedule-primary .content-right {
    padding-top: 0;
  }
}
.ab-schedule-top .schedule-content .schedule-dev .round-name {
  color: #FDBE5D;
}
.ab-schedule-top .schedule-content .schedule-dev .content-right {
  padding-top: 2.94rem;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-content .schedule-dev .content-right {
    padding-top: 0;
  }
}
.ab-schedule-top .schedule-content .schedule-final .round-name {
  color: #F15A4F;
}
.ab-schedule-top .schedule-content .schedule-final .content-right {
  padding-top: 2.94rem;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-top .schedule-content .schedule-final .content-right {
    padding-top: 0;
  }
}
.ab-schedule-bottom .roadmap-title {
  margin: 100px 0;
}
@media only screen and (max-width: 1100px) {
  .ab-schedule-bottom .roadmap-title {
    margin: 50px 0;
  }
}
.ab-schedule-bottom .roadmap-description {
  position: relative;
}
.ab-schedule-bottom .roadmap-description::before {
  content: "";
  top: -20px;
  left: 0;
  position: absolute;
  width: 25px;
  height: 2px;
  display: inline-block;
  background-color: var(--color-white);
}
.ab-schedule-bottom .roadmap-list {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  list-style: none;
  justify-content: center;
  row-gap: 60px;
  max-width: 75%;
  margin-left: auto;
}
@media only screen and (max-width: 1100px) {
  .ab-schedule-bottom .roadmap-list {
    max-width: 100%;
  }
  .ab-schedule-bottom .roadmap-list-image {
    flex: 0 0 20%;
  }
}
@media only screen and (max-width: 991px) {
  .ab-schedule-bottom .roadmap-list {
    margin: 40px 0 40px;
    row-gap: 40px;
  }
}
.ab-schedule-bottom .roadmap-list .roadmap-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 991px) {
  .ab-schedule-bottom .roadmap-list .roadmap-list-item {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .ab-schedule-bottom .roadmap-list .roadmap-list-item .roadmap-list-text {
    text-align: center;
  }
  .ab-schedule-bottom .roadmap-list .roadmap-list-item .roadmap-list-text br {
    display: none;
  }
}

.community-banner {
  margin-top: 90px;
}
@media only screen and (max-width: 1400px) {
  .community-banner {
    margin-top: 80px;
  }
}
.community-banner .banner-slides {
  position: relative;
}
.community-banner .banner-slide-content {
  position: relative;
  cursor: pointer;
}
.community-banner .banner-slide-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.community-banner .banner-slide-box .container {
  width: unset;
}
.community-banner .banner-slide-title {
  font-family: "iCielSamsungSharpSans-Bold";
  font-weight: 700;
  font-size: 2.65rem;
  line-height: 3.29rem;
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-slide-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .community-banner .banner-slide-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .community-banner .banner-slide-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .community-banner .banner-slide-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 400px) {
  .community-banner .banner-slide-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.community-banner .banner-slide-description {
  font-family: "SamsungOneArabic";
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.41rem;
  margin: 10px auto 30px;
  text-shadow: 0px 0px 60px #000;
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-slide-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .community-banner .banner-slide-description {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-slide .img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.community-banner .banner-swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 40px;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .community-banner .banner-swiper-pagination {
    bottom: 20px;
  }
}
.community-banner .banner-buttons {
  background-color: var(--color-black);
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-buttons {
    display: block;
  }
}
.community-banner .banner-buttons-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-buttons-content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .community-banner .banner-buttons-content {
    row-gap: 15px;
  }
}
.community-banner .banner-buttons-left {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-buttons-left {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .community-banner .banner-buttons-left {
    text-align: left;
  }
}
.community-banner .banner-buttons-left > .banner-button .text {
  font-weight: 700;
}
.community-banner .banner-buttons-right {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .community-banner .banner-buttons-right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .community-banner .banner-buttons-right {
    text-align: left;
  }
}
.community-banner .banner-buttons-right .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media only screen and (max-width: 576px) {
  .community-banner .banner-buttons-right .buttons {
    flex-direction: column;
  }
}
.community-banner .banner-buttons-right .buttons-item {
  flex: 0 0 33%;
}
@media only screen and (max-width: 576px) {
  .community-banner .banner-buttons-right .buttons-item {
    flex: 0 0 100%;
    width: 100%;
  }
  .community-banner .banner-buttons-right .buttons-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .community-banner .banner-buttons-right .buttons {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.community-banner .banner-buttons .banner-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.community-banner .banner-buttons .banner-button-image {
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .community-banner .banner-buttons .banner-button-image {
    min-width: 50px;
  }
  .community-banner .banner-buttons .banner-button-image img {
    height: 35px;
    width: auto;
  }
}

.community-statistic {
  background-color: var(--color-black);
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .community-statistic {
    padding: 50px 0;
  }
}
.community-statistic .statistic-des {
  margin: 70px 0 70px;
}
@media only screen and (max-width: 991px) {
  .community-statistic .statistic-des {
    margin: 50px 0 50px;
  }
}
.community-statistic .statistic-number {
  color: #FDBE5D;
  font-weight: 700;
}
.community-statistic .statistic-map {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.community-statistic .statistic-map-des a {
  text-decoration: underline;
}
.community-statistic .statistic-map-des a:focus {
  color: #fff;
}
.community-statistic .statistic-map-des a:hover {
  color: #0084c9;
}

.top-line {
  position: relative;
}
.top-line::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: var(--color-white);
}

.community-donat {
  background-color: var(--color-black);
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .community-donat {
    padding: 50px 0;
  }
}
.community-donat .donat-content {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .community-donat .donat-content {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .community-donat .donat-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.community-donat .donat-content-left {
  width: 50%;
  position: relative;
  padding-bottom: 20px;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .community-donat .donat-content-left {
    width: 100%;
  }
}
.community-donat .donat-content-left .donat-title {
  padding-top: 15px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .community-donat .donat-content-left .donat-title {
    margin-bottom: 50px;
  }
}
.community-donat .donat-content-left .donat-des {
  font-size: 1rem;
  line-height: 1.47rem;
}
.community-donat .donat-content-right {
  width: 50%;
  height: 100%;
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .community-donat .donat-content-right {
    width: 100%;
    padding-top: 0;
  }
}
.community-donat .donat-content-right .donat-img-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 50px 10px 10px 10px;
}
.community-donat .donat-content-right .donat-img-wrapper img {
  width: 100%;
  max-width: 100%;
  max-height: 390px;
  border-radius: 50px 10px 10px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .community-donat .donat-content-right .donat-img-wrapper img {
    border-radius: 10px;
    max-height: unset;
  }
}
.community-donat .btn-donat {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 50px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .community-donat .btn-donat {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .community-donat .btn-donat {
    margin-left: 0;
  }
}
.community-donat .btn-donat-prev, .community-donat .btn-donat-next {
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .community-donat .btn-donat-prev, .community-donat .btn-donat-next {
    width: 50px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .community-donat .btn-donat-prev, .community-donat .btn-donat-next {
    width: 35px;
    height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .community-donat .btn-donat-prev img, .community-donat .btn-donat-next img {
    width: 20px;
  }
}
.community-donat .btn-donat-prev {
  border-radius: 10px 0px 0px 0px;
  background-color: #fff;
}
.community-donat .btn-donat-next {
  background-color: #000;
  border-radius: 0px 10px 0px 0px;
}

.community-share {
  background-color: var(--color-white);
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .community-share {
    padding: 50px 0;
  }
}
.community-share .share-content {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .community-share .share-content {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .community-share .share-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.community-share .share-content-right {
  width: 50%;
  position: relative;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .community-share .share-content-right {
    width: 100%;
    order: 1;
  }
}
.community-share .share-content-right .share-title {
  padding-top: 15px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .community-share .share-content-right .share-title {
    margin-bottom: 50px;
  }
}
.community-share .share-content-right .share-des-wrapper .share-des {
  font-size: 1rem;
  line-height: 1.47rem;
}
.community-share .share-content-right .share-des-wrapper .share-des:not(:first-child) {
  margin-top: 50px;
}
.community-share .share-content-right .share-des-wrapper .share-des-title {
  font-size: 1.47rem;
  line-height: 1.47rem;
  color: #0084C9;
  margin-bottom: 10px;
}
.community-share .share-content-right .share-des-wrapper .top-line:first-child::before {
  background-color: #0084C9;
}
.community-share .share-content-right .share-des-wrapper .top-line:last-child::before {
  background-color: #000;
}
.community-share .share-content-left {
  width: 50%;
  height: 100%;
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .community-share .share-content-left {
    width: 100%;
    padding-top: 0;
    order: 2;
  }
}
.community-share .share-content-left .share-img-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 10px 50px 10px 10px;
}
.community-share .share-content-left .share-img-wrapper img {
  width: 100%;
  max-width: 100%;
  max-height: 390px;
  border-radius: 10px 50px 10px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .community-share .share-content-left .share-img-wrapper img {
    border-radius: 10px;
    max-height: unset;
  }
}
.community-share .btn-share {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -50px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .community-share .btn-share {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 991px) {
  .community-share .btn-share {
    margin-left: 0;
  }
}
.community-share .btn-share-prev, .community-share .btn-share-next {
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .community-share .btn-share-prev, .community-share .btn-share-next {
    width: 50px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .community-share .btn-share-prev, .community-share .btn-share-next {
    width: 35px;
    height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .community-share .btn-share-prev img, .community-share .btn-share-next img {
    width: 20px;
  }
}
.community-share .btn-share-prev {
  border-radius: 10px 0px 0px 0px;
  background-color: #fff;
}
.community-share .btn-share-next {
  background-color: #000;
  border-radius: 0px 10px 0px 0px;
}

.homepage .banner-slides {
  position: relative;
}
.homepage .banner-slide-content {
  position: relative;
  cursor: pointer;
}
.homepage .banner-slide-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.homepage .banner-slide-title {
  font-weight: 700;
}
.homepage .banner-slide-description {
  margin: 10px auto 30px;
}
@media only screen and (max-width: 991px) {
  .homepage .banner-slide .img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage .banner-swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 40px;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .homepage .banner-swiper-pagination {
    bottom: 20px;
  }
}
.homepage .banner-buttons {
  background-color: var(--color-black);
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .homepage .banner-buttons {
    display: block;
  }
}
.homepage .banner-buttons-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .homepage .banner-buttons-content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .homepage .banner-buttons-content {
    row-gap: 15px;
  }
}
.homepage .banner-buttons-left {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .homepage .banner-buttons-left {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .homepage .banner-buttons-left {
    text-align: left;
  }
}
.homepage .banner-buttons-left > .banner-button .text {
  font-weight: 700;
}
.homepage .banner-buttons-right {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .homepage .banner-buttons-right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .homepage .banner-buttons-right {
    text-align: left;
  }
}
.homepage .banner-buttons-right .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media only screen and (max-width: 576px) {
  .homepage .banner-buttons-right .buttons {
    flex-direction: column;
  }
}
.homepage .banner-buttons-right .buttons-item {
  flex: 0 0 33%;
}
@media only screen and (max-width: 576px) {
  .homepage .banner-buttons-right .buttons-item {
    flex: 0 0 100%;
    width: 100%;
  }
  .homepage .banner-buttons-right .buttons-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .homepage .banner-buttons-right .buttons {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.homepage .banner-buttons .banner-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.homepage .banner-buttons .banner-button-image {
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .homepage .banner-buttons .banner-button-image {
    min-width: 50px;
  }
  .homepage .banner-buttons .banner-button-image img {
    height: 35px;
    width: auto;
  }
}
.homepage .join {
  background-color: var(--color-black);
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .homepage .join {
    padding: 40px 0;
  }
}
.homepage .join-description {
  margin: 70px 0 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .homepage .join-description {
    margin: 40px 0 40px;
  }
}
.homepage .join-description::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: var(--color-white);
}
.homepage .join-flex {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .homepage .join-flex {
    flex-direction: column;
  }
}
.homepage .join-flex-1 {
  flex: 0 0 50%;
}
@media only screen and (max-width: 991px) {
  .homepage .join-flex-1 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .join-flex-2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .join-flex-2 .join-button-link {
    display: block;
  }
  .homepage .join-flex-2 .join-button-link:nth-child(2) {
    margin-top: 20px;
  }
}
.homepage .join-button {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .homepage .join-button {
    align-items: center;
  }
}
.homepage .join-button-icon img {
  height: 73px;
  width: auto;
  max-width: 100%;
  display: block;
}
.homepage .join-button-title {
  margin: 25px 0;
}
@media only screen and (max-width: 1100px) {
  .homepage .join-button-title {
    margin: 15px 0;
  }
}
.homepage .join .btn-course-detail {
  text-align: center;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .homepage .join .btn-course-detail {
    margin-left: 0 !important;
  }
}
.homepage .reward {
  padding: 80px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .homepage .reward {
    padding: 40px 0;
  }
}
.homepage .reward-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .homepage .reward-title {
    margin-bottom: 30px;
  }
  .homepage .reward-title br {
    display: none;
  }
}
.homepage .reward-boxs {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  .homepage .reward-boxs {
    flex-direction: column;
  }
}
.homepage .reward-box {
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 38px 70px;
  height: 280px;
  border-radius: 10px 10px 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .homepage .reward-box {
    height: 250px;
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .homepage .reward-box {
    width: 100%;
    padding: 38px 15px;
  }
}
@media only screen and (max-width: 525px) {
  .homepage .reward-box {
    background-size: unset;
  }
}
.homepage .reward-box-description {
  margin-top: 5px;
}
.homepage .reward-box-value {
  font-weight: 700;
  margin: 10px 0;
}
.homepage .reward-box-1 {
  background-image: url("/themes/samsung/imgs/home/home8.png");
}
@media only screen and (max-width: 1100px) {
  .homepage .reward-box-1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.homepage .reward-box-2 {
  background-image: url("/themes/samsung/imgs/home/home9.png");
}
@media only screen and (max-width: 1100px) {
  .homepage .reward-box-2 p {
    margin-bottom: 65px;
  }
}
.homepage .winner {
  background-color: var(--color-white);
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .homepage .winner {
    padding-bottom: 40px;
  }
}
.homepage .winner-title {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .homepage .winner-title {
    margin-bottom: 30px;
  }
}
.homepage .winner-items {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  .homepage .winner-items {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .homepage .winner-items {
    row-gap: 30px;
  }
}
.homepage .winner-item {
  flex-basis: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .homepage .winner-item {
    flex-basis: 100%;
    width: 100%;
  }
}
.homepage .winner-item-image img {
  border-radius: 10px 10px 50px 10px;
  display: block;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1100px) {
  .homepage .winner-item-image img {
    height: auto;
  }
}
.homepage .winner-item-image .border-bottom-right {
  border-radius: 10px 10px 50px 10px;
}
.homepage .winner-item-image .border-bottom-left {
  border-radius: 10px 10px 10px 50px;
}
.homepage .winner-item-sub-title {
  margin: 30px 0 0;
}
.homepage .winner-item-text {
  margin-top: 40px;
  position: relative;
}
.homepage .winner-item-text::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: var(--color-black);
  left: 0;
  top: -20px;
  position: absolute;
}
.homepage .roadmap {
  background-color: var(--color-black);
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap {
    padding: 40px 0;
  }
}
.homepage .roadmap-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.homepage .roadmap-top .roadmap-description {
  margin: 60px 0 80px;
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap-top .roadmap-description {
    margin: 30px 0 40px;
  }
}
.homepage .roadmap-top .roadmap-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 115px;
       column-gap: 115px;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .homepage .roadmap-top .roadmap-list {
    flex-direction: column;
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap-top .roadmap-list {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 50px;
  }
}
.homepage .roadmap-top .roadmap-list-item {
  flex: 1;
}
.homepage .roadmap-top .roadmap-list-item .roadmap-list-title {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .homepage .roadmap-top .roadmap-list-item .roadmap-list-title {
    margin-bottom: 15px;
  }
}
.homepage .roadmap-top .roadmap-list-item .roadmap-list-title::before {
  content: "";
  top: -35px;
  left: 0;
  position: absolute;
  width: 25px;
  height: 2px;
  display: inline-block;
  background-color: var(--color-white);
}
@media only screen and (max-width: 1100px) {
  .homepage .roadmap-top .roadmap-list-item .roadmap-list-title::before {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap-top .roadmap-list-item .roadmap-list-title::before {
    top: -15px;
  }
}
.homepage .roadmap-top .roadmap-list-item:nth-child(1) .roadmap-list-title::before {
  background-color: var(--color-blue);
}
.homepage .roadmap-top .roadmap-list-item:nth-child(2) .roadmap-list-title::before {
  background-color: var(--color-yellow-1);
}
.homepage .roadmap-top .roadmap-list-item:nth-child(3) .roadmap-list-title::before {
  background-color: var(--color-red);
}
.homepage .roadmap-top .roadmap-list .list-style-disc {
  list-style-type: disc;
}
.homepage .roadmap-top .roadmap-link {
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap-top .roadmap-link {
    padding: 35px 0;
  }
}
.homepage .roadmap-bottom .roadmap-title {
  margin: 100px 0;
}
@media only screen and (max-width: 1100px) {
  .homepage .roadmap-bottom .roadmap-title {
    margin: 50px 0;
  }
}
.homepage .roadmap-bottom .roadmap-description {
  position: relative;
}
.homepage .roadmap-bottom .roadmap-description::before {
  content: "";
  top: -20px;
  left: 0;
  position: absolute;
  width: 25px;
  height: 2px;
  display: inline-block;
  background-color: var(--color-white);
}
.homepage .roadmap-bottom .roadmap-list {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  list-style: none;
  justify-content: center;
  row-gap: 60px;
  max-width: 75%;
  margin-left: auto;
}
@media only screen and (max-width: 1100px) {
  .homepage .roadmap-bottom .roadmap-list {
    max-width: 100%;
  }
  .homepage .roadmap-bottom .roadmap-list-image {
    flex: 0 0 20%;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap-bottom .roadmap-list {
    margin: 40px 0 40px;
    row-gap: 40px;
  }
}
.homepage .roadmap-bottom .roadmap-list .roadmap-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 991px) {
  .homepage .roadmap-bottom .roadmap-list .roadmap-list-item {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .homepage .roadmap-bottom .roadmap-list .roadmap-list-item .roadmap-list-text {
    text-align: center;
  }
  .homepage .roadmap-bottom .roadmap-list .roadmap-list-item .roadmap-list-text br {
    display: none;
  }
}
.homepage .roadmap-bottom .roadmap-link .register_exam-button-link {
  background-color: var(--color-blue);
}
.homepage .roadmap-bottom .roadmap-link .register_exam-button-link:hover, .homepage .roadmap-bottom .roadmap-link .register_exam-button-link:focus, .homepage .roadmap-bottom .roadmap-link .register_exam-button-link:active {
  background-color: var(--color-red);
}
.homepage .news {
  padding: 70px 0 100px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .homepage .news {
    padding: 40px 0;
  }
}
.homepage .news-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .homepage .news-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.homepage .news-top .news-title {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .homepage .news-top .news-title {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.homepage .news-top .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  flex-basis: 50%;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.homepage .news-top .nav-item {
  padding: 0;
  margin: 0;
  border: 0;
}
.homepage .news-top .nav-item:nth-child(1) a::before {
  background-color: var(--color-blue);
}
.homepage .news-top .nav-item:nth-child(2) a::before {
  background-color: var(--color-yellow-1);
}
.homepage .news-top .nav-link {
  background-color: var(--color-white);
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  opacity: 0.5;
  position: relative;
}
.homepage .news-top .nav-link::before {
  position: absolute;
  top: -8px;
  right: 0;
  width: 25px;
  height: 2px;
  display: inline-block;
  content: "";
  background-color: var(--color-white);
}
.homepage .news-top .nav .nav-link.active {
  opacity: 1;
}
.homepage .news-bottom {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .homepage .news-bottom {
    margin-top: 30px;
  }
}
.homepage .news-bottom .tab-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 991px) {
  .homepage .news-bottom .tab-body {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.homepage .news-button {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .homepage .news-button {
    margin-top: 30px;
  }
}
.homepage .top-team {
  background-color: var(--color-black);
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .homepage .top-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.homepage .top-team-tabs {
  display: flex;
  -moz-column-gap: 108px;
       column-gap: 108px;
  padding: 88px 0 36px;
  border-bottom: 1px solid #191919;
}
@media only screen and (max-width: 991px) {
  .homepage .top-team-tabs {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .homepage .top-team-tabs {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage .top-team-tabs {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .homepage .top-team-tabs {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.homepage .top-team-tabs .tab-title {
  position: relative;
  cursor: pointer;
}
.homepage .top-team-tabs .tab-title::before {
  content: "";
  top: -18px;
  left: 0;
  position: absolute;
  width: 25px;
  height: 2px;
  display: inline-block;
}
.homepage .top-team-tabs .tab-title:nth-child(1)::before {
  background-color: var(--color-blue);
}
.homepage .top-team-tabs .tab-title:nth-child(2)::before {
  background-color: var(--color-yellow-1);
}
.homepage .top-team-tabs .tab-title:nth-child(3)::before {
  background-color: var(--color-red);
}
.homepage .top-team-tabs .tab-title a:focus {
  color: var(--color-white);
}
.homepage .top-team-tabs .tab-title.active a {
  color: var(--color-blue);
}
.homepage .top-team .tab-round-content {
  display: none;
}
.homepage .top-team .tab-round-content.active {
  display: block;
}
.homepage .top-team-contents {
  padding-top: 50px;
  -moz-column-gap: 37px;
       column-gap: 37px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .homepage .top-team-contents {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: column;
  }
}
.homepage .top-team-contents .left {
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 10px 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--black, #000);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  text-align: center;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 480px) {
  .homepage .top-team-contents .left {
    padding: 10px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.homepage .top-team-contents .left svg {
  margin: 0 auto;
  margin-bottom: 47px;
}
@media only screen and (max-width: 480px) {
  .homepage .top-team-contents .left svg {
    margin: 0;
  }
}
.homepage .top-team-contents .left .top-title {
  padding: 14px 0;
  border-top: 1px solid #191919;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .homepage .top-team-contents .left .top-title {
    padding: 15px;
    border-top: unset;
  }
}
.homepage .top-team-contents .left .top-title.active {
  color: var(--color-yellow-1);
}
.homepage .top-team-contents .right .top-content {
  display: none;
}
.homepage .top-team-contents .right .top-content.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .homepage .top-team-contents .right .team-info {
    margin-top: 15px;
  }
}
.homepage .top-team-contents .right .team-img img {
  border-radius: 10px;
}
.homepage .top-team-contents .right .team-project {
  position: relative;
  margin-top: 40px;
}
.homepage .top-team-contents .right .team-project::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  top: -22px;
  left: 0;
}
.homepage .top-team .pagination-component {
  margin-top: 30px;
}
.homepage .top-team .pagination-component .pagination .page-item .page-link {
  color: var(--color-white);
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
}
.homepage .top-team .pagination-component .pagination .page-item .page-link:hover {
  color: var(--color-black);
  background-color: var(--color-white);
}
.homepage .top-team .pagination-component .pagination .page-item.active span {
  color: var(--color-black);
  background-color: var(--color-white);
}

.pagenews {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pagenews {
    padding-bottom: 40px;
  }
}
.pagenews-top {
  background-color: var(--color-black);
}
.pagenews-menu {
  width: 100%;
  padding-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .pagenews-menu {
    padding-top: 50px;
  }
}
.pagenews-menu-item:not(:last-child) {
  margin-right: 35px;
}
.pagenews-menu-link {
  transition: all ease 0.35s;
  color: rgba(255, 255, 255, 0.5);
}
.pagenews-menu-link:hover {
  color: var(--color-white);
}
.pagenews-menu-link:focus, .pagenews-menu-link:active {
  color: rgba(255, 255, 255, 0.5);
}
.pagenews-menu .pagenews-menu-link.active {
  color: var(--color-white);
}
.pagenews-slides {
  padding: 65px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .pagenews-slides {
    padding-bottom: 0;
  }
}
.pagenews-slides > .swiper-container {
  position: relative;
}
.pagenews-slides .featured-item-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  max-height: 6em;
}
@media only screen and (max-width: 1300px) {
  .pagenews-slides .featured-item-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: 5em;
  }
}
@media only screen and (max-width: 991px) {
  .pagenews-slides .featured-item-description {
    display: block;
    overflow: auto;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    max-height: unset;
  }
}
.pagenews-slides-control {
  position: absolute;
  left: calc(60% - 60px);
  bottom: 65px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .pagenews-slides-control {
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
    top: 30px;
  }
}
.pagenews-buttons {
  display: none;
}
@media only screen and (max-width: 991px) {
  .pagenews-buttons {
    display: block;
  }
}
.pagenews-buttons-content {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  max-width: calc(1190px - 8%);
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  background-color: var(--color-black);
  padding: 10px 15px;
  border-radius: 0px 0px 10px 0px;
}
@media only screen and (max-width: 991px) {
  .pagenews-buttons-content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .pagenews-buttons-content {
    row-gap: 15px;
  }
}
.pagenews-buttons-left {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .pagenews-buttons-left {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .pagenews-buttons-left {
    text-align: left;
  }
}
.pagenews-buttons-left > .pagenews-button .text {
  font-weight: 700;
}
.pagenews-buttons-right {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .pagenews-buttons-right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .pagenews-buttons-right {
    text-align: left;
  }
}
.pagenews-buttons-right .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 15;
       column-gap: 15;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .pagenews-buttons-right .buttons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .pagenews-buttons-right .buttons-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .pagenews-buttons-right .buttons {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.pagenews-buttons .pagenews-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.pagenews-buttons .pagenews-button-image {
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .pagenews-buttons .pagenews-button-image {
    min-width: 50px;
  }
  .pagenews-buttons .pagenews-button-image img {
    height: 35px;
    width: auto;
  }
}
.pagenews-items {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
  row-gap: 45px;
}
@media only screen and (max-width: 991px) {
  .pagenews-items {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .pagenews-items {
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .pagenews-items {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.pagenews-pagination {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pagenews-pagination {
    margin-top: 40px;
  }
}

.prizepage .__line {
  width: 20px;
  height: 2px;
  background-color: #0084c9;
  margin-right: 20px;
}
.prizepage .banner {
  background-color: var(--color-black);
  padding-top: 90px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .banner {
    padding: 50px 0;
  }
}
.prizepage .banner-title {
  padding: 100px 0;
}
@media only screen and (max-width: 1100px) {
  .prizepage .banner-title {
    padding: 50px 0;
  }
}
.prizepage .banner-title2 {
  padding-bottom: 20px;
}
.prizepage .banner-box {
  background-image: url("/themes/samsung/imgs/prize/img.png");
  background-size: 100%;
  display: flex;
  margin-top: 40px;
  padding: 50px 40px;
  justify-content: space-between;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .prizepage .banner-box {
    padding: 15px;
  }
}
@media only screen and (max-width: 760px) {
  .prizepage .banner-box {
    background: #0085c9;
    border-radius: 10px;
    gap: 25px;
    flex-direction: column;
  }
}
.prizepage .banner-box-number {
  line-height: 63px;
}
.prizepage .banner-box-right {
  display: flex;
  height: -moz-max-content;
  height: max-content;
}
.prizepage .banner-box-right-right1 {
  margin-top: 15px;
  margin-right: 1rem;
}
.prizepage .banner-box-right-right2 {
  background-color: var(--color-white);
  padding: 5px 10px;
  border-radius: 10px;
  max-width: 17rem;
}
.prizepage .prize-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .prizepage .prize-content {
    flex-direction: column;
    gap: 20px;
  }
}
.prizepage .prize-content-div {
  display: flex;
  flex: 0 0 50%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1294117647);
  padding: 35px 0;
}
@media only screen and (max-width: 1100px) {
  .prizepage .prize-content-div {
    border-bottom: solid 1px white;
    padding-bottom: 20px;
  }
}
.prizepage .prize-content-div-div1 {
  min-width: 10.75rem;
  max-width: 11rem;
}
@media only screen and (max-width: 767px) {
  .prizepage .prize-content-div-div1 {
    padding-right: 0;
    min-width: 120px;
  }
}
.prizepage .prize-content-div-div2 {
  margin-top: 14px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .prize-content-div-div2 {
    margin-top: 0px;
  }
}
.prizepage .prize-content-div .textBottom {
  padding-top: 20px;
}
.prizepage .__bottom {
  margin: 100px auto;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .prizepage .__bottom {
    margin: 50px auto;
  }
}
.prizepage .prizeonline {
  padding-top: 100px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .prizeonline {
    padding-top: 50px;
  }
}
.prizepage .prizeonline-title {
  padding-bottom: 45px;
}
.prizepage .prizeonline-content {
  display: flex;
  padding: 50px 0;
}
.prizepage .prizeonline-content-child {
  width: 25%;
  margin-right: 150px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .prizeonline-content-child {
    width: 45%;
    margin-right: 15px;
  }
}
.prizepage .mct-1 {
  margin-top: -25px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .mct-1 {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 576px) {
  .prizepage .mct-1 {
    margin-top: -15px;
  }
}
.prizepage .mct-2 {
  margin-top: 25px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .mct-2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .prizepage .mct-2 {
    margin-top: 15px;
  }
}
.prizepage .mct-3 {
  margin-top: -18px;
}
@media only screen and (max-width: 1100px) {
  .prizepage .mct-3 {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 576px) {
  .prizepage .mct-3 {
    margin-top: -10px;
  }
}

.profilepage {
  background: var(--color-black);
  padding-top: 190px;
}
@media only screen and (max-width: 991px) {
  .profilepage {
    padding-top: 140px;
  }
  .profilepage .banner-title br {
    display: none;
  }
}
.profilepage-content {
  padding-top: 50px;
}
.profilepage-content-top {
  border-radius: 0px 0px 10px 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.profilepage-content-top .nav {
  width: 80%;
  padding: 5px;
}
.profilepage-content-btn {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .profilepage-content-btn {
    padding-bottom: 0;
  }
}
.profilepage-content-btn a.btn-submission {
  padding: 12px 78px;
}
@media only screen and (max-width: 480px) {
  .profilepage-content-btn a.btn-submission {
    padding: 12px 50px;
  }
}
.profilepage-content .nav {
  align-items: center;
  justify-content: space-between;
}
.profilepage-content .nav .nav-link.active {
  color: #fdbe5d;
  background-color: transparent;
  border-color: transparent;
}
.profilepage-content .nav .nav-link:hover {
  border: 1px solid transparent;
  color: #fdbe5d;
}
.profilepage-content .nav-tabs {
  border-bottom: 1px solid transparent;
}
.profilepage-content .tab-content {
  width: 80%;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .tab-content {
    width: 100%;
  }
}
.profilepage-content .tab-content ul li {
  color: #ffffff;
  opacity: 0.5;
  font-weight: 450;
  font-size: 17px;
  line-height: 20px;
  font-family: "SamsungOneArabic";
  margin-bottom: 20px;
}
.profilepage-content .tab-content .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}
.profilepage-content .tab-content .table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}
.profilepage-content .tab-content .table-responsive::-webkit-scrollbar-thumb {
  background-color: #fdbe5d;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}
@media only screen and (max-width: 991px) {
  .profilepage-content .tab-content .table-responsive {
    padding: 0;
  }
}
.profilepage-content .profile-input {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile-input {
    flex-direction: column;
  }
}
.profilepage-content .profile-input:not(:last-child) {
  margin-bottom: 20px;
}
.profilepage-content .profile-input-label {
  width: 190px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile-input-label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.profilepage-content .profile-input-content {
  margin-left: 60px;
  width: calc(100% - 250px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile-input-content {
    margin-left: 0;
    width: 100%;
  }
}
.profilepage-content .profile-input-content input {
  width: 100%;
  height: 40px;
  padding: 0 30px;
  text-shadow: 0px 0px 60px 0px #000;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.0500000007);
  color: var(--color-white);
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile-input-content input {
    padding: 0 20px;
  }
}
.profilepage-content .profile-input-content .error-message {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile-input-content .error-message {
    padding: 0 20px;
  }
}
.profilepage-content .profile-input-content .password-button {
  display: inline-flex;
  height: 40px;
  padding: 0 30px;
  width: -moz-max-content;
  width: max-content;
  text-shadow: 0px 0px 60px 0px #000;
  border-radius: 50px;
  background-color: var(--color-yellow-1);
  color: var(--color-white);
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile-input-content .password-button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .profilepage-content .profile-input-content .password-button {
    padding: 7px 20px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .profilepage-content .profile .password-button-input {
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  .profilepage-content .profile .password-button-input .profile-input-label {
    width: 65px;
    margin-bottom: 0;
  }
  .profilepage-content .profile .password-button-input .profile-input-content {
    margin-left: 20px !important;
    width: calc(100% - 140px);
  }
}
.profilepage-content .profile .join-button-link {
  box-shadow: none !important;
  outline: none !important;
}
.profilepage-content .profile2-btn {
  margin-top: 50px;
}
.profilepage-content .profile2-btn .join-button-link {
  margin-right: 20px;
}
.profilepage-content #profile4 span {
  color: #fdbe5d;
}
.profilepage-content #profile4 .line-height-1-5-rem {
  line-height: 1.5rem;
}
.profilepage-content #profile4 .profile-gift {
  position: relative;
  max-width: 55rem;
  max-height: 28rem;
}
.profilepage-content #profile4 .profile-gift .profile-gift-img {
  width: 100%;
  max-width: 55rem;
  max-height: 28rem;
}
.profilepage-content #profile4 .profile-gift .profile-gift-description {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.profilepage-content .table .thead-dark th {
  color: #fff;
  background-color: #0084c9;
  opacity: 20%;
  border-color: #071b28;
}
.profilepage-content .table-bordered th {
  border: 1px solid transparent;
  color: white;
  font-size: 17px;
  line-height: 20px;
  font-family: "SamsungOneArabic-600";
  white-space: nowrap;
}
.profilepage-content .table-bordered td {
  border: 1px solid transparent;
  color: white;
  font-size: 17px;
  line-height: 20px;
  font-family: "SamsungOneArabic-600";
  white-space: nowrap;
}
.profilepage .table-train thead.thead-dark tr th {
  border: 0;
  opacity: 1;
  background-color: #001a29;
}
.profilepage .table-train thead.thead-dark tr th:first-child {
  border-top-left-radius: 10px;
}
.profilepage .table-train thead.thead-dark tr th:last-child {
  border-top-right-radius: 10px;
}
.profilepage .table-train thead.thead-dark tr th span {
  text-shadow: 0px 0px 60px #000;
  font-family: "SamsungOneArabic";
  font-weight: 450;
  opacity: 0.5;
}
.profilepage .table-train tbody tr td {
  background-color: #0d0d0d;
  font-family: "SamsungOneArabic";
}
.profilepage .table-train tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.profilepage .table-train tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.quiz,
.quiz-header {
  padding: 100px 0;
  background-color: #000;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .quiz,
  .quiz-header {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .quiz,
  .quiz-header {
    margin-top: 80px;
  }
}

.quiz-title {
  font-size: 2.35rem;
  line-height: 2.94rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .quiz-title {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .quiz-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .quiz-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.quiz-lecturers {
  padding: 100px 0;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .quiz-lecturers {
    padding: 50px 0;
  }
}
.quiz-lecturers .lecturers-title {
  font-size: 2.35rem;
  line-height: 2.94rem;
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .quiz-lecturers .lecturers-title {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .quiz-lecturers .lecturers-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .quiz-lecturers .lecturers-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.quiz-lecturers .lecturers-item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 991px) {
  .quiz-lecturers .lecturers-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .quiz-lecturers .lecturers-item {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .quiz-lecturers .lecturers-item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.quiz-lecturers .lecturers-img img {
  width: 150px;
  height: 150px;
  border-radius: 10px 30px 10px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .quiz-lecturers .lecturers-img img {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 400px) {
  .quiz-lecturers .lecturers-img img {
    width: 120px;
    height: 120px;
  }
}
.quiz-lecturers .lecturers-info .lecturers-name {
  margin-bottom: 15px;
}

.quiz-detail {
  padding: 100px 0;
  background-color: #000;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .quiz-detail {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .quiz-detail {
    margin-top: 80px;
  }
}
.quiz-detail .quiz-title {
  margin-bottom: 10px;
}
.quiz-detail .quiz-sliders {
  margin-top: 100px;
  margin-bottom: 70px;
}
.quiz-detail .quiz-sliders .swiper {
  width: 100%;
  overflow: hidden;
}
.quiz-detail .quiz-sliders .swiper .swiper-wrapper {
  position: relative;
}
.quiz-detail .quiz-sliders .swiper .swiper-slide {
  position: relative;
}
.quiz-detail .quiz-sliders .swiper .swiper-slide img {
  border-radius: 10px;
}
.quiz-detail .quiz-sliders .swiper .swiper-slide .quiz-swiper-title {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.quiz-detail .quiz-sliders .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.quiz-detail .quiz-sliders .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.quiz-detail .quiz-sliders .btn-quiz-swiper {
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}
.quiz-detail .quiz-sliders .btn-quiz-swiper:hover {
  opacity: 0.6;
}
.quiz-detail .btn-quiz {
  background-color: #0084c9;
  padding: 13px 45px;
  border-radius: 50px;
}
.quiz-detail .btn-quiz:hover {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
}

.quiz .quiz-box {
  display: none;
  align-items: center;
  width: 100%;
  min-height: 480px;
  background-color: var(--color-white);
  margin-top: 50px;
  margin-bottom: 25px;
  border-radius: 10px 50px 10px 10px;
  background-image: url("/themes/samsung/imgs/quiz/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
@media only screen and (max-width: 991px) {
  .quiz .quiz-box {
    position: relative;
    height: auto;
    min-height: unset;
  }
  .quiz .quiz-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: 0.6;
  }
}
.quiz .quiz-box-content {
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 2rem 30rem;
}
@media only screen and (max-width: 1400px) {
  .quiz .quiz-box-content {
    padding-left: 26rem;
  }
}
@media only screen and (max-width: 991px) {
  .quiz .quiz-box-content {
    padding-left: 2rem;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 480px) {
  .quiz .quiz-box-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.quiz .quiz-box.active {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .quiz .quiz-box.active {
    display: block;
  }
}
.quiz .question {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .quiz .question {
    color: var(--color-white);
  }
}
@media only screen and (max-width: 480px) {
  .quiz .question {
    margin-bottom: 25px;
  }
}
.quiz .answers {
  display: flex;
  flex-wrap: wrap;
  padding-left: 3rem;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .quiz .answers {
    row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .quiz .answers {
    row-gap: 20px;
  }
}
.quiz .answers .answer-item {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 991px) {
  .quiz .answers .answer-item {
    width: 100%;
  }
}
.quiz .answers input[type=radio] {
  display: none;
}
.quiz .answers label {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .quiz .answers label {
    color: var(--color-white);
  }
}
.quiz .answers label::before {
  content: "A";
  width: 35px;
  height: 35px;
  font-size: 20px;
  background-color: var(--color-black);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -50px;
  color: var(--color-white);
  padding-left: 11px;
  padding-top: 5px;
}
@media only screen and (max-width: 480px) {
  .quiz .answers label::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 0px;
    padding-left: 10px;
  }
}
.quiz .answers label.answer-b::before {
  content: "B";
}
.quiz .answers label.answer-c::before {
  content: "C";
}
.quiz .answers label.answer-d::before {
  content: "D";
}
.quiz .answers input[type=radio]:checked + label::before {
  background-color: #fdbe5d;
}
.quiz .btn-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quiz .btn-steps .btn-prev-wrapper,
.quiz .btn-steps .btn-next-wrapper {
  cursor: pointer;
}
.quiz .btn-steps .btn-prev,
.quiz .btn-steps .btn-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz .btn-steps .btn-prev {
  margin-right: 20px;
}
.quiz .btn-steps .btn-next {
  margin-left: 20px;
}
.quiz .submit-quiz {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .quiz .submit-quiz {
    margin-top: 30px;
  }
}

.fancybox-content {
  position: relative;
}
.fancybox-content .percentage-video {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--color-white);
  font-family: "SamsungOneArabic";
  background-color: #2EB179;
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .fancybox-content .percentage-video {
    font-size: 12px;
    width: 50px;
    height: 30px;
  }
}

.rulepage {
  margin-top: 90px;
  padding: 100px 0;
}
@media only screen and (max-width: 1400px) {
  .rulepage {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rulepage {
    padding: 50px 0;
  }
}
.rulepage .rulecontent {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .rulepage .rulecontent {
    flex-direction: column;
    gap: 50px;
  }
}
.rulepage .rulecontent-left {
  background-color: var(--color-black);
  padding: 15px;
  border-radius: 10px;
  margin-right: 50px;
  flex: 0 0 25%;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 991px) {
  .rulepage .rulecontent-left {
    margin-right: 0;
  }
}
.rulepage .rulecontent-left .nav {
  display: block;
}
.rulepage .rulecontent-left .panel-heading a {
  color: white;
  display: flex;
  justify-content: space-between;
}
.rulepage .rulecontent-left .list-group {
  margin-left: 10px;
}
.rulepage .rulecontent-left .list-group li {
  list-style: disc;
  color: white;
  margin-left: 20px;
}
.rulepage .rulecontent-left .nav-tabs {
  border-bottom: unset;
}
.rulepage .rulecontent-left li {
  padding: 10px 0;
}
.rulepage .rulecontent-left li .nav-link {
  padding: 0;
}
.rulepage .rulecontent-left li .nav-link:hover {
  border: 1px solid transparent;
  color: white;
}
.rulepage .rulecontent-left li .nav-link.active {
  color: #0084C9;
  position: relative;
  padding-left: 20px;
  transition: padding-left 0.9s ease;
  background: unset;
  border: unset;
}
.rulepage .rulecontent-left li .nav-link.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #0084C9;
}
.rulepage .rulecontent-left li .rules-icon i {
  font-size: 0.76rem;
}
.rulepage .rulecontent-right ul li {
  margin-bottom: 10px;
  font-family: "SamsungOneArabic";
  font-weight: 450;
  font-size: 19px;
  line-height: 35px;
}
.rulepage .rulecontent-right ul ul {
  margin-left: 20px;
}
.rulepage .rulecontent-right ul ul li {
  list-style: disc;
}
.rulepage .rulecontent-right p {
  padding-bottom: 10px;
}
.rulepage .rulecontent-right .ulChild {
  margin-left: 20px;
}
.rulepage .rulecontent-right .ulChild li {
  list-style: disc;
}

.rule-contact {
  padding: 70px 0 60px;
  background-color: var(--color-black);
}
@media only screen and (max-width: 991px) {
  .rule-contact {
    padding: 50px 0 40px;
  }
}
.rule-contact-title {
  font-size: clamp(1.0625rem, 0.9875rem + 0.375vw, 1.4375rem);
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .rule-contact-title {
    margin-bottom: 10px;
  }
}
.rule-contact-phone {
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  color: var(--color-white) !important;
}
.rule-contact-des {
  margin-top: 8px;
}
.rule-contact svg {
  margin-right: 8px;
  margin-top: -5px;
}

.submissionpage {
  padding-top: 190px;
}
@media only screen and (max-width: 991px) {
  .submissionpage {
    padding-top: 140px;
  }
}
.submissionpage .banner-title {
  padding-bottom: 25px;
}
.submissionpage .submission {
  padding: 90px 0 80px;
  width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission {
    width: 100%;
  }
}
.submissionpage .submission-input {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission-input {
    flex-direction: column;
  }
}
.submissionpage .submission-input:nth-child(4) {
  margin-bottom: 0;
}
.submissionpage .submission-input-label {
  width: 100px;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission-input-label {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.submissionpage .submission-input-content {
  margin-left: 150px;
  width: calc(100% - 250px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission-input-content {
    margin-left: 0;
    width: 100%;
  }
}
.submissionpage .submission-input-content input {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.0500000007);
  color: var(--color-black);
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission-input-content input {
    padding: 0 20px;
  }
}
.submissionpage .submission-input-content .error-message {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission-input-content .error-message {
    padding: 0 20px;
  }
}
.submissionpage .submission-input-content .input-base:nth-child(2) {
  margin-top: 20px;
}
.submissionpage .submission-input-content .btn-submission {
  margin-top: 30px;
  padding-left: 75px;
  padding-right: 75px;
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission-input-content .btn-submission {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .submissionpage .submission .btn-submission-group {
    text-align: center;
  }
}
.submissionpage .accept {
  margin-top: 80px;
}
.submissionpage .accept label {
  cursor: pointer;
  text-shadow: 0px 0px 60px #000;
}
@media only screen and (max-width: 991px) {
  .submissionpage .accept label {
    text-align: left;
  }
  .submissionpage .accept label br {
    display: none;
  }
}

.upload-exam-file {
  padding: 80px 0 40px;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file {
    padding: 40px 0 0;
  }
}
.upload-exam-file .submitfile {
  padding: 60px 0;
  width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile {
    width: 100%;
    padding: 40px 0;
  }
}
.upload-exam-file .submitfile-input {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input {
    flex-direction: column;
    margin-bottom: 20px !important;
  }
}
.upload-exam-file .submitfile-input-label {
  width: 160px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.upload-exam-file .submitfile-input-content {
  margin-left: 60px;
  width: calc(100% - 220px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content {
    margin-left: 0;
    width: 100%;
  }
}
.upload-exam-file .submitfile-input-content input {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.0500000007);
  color: var(--color-black);
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content input {
    padding: 0 20px;
  }
}
.upload-exam-file .submitfile-input-content .ui {
  height: 50px;
  padding: 0 30px !important;
  position: relative;
  border-radius: 50px !important;
  background-color: rgba(0, 0, 0, 0.0500000007);
  border-color: transparent !important;
  color: var(--color-black);
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content .ui {
    padding: 0 20px !important;
  }
}
.upload-exam-file .submitfile-input-content .ui .text {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: var(--color-black);
}
.upload-exam-file .submitfile-input-content .ui .dropdown {
  margin: 0 !important;
  padding: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.upload-exam-file .submitfile-input-content .ui.bg-input {
  background-color: rgba(0, 0, 0, 0.0500000007);
}
.upload-exam-file .submitfile-input-content .ui.selection.dropdown .menu > .item {
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: var(--color-black);
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content .ui.selection.dropdown .menu > .item {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.upload-exam-file .submitfile-input-content .ui.active.selection.dropdown {
  border-radius: 50px !important;
}
.upload-exam-file .submitfile-input-content .ui.selection.dropdown .menu {
  border-radius: 15px !important;
  border-bottom-width: 1px !important;
}
.upload-exam-file .submitfile-input-content .ui.search.selection.dropdown > input.search {
  padding: 0 30px !important;
  color: var(--color-black);
  border-radius: 50px !important;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content .ui.search.selection.dropdown > input.search {
    padding: 0 20px !important;
  }
}
.upload-exam-file .submitfile-input-content .error-message {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content .error-message {
    padding: 0 20px;
  }
}
.upload-exam-file .submitfile-input-content .input-base:nth-child(2) {
  margin-top: 20px;
}
.upload-exam-file .submitfile-input-content .btn-submission {
  margin-top: 30px;
  padding-left: 75px;
  padding-right: 75px;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-content .btn-submission {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.upload-exam-file .submitfile-input-ratio-content {
  position: relative;
  margin-left: 60px;
  width: calc(100% - 220px);
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-ratio-content {
    margin-left: 0;
    width: 100%;
  }
}
.upload-exam-file .submitfile-input-ratio-content .error-message {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile-input-ratio-content .error-message {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .submitfile .btn-submission-group {
    text-align: center;
  }
}
.upload-exam-file .custom-upload-file {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .upload-exam-file .custom-upload-file {
    margin-bottom: 20px;
  }
}
.upload-exam-file .custom-upload-file .fileinput {
  position: relative;
}
.upload-exam-file .custom-upload-file .fileinput__input {
  display: none;
}
.upload-exam-file .custom-upload-file .fileinput__face {
  text-align: center;
  width: 100%;
  display: flex;
  background-color: #a9e2f3;
  align-items: flex-start;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.upload-exam-file .custom-upload-file .fileinput__button {
  float: left;
  width: 100%;
  cursor: pointer;
  text-align: start;
  font-weight: bold;
  font-family: "SamsungOneArabic";
  color: var(--color-blue);
}
.upload-exam-file .custom-upload-file .fileinput__status-text {
  transition: 0.2s ease-out;
  font-size: 17px;
  border: 2px solid;
  font-family: "SamsungOneArabic";
  border: none;
  font-size: 15px;
  width: 100%;
  float: right;
  overflow: hidden;
  font-family: "SamsungOneArabic";
  color: var(--color-blue);
}
.upload-exam-file .custom-upload-file .fileinput .text-hint {
  font-size: 14px;
  color: var(--color-blue);
  font-style: italic;
  font-family: "SamsungOneArabic";
  line-height: 18px;
}

.trainingpage {
  margin-top: 90px;
}
@media only screen and (max-width: 1400px) {
  .trainingpage {
    margin-top: 80px;
  }
}
.trainingpage .banner-slide-box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  z-index: 1;
  text-align: left;
}
.trainingpage .banner-slide-description {
  width: 40%;
  margin: 22px 0;
}
@media only screen and (max-width: 1100px) {
  .trainingpage .banner-slide-description {
    width: 90%;
  }
}
.trainingpage .banner-buttons {
  background-color: var(--color-white);
}
.trainingpage .banner-buttons-content {
  background: black;
  padding: 5px;
  border-radius: 0px 0px 10px 0px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.trainingpage .join {
  background-color: var(--color-white);
}
.trainingpage .join-description::before {
  background-color: var(--color-black);
}
.trainingpage .join-button-link {
  margin-top: 20px;
}
.trainingpage .join .btn-course-detail {
  margin-left: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.trainingpage .roadmap #style-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
}
.trainingpage .roadmap #style-10::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
.trainingpage .roadmap #style-10::-webkit-scrollbar-thumb {
  background-color: #FDBE5D;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}
.trainingpage .roadmap-step {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1410px) {
  .trainingpage .roadmap-step {
    overflow-x: scroll;
  }
}
.trainingpage .roadmap-step-box {
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 20px;
  height: 175px;
  width: 230px;
}
.trainingpage .roadmap-step-box-text {
  opacity: 0.8;
  padding-top: 20px;
}
.trainingpage .roadmap-step-content {
  flex: 0 0 20%;
  margin-bottom: 10px;
}
.trainingpage .roadmap-step-next {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 55px;
}
.trainingpage .roadmap-step-next:last-child {
  display: none;
}

.winnerpage .banner {
  background-color: var(--color-black);
  padding-top: 190px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .winnerpage .banner {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
.winnerpage .banner-number {
  opacity: 50%;
  cursor: pointer;
}
.winnerpage .banner-number-text {
  height: 0;
  opacity: 0;
}
.winnerpage .banner .__active .banner-number-text {
  height: 100%;
  opacity: 1;
}
.winnerpage .banner .__active {
  opacity: 1;
}
.winnerpage .banner .__active .banner-number-active {
  color: #FDBE5D;
  opacity: 1;
}
.winnerpage .banner .activechild {
  color: #FDBE5D;
  opacity: 1;
}
.winnerpage .banner .childclick {
  white-space: nowrap;
}
.winnerpage .banner hr {
  border-top: 1px solid rgba(255, 255, 255, 0.168627451);
  width: 38px;
}
.winnerpage .banner-content {
  display: flex;
  margin-top: 50px;
}
.winnerpage .banner-content-1 {
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.168627451);
  padding: 15px;
  margin-right: 50px;
  height: -moz-max-content;
  height: max-content;
  width: 90px;
}
@media only screen and (max-width: 991px) {
  .winnerpage .banner-content-1 {
    width: 41%;
    margin-right: 15px;
  }
}
.winnerpage .banner-content .pb-4 {
  padding-bottom: 5px !important;
}
.winnerpage .banner-content-big {
  flex: 0 0 80%;
}
@media only screen and (max-width: 480px) {
  .winnerpage .banner-content-big {
    flex: 0 0 75%;
  }
}
@media only screen and (max-width: 380px) {
  .winnerpage .banner-content-big {
    flex: 0 0 70%;
  }
}
.winnerpage .banner-content-right {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .winnerpage .banner-content-right {
    flex-direction: column;
    align-items: unset;
  }
}
.winnerpage .banner-content-right img {
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 35px;
  max-width: 550px;
}
@media only screen and (max-width: 991px) {
  .winnerpage .banner-content-right img {
    width: 100%;
  }
}
.winnerpage hr {
  margin: 0 0 30px;
}
.winnerpage .result {
  padding-top: 50px;
}
.winnerpage .result-title {
  padding-bottom: 30px;
}
.winnerpage .result-content {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.winnerpage .result-content-left {
  flex: 0 0 30%;
}
.winnerpage .result-content-left img {
  border-radius: 6px;
}
.winnerpage .result-content-right hr {
  width: 20px;
  display: inline-block;
  border-top: 2px solid black;
  margin: 10px 0;
}
.winnerpage .go-back:hover {
  color: var(--color-yellow-1);
}

.forget-password {
  padding: 100px 0;
}
.forget-password .login-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (max-width: 576px) {
  .forget-password .login-form {
    max-width: 100%;
  }
}

.register__wrap {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .register__wrap {
    padding: 50px 0;
  }
}
.register-title {
  margin-bottom: 25px;
}
.register-form {
  margin-top: 70px;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .register-form {
    max-width: 100%;
    margin-top: 35px;
  }
}
.register-form .radio-group {
  display: flex;
  align-items: center;
}
.register-form .radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .register-form .radio-group label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) {
  .register-form .radio-group label {
    font-size: 10px;
  }
}
.register-form .radio-group label:not(:last-child) {
  margin-right: 30px;
}
.register-form .radio-group label input[type=radio] {
  width: 20px;
  height: 20px !important;
  margin-right: 5px !important;
  padding-right: 5px !important;
}
@media only screen and (max-width: 350px) {
  .register-form .radio-group label input[type=radio] {
    width: 10px;
    height: 10px !important;
    margin-right: 5px !important;
    padding-right: 5px !important;
  }
}
.register-group-1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .register-group-1 {
    margin-bottom: 35px;
  }
}
.register-group-2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .register-group-2 {
    margin-bottom: 35px;
  }
}
.register-group-3 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .register-group-3 {
    margin-bottom: 35px;
  }
}
.register-group-4 {
  margin-bottom: 15px;
}
.register-submit {
  text-align: center;
}
.register-submit .button-5 {
  max-width: 440px !important;
  margin: 35px auto 20px;
}
@media only screen and (max-width: 480px) {
  .register-submit .button-5 {
    max-width: 100%;
  }
}
.register-submit .ask_to_login a {
  cursor: pointer !important;
}
.register-confirm {
  margin-top: 30px;
  padding: 15px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.register-confirm .checkbox-custom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.register-confirm .checkbox-custom input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  cursor: pointer;
}
.register-confirm .checkbox-custom label {
  margin-left: 17px;
  flex: 1;
  cursor: pointer;
}
.register-confirm .checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.register-confirm .checkbox-custom label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.register-confirm .checkbox-custom label .checkbox-text a {
  text-decoration: none;
  font-family: "SamsungOneArabic-700";
  color: var(--color-blue);
}
.register-confirm .checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--color-blue);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 3px;
  border-radius: 5px;
  transition: all ease 0.35s;
}
.register-confirm .checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 14px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.register-confirm .checkbox-custom input:checked + label:before {
  background-color: var(--color-blue);
}
.register-input {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 991px) {
  .register-input {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 0;
  }
}
.register-input-label {
  margin: 0;
  display: block;
  flex: 0 0 200px;
  width: 200px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .register-input-label {
    flex: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}
.register-input-group {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .register-input-group {
    flex: unset;
    width: 100%;
  }
}
.register-input-group input {
  height: 50px !important;
}
.register-input-group .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.register-input .verify-otp-input {
  max-width: 440px !important;
  margin: auto;
}
.register-input .text-color-3 {
  color: rgba(0, 0, 0, 0.5);
}
.register-input .contact-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .register-input .contact-group {
    flex-direction: column-reverse;
  }
}
.register-input .contact-group .input-base:nth-child(1) {
  margin-right: 10px;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .register-input .contact-group .input-base:nth-child(1) {
    margin-right: 0;
  }
}
.register-input .contact-group .input-base:nth-child(2) {
  flex: 0 0 180px;
  width: 180px;
}
@media only screen and (max-width: 480px) {
  .register-input .contact-group .input-base:nth-child(2) {
    margin-bottom: 1.2rem;
    flex: unset;
    width: 100%;
  }
}
.register .ui {
  height: 50px;
  padding: 0 30px !important;
  position: relative;
  border-radius: 50px !important;
  background-color: rgba(0, 132, 201, 0.2) !important;
  border-color: transparent !important;
}
.register .ui:active, .register .ui:focus {
  border-radius: 50px !important;
}
.register .ui .text {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.register .ui .dropdown {
  margin: 0 !important;
  padding: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.register .ui.fluid {
  border-radius: 50px !important;
}
.register .ui.bg-input {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 50px !important;
}
.register .ui.upward {
  border-radius: 50px !important;
}
.register .ui.visible {
  border-radius: 50px !important;
}
.register .ui.active {
  border-radius: 50px !important;
}
.register .ui.selection.dropdown .menu > .item {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.register .ui.active.selection.dropdown {
  border-radius: 50px !important;
}
.register .ui.selection.dropdown .menu {
  border-radius: 15px !important;
  border-bottom-width: 1px !important;
}
.register .ui.search.selection.dropdown > input.search {
  padding: 0 30px !important;
  border-radius: 50px !important;
}

.section-faq {
  padding: 100px 0;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .section-faq {
    padding: 60px 0;
    margin-top: 40px;
  }
}
.section-faq .title-question {
  font-family: "iCielSamsungSharpSans-Bold";
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
  color: #000;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .title-question {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 0;
  }
}
.section-faq .custom-nav-tabs {
  border-bottom: unset;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .custom-nav-tabs {
    gap: 1rem;
  }
}
.section-faq .custom-nav-tabs .custom-nav-link {
  color: #000;
  background-color: unset;
  border: unset;
  text-align: inherit;
  padding: unset;
}
.section-faq .custom-nav-tabs .custom-nav-link:focus {
  outline: unset;
}
.section-faq .custom-nav-tabs .custom-nav-link .title-nav {
  font-family: "SamsungOneArabic";
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .custom-nav-tabs .custom-nav-link .title-nav {
    font-size: 1.2rem;
  }
}
.section-faq .custom-nav-tabs .bg-line {
  margin-top: 0.5rem;
  width: 0;
  background: #0084c9;
  transition: all 0.3s ease-in-out;
}
.section-faq .custom-nav-tabs .active {
  color: #0084C9;
}
.section-faq .custom-nav-tabs .active .bg-line {
  height: 3px;
  width: 35px;
}
.section-faq .custom-collage .card {
  border: unset;
  background-color: unset;
}
.section-faq .custom-collage .card .card-header {
  border: unset;
  background-color: unset;
  padding: unset;
}
.section-faq .custom-collage .card .card-header .collapsed {
  color: #0084c9;
}
.section-faq .custom-collage .card .card-header .btn:focus {
  outline: unset;
  box-shadow: unset;
}
.section-faq .custom-collage .card .card-header .gap-1 {
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .custom-collage .card .card-header .gap-1 {
    align-items: flex-start !important;
  }
}
.section-faq .custom-collage .card .card-header .btn-link {
  color: #0084c9;
}
.section-faq .custom-collage .card .card-header .btn-link:hover, .section-faq .custom-collage .card .card-header .btn-link:focus {
  text-decoration: unset;
}
.section-faq .custom-collage .card .card-header .btn-link:after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  opacity: 1;
}
.section-faq .custom-collage .card .card-header .collapsed {
  color: #000;
}
.section-faq .custom-collage .card .card-header .collapsed:after {
  content: "\f0d7";
  opacity: 0.5;
}
.section-faq .custom-collage .card .card-header .title-faq {
  font-family: "SamsungOneArabic";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .custom-collage .card .card-header .title-faq {
    font-size: 1rem;
  }
}
.section-faq .custom-collage .card .card-header .title-content {
  font-family: "SamsungOneArabic";
  font-weight: 450;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .section-faq .custom-collage .card .card-header .title-content {
    font-size: 1rem;
  }
}
.section-faq .custom-collage .card .card-body {
  padding-left: unset;
  padding-right: unset;
}
@media only screen and (max-width: 991px) {
  .section-faq .custom-collage .card .card-body {
    padding: 0.5rem;
  }
}
.section-faq .faq-contact {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .faq-contact {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.section-faq .faq-contact .contact-description {
  flex: 1;
  background-color: #0084c9;
  display: flex;
  justify-content: space-around;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .section-faq .faq-contact .contact-description {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.section-faq .faq-contact .contact-description .line-height {
  height: 20px;
  width: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.section-faq .faq-contact .contact-description .content {
  font-family: "SamsungOneArabic";
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.274375rem;
  color: #fff;
}
.section-faq .faq-contact .contact-description .text-info-solution {
  font-family: "SamsungOneArabic";
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #fff;
}
.section-faq .faq-contact .contact-description .d-flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 9vh;
}
@media only screen and (max-width: 991px) {
  .section-faq .faq-contact .contact-description .d-flex-item {
    height: auto;
  }
}
.section-faq .faq-contact .contact-description .icon-phone {
  color: #fff;
  font-size: 1.0625rem;
}
.section-faq .faq-contact .contact-description .gap-0-2 {
  gap: 0.7rem;
}
.section-faq .faq-contact .color-blue-1 {
  color: #0084c9 !important;
}
.section-faq .bg-black {
  background-color: black !important;
}

.mar-189px {
  margin-bottom: 189px;
}

.voting {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
.voting .banner-voting {
  width: 100%;
  background-color: #000;
  padding-top: 110px;
  padding-bottom: 86px;
}
.voting .banner-voting .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.voting .voting-main {
  width: 100%;
  height: 100%;
}
.voting .voting-main .voting-wr {
  padding-top: 109px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-bottom: 38px;
}
.voting .voting-main .container .mySwiper-voting {
  overflow: hidden;
}
.voting .voting-main .container .mySwiper-voting .voting-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.voting .voting-main .container .mySwiper-voting .voting-slide .voting-image {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 150px;
}
.voting .voting-main .container .mySwiper-voting .voting-slide .voting-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  max-height: 150px;
}
.voting .voting-main .container .mySwiper-voting .voting-slide .voting-image .voting-video-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  cursor: pointer;
}
.voting .voting-main .container .mySwiper-voting .voting-slide .voting-image .voting-video-popup img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voting .voting-main .container .mySwiper-voting .voting-slide .voting-image .hiden-video {
  display: none;
}
.voting .voting-main .container .mySwiper-voting .voting-slide .voting-image:hover .hiden-video {
  display: block !important;
}
.voting .controls-wr {
  width: 100%;
  height: 0;
  position: relative;
}
.voting .controls-wr .voting-controls {
  position: absolute;
  top: -23rem;
  left: 51%;
  transform: translate(-51%, 0);
  width: calc(100% + 25px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  height: 0;
}
.voting .controls-wr .voting-controls .swiper-button-prev-voting, .voting .controls-wr .voting-controls .swiper-button-next-voting {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.voting .controls-wr .voting-controls .swiper-button-prev-voting svg, .voting .controls-wr .voting-controls .swiper-button-next-voting svg {
  position: absolute;
  top: 4px;
  left: 4px;
}
.voting .controls-wr .voting-controls .swiper-button-prev-voting:hover, .voting .controls-wr .voting-controls .swiper-button-next-voting:hover {
  background: rgb(0, 0, 0);
}
.voting .controls-wr .voting-controls .swiper-button-prev-voting:hover svg path, .voting .controls-wr .voting-controls .swiper-button-next-voting:hover svg path {
  stroke: white;
}
.voting .voting-component {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.voting .voting-component .voting-description {
  width: 90%;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3rem;
  height: 0;
}
.voting .voting-component .voting-share {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voting .voting-component .voting-share .share-item {
  display: flex;
  gap: 4px;
  align-items: center;
}
.voting .voting-component .voting-share .share-item .view-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.voting .voting-component .voting-share .share-item .view-image svg {
  position: absolute;
}
.voting .voting-component .voting-share .share-item .view-image.active {
  background: rgb(0, 132, 201);
}
.voting .voting-component .voting-share .share-item .view-image.active svg path {
  fill: white;
}
.voting .voting-component .voting-share .share-item .view-voting svg {
  top: 6px;
  left: 7px;
}
.voting .voting-component .voting-share .share-item .like-voting {
  cursor: pointer;
}
.voting .voting-component .voting-share .share-item .like-voting svg {
  top: 5px;
  left: 6px;
}
.voting .voting-component .voting-share .share-item .share-voting {
  cursor: pointer;
}
.voting .voting-component .voting-share .share-item .share-voting svg {
  top: 6px;
  left: 6px;
}
.voting .voting-component .voting-share .share-item .share-voting:hover {
  background: rgb(0, 132, 201);
}
.voting .voting-component .voting-share .share-item .share-voting:hover svg path {
  fill: white;
}
.voting .voting-component .voting-school {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.voting .voting-component .voting-school .name-team {
  line-height: 20.39px;
}
.voting .voting-component .voting-hashtag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.voting .voting-component .voting-hashtag .hashtag-item {
  line-height: 17.98px;
}
.voting .voting-component .voting-hashtag .hashtag-item a {
  color: rgba(0, 0, 0, 0.7);
}
.voting .modal-dialog {
  width: 90%;
  max-width: 1190px;
  margin: 9.75rem auto;
}
.voting .modal-dialog .modal-content {
  border-radius: 10px;
}
.voting .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
.voting .modal-dialog .modal-content .modal-body .modal-close-btn {
  position: absolute;
  top: -3%;
  right: -3%;
  cursor: pointer;
}
.voting .modal-dialog .modal-content .modal-body .modal-video-top {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.voting .modal-dialog .modal-content .modal-body .modal-video-top video {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.voting .modal-dialog .modal-content .modal-body .voting-component {
  padding: 20px 12px 60px 23px;
}
.voting .modal-dialog .modal-content .modal-body .voting-component .voting-share {
  justify-content: unset;
  gap: 30px;
}
.voting .modal-dialog .modal-content .modal-body .voting-component .voting-hashtag {
  justify-content: unset;
  gap: 13px;
}
@media only screen and (max-width: 1360px) {
  .voting .voting-component .voting-share {
    justify-content: unset;
    gap: 30px;
  }
  .voting .voting-component .voting-hashtag {
    justify-content: unset;
    gap: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .voting .banner-voting {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .voting .voting-main .voting-wr {
    padding-top: 2rem;
  }
  .voting .mar-189px {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .voting .modal-dialog {
    width: 95%;
  }
}

.white-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
}

.news-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-item-image {
  border-radius: 10px;
}
.news-item-image img {
  display: block;
  height: 245px;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 991px) {
  .news-item-image img {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .news-item-image img {
    height: 350px;
  }
}
@media only screen and (max-width: 576px) {
  .news-item-image img {
    height: 280px;
  }
}
@media only screen and (max-width: 414px) {
  .news-item-image img {
    height: 200px;
  }
}
.news-item-title {
  text-align: center;
  margin: 20px 0 12px;
  cursor: pointer;
}
.news-item-time {
  text-align: center;
}

.imagepost-image {
  border-radius: 10px;
}
.imagepost-image img {
  display: block;
  height: 245px;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 991px) {
  .imagepost-image img {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .imagepost-image img {
    height: 350px;
  }
}
@media only screen and (max-width: 576px) {
  .imagepost-image img {
    height: 280px;
  }
}
@media only screen and (max-width: 414px) {
  .imagepost-image img {
    height: 200px;
  }
}
.imagepost-title {
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
}

.featured-item {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .featured-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-item-image {
  width: 60%;
  border-radius: 50px 10px 0px 10px;
  background: #d9d9d9;
}
.featured-item-image:hover a img {
  transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  .featured-item-image {
    width: 100%;
    border-radius: 15px;
  }
}
.featured-item-image a {
  overflow: hidden;
  border-radius: 50px 10px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .featured-item-image a {
    border-radius: 15px;
  }
}
.featured-item-image a img {
  transition: all ease 0.35s;
  border-radius: 50px 10px 0px 10px;
}
@media only screen and (max-width: 991px) {
  .featured-item-image a img {
    border-radius: 15px;
  }
}
.featured-item-info {
  width: calc(40% - 60px);
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .featured-item-info {
    width: 100%;
    padding: 20px 0;
  }
}
.featured-item-time {
  margin: 10px 0 30px;
}
.featured-item-title a {
  color: var(--color-white) !important;
  display: flex;
  text-align: left;
  transition: all ease 0.35s;
}
.featured-item-title a:hover {
  color: var(--color-blue) !important;
}

.post-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .post-item {
    flex-direction: column;
  }
}
.post-item-image {
  width: 42%;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .post-item-image {
    width: 100%;
  }
}
.post-item-image:hover a img {
  transform: scale(1.1);
}
.post-item-image a {
  border-radius: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.post-item-image a img {
  transition: all ease 0.35s;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.post-item-info {
  width: calc(58% - 12px);
  margin-left: 12px;
}
@media only screen and (max-width: 991px) {
  .post-item-info {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.post-item-time {
  margin: 8px 0 16px;
}
.post-item-title a {
  color: var(--color-black);
  transition: all ease 0.35s;
}
.post-item-title:hover a {
  color: var(--color-blue);
}

.form-group {
  margin-bottom: 1.2rem;
}

div.error-message {
  display: block;
  position: absolute;
  top: 110%;
  left: 0;
}
div.error-message span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: var(--color-red);
  line-height: 1;
  font-family: "SamsungOneArabic";
}

.bg-input {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.input-base {
  width: 100%;
  position: relative;
}
.input-base input {
  width: 100%;
  height: 45px;
  font-family: "SamsungOneArabic";
  font-size: 17px;
  font-size: 1rem;
  line-height: 20px;
  padding: 0 30px;
  outline: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--color-black);
  border-radius: 100px;
  border: solid 1px transparent;
}

.alert-popup {
  width: 550px;
  text-align: center;
  padding: 0;
  border-radius: 10px;
  background-image: url("/themes/samsung/form-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .alert-popup {
    width: 95%;
  }
}
.alert-popup .fancybox-close-small {
  color: var(--color-blue);
}
.alert-popup .message-custom-dialog .mcd-content {
  padding: 1.5rem;
  font-family: "iCielSamsungSharpSans-Bold";
  text-align: center;
}
.alert-popup .message-custom-dialog .mcd-content .message-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.alert-popup .message-custom-dialog .mcd-content div {
  padding: 0;
  font-size: 17px;
  font-size: 1rem;
  margin: 0;
  color: var(--color-black);
  font-family: "SamsungOneArabic-600";
  line-height: 28px;
  margin-top: 15px;
}
.alert-popup .message-custom-dialog .mcd-content h4 {
  padding: 0;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-family: "iCielSamsungSharpSans-Bold";
  color: var(--color-blue);
  text-transform: uppercase;
  margin: 15px 0;
}
.alert-popup .message-custom-dialog .mcd-content a {
  outline: none !important;
  box-shadow: none !important;
  color: var(--color-blue);
  font-weight: bold;
  cursor: pointer;
  border: none;
}

.slide-button-1 {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.slide-button-1 .prev-button {
  cursor: pointer;
  border-radius: 10px 0px 0px 0px;
  background: var(--color-black);
  width: 60px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-button-1 .next-button {
  cursor: pointer;
  background: var(--color-white);
  width: 60px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 0px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-component {
  text-align: center;
}
.pagination-component .pagination {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.pagination-component .page-item:not(:last-child) {
  margin-right: 10px;
}
.pagination-component .page-item .page-link {
  line-height: 1;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-black);
  transition: all ease 0.35s;
}
.pagination-component .page-item:hover .page-link {
  color: var(--color-white);
  background-color: var(--color-black);
}
.pagination-component .page-item.active .page-link {
  color: var(--color-white);
  background-color: var(--color-black);
}

#download-sample-file {
  border-radius: 15px;
}
#download-sample-file .button-download {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  #download-sample-file .button-download {
    flex-direction: column;
    align-items: center;
  }
}
#download-sample-file .button-download a {
  display: inline-flex;
  width: calc(50% - 10px);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  #download-sample-file .button-download a:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  #download-sample-file .button-download a {
    width: 150px;
  }
}
#download-sample-file .fancybox-close-small {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  color: var(--color-white);
  transition: all ease 0.4s;
  top: 10px;
  right: 10px;
}
#download-sample-file .fancybox-close-small:hover {
  background-color: var(--color-red);
}

#tutorial-exam {
  width: 80%;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  #tutorial-exam {
    width: 90%;
  }
}
#tutorial-exam a {
  color: var(--color-blue);
  outline: none !important;
  box-shadow: none !important;
  font-weight: bold;
}
#tutorial-exam p {
  margin-bottom: 1rem;
}
#tutorial-exam .fancybox-close-small {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  color: var(--color-white);
  transition: all ease 0.4s;
  top: 10px;
  right: 10px;
}
#tutorial-exam .fancybox-close-small:hover {
  background-color: var(--color-red);
}

#choose-table {
  border-radius: 15px;
  width: 500px;
}
@media only screen and (max-width: 991px) {
  #choose-table {
    width: 95%;
  }
}
#choose-table .fancybox-close-small {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  color: var(--color-white);
  transition: all ease 0.4s;
  top: 10px;
  right: 10px;
}
#choose-table .fancybox-close-small:hover {
  background-color: var(--color-red);
}
#choose-table .position {
  margin-top: 30px;
}
#choose-table .button-9 {
  width: 100%;
}

.login {
  width: 100%;
  max-width: 500px;
  padding: 0 !important;
  border-radius: 15px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 576px) {
  .login {
    max-width: 100%;
  }
}
.login-form {
  padding: 50px 30px 0;
}
@media only screen and (max-width: 576px) {
  .login-form {
    padding: 50px 15px 0;
  }
}
.login-form .login_top {
  margin-bottom: 30px;
}
.login-form .form_login .button-5 {
  margin-top: 40px;
}
.login-form .form_login .forgot-password {
  margin: 15px auto 40px;
}
.login-form .register {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.login-form .register a {
  font-weight: bold;
}
.login .fancybox-close-small {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  color: var(--color-white);
  transition: all ease 0.4s;
  top: 10px;
  right: 10px;
}
.login .fancybox-close-small:hover {
  background-color: var(--color-red);
}

.login-popup .login-form .form_login .input-base input {
  text-align: center;
}

.singlenews-title {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 991px) {
  .singlenews-title {
    padding: 40px 0 30px;
  }
}
.singlenews-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .singlenews-content {
    padding-bottom: 30px;
    flex-direction: column-reverse;
  }
}
.singlenews-buttons {
  width: 80px;
  background-color: var(--color-black);
}
@media only screen and (max-width: 991px) {
  .singlenews-buttons {
    width: 100%;
    margin-top: 30px;
  }
}
.singlenews-buttons .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .singlenews-buttons .buttons {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}
.singlenews-buttons .buttons-item {
  width: 100%;
  padding: 18px 0;
}
.singlenews-buttons .buttons-item:not(:first-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .singlenews-buttons .buttons-item:not(:first-child) {
    border-bottom: none;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.singlenews-buttons .buttons-item:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .singlenews-buttons .buttons-item:not(:last-child) {
    border-bottom: none;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.singlenews-buttons .buttons-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.singlenews-post {
  width: calc(100% - 140px);
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .singlenews-post {
    width: 100%;
    margin-left: 0;
  }
}
.singlenews-post-title {
  font-size: 40px;
  font-size: 2.3529411765rem;
  font-family: "SamsungOneArabic-700";
}
@media only screen and (max-width: 1100px) {
  .singlenews-post-title {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}
@media only screen and (max-width: 767px) {
  .singlenews-post-title {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
}
@media only screen and (max-width: 576px) {
  .singlenews-post-title {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}
.singlenews-post-time {
  margin: 30px 0;
}
@media only screen and (max-width: 1100px) {
  .singlenews-post-time {
    margin: 20px 0 25px;
  }
}
.singlenews-post-content {
  font-family: "SamsungOneArabic";
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 28px;
}
.singlenews-post-content img {
  display: block;
  text-align: center;
  margin: 10px auto 10px;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.singlenews-other-post {
  background-color: var(--color-black);
  padding: 90px 0;
}
@media only screen and (max-width: 991px) {
  .singlenews-other-post {
    padding: 40px 0;
  }
}
.singlenews-other-post-title {
  margin-bottom: 35px;
}
.singlenews-other-post-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
  row-gap: 45px;
}
@media only screen and (max-width: 991px) {
  .singlenews-other-post-items {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .singlenews-other-post-items {
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .singlenews-other-post-items {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.singlenews-other-post-items .post-item-title a {
  color: var(--color-white);
  transition: all ease 0.35s;
}
.singlenews-other-post-items .post-item-title:hover a {
  color: var(--color-blue);
}
.singlenews-other-post-pagination {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .singlenews-other-post-pagination {
    margin-top: 40px;
  }
}
.singlenews-other-post-pagination .pagination .page-item .page-link {
  border-color: var(--color-white);
  transition: all ease 0.35s;
  background-color: transparent;
  color: var(--color-white);
}
.singlenews-other-post-pagination .pagination .page-item:hover .page-link {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-black);
}
.singlenews-other-post-pagination .pagination .page-item.active .page-link {
  border-color: var(--color-white);
  transition: all ease 0.35s;
  background-color: var(--color-white);
  color: var(--color-black);
}
