﻿body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

form {
  width: 100% !important;
  height: 100% !important;
  min-height: 799px;
}

dl {
  display: inline-block;
}
dl > dt {
  display: inline-block;
}
dl > dt > dd {
  display: inline-block !important;
}

/* #PopupIndexPage */
#PopupIndexPage {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -340px;
}

#PopupIndexPage #PopupBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #000;
  display: block;
  opacity: 0.6;
}

#PopupIndexPage #PopupContent {
  position: absolute;
  display: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid #63cdf4;
  width: 680px;
  z-index: 999;
}

#PopupIndexPage #PopupContent .popup_header {
  position: relative;
  float: left;
  background: #0049af;
  width: 680px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: auto;
}

#PopupIndexPage #PopupContent .popup_header span {
  padding-left: 15px;
}

#PopupIndexPage #PopupContent .popup_header .button_close {
  position: absolute;
  top: -3px;
  right: 0;
  cursor: auto;
}

#PopupIndexPage #PopupContent .popup_body {
  width: 100%;
  float: left;
  padding: 5px;
}

#PopupIndexPage #PopupContent .popup_body a {
  display: block;
}

#PopupIndexPage #PopupContent .popup_body a img {
  width: 100%;
}

/**/
.displaynone {
  display: none !important;
}

#checkdv_checker_auth {
  display: none !important;
}

.quick_action {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 10px 5px;
  background-color: rgba(204, 69, 128, 0.91);
}

.text_welcom {
  margin: 10% auto;
  color: #ffdc70;
  text-align: center;
  font-size: 3em;
  font-style: italic;
}

.textdate1 {
  border: 1px solid #fff;
  background: #848181;
  font-size: 1.3em;
  line-height: 1.3;
}

.text_tile_4 {
  font-size: 4em;
}

.aboutmaintitle {
  text-transform: uppercase;
  font-weight: 300;
}

.photolist > .photolistitem > .name {
  text-align: center;
  text-transform: uppercase;
}

.blojssor {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
  visibility: hidden;
  background-color: #eeeeee;
}

.fiximgslider {
  padding: 45%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.Thumbnailnavigator {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 467px;
  height: 100px;
  background-color: #eeeeee;
}

.itemimage {
  padding: 50%;
  background-size: cover;
  border-radius: 1.5rem;
  background-position: center;
}

.itemnamebig {
  overflow: hidden;
  height: 63px;
  line-height: 1.6em;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: 700;
}

.itemname {
  overflow: hidden;
  height: 54px;
  line-height: 1.6em;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 700;
}

.itemcontent {
  position: relative;
}
.itemcontent .itemname {
  position: absolute;
  bottom: 30px;
  width: 100%;
  line-height: 1.6em;
  font-size: 2em;
  font-weight: 700;
}

.itemcat {
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all ease-in-out 1s;
}

.itemcat:hover {
  border: 1px solid #f8aad6;
  background-color: #ffe4f8;
  box-shadow: 3px 4px 15px #e03997;
}

.thumbimg {
  text-align: center;
}

.thumbimg img {
  height: auto !important;
  width: 100% !important;
}

.socialbuttonlist {
  display: inline-block;
  padding: 5px 0;
}

.socialbuttonlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.socialbuttonlist ul li {
  float: left;
  margin-right: 10px;
}

.nameproduct {
  color: #F25C8D;
  font-size: 1.6em;
  font-weight: 300;
}

/* the overlayed element */
.simple_overlay {
  /* must be initially hidden */
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;
  /* place overlay on top of other elements */
  z-index: 10000;
  /* styling */
  background-color: rgb(255, 255, 255);
}

/* close button positioned on upper right corner */
.simple_overlay .close {
  background-image: url(../Images/icon_close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  z-index: 1;
}

/**/
/* "next image" and "prev image" links */
.next, .prev {
  /* absolute positioning relative to the overlay */
  position: absolute;
  z-index: 100;
  top: 40%;
  border: 1px solid #666;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 11px;
  /* upcoming CSS3 features */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.prev {
  left: 0;
  border-right: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

.next {
  right: 0;
  border-left: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
}

.next:hover, .prev:hover {
  text-decoration: underline;
  background-color: #000;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
  position: absolute;
  top: 45%;
  left: 50%;
  display: none;
}

.ui.table tbody tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

.ui.celled.table tbody tr th:first-child, .ui.celled.table tbody tr td:first-child {
  border-left: none;
}

.ui.table tbody tr > th:first-child {
  border-left: none;
}

.ui.celled.table tbody tr th, .ui.celled.table tbody tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table tbody th {
  cursor: auto;
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

.ui.table tbody th, .ui.table tbody td {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

.ui.table tbody tr th {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

.table tbody tr th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.ui.vertical.menu {
  background-color: unset !important;
}

.ui.tab {
  border: 1px solid #D4D4D5;
}

#mceu_23 {
  width: 100% !important;
}

.blosubtext {
  position: relative !important;
}

.blogscrollcontent1 {
  max-height: 300px;
  overflow: auto;
}

.bntimgdelete {
  position: absolute;
  top: 15px;
  left: 15px;
}

.textuppercase {
  text-transform: uppercase;
}

.textbold {
  font-weight: 700 !important;
}

.textcontractcode {
  text-align: center;
}

.textheader1 {
  color: #fff;
  text-transform: uppercase;
}

.textheader2 {
  color: #e7353b;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
}

.textalignright {
  text-align: right;
}

.textalignleft {
  text-align: left !important;
}

.blonewsname {
  height: 38px;
  overflow: hidden;
}

.subtext {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 2px;
  color: #000 !important;
  font-size: 0.8rem;
  background-color: #de04a5;
  border-radius: 50%;
}

.subtext2 {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 2px;
  color: #ff0000 !important;
  font-size: 0.8rem;
  border-radius: 50%;
}

.blocolor1 {
  padding: 30px 0 60px 0;
  margin: 50px 0;
  background-color: #666666;
}

.clearsegmentstyle {
  background-color: transparent !important;
  border-radius: unset !important;
  border: unset !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

.ui.tabular.menu .active.item {
  color: #b91514 !important;
}

.ui.vertical.menu .item > i.icon.fixvectcalmenuicon {
  float: left !important;
  margin-right: 10px !important;
  color: #fff !important;
}

.textcenter {
  text-align: center !important;
}

.backgroundimagebanner {
  padding: 15% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.backgroundimage3 {
  padding: 35% 0;
  background-color: #f9f9f9 !important;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.margin0 {
  margin: 0 !important;
}

.margintop0 {
  margin-top: -1rem !important;
}

.margintop15 {
  margin-top: 15px !important;
}

.margintop20 {
  margin-top: 20px !important;
}

.margintop30 {
  margin-top: 30px !important;
}

.margintop60 {
  margin-top: 60px !important;
}

.marginbottom8 {
  margin-bottom: 8px !important;
}

.marginbottom10 {
  margin-bottom: 10px !important;
}

.marginbottom14 {
  margin-bottom: 14px !important;
}

.marginbottom20 {
  margin-bottom: 20px !important;
}

.marginbottom30 {
  margin-bottom: 30px !important;
}

.marginbottom60 {
  margin-bottom: 60px !important;
}

.padding0 {
  padding: 0 !important;
}

.padding5 {
  padding: 5px !important;
}

.padding30 {
  padding: 30px !important;
}

.paddingtop6 {
  padding-top: 6px !important;
}

.paddingtop30 {
  padding-top: 30px !important;
}

.paddingtop60 {
  padding-top: 60px !important;
}

.paddingbottom0 {
  padding-bottom: 0 !important;
}

.margin0 {
  margin: 0 !important;
}

.margintop20 {
  margin-top: 20px !important;
}

.margintop30 {
  margin-top: 20px !important;
}

.bottomrightfloaded {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.padding0 {
  padding: 0 !important;
}

p.header {
  color: #b91514 !important;
  font-size: 1.2em;
  font-weight: 700;
}

.linklist .item .content .listheader {
  color: #d60000 !important;
}
.linkzoom {
  padding: 15px 0 30px 0;
}

.texttypeservice {
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: rgba(35, 17, 97, 0.95);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}

.textpriceservice {
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #fff;
  font-size: 1.4em;
  text-shadow: 1px 1px 3px #000000;
}
.textpriceservice > .textsub {
  display: inline-block;
  font-weight: 700;
}

.imagemainpage {
  padding: 40% 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -webkit-transition: all ease-in-out 2s;
}

.imageabout {
  padding: 40% 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -webkit-transition: all ease-in-out 2s;
}

.imageabout:hover {
  background-size: 120%;
}

.imageproduct {
  width: 100%;
  padding: 30.6% 0;
  background-color: #f9f9f9 !important;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.imageareaviewfour {
  width: 100%;
  padding: 32% 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.imageareavieweight {
  width: 100%;
  padding: 15.3% 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.imageareaviewtwelve {
  width: 100%;
  padding: 10.1% 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.boxshadow1:hover {
  box-shadow: 0 0 20px rgba(191, 124, 47, 0.3);
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.imageproductlist {
  width: 100%;
  padding: 25% 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.areaviewContent {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  color: #ff651f;
  text-align: center;
  text-shadow: 1px 1px 3px #000000;
  font-size: 1.2em;
  font-weight: 700;
}

.areaviewContent > .areaviewContentsub {
  font-size: 0.8em;
  font-weight: normal;
}

.segmentcolor1 {
  border: 1px solid #b2b2b2;
  padding: 0 3em 3em 3em;
}

.blogheader {
  padding-top: 15px;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.1;
  color: #FFDC70;
}

.colorunset {
  color: unset !important;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.settable1 {
  display: table-cell;
  padding: 15px;
  border: 1px solid #292316;
  background: rgba(255, 221, 179, 0.9);
  border-radius: 5px;
  box-shadow: 1px 1px 7px #ffffff;
}

.radio_list {
  width: 100%;
}
.radio_list > tbody > tr {
  display: inline-block;
}
.radio_list > tbody > tr > td > input[type=radio] {
  margin: 5px;
}

.newlistaddressinfo {
  height: 38px;
  overflow: hidden;
}

.textmenulogin {
  color: #ad6a01 !important;
}

.textnamelogin {
  color: #ff9500 !important;
}

.ui.steps .step.bgcolor1 {
  background-color: #22394b;
}

.ui.steps .step.bgcolor1:after {
  background-color: #22394b;
}

.ui.steps .step.bgcolor2 {
  background-color: #A5673F;
}

.ui.steps .step.bgcolor2:after {
  background-color: #A5673F;
}

.ui.steps .step.bgcolor3 {
  background-color: #21BA45;
}

.ui.steps .step.bgcolor3:after {
  background-color: #21BA45;
}

.ui.steps .step.bgcolor4 {
  background-color: #F2711C;
}

.ui.steps .step.bgcolor4:after {
  background-color: #F2711C;
}

.ui.steps .step.bgcolor5 {
  background-color: #A333C8;
}

.ui.steps .step.bgcolor5:after {
  background-color: #A333C8;
}

/*----------------------fix semantic-----------------------*/
.ui.menu {
  border: none !important;
  margin: 0em 0em;
  background-color: unset;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.ui.menu .item:before {
  background: none !important;
}

.fixaligncenter {
  margin: 0 auto !important;
}

/*-----------------------------------------------*/
#CphContent_GrdvForm tbody tr:first-child {
  background-color: #F9FAFB;
}

#CphContent_GrdvUsersRight tbody tr:first-child {
  background-color: #F9FAFB;
}

.fullwidth {
  width: 100% !important;
}

.bgFCFFF5 {
  background-color: #FCFFF5 !important;
}

.container {
  width: 95% !important;
}

.headerfix {
  margin: 0 auto;
  padding: 0 15px;
}

.backgroundimage1 {
  background-image: url("/images/enterprise.jpg");
  background-color: none !important;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  /*height: 100% !important;*/
  min-height: 799px;
}

.backgroundcolor1 {
  background-color: rgba(251, 249, 237, 0.96);
}

.backgroundcolor2 {
  background-color: #000000 !important;
}

.backgroundcolor3 {
  background-color: #fff9e2 !important;
}

.backgroundcolor4 {
  background-color: #fff !important;
}

.backgroundcolor5 {
  background-color: #cecece !important;
}

.backgroundcolor6 {
  background-color: #3b3934 !important;
}

.imagecenter {
  margin: 0 auto !important;
}

.ui.comments .comment .avatar img {
  height: auto !important;
}

.backgroundloginpage {
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.backgroundpage {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.backgroundopacity95 {
  opacity: 0.95 !important;
}

.padding5 {
  padding: 5px !important;
}

.marginleft3em {
  margin-left: 3em !important;
}

.aligncenter {
  text-align: center !important;
}

.blomenuright {
  float: right !important;
}

.blomenurightmobilefix {
  display: unset;
}

.blomenurightmobilefix2 {
  display: unset;
}

.blobackgroundfixed {
  position: relative;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #858585;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blo_productmain {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 120px 0;
  text-align: center;
}

.blo_productList {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.productcontent {
  padding-bottom: 30px;
  background-color: #ffffff;
  transition: all ease-in-out 1s;
}
.productcontent > .nameproduct {
  padding: 0 8px !important;
  color: #F25C8D;
  font-size: 1.6em;
  height: 60px;
  overflow: hidden;
}
.productcontent > .codeproduct {
  padding: 0 8px !important;
  color: #F25C8D;
  font-size: 1em;
}
.productcontent > .summary {
  padding: 0 8px !important;
  text-align: left;
  text-transform: lowercase;
  height: 40px;
  overflow: hidden;
}
.productcontent .quick_action {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
  padding: 10px 5px;
  background-color: rgba(155, 1, 18, 0.91);
  transition: all ease-in-out 1s;
}
.productcontent .quick_action .quick_action_icon {
  color: #ffffff;
}

.productcontent:hover {
  background-color: #ffe4f8;
  box-shadow: 3px 4px 15px #e03997;
}
.productcontent:hover .quick_action {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 10px 5px;
}

.imgproductitem {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 43% !important;
  background-position: center;
  background-size: 100%;
  background-color: #ffe4f8;
  background-repeat: no-repeat;
  overflow: hidden;
}

.galerycontent {
  position: relative;
  background-color: #ffffff;
  transition: all ease-in-out 1s;
}

.searchicon {
  position: absolute;
  top: -100px;
  padding: 50%;
  opacity: 0;
  background-image: url(/Images/Magnify-Search-icon.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 1s;
}

.galerycontent:hover .searchicon {
  top: 0;
  opacity: 1;
}

.galerycontent:hover {
  box-shadow: 3px 4px 15px #0049af;
}

.page_navi_box {
  position: relative;
  display: inline-block;
  float: right;
  margin-bottom: 5px;
  padding: 0;
}

.page_navi_box .page_navi {
  float: right;
}

.page_navi_box .page_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_navi_box .page_navi ul li {
  float: left;
  border: 1px solid;
  border-color: transparent;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  background-size: 427%;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: all ease-in-out 2s;
}

.page_navi_box .page_navi ul li:hover {
  background-color: #F25C8D;
}

.page_navi_box .page_navi ul li:hover a {
  color: #ffe4f8;
}

.page_navi_box .page_navi ul li a {
  display: block;
  color: #610101;
  line-height: 200%;
  height: 100%;
  text-decoration: none;
}

.page_navi_box .page_navi ul li.current {
  background-color: #F25C8D;
}

.page_navi_box .page_navi ul li.current a {
  color: #ffe4f8;
}

.buttonfist {
  background-image: url(/Images/10-109406_button-media-player-icon-icon-play-pause-stop.png);
  background-position-x: -63px;
  background-position-y: -35px;
}

.buttonprev {
  background-image: url(/Images/10-109406_button-media-player-icon-icon-play-pause-stop.png);
  background-position-x: -32px;
  background-position-y: -65px;
}

.buttonnext {
  background-image: url(/Images/10-109406_button-media-player-icon-icon-play-pause-stop.png);
  background-position-x: -94px;
  background-position-y: -35px;
}

.buttonlast {
  background-image: url(/Images/10-109406_button-media-player-icon-icon-play-pause-stop.png);
  background-position-x: -32px;
  background-position-y: -35px;
}

.textcolor1 {
  color: #de04a5 !important;
}

.textcolor2 {
  color: #FFDC70 !important;
}

.textcolor3 {
  color: #3189BC !important;
}

.textcolor4 {
  color: #000000 !important;
}

.textcolor5 {
  color: #F25C8D !important;
}

.textcolor6 {
  color: #fff !important;
}

.textcolorred {
  color: #F25C8D;
}

.backgroundimage2 {
  background-image: url(/Images/LogoBackground.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.naneofapp {
  color: #0049af;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #424e32;
}

.blogcontent {
  padding: 15px;
  border-radius: 5px;
}

.blogbody {
  min-height: 100% !important;
}

.button1 {
  margin: 5px !important;
  font-weight: 300 !important;
}

.ui.list .list > .item a.header, .ui.list > .item a.header {
  color: #FFDC70 !important;
}

.row > .column {
  margin-bottom: 0 !important;
}

#printarea {
  width: 1024px !important;
  height: 512px !important;
}

.ui.inverted.menu .item > a:not(.ui) {
  color: #000;
}

.ui.vertical.inverted.menu .menu .item a:not(.ui) {
  color: #000000 !important;
  text-transform: capitalize;
  font-size: 1.05em;
  font-weight: 300;
}

.ui.accordion.menu .item .title {
  font-weight: normal !important;
}

#MenuButton {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background-color: #ffe4f8;
  padding: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #b2b2b2;
  z-index: 999;
}

#MenuButton2 {
  position: fixed;
  left: 0;
  background-image: url("/images/rightarrow.png");
  background-size: 90%;
  background-position: center;
  background-position-x: -1px;
  background-repeat: no-repeat;
  padding: 24px 12px;
  border: 1px solid #b2b2b2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 1px 2px #b2b2b2;
  z-index: 999;
}

#MobileHeader {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 41.33px;
  background-color: #ffe4f8;
  padding: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #b2b2b2;
  z-index: 999;
}

#BlogContactHeader {
  display: block;
}

.top-space-for-mobile {
  display: none;
  height: 41.32px;
}

.iconcolor1 {
  color: #de04a5 !important;
}

.ui.menu .item {
  color: rgba(0, 0, 0, 0.87) !important;
  text-transform: uppercase;
}

.ui.menu .item:hover {
  color: #de04a5 !important;
}

.ui.menu .dropdown.item .menu {
  border: 1px solid #EA3D8A;
  background-color: rgba(255, 146, 207, 0.8);
}

.iconbarsfix {
  padding: 10px 12px !important;
  font-size: 2em !important;
  width: unset !important;
  height: unset !important;
}

.textmenunotenable {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* tableprinta5 */
.tableprinta5 {
  display: table-caption;
  width: 1024px !important;
  height: 512px !important;
  font-family: "Times New Roman", Times, serif;
}
.tableprinta5 > tbody > tr > td {
  padding: 10px;
}
.tableprinta5 > tbody > tr > td > span {
  display: block;
  width: 100%;
}
.tableprinta5 > tbody > tr > td .companyname {
  font-weight: 700;
  text-transform: uppercase;
}
.tableprinta5 > tbody > tr > td .title {
  padding-bottom: 20px;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.tableprinta5 > tbody > tr > td .txtdatetime {
  text-align: center;
}
.tableprinta5 > tbody > tr > td .content {
  width: 100%;
}
.tableprinta5 > tbody > tr > td .content .caption {
  width: 30%;
}
.tableprinta5 > tbody > tr > td .content .signaltitle {
  padding-bottom: 60px;
  font-weight: 700;
  text-align: center;
}

/*tblTuitionFeeReceiptsDetail*/
#tblTuitionFeeReceiptsDetail > tr > td {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1) !important;
}
#tblTuitionFeeReceiptsDetail > tr > td:last-child {
  border-right: 1px solid rgba(34, 36, 38, 0.1) !important;
}

.buttontrint {
  display: inline-block;
  background-color: #808080;
  margin: 5px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 700;
}

.logoprintpage {
  display: inline-block;
  float: left;
  height: 100px;
  margin-right: 20px;
}
.logoprintpage > img {
  width: 80px;
}

.tdcontent {
  vertical-align: middle !important;
}

.bgcolortblfoot1 {
  background-color: #fff9f5;
}

.ui.mini.button {
  padding: 5px 8px !important;
}

.fixmodal {
  top: auto !important;
  left: auto !important;
  height: auto !important;
}

#EditTFArea {
  /*position:absolute;
  top:20%;
  right:10%;*/
}

.sepview1 {
  width: 80px;
}

.linkprodutdetai {
  color: #fff;
}

.linkprodutdetai:hover .contentproductlist .header {
  color: #f67556 !important;
}

.linkproductpage {
  color: #000000 !important;
}

.linkproductpage:hover .title {
  color: #f67556 !important;
}
.linkproductpage:hover .title .roplusunderline {
  background-color: #22394b;
}

.breadcrumb {
  background-color: transparent !important;
  padding: 8px 5px !important;
}
.breadcrumb a {
  color: #F25C8D !important;
}
.breadcrumb .active.section {
  color: #808080 !important;
}

.pushable > .pusher {
  overflow: initial !important;
}

body.pushable {
  background-color: transparent !important;
}

.ui.inverted.menu {
  background: #ffe4f8 !important;
}

.paddingmenu {
  padding: 11px 13px !important;
}

.menu > .item > .icon {
  color: #EA3D8A !important;
}

.bordernone {
  border: none !important;
}

.boxshadownone {
  box-shadow: none !important;
}

.borderradiusnone {
  border-radius: unset !important;
}

.borderbottom1 {
  border-bottom: 1px solid #EA3D8A !important;
}

.bordertop1 {
  border-top: 1px solid #d4d4d5 !important;
}

.bntmore {
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #0049af;
  padding: 20px 60px;
  color: #0049af;
  text-transform: uppercase;
  border-radius: 500px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bntmore:hover {
  background-color: #0049af !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  box-shadow: 1px 3px 10px #0049af !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1360px !important;
  }
}
@media (max-width: 1200px) {
  #MenuButton {
    display: block;
  }
  #MobileHeader {
    display: block;
    top: 0;
  }
  #BlogContactHeader {
    display: none;
  }
  #BlogMenuHeader {
    display: none;
  }
  .top-space-for-mobile {
    display: block;
  }
  .fixaligncenter {
    margin: 0 auto !important;
  }
}
@media (max-width: 668px) {
  .headerfix {
    width: 100%;
    text-align: center;
  }
  #MenuButton {
    display: block;
  }
  #MobileHeader {
    display: block;
    top: 0;
  }
  #BlogContactHeader {
    display: none;
  }
  #BlogMenuHeader {
    display: none;
  }
  .top-space-for-mobile {
    display: block;
  }
  .imageareavieweight {
    padding: 32% 0;
  }
  .imageareaviewtwelve {
    padding: 32% 0;
  }
  .fixaligncenter {
    margin: 0 auto !important;
  }
  .padding30 {
    padding: 0 !important;
  }
}
@media print {
  @page {
    size: a5 landscape;
    margin: 0;
  }
}
.abouthompage {
  padding: 30px 0;
  background-color: #b2b2b2;
}

.productlist {
  padding: 30px 0;
}

.contentproductlist {
  border: none !important;
  background: none !important;
  color: #fff !important;
}
.contentproductlist .header {
  padding: 10px 0;
  font-size: 1.5em;
  font-weight: 700;
}

.fixitemlist {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.textprice {
  display: inline-block;
  color: #F25C8D !important;
  text-align: left;
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
}

.textprice2 {
  text-align: left !important;
  padding: 0 8px !important;
}

.textcontent {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.otherproducttile {
  text-transform: uppercase;
}

.title {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  font-size: 2em;
  font-weight: 700;
}

.title2 {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  margin-left: -0.7em;
  font-size: 1.3em;
  font-weight: 300;
}

.title3 {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  color: #989898;
  font-size: 1.3em;
  font-weight: 700;
}

.minheightscreen {
  min-height: 730px;
}

.roplusunderline {
  position: absolute;
  left: 0;
  bottom: 8px;
  padding: 5px;
  background-color: #f67556;
  width: 100%;
  z-index: -1;
}

.paddingtopbottom15 {
  display: inline-block;
  padding: 15px 0;
}

.paddingleft0 {
  padding-left: 0 !important;
}

.paddingleft15 {
  padding-left: 15px !important;
}

.paddingleft30 {
  padding-left: 30px !important;
}

.paddingright0 {
  padding-right: 0 !important;
}

.backgroundcolortransparent {
  background-color: transparent !important;
}

.footer {
  background-color: #000000;
  bottom: 0;
  width: 100%;
  margin-top: auto;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.ui.segments > .segment {
  border-top: unset !important;
}

@media only screen and (max-width: 415px) {
  .blomenurightmobilefix {
    display: block !important;
  }
  .blomenurightmobilefix2 {
    display: unset;
  }
  #MenuButton {
    display: block;
  }
  #MobileHeader {
    display: block;
    top: 0;
  }
  #BlogContactHeader {
    display: none;
  }
  #BlogMenuHeader {
    display: none;
  }
  .top-space-for-mobile {
    display: block;
  }
  .imageareavieweight {
    padding: 32% 0;
  }
  .imageareaviewtwelve {
    padding: 32% 0;
  }
  .fixaligncenter {
    margin: 0 auto !important;
  }
  .padding30 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 737px) {
  .blomenurightmobilefix {
    display: block !important;
  }
  .blomenurightmobilefix2 {
    display: unset;
  }
  #MenuButton {
    display: block;
  }
  #MobileHeader {
    display: block;
    top: 0;
  }
  #BlogContactHeader {
    display: none;
  }
  #BlogMenuHeader {
    display: none;
  }
  .top-space-for-mobile {
    display: block;
  }
  .imageareavieweight {
    padding: 32% 0;
  }
  .imageareaviewtwelve {
    padding: 32% 0;
  }
  .fixaligncenter {
    margin: 0 auto !important;
  }
  .padding30 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #MenuButton {
    display: block;
  }
  #MobileHeader {
    display: block;
    top: 0;
  }
  #BlogContactHeader {
    display: none;
  }
  #BlogMenuHeader {
    display: none;
  }
  .top-space-for-mobile {
    display: block;
  }
}
