body {
  font-size: 0.9rem;
}

.fs-sm {
  font-size: 0.85rem;
}

.bg-grey {
  background-color: #efefff;
}

.bg-primary {
  background: #1273eb !important;
}

.form-control {
  color: #5e5c5c;
  border-color: #7f7e91;
}

.text-warning {
  color: #ff8a43 !important;
}

.border-warning {
  border-color: #ff8a43 !important;
}

.rounded-4 {
  border-radius: 10px !important;
}

.btn-warning {
  color: #FFFFFF;
  background-color: #ff8a43;
  border-color: #ff8a43 !important;
}
.btn-warning:active {
  background: #ff8a43 !important;
}

.aolr-navbar {
  padding: 0;
}
.aolr-navbar .dropdown-menu {
  width: auto !important;
}
.aolr-navbar.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
}
.aolr-navbar.navbar-dark .navbar-nav .nav-link:before {
  border-bottom: 2px solid #ffffff;
}
.aolr-navbar.navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
}
.aolr-navbar.navbar-light .navbar-nav .nav-link:before {
  border-bottom: 2px solid #0073ff;
}
.aolr-navbar .navbar-nav > .nav-item {
  padding: 0 10px;
}
.aolr-navbar .navbar-nav > .nav-item .nav-link {
  font-size: 0.75rem;
  padding: 0.75rem 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  opacity: 1 !important;
}
.aolr-navbar .navbar-nav > .nav-item .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  /*border-radius: 4px;*/
}
.aolr-navbar .navbar-nav > .nav-item .nav-link.active:before, .aolr-navbar .navbar-nav > .nav-item .nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.area {
  color: hsla(0, 0%, 100%, 0.9) !important;
  min-height: 600px;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.area .float-img {
  width: 100px;
  height: 100px;
  background-image: url("../images/3.png");
  position: absolute;
  top: -100px;
  left: -100px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.area .sub_title {
  display: inline-block;
}
.area .sub_title span:nth-child(1) {
  font-size: 18px;
  display: block;
}
.area .sub_title span:nth-child(2) {
  margin-top: 1px;
  border-radius: 50%;
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to left, #ffffff, #1273eb);
  background: linear-gradient(to left, #ffffff, #1273eb);
  margin-bottom: 1rem;
}

.main-btn {
  border: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-btn:hover {
  background: transparent !important;
}
.main-btn:hover::after {
  -webkit-transform: translateY(-30%) skew(25deg) scale(1.2);
  transform: translateY(-30%) skew(25deg) scale(1.2);
}
.main-btn:after {
  position: absolute;
  content: "";
  top: -5%;
  left: -10%;
  width: 115%;
  height: 150px;
  background-color: #10393b;
  z-index: -1;
  -webkit-transform: translateY(-30%) skew(25deg) scale(0);
  transform: translateY(-30%) skew(25deg) scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hp-services .left-side .float-img {
  z-index: -1;
  max-width: 43%;
  position: absolute;
  bottom: 0;
  left: -20%;
  transform: rotate(45deg);
}
.hp-services .left-side .s-item {
  background: #FFFFFF;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.hp-services .left-side .s-item.bordered {
  border: 1px solid #ff8a43;
  box-shadow: none;
  position: relative;
}
.hp-services .left-side .s-item.bordered:after {
  position: absolute;
  background: #ff8a43;
  content: " ";
  top: 0;
  left: 0;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

#hp-detail {
  background-image: url(../images/17.png);
  background-size: cover;
  background-position: top;
  min-height: 600px;
  padding-top: 100px;
}
#hp-detail .s-item {
  padding-top: 100px !important;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
}
#hp-detail .s-item.hl {
  background: #1273eb;
  color: #FFFFFF !important;
}
#hp-detail .s-item.hl i {
  color: #FFFFFF !important;
}
#hp-detail .s-item.hl > a i {
  color: #000000 !important;
}
#hp-detail .s-item.hl > a:hover {
  transition: all 0.3s ease-in-out;
}
#hp-detail .s-item.hl > a:hover i {
  color: #ff8a43 !important;
}
#hp-detail .s-item hr {
  background-color: #e3e3e3;
}
#hp-detail .s-item h4 {
  font-weight: 700;
}
#hp-detail .s-item .icon {
  position: relative;
}
#hp-detail .s-item .icon:after {
  position: absolute;
  left: 50%;
  top: -35px;
  content: "";
  height: 160px;
  width: 160px;
  background: linear-gradient(180deg, #fff0f0 40%, rgba(251, 251, 253, 0) 70%);
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0.4;
}
#hp-detail .s-item > a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
}
#hp-detail .s-item > a i {
  color: #000000;
}
#hp-detail .s-item > a:hover {
  border-color: #ff8a43;
  transition: all 0.3s ease-in-out;
}
#hp-detail .s-item > a:hover i {
  color: #ff8a43;
}

#trusted-sec {
  background-image: url(../images/15.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: right top;
}
#trusted-sec .screen {
  background-color: #1273eb;
  border-radius: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/13.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#trusted-sec .screen img {
  opacity: 0.4;
}
#trusted-sec .screen h2 strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 50px;
}
#trusted-sec .screen h2 strong:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 120%;
  width: 120%;
  background-image: url(../images/7.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transform: translate(-50%, -50%);
}

#hp-features {
  position: relative;
  background-color: #efefff;
  background-image: url(../images/19.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#hp-features .con {
  padding-top: 120px;
  padding-bottom: 120px;
}
#hp-features .backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#hp-features .feature-item {
  display: flex;
  justify-content: center;
}
#hp-features .feature-item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 214px;
  height: 180px;
  cursor: pointer;
  transition: transform 0.3s;
  border: 1px solid #ff8a43;
}
#hp-features .feature-item div img {
  width: 64px;
  height: 64px;
}
#hp-features .feature-item div span {
  margin-top: 12px;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

#why {
  padding-top: 120px;
  padding-bottom: 120px;
}
#why > div {
  min-height: 400px;
  background-image: url(../images/18.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: left bottom;
}

#partners .p-item {
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 12px 0 #f3f3f3;
}
#partners .p-item:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

footer {
  background: #313a46;
}
footer .social-list {
  font-size: 1.2rem;
}
footer .social-list .social-list-item i {
  text-shadow: none;
}

@keyframes global-cycle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#plan-s {
  background-color: #efefff;
  padding-top: 120px;
  padding-bottom: 120px;
}
#plan-s .support h1 {
  font-size: 60px;
  font-weight: 600;
}
#plan-s .right-side {
  animation-name: global-cycle;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#plan-s .supporter {
  position: absolute;
  top: 0;
  padding: 1rem;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 1rem;
}
#plan-s .supporter .s-item {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: 0 1rem;
}
#plan-s .supporter .s-item img {
  background: #FFFFFF;
  border-radius: 10px;
}

#journal-list-header {
  background-color: #efefff;
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}
#journal-list-header > div {
  position: relative;
  z-index: 2;
}
#journal-list-header:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/19.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.5;
}

.journal-list {
  background-image: url("../images/15.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: right top;
}
.journal-list .journal-cover {
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px #eeeeee;
}
.journal-list .journal-cover:hover {
  transform: translateY(-10px);
  /*margin-top: -10px;*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

section.builder .system {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
section.builder .system__orbit {
  position: absolute;
  top: 40%;
  left: 10%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: spin infinite linear both;
}
section.builder .system__orbit i {
  color: #FFFFFF;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 10px;
}
section.builder .system__orbit:nth-child(1) {
  border: 1px solid #eeeeee;
  width: 40%;
  height: 40%;
}
section.builder .system__orbit:nth-child(1) i {
  background-color: #575fff;
}
section.builder .system__orbit:nth-child(2) {
  width: 48%;
  height: 48%;
}
section.builder .system__orbit:nth-child(2) i {
  background-color: #ea2121;
}
section.builder .system__orbit:nth-child(3) {
  border: 1px solid #eeeeee;
  width: 53%;
  height: 53%;
}
section.builder .system__orbit:nth-child(3) i {
  background-color: #19d522;
}
section.builder .system__orbit:nth-child(4) {
  width: 57%;
  height: 57%;
}
section.builder .system__orbit:nth-child(4) i {
  background-color: #d5c519;
}
section.builder .system__orbit:nth-child(5) {
  width: 60%;
  height: 60%;
}
section.builder .system__orbit:nth-child(5) i {
  background-color: #1faec4;
}
section.builder .system__orbit:nth-child(6) {
  width: 65%;
  height: 65%;
}
section.builder .system__orbit:nth-child(6) i {
  background-color: #b628e3;
}
section.builder .system__orbit:nth-child(7) {
  border: 1px solid #eeeeee;
  width: 70%;
  height: 70%;
}
section.builder .system__orbit:nth-child(7) i {
  background-color: #4a6cd9;
}
section.builder .system__orbit:nth-child(8) {
  width: 50%;
  height: 50%;
}
section.builder .system__orbit:nth-child(8) i {
  background-color: #5e5c5c;
}
section.builder .system__orbit:nth-child(9) {
  width: 65%;
  height: 65%;
}
section.builder .system__orbit:nth-child(9) i {
  background-color: #ea2121;
}
section.builder .system__orbit--mercury {
  animation-duration: 22s;
}
section.builder .system__orbit--venus {
  animation-duration: 10s;
}
section.builder .system__orbit--earth {
  animation-duration: 18s;
}
section.builder .system__orbit--mars {
  animation-duration: 30.8s;
}
section.builder .system__orbit--jupiter {
  animation-duration: 19.8s;
}
section.builder .system__orbit--saturn {
  animation-duration: 10.3s;
}
section.builder .system__orbit--uranus {
  animation-duration: 15.3s;
}
section.builder .system__orbit--neptune {
  animation-duration: 12.3s;
}
section.builder .system__orbit--pluto {
  animation-duration: 25.3s;
}
section.builder .system__planet {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  transform: translateY(-50%);
}
section.builder .system__icon {
  width: 100%;
  height: 100%;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
  to {
    transform: translate(-50%, -50%);
  }
}

.builder-text {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.builder-text .builder-row .text-items span {
  display: block;
  line-height: 150%;
  font-size: 1.2rem;
  font-weight: 300;
}
.builder-text .builder-row .text-items span:nth-child(1) {
  font-size: 3rem;
  font-weight: 600;
}
.builder-text .builder-row .text-items span:nth-child(2) {
  height: 2px;
  border-radius: 50%;
  background: -webkit-linear-gradient(to left, #ffffff, #0073ff);
  background: linear-gradient(to left, #ffffff, #0073ff);
  margin-bottom: 1rem;
}

a.start-btn {
  display: inline-block;
  padding: 0.75rem;
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border: 1px solid #0073ff;
  position: relative;
  z-index: 1;
}
a.start-btn:after {
  content: "";
  background-color: #0073ff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
a.start-btn:hover {
  color: #FFFFFF;
}
a.start-btn:hover:after {
  width: 100%;
}

.solution-box {
  background: #f7f7f8;
  min-height: 400px;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  transition: background 0.1s ease-in-out;
}
.solution-box:hover {
  background: #ececf1;
}
.solution-box .desc {
  line-height: 1.5rem;
}

/*************** journal hosting ************************/
#journal-hosting-page .first {
  position: relative;
}
#journal-hosting-page .first:after {
  content: "";
  background-image: url("../images/25.png");
  position: absolute;
  width: 100%;
  height: 125%;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
#journal-hosting-page .section-title {
  text-align: center;
  color: #000000;
}
#journal-hosting-page .section-title h1 {
  font-size: 3rem;
  margin-top: 2rem;
}
#journal-hosting-page .section-title p {
  font-size: 1.5rem;
}
#journal-hosting-page .service-img-container {
  position: relative;
  margin-top: 1.5rem;
}
#journal-hosting-page .service-img-container .bg-div {
  background-image: url("../images/uni/19.png");
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
#journal-hosting-page .service-img-container .img-item {
  text-align: center;
}
#journal-hosting-page .service-img-container .img-item:nth-child(1) {
  margin-top: 0;
}
#journal-hosting-page .service-img-container .img-item:nth-child(2) {
  margin-top: 10%;
}
#journal-hosting-page .service-img-container .img-item:nth-child(3) {
  margin-top: 20%;
}
#journal-hosting-page .service-img-container img {
  box-shadow: 0 4px 15px rgba(44, 130, 237, 0.4);
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
#journal-hosting-page .service-img-container .img-title {
  display: none;
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
}
#journal-hosting-page section.solutions {
  background-color: #ecf6fa;
  line-height: 1.5rem;
}
#journal-hosting-page section.solutions .s-text {
  padding: 0 2rem;
}
#journal-hosting-page section.solutions .s-text h4 {
  text-transform: uppercase;
  color: #ff8a43;
  margin-bottom: 0.75rem;
}
#journal-hosting-page section.solutions .s-text h2 {
  margin-bottom: 1rem;
  color: #000000;
}
#journal-hosting-page section.solutions .s-text .s-desc {
  text-align: justify;
}
#journal-hosting-page section.solutions .right-sol {
  padding: 0 2rem;
}
#journal-hosting-page section.solutions .right-sol .s-icon {
  margin-bottom: 1.5rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#journal-hosting-page section.solutions .right-sol .s-icon i {
  display: inline-block;
  font-size: 2rem;
  padding: 1rem;
  color: #FFFFFF;
}
#journal-hosting-page section.solutions .right-sol .s-item {
  margin-bottom: 2rem;
}
#journal-hosting-page section.solutions .right-sol .s-item:nth-child(1) .s-icon {
  background: #0073ff;
}
#journal-hosting-page section.solutions .right-sol .s-item:nth-child(2) .s-icon {
  background: #ec4f3d;
}
#journal-hosting-page section.solutions .right-sol .s-item:nth-child(3) .s-icon {
  background: #ff8a43;
}
#journal-hosting-page section.solutions .right-sol .s-item:nth-child(4) .s-icon {
  background: #5dab18;
}
#journal-hosting-page .section-themes {
  background: url(../images/uni/dots.svg) repeat center/auto;
}
#journal-hosting-page .section-themes h3 {
  font-size: 3rem;
}
#journal-hosting-page .section-themes h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  border-radius: 15px;
  background: #0073ff;
  bottom: 0;
}
#journal-hosting-page .section-themes .f-more {
  font-size: 1.25rem;
  font-weight: 700;
}
#journal-hosting-page .section-themes .preview-form {
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px 0 #e7e7e7;
}
#journal-hosting-page .section-themes .preview-form .main-color .form-check > label {
  width: 50px;
  height: 22px;
}
#journal-hosting-page .section-themes .theme-item {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #efefef;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#journal-hosting-page .section-themes .theme-item a.preview {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7019607843);
}
#journal-hosting-page .section-themes .theme-item a.preview i {
  font-size: 3rem;
}
#journal-hosting-page .section-themes .theme-item:hover a.preview {
  display: flex;
}
#journal-hosting-page .section-themes .theme-item:hover a.preview i {
  font-size: 3.5rem;
}

#editorial-system-page section.es-first-screen {
  position: relative;
  color: #000000;
  overflow: hidden;
}
#editorial-system-page section.es-first-screen:after {
  content: "";
  height: 600px;
  background: #ecf6fa;
  position: absolute;
  top: -85px;
  right: -150px;
  width: 600px;
  z-index: -1;
  transform: rotate(200deg);
}
#editorial-system-page section.es-first-screen .left-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#editorial-system-page section.es-first-screen .left-c > div {
  position: relative;
}
#editorial-system-page section.es-first-screen .left-c > div .title div:nth-child(1) {
  font-size: 2.5rem;
  display: inline-block;
}
#editorial-system-page section.es-first-screen .left-c > div .title div:nth-child(1) .line {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(to right, #0073ff, #ffffff);
  background: linear-gradient(to right, #0073ff, #ffffff);
}
#editorial-system-page section.es-first-screen .left-c > div .title div:nth-child(2) {
  font-size: 1.5rem;
}
#editorial-system-page section.es-first-screen .left-c > div .desc {
  margin-top: 1rem;
  font-weight: 400;
}
#editorial-system-page section.es-first-screen .left-c > div:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  background: url("../images/uni/round-shappe.png");
  background-size: cover;
  height: 150px;
  width: 150px;
  z-index: -1;
  opacity: 0.4;
  animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#editorial-system-page section.es-first-screen .right-c > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
#editorial-system-page section.es-first-screen .right-c > div img {
  box-shadow: 0 4px 30px #d5eafd;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#editorial-system-page section.es-first-screen .right-c > div img:hover {
  transform: scale(1.1) rotate(10deg);
}
#editorial-system-page div.es-feature .f-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1rem;
}
#editorial-system-page div.es-feature .f-item .icon {
  display: inline-block;
  padding: 1rem;
  border-radius: 6px;
  color: #FFFFFF;
  text-align: center;
}
#editorial-system-page div.es-feature .f-item .icon i {
  font-size: 4rem;
}
#editorial-system-page div.es-feature .f-item .text {
  font-size: 0.75rem;
  font-weight: 400;
}
#editorial-system-page div.es-feature .f-item:nth-child(1) .icon {
  background: #009AFF;
}
#editorial-system-page div.es-feature .f-item:nth-child(2) .icon {
  background: #A358DF;
}
#editorial-system-page div.es-feature .f-item:nth-child(3) .icon {
  background: #00CFF4;
}
#editorial-system-page div.es-feature .f-item:nth-child(4) .icon {
  background: #FB275D;
}
#editorial-system-page div.es-feature .f-item:nth-child(5) .icon {
  background: #FFCC00;
}
#editorial-system-page div.es-feature .f-item:nth-child(6) .icon {
  background: #00CC6F;
}
#editorial-system-page section.work-flow {
  background: url(../images/uni/dots.svg) repeat center/auto, linear-gradient(244.52deg, #1273eb 8.16%, #1273eb 87.77%);
}

.bg_dot {
  background: url(../images/uni/dots.svg) repeat center/auto;
}

section.kindness {
  background: url(../images/uni/dots.svg) repeat center/auto, linear-gradient(244.52deg, #ff8a43 8.16%, #ff8a43 87.77%);
}
section.kindness .item {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.kindness .item i {
  font-size: 2rem;
}
section.kindness .item span {
  font-size: 1rem;
}

#production-container {
  background: url("../images/uni/pattern-bg.png");
}
#production-container .p-first .title {
  font-size: 3rem;
}
#production-container .p-first .desc {
  font-size: 1rem;
  font-weight: 300;
}
#production-container .convertor {
  background-color: rgba(204, 52, 45, 0.4705882353);
}
#production-container .convertor label {
  display: inline-block;
  width: 4rem;
}
#production-container .convertor .convert-now {
  margin-left: 4.25rem;
}
#production-container .intro {
  background-color: rgba(216, 246, 255, 0.6);
}
div.conversion-form {
  background: url("../images/uni/pattern-bg.png");
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.conversion-form > .container {
  padding: 3rem 2rem;
  border-radius: 1rem;
  position: relative;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

div.conversion-result > .container {
  border: 1px solid #dddddd;
  border-radius: 6px;
  min-height: 500px;
}