/*
Web designer: xers123@gmail.com
*/
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "promt";
  src: url("../fonts/Prompt-Light.woff2") format("woff2");
  src: url("../fonts/Prompt-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "promt";
  src: url("../fonts/Prompt-Medium.woff2") format("woff2");
  src: url("../fonts/Prompt-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "sarabun";
  src: url("../fonts/Sarabun-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sarabun";
  src: url("../fonts/Sarabun-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  font-size: 112%;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

figure {
  display: inline-block;
}

*,
*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 112%;
  background: transparent;
}

body {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  color: #555;
  background: none;
  overflow-x: hidden;
}

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 {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:link {
  color: #222;
}

a:visited {
  color: #222;
}

a:hover {
  color: #007bc2;
}

code,
pre,
samp {
  font-family: monospace;
}

img,
video {
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  color: #222;
}

h1 {
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  font-size: 2em;
}

h2 {
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  font-size: 1.5em;
}

h3 {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  font-size: 1.17em;
}

h4 {
  -webkit-margin-before: 1.33em;
  margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
  margin-block-end: 1.33em;
  font-size: 1em;
}

h5 {
  -webkit-margin-before: 1.67em;
  margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
  margin-block-end: 1.67em;
  font-size: 0.83em;
}

h6 {
  -webkit-margin-before: 2.33em;
  margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
  margin-block-end: 2.33em;
  font-size: 0.67em;
}

b,
strong {
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: tomato;
}

span {
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  color: tomato;
}

select {
  cursor: pointer;
}

a.button,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="file"],
button,
select,
option {
  font-family: "roboto", Arial, sans-serif;
  outline: 0;
  outline: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  background: #fafafa;
}

textarea:hover,
input[type="text"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
select:hover {
  background: #d5e3f4;
}

textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus {
  background: #eee;
}

button,
input[type="file"],
input[type="checkbox"] {
  cursor: pointer;
}

a.button:link,
a.button:visited,
button,
input[type="button"] {
  display: inline-block;
  margin: 1em auto;
  padding: 0.3em 1em;
  font-size: 100%;
  background: rgba(255, 255, 255, 0.2);
}

a.button:hover,
button:hover,
input[type="button"]:hover {
  background: rgba(255, 255, 255, 0.4);
}

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

::-webkit-input-placeholder {
  color: #555;
  text-align: left;
}

:-ms-input-placeholder {
  color: #555;
  text-align: left;
}

::-ms-input-placeholder {
  color: #555;
  text-align: left;
}

::placeholder {
  color: #555;
  text-align: left;
}

:focus::-webkit-input-placeholder {
  color: #bbb;
  text-align: left;
}

:focus:-ms-input-placeholder {
  color: #bbb;
  text-align: left;
}

:focus::-ms-input-placeholder {
  color: #bbb;
}

:focus::placeholder {
  color: #bbb;
}

.ratio,
.ratio-img {
  position: relative;
  width: 100%;
}

.r21-9 {
  padding-top: 42.8571% !important;
}

.r2-1 {
  padding-top: 50% !important;
}

.r16-9 {
  padding-top: 56.25% !important;
}

.r8-5 {
  padding-top: 62.5% !important;
}

.r3-2 {
  padding-top: 66.6666% !important;
}

.r4-3 {
  padding-top: 75% !important;
}

.r1-1 {
  padding-top: 100% !important;
}

.ratio > div,
.ratio-img > div {
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ratio > div img,
.ratio-img > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ratio > div:hover,
.ratio > div img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ratio-img > div img:hover {
  width: 140%;
  height: 140%;
}

.float-show {
  position: absolute;
  top: 101vh;
  width: 5px;
  height: 5px;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

header#head-home {
  position: relative;
  width: 100vw;
  max-height: 70vh;
  min-height: 70vh;
  height: 70vh;
}

header#head-inside {
  position: relative;
  width: 100vw;
  max-height: 50vh;
  min-height: 50vh;
  height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header#head-inside article {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header#head-inside h1 {
  position: relative;
  top: 50%;
  width: auto;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

header#head-inside h2 {
  position: relative;
  top: 52%;
  width: auto;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

header#head-inside .search-domain {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 45px;
  text-align: center;
}

header#head-inside .search-domain input,
header#head-inside .search-domain select,
header#head-inside .search-domain button {
  display: inline-block;
  height: 100%;
  padding: 0 20px;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

header#head-inside .search-domain input {
  margin: 0;
  border: 0;
  border-radius: 5px 0 0 5px;
}

header#head-inside .search-domain select {
  margin: 0 10px 0 0;
  border: 0;
  border-left: 1px solid #eee;
  border-radius: 0 5px 5px 0;
  color: #007bc2;
}

header#head-inside .search-domain button {
  cursor: pointer;
  margin: 0;
  border: 0;
  border-radius: 5px;
}

/* home slider */
.h-slider div.bg-slide {
  width: 100%;
  height: 70vh;
  height: calc(var(--vh, 1vh) * 70);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.h-slider div.bg-slide .highlight-text {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%;
  width: calc(30vw + 5em);
  height: auto;
  margin: 0;
}

.h-slider div.bg-slide .highlight-text h2 {
  position: relative;
  margin: 1.5em 0 0;
  padding: 0 0 0.5em;
  font-size: 2.5rem;
  font-size: calc(1.5vw + 1rem);
  white-space: nowrap;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.h-slider div.bg-slide .highlight-text p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: calc(0.5vw + 0.8rem);
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 5px #000;
}

.h-slider div.bg-slide .highlight-text p:nth-of-type(2) {
  margin-bottom: 1em;
}

.h-slider div.bg-slide .highlight-text a + div {
  visibility: hidden;
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 153, 204, 0.8);
  z-index: -1;
  background: tomato;
}

.h-slider div.bg-slide .highlight-text a:hover + div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: -30px;
  top: 10px;
  width: 5px;
}

.h-slider .slick-active h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: slideToRight 8s ease forwards;
  animation: slideToRight 8s ease forwards;
}

@-webkit-keyframes slideToRight {
  0% {
    left: -3rem;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  15% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes slideToRight {
  0% {
    left: -3rem;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  15% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.h-slider .slick-active p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: slideToLeft 8s ease forwards;
  animation: slideToLeft 8s ease forwards;
}

@-webkit-keyframes slideToLeft {
  0% {
    right: -3rem;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  15% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes slideToLeft {
  0% {
    right: -3rem;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  15% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.h-slider .slick-active a {
  opacity: 0;
  -webkit-animation: wh 8s ease forwards;
  animation: wh 8s ease forwards;
}

@-webkit-keyframes wh {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  8% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  18% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes wh {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  8% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  18% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.h-slider .slick-dots li {
  width: 80px;
  height: 20px;
  margin: 0 1px;
  z-index: 1;
}

.h-slider .slick-dots li button:before {
  content: "";
  width: 80px;
  height: 3px;
  margin-top: 8px;
  background: #007bc2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.h-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  filter: alpha(opacity=100);
  background: tomato;
}

header#head-login {
  position: relative;
  width: 100vw;
  max-height: 30vh;
  min-height: 30vh;
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header#head-login article {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header#head-login h2 {
  position: relative;
  top: 50%;
  width: auto;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

header#head-login h3 {
  position: relative;
  top: 52%;
  width: auto;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

/* dress1 */
.grid-2 {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [2];
  grid-template: auto/repeat(2, 1fr);
  gap: 2em;
  background: none;
}

.grid-2 > div {
  min-height: 4em;
}

.grid-2-grey {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [2];
  grid-template: auto/repeat(2, 1fr);
  gap: 2em;
  background: none;
}

.grid-2-grey > div {
  min-height: 4em;
  padding: 2em;
  background: #eee;
}

.grid-2-narr {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [2];
  grid-template: auto/repeat(2, 1fr);
  gap: 1px;
  background: none;
}

.grid-2-narr > div {
  min-height: 4em;
}

.grid-2-narr > div:nth-of-type(odd) {
  padding-right: 2em;
}

.grid-2-narr > div:nth-of-type(even) {
  padding-left: 2em;
}

.grid-2-narr-grey {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [2];
  grid-template: auto/repeat(2, 1fr);
  gap: 1px;
  background: none;
}

.grid-2-narr-grey > div {
  min-height: 4em;
  padding: 4em;
  background: #eee;
}

.grid-3 {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [3];
  grid-template: auto/repeat(3, 1fr);
  gap: 1em;
  background: none;
}

.grid-3 > div {
  min-height: 4em;
}

.grid-3-grey {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [3];
  grid-template: auto/repeat(3, 1fr);
  gap: 1px;
  background: none;
}

.grid-3-grey > div {
  min-height: 4em;
  padding: 2em;
  background: #eee;
}

.grid-3-grey h3 {
  font-weight: bold;
}

.grid-4 {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [4];
  grid-template: auto/repeat(4, 1fr);
  gap: 1em;
  background: none;
}

.grid-4 > div {
  min-height: 4em;
}

.grid-4 h3 {
  font-weight: bold;
}

.grid-4-grey {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [4];
  grid-template: auto/repeat(4, 1fr);
  gap: 1px;
  background: none;
}

.grid-4-grey > div {
  min-height: 4em;
  padding: 2em;
  background: #eee;
}

.grid-4-grey h3 {
  font-weight: bold;
}

.grid-5 {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [5];
  grid-template: auto/repeat(5, 1fr);
  gap: 1em;
  background: none;
}

.grid-5 > div {
  min-height: 4em;
  padding: 1em;
}

.grid-5-grey {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [5];
  grid-template: auto/repeat(5, 1fr);
  gap: 1em;
  background: none;
}

.grid-5-grey > div {
  min-height: 4em;
  padding: 1em;
  background: #eee;
}

.grid-6 {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [6];
  grid-template: auto/repeat(6, 1fr);
  gap: 1em;
  background: none;
}

.grid-6 > div {
  min-height: 4em;
  padding: 1em;
  background: #eee;
}

button {
  padding: 0;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  color: #fff;
  border-radius: 0;
  background: #007bc2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover {
  background: tomato;
}

button > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3em 1em;
}

button > a:hover {
  color: #fff;
}

/* main */
main {
  position: relative;
  width: 100vw;
  min-height: calc(50vh - 9.5em);
}

main > section {
  width: 100%;
  height: auto;
  margin: initial;
  padding: initial;
  padding: 2em 0;
}

main > section:first-child {
  padding-top: 4em;
}

main > section:first-child article {
  margin-top: 0;
}

main > section:last-child {
  padding-bottom: 4em;
}

main > section:last-child article {
  margin-bottom: 0;
}

main > section article {
  width: 70%;
  min-height: 4em;
  margin: 2em auto;
}

main > section article:first-child {
  margin-top: 0;
}

main > section article:last-child {
  margin-bottom: 0;
}

main .heading-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

main .heading-box h1 {
  margin: 0;
  padding: 0;
  font-size: 3em;
  font-size: calc(1vw + 1vh + 1.6vmin);
  white-space: nowrap;
}

main .heading-box h2 {
  font-size: 1.5em;
  font-size: calc(0.5vw + 0.5vh + 1vmin);
}

main .attr {
  text-align: center;
}

main .attr i {
  font-size: 2.5em;
  color: #007bc2;
}

main ul.list > li {
  display: block;
}

main ul.list > li:before {
  content: "*";
  position: relative;
  bottom: -0.6rem;
  margin: 0;
  margin-right: 0.3em;
  padding: 0;
  font-size: 180%;
  line-height: 20px;
  color: tomato;
}

main .box-slot > div {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #fff;
}

main .box-slot > div > div:first-child {
  display: block;
  padding: 1em;
  background: #1882c9;
}

main .box-slot > div > div:nth-child(2) {
  padding: 2em 1em 0;
  font-size: 90%;
  line-height: 23px;
  white-space: nowrap;
}

main .box-slot h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
}

main .box-slot h3:nth-child(2) {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
}

main .box-slot p {
  display: inline;
  font-size: 90%;
  color: #fff;
}

main .box-slot button {
  margin: 1.5em auto 2em;
}

.zimbra-partner {
  display: block;
  width: 40%;
  height: auto;
  margin: auto;
}

#main-home section:first-child article:first-child h2 {
  font-size: 250%;
  margin: 0;
  padding: 0;
}

#main-home section:first-child article:first-child p {
  font-size: 135%;
  color: #000;
}

#main-home section:first-child .cus a {
  display: table;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main-home section:first-child .cus a:nth-of-type(2) {
  display: none;
}

#main-home .workings {
  min-height: 35vh;
  padding: 0;
}

#main-home .workings article:first-child article > div {
  min-width: 0px;
}

#main-home .workings .slick-prev:before,
#main-home .workings .slick-next:before {
  color: green;
}

#main-home .workings h2 {
  font-size: 110%;
}

#main-home .workings h3,
#main-home .workings h4 {
  text-align: right;
  color: #007bc2;
  font-size: 90%;
}

#main-home .workings p {
  font-size: 90%;
}

#main-home .news-excerpt {
  position: relative;
}

#main-home .news-excerpt:nth-of-type(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#main-home .news-excerpt > h3 {
  font-size: 110%;
  margin-bottom: 2em;
}

#main-home .news-excerpt > a {
  position: absolute;
  top: 2em;
  right: 2em;
  font-size: 80%;
}

#main-home .news-excerpt:last-child > a {
  right: 0;
}

#main-home .news-excerpt > div > a {
  display: block;
  margin-bottom: 1.5em;
}

#main-home .news-excerpt > div > a span {
  display: table-cell;
  width: 3.5em;
  height: 3.5em;
  margin-right: 1em;
  padding: 0.5em;
  font-size: 70%;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  text-transform: lowercase;
  color: #fff;
  border-radius: 50%;
  background: #007bc2;
  float: left;
}

#main-home .news-excerpt > div > a span p {
  margin: 0;
}

#main-home .news-excerpt > div > a h3 {
  display: inline;
  font-size: 90%;
  font-weight: bold;
  color: #555;
}

#main-home .news-excerpt > div > a:hover h3 {
  color: tomato;
}

#main-home .news-excerpt > div > a > p {
  display: inline;
  margin: 0;
  font-size: 80%;
  color: #999;
}

#main-inside section > article h2 {
  margin-bottom: 1em;
}

#main-inside h2 i.icofont-question-circle {
  color: tomato;
}

#main-inside .feature .grid-2 {
  -ms-display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr) [2];
  grid-template: auto/repeat(2, 1fr);
  gap: 4em;
}

#main-inside .feature .grid-2 .text {
  display: table;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-inside .feature .grid-2 > div {
  position: relative;
  height: 100%;
}

#main-inside .feature .grid-2 > div > div {
  position: relative;
  height: 100%;
}

#main-inside .feature .grid-2 > div > div > div {
  position: absolute;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#main-inside .feature .grid-2 > div > div > div img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main-inside .feature .grid-2 > div h2 {
  margin-top: 0;
  padding-top: 0;
}

#main-inside table.compare-table {
  width: 100%;
  font-size: 90%;
  vertical-align: middle;
  border-collapse: collapse;
}

#main-inside table.compare-table table,
#main-inside table.compare-table td,
#main-inside table.compare-table th {
  border: 0.5px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

#main-inside table.compare-table tr > td:first-child {
  text-align: left;
}

#main-inside table.compare-table td {
  padding: 0.5em 1em;
  font-size: 90%;
}

#main-inside table.compare-table td:not(:first-child) {
  font-size: 120%;
  line-height: 0;
}

#main-inside table.compare-table th {
  padding: 0.7em 1em;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  border: 0.5px solid #007bc2;
  background: #007bc2;
}

#main-inside table.compare-table th:nth-child(2) {
  border-right: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
}

#main-inside table.compare-table th:first-child {
  border-right: 0.5px solid #fff;
}

#main-inside table.compare-table .sub_title_row {
  background: #ddd;
}

#main-inside table.compare-table .sub_title_row td {
  padding: 0.7em 1em;
  font-size: 100%;
  font-weight: bold;
  line-height: initial;
  border: 0.5px solid #fff;
  border-bottom: none;
}

#main-inside table.compare-table .sub_title_row td:first-child {
  border-left: 0.5px solid #ddd;
}

#main-inside table.compare-table .sub_title_row td:last-child {
  border-right: 0.5px solid #ddd;
}

#main-inside table.compare-table .table_section_title {
  background: #eee;
}

#main-inside table.compare-table .table_section_title td {
  padding: 0.7em 1em;
  font-size: 100%;
  font-weight: bold;
  line-height: initial;
}

#main-inside table.compare-pre-host-table {
  width: 100%;
  margin-bottom: 4em;
  font-size: 95%;
  vertical-align: middle;
  border-collapse: collapse;
}

#main-inside table.compare-pre-host-table table,
#main-inside table.compare-pre-host-table td,
#main-inside table.compare-pre-host-table th {
  border: 0.5px solid #ddd;
}

#main-inside table.compare-pre-host-table td {
  padding: 0.5em 1em;
  font-size: 90%;
  vertical-align: middle;
}

#main-inside table.compare-pre-host-table tr.head td {
  padding: 0.7em 1em;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #007bc2;
}

#main-inside table.compare-pre-host-table .table_section_title {
  background: #eee;
}

#main-inside table.compare-pre-host-table tr:last-child {
  background-color: #eee;
}

#main-inside table.benefit-table {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  margin-bottom: 4em;
  font-size: 90%;
  vertical-align: middle;
  border-collapse: collapse;
}

#main-inside table.benefit-table table,
#main-inside table.benefit-table td,
#main-inside table.benefit-table th {
  border: 0.5px solid #ddd;
}

#main-inside table.benefit-table td {
  padding: 0.5em 1em;
  font-size: 90%;
  vertical-align: middle;
}

#main-inside table.benefit-table tr.head td {
  padding: 0.7em 1em;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #007bc2;
}

#main-inside table.tb-domain-price {
  width: 100%;
  font-size: 90%;
  border-collapse: collapse;
  border: none;
}

#main-inside table.tb-domain-price th {
  height: 30px;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  font-weight: bold;
  vertical-align: middle;
}

#main-inside table.tb-domain-price td {
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
}

#main-inside table.tb-domain-price tr {
  background: rgba(173, 216, 230, 0.5);
}

#main-inside table.tb-domain-price tr:first-child {
  font-size: 110%;
  height: 40px;
  background: lightblue;
}

#main-inside table.tb-domain-price tr:nth-child(2n) {
  background: #f3f3f3;
}

#main-inside table.tb-domain-price tr:nth-child(2) {
  background: #fff;
  font-weight: bold;
}

#main-inside .cloudmail-calc {
  margin: 2em auto;
  padding: 0 2em 1em;
}

#main-inside .cloudmail-calc h1 {
  display: block;
  width: 100%;
  margin-bottom: 1.3em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 150%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#main-inside .cloudmail-calc table {
  width: 50%;
  margin-bottom: 1em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main-inside .cloudmail-calc table tr td:first-child {
  width: 65%;
}

#main-inside .cloudmail-calc table tr td:last-child {
  width: auto;
}

#main-inside .cloudmail-calc table select,
#main-inside .cloudmail-calc table input {
  width: 100%;
  margin-bottom: 2px;
  padding: 0.35em 1em;
  font-size: 95%;
  border-radius: 0;
  border: none;
}

#main-inside .cloudmail-calc table input[type="number"] {
  margin-bottom: 1px;
}

#main-inside .cloudmail-calc table select:focus,
#main-inside .cloudmail-calc table input:focus {
  background-color: rgba(0, 123, 194, 0.2);
}

#main-inside .cloudmail-calc table select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 17px) 1em, calc(100% - 12px) 1em, calc(100% - 2em) 0.35em;
  background-size: 5px 5px, 5px 5px, 1px 1.25em;
  background-repeat: no-repeat;
}

#main-inside .cloudmail-calc table select:focus {
  background-image: linear-gradient(45deg, transparent 50%, tomato 50%),
    linear-gradient(135deg, tomato 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
}

#main-inside .cloudmail-calc table input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#main-inside .cloudmail-calc table input[type="number"]::-webkit-inner-spin-button,
#main-inside .cloudmail-calc table input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#main-inside .cloudmail-calc table .number-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -2px;
}

#main-inside .cloudmail-calc table .number-input button {
  cursor: pointer;
  position: relative;
  top: 0;
  width: 2rem;
  height: auto;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  background: #bbb;
}

#main-inside .cloudmail-calc table .number-input button:before,
#main-inside .cloudmail-calc table .number-input button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#main-inside .cloudmail-calc table .number-input button.plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

#main-inside .cloudmail-calc table .number-input input[type="number"] {
  width: calc(220px - 3em - 1px);
  font-size: 100%;
  text-align: center;
}

#main-inside .compare2 {
  display: none;
}

#main-inside .cloudmail-package1 a.button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.5em 2em;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #eee;
}

#main-inside .cloudmail-package1 a.button:hover {
  color: #fff;
  background-color: tomato;
}

#main-inside .cloudmail-package2 {
  display: none;
}

#main-inside .show-hide > a {
  display: table;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-inside .show-hide > a i {
  font-size: 80%;
}

#main-inside .show-hide > a i.icofont-plus {
  color: #007bc2;
}

#main-inside .show-hide > a i.icofont-minus {
  display: none;
  color: tomato;
}

#main-inside .show-hide > a:hover,
#main-inside .show-hide > a:hover i.icofont-plus {
  color: tomato;
}

#main-inside .show-hide .clicknow {
  color: #007bc2;
}

#main-inside .show-hide .clicknow i.icofont-plus {
  display: none;
}

#main-inside .show-hide .clicknow i.icofont-minus {
  display: inline;
}

#main-inside .show-hide div {
  width: 50%;
  margin: 0.3em 0 1em;
  padding: 2em;
  background: #eee;
}

#main-inside .show-hide div.toggle {
  display: none;
}

#main-inside .show-hide .toggle a {
  color: #007bc2;
}

#main-inside .show-hide .toggle a:hover {
  color: tomato;
}

#main-inside .contact-form input,
#main-inside .contact-form textarea {
  width: 80%;
  height: auto;
  padding: 0.5em 0 0.1em;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: none;
}

#main-inside .contact-form input:hover,
#main-inside .contact-form textarea:hover {
  border-bottom: 1px solid rgba(255, 99, 71, 0.8);
  background: #eee;
}

#main-inside .contact-form input:focus,
#main-inside .contact-form textarea:focus {
  border-bottom: 1px solid rgba(255, 99, 71, 0.8);
}

#main-inside .contact-form .rebutt {
  position: relative;
  height: auto;
  margin-top: 0.5em;
}

#main-inside .contact-form button {
  height: 42px;
  margin: 0 auto 0 11em;
  padding: 0.5em 2em;
  border: 0;
}

#main-inside .contact-form .recaptcha {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 11em;
  height: auto;
  height: 42px;
  margin: 0;
}

#main-inside .contact-form .recaptcha .g-recaptcha {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: green;
}

#main-inside .success-slider .slick-dots li {
  width: 15px;
  height: 15px;
  top: 1em;
  z-index: 1;
}

#main-inside .success-slider .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #007bc2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#main-inside .success-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  filter: alpha(opacity=100);
  background: tomato;
}

#main-inside .success .ratio-img div {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#main-inside .bank-acc1 div:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 2em;
}

#main-inside .bank-acc1 h3 {
  margin: 0.2em 0 0;
  padding: 0;
  font-weight: bold;
}

#main-inside .bank-acc1 div:last-child {
  padding-left: 3em;
}

#main-inside .about div:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 2em;
}

#main-inside .about h2 {
  margin: 0;
}

#main-inside .about h3 {
  margin: 0.2em 0 0;
  padding: 0;
  font-weight: bold;
}

#main-inside .cont {
  gap: 0;
}

#main-inside .cont div:nth-child(even) {
  padding-left: 2em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#main-inside .bank-acc2 div,
#main-inside .contact div {
  padding-top: 2em;
  text-align: center;
}

#main-inside .bank-acc2 div a,
#main-inside .contact div a {
  display: block;
}

#main-inside .bank-acc2 div i,
#main-inside .contact div i {
  padding: 0.2em;
  font-size: 150%;
  border-radius: 50%;
  color: #fff;
  background: #007bc2;
}

#main-inside .bank-acc2 div a:hover i,
#main-inside .contact div a:hover i {
  background: tomato;
}

#main-inside .bank-acc2 div h3,
#main-inside .contact div h3 {
  margin-bottom: 0;
}

#main-inside .bank-acc2 div h4,
#main-inside .contact div h4 {
  margin-top: 0;
}

#main-inside .bank-acc2 div iframe,
#main-inside .contact div iframe {
  margin-top: 4em;
}

#main-inside .bank-acc2 {
  padding-top: 0;
}

#main-inside .bank-acc2 > div {
  padding: 0;
}

#main-inside .bank-acc2 h3 {
  font-size: 100%;
  font-weight: bold;
}

#main-inside .bank-acc2 h4 {
  margin: 0;
  font-size: 90%;
  color: #555;
}

#main-inside .bank-acc2 b {
  font-size: 90%;
  color: #007bc2;
}

.privacy b {
  font-weight: bold;
  color: #000;
}

.privacy p {
  white-space: pre-line;
}

.privacy em {
  text-indent: 1em;
  white-space: pre-wrap;
}

.cloudmail .hideshow1,
.cloudmail .hideshow2 {
  padding: 0;
}

.cloudmail .hideshow1 h2,
.cloudmail .hideshow2 h2 {
  margin-top: 0;
  padding-top: 0;
}

.cloudmail .hideshow2 {
  display: none;
}

#main-login {
  position: relative;
  width: 100vw;
  min-height: calc(70vh - 9.5em);
}

#main-login .login,
#main-login .pwchange {
  position: relative;
  text-align: center;
  width: 25%;
}

#main-login .login input,
#main-login .pwchange input {
  display: block;
  width: 100%;
  margin: 0.5em auto;
  padding: 0.6em 0 0.2em;
  font-size: 100%;
  text-align: center;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
}

#main-login .login input:hover,
#main-login .pwchange input:hover {
  border-bottom: 1px solid rgba(255, 99, 71, 0.7);
}

#main-login .login input:focus,
#main-login .pwchange input:focus {
  border-bottom: 1px solid rgba(0, 123, 194, 0.8);
  background: none !important;
}

#main-login .login input[type="checkbox"],
#main-login .pwchange input[type="checkbox"] {
  display: table-cell;
  width: auto;
}

#main-login .login label,
#main-login .pwchange label {
  cursor: pointer;
  position: relative;
  top: 0.1em;
  margin-left: 0.3em;
}

#main-login .login label:hover,
#main-login .pwchange label:hover {
  color: #007bc2;
}

#main-login .login ::-webkit-input-placeholder,
#main-login .pwchange ::-webkit-input-placeholder {
  text-align: center;
}

#main-login .login :-ms-input-placeholder,
#main-login .pwchange :-ms-input-placeholder {
  text-align: center;
}

#main-login .login ::-ms-input-placeholder,
#main-login .pwchange ::-ms-input-placeholder {
  text-align: center;
}

#main-login .login ::placeholder,
#main-login .pwchange ::placeholder {
  text-align: center;
}

#main-login .login :-ms-input-placeholder,
#main-login .pwchange :-ms-input-placeholder {
  text-align: center;
}

#main-login .login ::-ms-input-placeholder,
#main-login .pwchange ::-ms-input-placeholder {
  text-align: center;
}

#main-login .login button,
#main-login .pwchange button {
  padding: 0.3em 1em;
}

#main-login .pwchange input {
  margin-top: 0;
  padding: 0.5em 0.5em 0.2em;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#main-login .pwchange input:hover {
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#main-login .pwchange input:focus {
  border: 1px solid rgba(0, 123, 194, 0.8);
  background: none !important;
}

#main-login .pwchange div {
  margin: 1em 0 0.5em;
  padding: 1em;
  text-align: left;
  color: #777;
  background: rgba(0, 128, 0, 0.1);
}

#main-login .pwchange span {
  display: block;
  text-align: left;
  font-size: 90%;
  color: #999;
}

#main-login .pwchange h3 {
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
  color: green;
}

#main-login .dashboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 2em;
  background: none;
}

#main-login .dashboard > div {
  min-height: 4em;
  padding: 2em;
  background: #eee;
}

#main-login .dashboard > div:first-child h3 {
  color: #007bc2;
}

#main-login .dashboard > div:first-child a {
  display: block;
  padding: 0.2em 0;
}

#main-login .dashboard > div:first-child i {
  margin-right: 0.3em;
  color: #007bc2;
  color: black;
}

#main-login .dashboard > div:first-child .click + div {
  display: none;
  margin-left: 0.3em;
  padding-left: 1em;
  border-left: 2px solid #ddd;
}

#main-login .dashboard > div:first-child .click + div a:link,
#main-login .dashboard > div:first-child .click + div a:visited {
  color: #007bc2;
}

#main-login .dashboard > div:first-child .click + div a:hover {
  color: tomato;
}

#main-login .dashboard > div:first-child .choice a:link,
#main-login .dashboard > div:first-child .choice a:visited {
  color: #007bc2;
}

#main-login .dashboard > div:first-child .choice a:hover {
  color: tomato;
}

#main-login .dashboard > div:last-child {
  padding: 0;
  background: none;
}

#main-login .dashboard > div:last-child select,
#main-login .dashboard > div:last-child input {
  width: 100%;
  padding: 0.3em 0 0.2em;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#main-login .dashboard > div:last-child p {
  margin-bottom: 2px;
  padding: 0.5em 0 0.1em;
  font-family: "promt", arial, sans-serif;
  font-size: 80%;
  color: #999;
}

#main-login .dashboard > div:last-child .notice {
  display: block;
  margin: 0;
  padding: 1em 2em;
  text-align: center;
  color: green;
  background: rgba(0, 128, 0, 0.1);
}

/* dress2 */
a.playv {
  display: table-cell;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
  font-size: 85%;
  text-align: center;
  text-transform: capitalize;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 123, 194, 0.7);
}

a.playv:hover {
  font-size: 95%;
  background: tomato;
}

.videoplay {
  width: 45%;
  height: auto;
  margin: auto;
}

i {
  font-size: 92%;
}

.text-center {
  text-align: center;
}

.obj-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mar-auto {
  margin: auto;
}

.w-100 {
  width: 100%;
}

.grey {
  background: #eee;
}

.grey-txt {
  color: grey;
}

.blue {
  background: #007bc2;
}

.blue-txt {
  color: #007bc2;
}

.red-txt {
  color: tomato;
}

.darkblue {
  background: #007bc2;
}

.red {
  background: tomato;
}

.orange-txt {
  color: orange;
}

button a:link,
button a:visited {
  font-size: 110%;
  color: #fff;
}

/* foot */
footer {
  position: relative;
  width: 100vw;
  min-height: 9.5em;
  font-family: "roboto", "promt", Arial, sans-serif;
  color: #aaa;
  background: #333;
}

footer .foot1 {
  padding: 2em 0;
}

footer .foot1 > a:link,
footer .foot1 > a:visited {
  position: relative;
  color: #eee;
}

footer .foot1 > a:hover {
  color: #007bc2;
}

footer .foot1 > a:first-child:hover {
  color: #00c300;
}

footer .foot1 i {
  padding: 0 0.5em;
  font-size: 2.5em;
}

footer .foot1 i:after {
  visibility: hidden;
  opacity: 0;
  cursor: initial;
  position: absolute;
  top: -4.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 20px;
  font-family: "roboto", arial, sans-serif;
  font-size: 0.5em !important;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

footer .foot1 i:hover:after {
  content: attr(data-title);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

footer .float-menu {
  display: none;
  position: fixed;
  left: 2em;
  bottom: 0;
}

footer .float-menu i {
  padding: 0;
  font-size: 2em;
}

footer .float-menu i:after {
  left: 6.5em;
  top: 0.3em;
}

footer .float-menu > a {
  display: block;
  margin-top: 1em;
  text-shadow: 0 0 6px #fb917e;
}

footer .float-menu > a:link,
footer .float-menu > a:visited {
  position: relative;
  color: tomato;
}

footer .float-menu > a:hover {
  color: #007bc2;
}

footer .float-menu > a:first-child:hover {
  color: #00c300;
}

footer .fmenu-scroll {
  display: block;
}

footer .foot2 {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 3em;
  margin: 0;
  font-size: 75%;
  background: #111;
}

footer .foot2 .rules,
footer .foot2 .copy {
  line-height: 3em;
  padding: 0 2em;
}

footer .foot2 .rules {
  float: left;
}

footer .foot2 .copy {
  float: right;
}

footer .foot2 a:link,
footer .foot2 a:visited {
  color: #aaa;
}

footer .foot2 a:hover {
  color: tomato;
}

footer .foot2 div:last-child:after {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  cursor: initial;
  position: absolute;
  top: -4em;
  right: 1em;
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px 20px;
  font-family: "roboto", arial, sans-serif;
  font-size: 1em !important;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  background-color: tomato;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

footer .foot2 div:last-child:hover:after {
  content: attr(data-title);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.contact-call {
  font-size: 130%;
}

.contact-mail p {
  font-size: 90%;
  margin-bottom: 0;
  text-align: right;
  color: #007bc2;
}

.contact-mail form {
  width: 100%;
}

.contact-mail select,
.contact-mail input[type="text"],
.contact-mail textarea {
  display: block !important;
  width: 100%;
  width: 400px;
  margin-bottom: 0.3em;
  padding: 1em 0.3em 0.3em 0;
  font-family: "opensans", "promt", Helvetica, Arial, sans-serif;
  font-size: 90%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #aaa;
  background: none;
}

.contact-mail button {
  padding: 0.3em 1em;
}

.contact-mail select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 17px) 1.5em, calc(100% - 12px) 1.5em, calc(100% - 2em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.25em;
  background-repeat: no-repeat;
}

.contact-mail select:focus {
  background-image: linear-gradient(45deg, transparent 50%, tomato 50%),
    linear-gradient(135deg, tomato 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
}

/* cookies */

#cookies {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 2em;
  left: 0;
  right: 0;
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 1em;
  background-color: rgba(0, 123, 194, 0.85);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 1em 1em 0.3em;
  background-color: rgba(0, 123, 194, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#cookies a:link,
#cookies a:visited {
  color:  #007bc2 !important;
}
#cookies a:hover {
  color: tomato !important;
}
