.itopplus-background {

}
.unknown {
  position: fixed;
  bottom: 8% !important;
}

.unknown_prf .btn-main,
.unknown_prf:hover .btn-main {
  margin-bottom: 0 !important;
}

body {
  overflow-x: hidden;
}

.eapps-widget-toolbar {
  display: none;
}

.no-js a {
  color: #000;
  transition: 0.35s;
}
.no-js a:hover {
  color: #47b4db;
}
.itopplus-footer {
  color: #000;
}
.itopplus-footer a {
  color: #000;
}
.itopplus-footer a:hover {
  color: #000;
}

.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_01102024cgba/0/0/1z-z1160349831857.webp");
}
.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_01102024cgba/0/0/2z-z1414636342872.webp");
}
.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_01102024cgba/0/0/3z-z1589656413803.webp");
}

.navbar-default .navbar-nav > li > a {
  color: #444;
  padding: 8px 0;
  border-radius: none;
  font-size: clamp(16px, 1.2vw, 26px);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #47b4db !important;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
}
.dropdown-menu > li > a {
  color: #444;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #47b4db;
}

@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 0;
    left: 10px;
    width: 135px !important;
    z-index: 10000;
  }
  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #fff !important;
  }
  #itpMenuSideBar span {
    background-color: #000 !important;
  }
  #controlMenu * {
    color: #000 !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .itopplus-banner .container {
    display: grid;
    grid-template-columns: 15% auto 15%;
    align-items: center;
    gap: 3vw;
    width: 86%;
  }

  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }
  .itopplus-banner {
    background: #fff;
    transition: 0.3s;
  }
  .itopplus-sticky {
    background: #fff !important;
  }
  #controlBanner {
    object-fit: contain;
    padding: 15px 0px;
    width: 100%;
    min-width: 8vw;
    margin: 0 auto;
  }
  #nav-menu {
    display: grid;
    background: transparent;
    min-height: auto;
    width: 100%;
  }

  ul#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
  }
  .Textmanager.font-inherit {
    display: flow-root;
  }
}

@media screen and (min-width: 1366px) {
}

/* oscar*/
figure.effect-oscar {
  background: transparent;
  border-radius: 25px;
}
figure.effect-oscar img {
  opacity: 1;
}
figure.effect-oscar:hover img {
  opacity: 1;
}
figure.effect-oscar figcaption::before {
  border: 0px solid #fff;
}
figure.effect-oscar figcaption {
  background: transparent;
}
figure.effect-oscar:hover figcaption {
  background: transparent;
}
figure.effect-oscar h2 {
  margin: 0% 0 0px 0;
  -webkit-transition: -webkit-transform 0.32s;
  transition: transform 0.32s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover h2 {
  opacity: 1;
  transition: 0.32s;
  transform: none !important;
}
.grid figure h2 {
  word-spacing: 0em;
  font-weight: 300;
  text-transform: none;
}
figure.effect-oscar img {
  max-width: none;
  -webkit-transition: opacity 0.32s, -webkit-transform 0.32s;
  transition: opacity 0.32s, transform 0.32s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.05, 1.05, 1);
}
/* oscar */

.modquee-contanier {
  position: relative;
  display: flex;
  height: 300px;
  width: 100%;
  margin: 0 auto;
}

.modquee-box {
  display: flex;
  position: absolute;
  top: 0;
  animation: linear-left 25s linear infinite;
  transform: translateX(0%);
  z-index: 1;
}

.cloned {
  animation: linear-left-cloned 25s linear infinite;
  transform: translateX(-100%);
  z-index: 2;
}

.modquee-items {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 20px;
}

.modquee-items img {
  height: 100%;
  width: 100%;
}

@keyframes linear-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes linear-left-cloned {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0%);
  }
}

/* modquee */

/*contenemanager*/
#Contentmanager .post-time {
  display: none;
}
h3.managerHeader {
  font-size: 2.6em;
  text-align: center;
  font-weight: 600;
  padding: 5% 0% 3%;
}
.page-header {
  margin: 0px 0 30px;
  border-bottom: 0px solid #e1723a;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
  text-align: center;
  font-size: 18px;
  padding: 10% 5% 0%;
  color: #46b4db;
  margin-bottom: 5px;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
  color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
  display: inherit;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
article.col-md-6.item.-micro {
  width: 33.3%;
}
.Contentmanager .site .col-section .item.-micro {
  padding: 10px 10px 10px 10px;
}
.Contentmanager .site .col-section .item.-micro a .image {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 25px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
  width: 100%;
  background: transparent;
  padding-left: 0;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
  border-right: none;
  border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
  border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro a .post {
  display: none;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
.contenemanager-gallery .thumbnail {
  padding: 0px;
  border: 0px solid #fff;
  border-radius: 0px;
  transition: 0.3s;
}
.Contenemanager-gallery .thumbnail {
  padding: 0px;
  border: 0px solid #fff;
  border-radius: 0px;
  transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
  transition: 0.3s;
  border: 0px solid #fff;
  background-color: white;
}
.contenemanager-gallery .thumbnail:hover {
  transition: 0.3s;
  border: 0px solid #fff;
  background-color: white;
}
.contenemanager-gallery .thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 20px 5px rgb(217 217 217 / 40%);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent;
}
.fbcomments,
.fbcomments {
  display: none;
}
.thumbnail {
  border: 0px solid #ddd;
}
.img-thumbnail,
.thumbnail {
  box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.Contentmanager .img-thumbnail {
  border: 0px solid #ddd;
}
.Contentmanager p {
  white-space: break-spaces;
  font-size: 18px;
  text-align: left;
}
.Contentmanager .thumbnail {
  background-color: transparent;
}
.img-thumbnail {
  background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .img-zoom img:hover {
  transform: scale3d(1.05, 1.05, 1) !important;
}
.Contentmanager .site .col-section .item.-micro a:hover .img-zoom img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale3d(1.05, 1.05, 1) !important;
}
#Contentmanager img.img-responsive {
  border-radius: 20px;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
  transform: scale(1.1);
}
.contenemanager-gallery .thumbnail,
.Contenemanager-gallery .thumbnail {
  padding: 0px;
  border: 0px solid #cecece;
  border-radius: 0px;
  transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover,
.contenemanager-gallery .thumbnail:hover {
  transition: 0.3s;
}
.Contenemanager-gallery .thumbnail,
.img-thumbnail,
.contenemanager-gallery .thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
  border-radius: 0px;
  transform: scale(1) !important;
}
#Contentmanager img.img-responsive {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
  transform: scale(1.1);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent;
}
#Contentmanager .thumbnail {
  background-color: #fff;
  position: relative !important;
  overflow: hidden !important;
  border: 0px solid #eee;
  padding: 0px !important;
  box-shadow: none !important;
  border-radius: 25px;
}
.img-thumbnail {
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 25px;
}
.social-icon {
  border-radius: 5px;
}
#background673d81317a3c850013bba705 .Contentmanager .site .col-section .item.-micro a .caption .title {
  padding: 5% 5% 0%;
  color: #000;
}
/*contenemanager*/

/*from Contact*/
.no-js #Component673d88236e8da60013b2656c label {
  display: none !important;
  color: #000;
}
.no-js #Component673d88236e8da60013b2656c .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component673d88236e8da60013b2656c .form-control {
  border: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 32px 15px;
  background: transparent;
  color: #000;
  font-size: 17px !important;
}
.no-js #Component673d88236e8da60013b2656c .form-control:focus {
  border-bottom: 1px solid #47b4db !important;
  border: 1px solid #47b4db;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000 !important;
}
.no-js #Component673d88236e8da60013b2656c .btn {
  background: #47b4db;
  color: #fff;
  text-shadow: 0 0px 0 #00000000;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  font-size: 17px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component673d88236e8da60013b2656c .btn-default:active {
  background: #47b4db;
  color: #fff;
}
.no-js #Component673d88236e8da60013b2656c .btn-default:hover,
.no-js #Component673d88236e8da60013b2656c .btn-default:focus {
  background-position: 0 0px;
  background: #47b4db;
  border: 0px solid transparent;
}
.no-js #Component673d88236e8da60013b2656c .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component673d88236e8da60013b2656c span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component673d88236e8da60013b2656c ::placeholder {
  color: #000 !important;
  font-weight: 400;
}
#cookie673d88236e8da60013b2656c {
  font-size: 17px;
  margin-left: -10px;
}
/*from Contact*/

/*menuVertical*/
.menuVertical .nav.nav-pills.nav-stacked {
  background-color: #dddddd;
  padding: 10px 0px 0;
  margin-bottom: 45%;
}
.menuVertical .nav-pills > li > a {
  background-color: transparent;
  padding: 10px 0px 10px 10px;
  border-radius: 0;
  font-size: 18px;
  border-bottom: solid 0px #a5a5a5 !important;
}
.menuVertical .nav > li > a:hover,
.menuVertical .nav > li > a:focus {
  background-color: #47b4db;
  border-bottom: solid 0px #a5a5a5 !important;
  color: #fff;
}
.menuVertical .nav-stacked > li + li {
  border-bottom: solid 0px transparent;
}
.menuVertical .dropdown-menu {
  background: #f7f7f7 !important;
}
.menuVertical .dropdown-menu {
  background-color: #f7f7f7;
}
/*menuVertical*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 32px;
}
h6 {
  font-size: 38px;
}
p {
  font-size: 18px;
}
body {
  font-size: 18px;
  color: #000000;
}
b,
strong {
  font-weight: 600;
}

.sectionone-starelectronic {
  text-align: center;
  padding: 5% 0%;
}
.content-starelectronic {
  white-space: break-spaces;
}
.sectionone-starelectronic h1 {
  font-family: "Montserrat", sans-serif;
  color: #5bc2e7;
  font-weight: 600;
}
.sectionone-starelectronic h4 {
  padding: 10px 0px;
}
.btnreadmore {
  font-family: "Montserrat", sans-serif;
  background: #5bc2e7;
  color: #fff;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 3%;
  transition: 0.35s;
}
.btnreadmore:hover {
  background: #000;
  transition: 0.35s;
}
.pd-icon-starelectronic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 5%;
}
.icon-starelectronic {
  width: 70%;
  margin: 0 auto;
}
.icon-starelectronic-t {
  text-align: center;
  margin-top: 7%;
}
.icon-starelectronic-t h3 {
  white-space: break-spaces;
  text-align: center;
  font-weight: 600;
}
.block-icon-starelectronic.two {
  margin-top: 15%;
}
.block-icon-starelectronic {
  transition: 0.35s;
}
.block-icon-starelectronic:hover {
  transition: 0.35s;
  transform: translateY(-7px);
}
.block-icon-starelectronic:hover .icon-starelectronic {
  filter: grayscale(1);
  transition: 0.35s;
}
.itopplus-bg {
  background-position: center;
}
.sectiontwo-starelectronic {
  display: flex;
  width: 100%;
  padding: 10% 0%;
}
.block-customer {
  width: 50%;
  text-align: center;
  align-self: center;
}
.bg-block-customer {
  width: 50%;
}
.itopplus-bg {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.block-customer h5 {
  font-weight: 600;
  margin-bottom: 3%;
}
.head-starelectronic {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}
.head-starelectronic h1 {
  font-weight: 600;
}
.footer-starelectronic-2 {
  white-space: break-spaces;
}
.footer-starelectronic {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2%;
}
.copuright {
  font-size: 15px;
  margin-top: 4%;
  font-family: "Montserrat", sans-serif;
}
.block-iconfooter {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.iconfooter {
  width: 7%;
}
.iconfooter-t {
  align-self: center;
  margin-left: 2%;
  white-space: break-spaces;
}
.block-iconfooter-starelectronic {
  margin-left: 10%;
  width: 100%;
}
.block-iconsocial-footer {
  display: flex;
  width: 115%;
}
.iconsocial-footer {
  width: 15%;
}
.pd-iconsocial-footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  border-top: 1px solid #9bddf5;
  padding-top: 20px;
  margin-bottom: 5%;
}
.iconsocial-footer-t {
  margin-left: 2%;
  font-family: "Montserrat", sans-serif;
}
.block-iconsocial-footer.two {
  margin-left: 20%;
}
.grid figure figcaption {
  padding: 1em;
}
.blockhead-bg {
  font-size: 30px;
  border: 3px solid #5bc2e7;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 20%;
}
.blockhead-name {
  color: #5bc2e7;
  font-weight: 600;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}
.blockhead-bg-2 {
  font-size: 22px;
  border: 3px solid #5bc2e7;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 31%;
}
.blockhead-name-2 {
  color: #5bc2e7;
  font-weight: 600;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}
.blockhead-bg-2.bg2 {
  margin-top: 26%;
}
.blockhead-bg-2.bg1 {
  margin-top: 38%;
}
#background673c601e7bda020013fc501f .thumbs {
  margin-bottom: 40px;
}
#background673c69ec7a3c850013bb9df6 .thumbs,
#background673c6a756e8da60013b25b73 .thumbs {
  margin-bottom: 10px;
}
#background673c6b23eba56200132a5fee .thumbs {
  margin-bottom: 0px;
}
.iconsocial-footer-t {
  font-size: 17px;
}
.empty-starelectronic {
  padding: 2%;
}
.itopplus-bg4 {
  background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_01102024cgba/0/0/bgstarz-z516454697426.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.bg-distributor {
  background: #5bc1e7;
  color: #fff;
  padding: 3% 15% 3% 5%;
  width: fit-content;
  margin-left: 37%;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 24px;
}
.bg-distributor p {
  white-space: break-spaces;
}
.bg-distributor h1 {
  font-weight: 600;
  margin-bottom: 10px;
}
.btnclick {
  background: #2990b3;
  width: fit-content;
  padding: 10px 25px;
  margin-top: 9%;
  color: #fff;
}
.btnclick a:hover {
  color: #fff;
}
.btnclick a {
  color: #fff;
}
.microphone {
  width: 22%;
  position: absolute;
  margin-left: 69%;
  margin-top: 35px;
  transition: 0.35s;
}
.pd-distributor {
  display: flex;
}
.bg-distributor:hover {
  background: #333;
  transition: 0.35s;
}

#background673c60047a3c850013bb9bb3 figure.effect-oscar:hover figcaption,
#background673c601e7bda020013fc501f figure.effect-oscar:hover figcaption,
#background673c69ec7a3c850013bb9df6 figure.effect-oscar:hover figcaption,
#background673c6b23eba56200132a5fee figure.effect-oscar:hover figcaption,
#background673c6a756e8da60013b25b73 figure.effect-oscar:hover figcaption {
  background: #242424ed;
}
figure.effect-oscar:hover figcaption .blockhead-bg {
  opacity: 0;
}
figure.effect-oscar:hover figcaption .blockhead-bg-2 {
  opacity: 0;
}

figure.effect-oscar:hover figcaption .blockhead-bg-detail {
  opacity: 0;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail {
  opacity: 1;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail-2 {
  opacity: 0;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail-2 {
  opacity: 1;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail-3 {
  opacity: 0;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail-3 {
  opacity: 1;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail-4 {
  opacity: 0;
}
figure.effect-oscar:hover figcaption .blockhead-bg-detail-4 {
  opacity: 1;
}
.grid figure h2 span {
  font-weight: 600;
}
.blockhead-bg-detail {
  margin-top: -17%;
  font-size: 18px;
  white-space: break-spaces;
}
.blockhead-bg-detail span {
  font-size: 26px;
}
.blockhead-bg-detail {
  opacity: 0;
  transition: 0.35s;
}
.blockhead-bg-detail-2 {
  opacity: 0;
  transition: 0.35s;
}
.blockhead-bg-detail-2 {
  margin-top: -31%;
  font-size: 18px;
  white-space: break-spaces;
}
.blockhead-bg-detail-2 span {
  font-size: 26px;
}
.blockhead-bg-detail-3 {
  opacity: 0;
  transition: 0.35s;
}
.blockhead-bg-detail-3 {
  margin-top: -27%;
  font-size: 18px;
  white-space: break-spaces;
}
.blockhead-bg-detail-3 span {
  font-size: 26px;
}
.blockhead-bg-detail-4 {
  opacity: 0;
  transition: 0.35s;
}
.blockhead-bg-detail-4 {
  margin-top: -41%;
  font-size: 18px;
  white-space: break-spaces;
}
.blockhead-bg-detail-4 span {
  font-size: 26px;
}
.comingsoon {
  padding: 10% 0% 15%;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #47b4db !important;
  border-radius: 30px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #333 !important;
  color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
.ITPcookiebar {
  background-color: #302f2fe0 !important;
  color: #fff !important;
}
.ITPlinkToCookiepage:hover {
  color: #fff !important;
}
.ITPcookiebar {
  width: 100% !important;
  font-size: 14px !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
ul.icon-a {
  font-size: 18px;
}
.headproduct {
  background: #46b4db;
  text-align: center;
  padding: 5% 0%;
  color: #fff;
  margin-top: 10%;
  border-radius: 20px 20px 0px 0px;
}
ul.icon-product ::marker {
  color: #46b4db;
}
.Textmanager.font-inherit {
  text-align: left;
}
.Textmanager.font-inherit h4 {
  font-weight: 600;
}
.btn-icondownload {
  background: #000;
  color: #fff;
  display: flex;
  width: 23%;
  border-radius: 35px;
  padding: 10px 20px;
  margin-top: 3%;
  margin-bottom: 5%;
  transition: 0.35s;
}
.icondownload {
  width: 22%;
  margin-left: 8%;
  filter: invert(1);
}
.icondownload-t {
  align-self: center;
}
.btn-icondownload:hover {
  background: #47b4db;
  transition: 0.35s;
}
.blockabout {
  width: 102%;
}
.blockabout-2 {
  text-align: center;
  padding: 5% 5%;
  background: #5bc1e7;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 6%;
  margin-bottom: 6%;
}
.blockabout-2 p {
  font-weight: 300;
}
.headproduct h5 {
  font-weight: 600;
}
.head-menu-product {
  margin-top: 5%;
  border-left: 3px solid #45b4db;
  padding-left: 25px;
}
.headbg-nameproduct {
  text-align: center;
  padding: 5% 0%;
}
.btnviewmore-product {
  background: #053c60;
  border-radius: 25px;
  color: #fff;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10%;
}
.btnviewmore-product p {
  font-size: 16px;
}
.headbg-nameproduct h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.head-menu-product h3 {
  font-weight: 400 !important;
}

#tableA {
  width: 100%;
}
#tableA th {
  background: #333;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  border: 1px solid #fff;
  font-weight: 400;
}
#tableA td {
  border: 1px solid #fff;
  padding: 12px 20px;
  font-size: 18px;
}

#tableA tr:nth-child(odd) {
  background-color: #f2f2f2;
}
#tableA tr:hover {
  background-color: #dddddd;
}

.menuVertical .dropdown-menu {
  display: block;
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 0px !important;
  margin: 2px 0 0;
  color: #fff;
  font-weight: normal;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 7%;
  border-radius: 0;
}
.menuVertical ul.nav-stacked li > ul > li > ul > li > a {
  padding-left: 25% !important;
}
.menuVertical ul.nav-stacked li > ul > li > a {
  padding-left: 12% !important;
  padding: 10px 0px 10px 10px;
}
.menuVertical .dropdown-menu {
  padding: 0px !important;
  margin: 0px 0 10px !important;
}

/* timeline */
.main-timeline {
  position: relative;
  transition: all 0.4s ease 0s;
}
.main-timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #c6c6c6;
  position: absolute;
  top: 0;
  left: 50%;
}
.main-timeline .timeline {
  position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline .timeline-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5bc2e7;
  border: 1px solid #46b4db;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.main-timeline .timeline-content {
  width: 45%;
  padding: 0px 20px 20px;
  border-radius: 0px;
  text-align: right;
  border-bottom: 1px solid #c6c6c6;
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.main-timeline .date {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  padding: 8px 30px;
  background: #46b4db;
}
.main-timeline .timeline-content.right {
  float: right;
  text-align: left;
}
.texttext2 {
  white-space: break-spaces;
}
.bg1 h4 {
  font-weight: 600;
}
/* timeline */

/*เฉพาะรูปแบบมีขอบ*/
.thumbnail img.imageGallery:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.98);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.thumbnail .imageWidth.imageGallery {
  transform: scale(1);
  transition: 0.32s;
}
.thumbnail .imageWidth.imageGallery:hover {
  transform: scale(1.05);
  transition: 0.32s;
}
/*เฉพาะรูปแบบมีขอบ*/

.col-md-4.col-sm-4.col-xs-4 .thumbnail {
  border: 1px solid #ddd;
  padding: 10px !important;
  border-radius: 20px;
  transition: 0.35s;
}
.col-md-4.col-sm-4.col-xs-4 .thumbnail:hover .btnviewmore-product {
  background-color: #47b4db;
  color: #fff;
  transition: 0.35s;
}

/* ฟอร์ม Style 1 */
#formdisplay673f0fbda329fe0013534c2b .form-control {
  border: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: transparent;
  padding: 0px 10px;
  font-size: 18px;
  width: 100% !important;
  margin: 10px 0px 0px;
  color: #444 !important;
  padding-right: 0px !important;
  height: 55px;
}
#formdisplay673f0fbda329fe0013534c2b .form-control:focus {
  border-bottom: 1px solid #46b4db !important;
  border: 1px solid #46b4db;
  color: #444 !important;
}
#formdisplay673f0fbda329fe0013534c2b .form-control:hover {
  border-bottom: 1px solid #46b4db !important;
  border: 1px solid #46b4db;
}
#formdisplay673f0fbda329fe0013534c2b .btn-default:hover,
#formdisplay673f0fbda329fe0013534c2b .btn-default:focus {
  background-position: 0 0px;
  background: #002d44 !important;
  color: #fff !important;
  border: 1px solid #002d44 !important;
  transition: 0.35s;
}
#formdisplay673f0fbda329fe0013534c2b .btn-default {
  background-repeat: repeat-x;
  border-color: #0000;
  padding: 10px 30px;
  font-size: 18px;
  border: 1px solid #46b4db !important;
  background: #46b4db !important;
  text-shadow: none;
  border-radius: 30px !important;
  color: #fff !important;
}
#formdisplay673f0fbda329fe0013534c2b ::placeholder {
  color: #444;
}
#formdisplay673f0fbda329fe0013534c2b span.label {
  display: contents;
}
#formdisplay673f0fbda329fe0013534c2b a#capchatxt {
  font-weight: 300;
  color: #444;
  margin-left: 2%;
}
#formdisplay673f0fbda329fe0013534c2b {
  background: transparent !important;
  color: #444 !important;
  width: 80%;
  margin: 0 auto;
}
#formdisplay673f0fbda329fe0013534c2b .form-control::placeholder {
  color: #444 !important;
}
#form673f0fbda329fe0013534c2b {
  padding: 0px !important;
}
#cookie66d54511eadb96001314147d {
  font-size: 14px;
  margin-top: -20px;
  padding-right: 5%;
  text-align: left !important;
  margin-left: 3%;
}
span.glyphicon.glyphicon-ok-circle {
  display: none;
}
.CASS-D-border {
  background: transparent;
}
/* ฟอร์ม Style 1 */

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #47b4db;
  border-color: #47b4db;
}

#background673f0fbda329fe0013534c2b {
  background: #eeeeee00 !important;
  padding: 0% 0% 5%;
}
#editor8,
#editor15 {
  text-align: center;
  font-weight: 600;
  margin-bottom: -20px;
  margin-top: 20px;
}
#editor8 h4,
#editor15 h4 {
  font-weight: 600;
}
#div#editor15 .k-br {
  display: none;
}
#text12,
#text8 {
  margin-bottom: -20px;
}
.menuVertical .nav-pills > li > a::before {
  content: "●";
  font-size: 15px;
  /*position: absolute;*/
  width: 100%;
  /*left: 4%;
    top: 36%;*/
  color: #45b4db;
  padding-right: 5px;
}
#contentnewmode674007daeba56200132a979f {
  padding: 0px !important;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
}

.menuVertical .dropdown-submenu > a:after {
  border-left-color: #ffffff;
}
#background6745893114d83400139068b0 figure.effect-oscar:hover figcaption {
  background: #242424ed;
}
.Template-C-pic {
  background-color: #fff;
  border: solid 0px #ccc;
  padding: 0px;
}
.Template-C-Name {
  font-size: 18px;
  height: 105px;
}
.Template-C-Name label {
  font-weight: 400;
}
.Template-C-smallpic {
  width: 20%;
  border: solid 0px #9e9e9e;
}
.Template-C-button {
  width: 85%;
  background-color: #46b4db;
  border-radius: 35px;
  font-weight: 400;
  padding: 3% 5%;
}
.Template-C-button:hover {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  background-color: #848484;
}
.Template-C-Icon {
  width: 22%;
  padding: 0 5px 5px 0;
}
.Template-C-frame:hover {
  -moz-box-shadow: 0 0 10px #585858;
  -webkit-box-shadow: 0 0 10px #585858;
  box-shadow: 0 0 0px #585858;
  cursor: pointer;
}
.promotionPrice {
  font-weight: 500;
}
.promotionPrice {
  font-size: 20px !important;
}
.Template-C-Price {
  height: 80px;
}
.Template-C-frame {
  transition: 0.35s;
}
.Template-C-frame:hover {
  transition: 0.35s;
  transform: translateY(-7px);
}
.Template-C-frame:hover .Template-C-button {
  background-color: #848484;
  transition: 0.35s;
}
.Template-C-Big {
  border: solid 0px #ccc;
}
.col-xs-12.col-sm-12.col-md-12.shopcartDetail-Default.shopcartDetail {
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 18px;
  padding: 1% 0% !important;
}
.col-xs-12.col-sm-12.col-md-12.shopcartRelated-Default.shopcartRelated {
  padding: 1% 0% !important;
  font-size: 18px;
  border-bottom: 1px solid #d8d8d8;
}
.shopcartID-Head-Default {
  border-bottom: solid 0px #d8d8d8;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 30px;
}
.shopcartID-Default {
  border-bottom: solid 0px #d8d8d8;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 20px;
}
.shopcartName-Head-Default {
  font-size: 30px;
  border-bottom: solid 0px #d8d8d8;
  padding: 10px 0 10px 0 !important;
  font-family: "Noto Sans Thai", sans-serif;
}
.shopcartName-Default {
  border-bottom: solid 0px #d8d8d8;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 20px;
}

.col-xs-4.col-sm-3.col-md-3.ITPquantityWord label {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 400;
}
.col-xs-4.col-sm-2.col-md-2.ITPquantityUnit label {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 400;
  margin-left: 35%;
}
.col-xs-4.col-sm-3.col-md-3.ITPquantityWord {
  width: 20%;
}
.shopcart {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 800px 0 0 0;
  border-radius: 50px;
  border: 0px solid transparent;
  width: 80px !important;
  height: 80px !important;
  background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_01102024cgba/0/0/shopping-cartz-z495181682972.webp);
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: fixed;
  transition: width 0.3s, height 0.3s;
  cursor: pointer;
  top: 40%;
  right: 2%;
  background-color: #47b4db;
  z-index: 9999;
}
.Template-C-PriceNormal {
  color: #000000;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 26px !important;
}
.Template-C-PricePromotion {
  color: red;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 26px !important;
}
.Template-C-buttonDetail {
  width: 35%;
  background-color: #47b4db;
  margin: 5px 0 0 120px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 30px;
  font-weight: 400;
  padding: 5px 0 5px 0;
  transition: 0.35s;
}
.Template-C-buttonDetail:hover {
  width: 35%;
  background-color: #333;
  transition: 0.35s;
}
.normalPrice {
  color: red;
  font-weight: 400;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 20px;
}
/* payment shop */
.padding-col.thumbnail.Content5InaRow.rightContentOrder p {
  white-space: break-spaces;
}
.ui.steps .step.active {
  color: #fff;
  background: #46b4db;
}
.ui.steps .step.active .title {
  color: #ffffff;
  font-family: "Noto Sans Thai", sans-serif;
}
.ui.steps .step .title {
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0px 10px 0px;
  line-height: 1.3;
}
.step1checkout {
  background: #46b4db;
  border: 5px solid #46b4db;
}
.btnCheckoutprevious {
  background: #46b4db;
  font-weight: 400;
  font-size: 18px;
  border-radius: 30px;
  padding: 16px;
}
.step5checkout {
  background: #46b4db;
  font-family: "Noto Sans Thai", sans-serif;
  border: 7px solid #46b4db;
}
.shopcart-paymentpage {
  font-size: 24px;
  background: #46b4db;
  width: fit-content;
  padding: 2% 5%;
  margin: 0 auto;
  color: #fff;
  border-radius: 40px;
}
.Template-H-PriceMember {
  color: #000;
  font-family: "Noto Sans Thai", sans-serif;
}
.notificationcart {
  color: white;
  background: #46b4db;
  bottom: 30%;
  right: 20%;
}
.img-thumbnail {
  border: 0px solid #ddd;
}
#scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
  margin-top: -2%;
}
.ui.icon.input input {
  font-family: "Noto Sans Thai", sans-serif;
}
.ui.steps .step {
  background: #fff;
}
.ui.steps .step.active:after {
  background: #f6f2eb;
}
.ui.steps .step:after {
  background-color: #f6f2eb;
}
.ui.segment {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0 0px rgba(39, 41, 43, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 1rem 0;
  padding: 1em 1em;
  border-radius: 0.2857rem;
  border: none;
}
.Checkout-font-panel {
  color: #000;
  background: transparent;
}
.panel-body {
  padding: 15px;
  background: transparent;
}
.ui.steps .disabled.step {
  cursor: auto;
  background: transparent;
  pointer-events: none;
}
.ui.steps .disabled.step:after {
  background: #fff;
}
.Bodycheckout {
  font-size: 18px;
}
.ui.steps.col-md-12.col-sm-12 {
  margin-top: 5%;
}
.no-js .btn-default {
  text-shadow: 0 0px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #46b4db 0, #46b4db 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: transparent;
}
.no-js .btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  border-color: transparent;
}
.no-js .btn-default:focus,
.btn-default:hover {
  background-color: #46b4db;
  color: #fff;
  background-position: 0 -15px;
}
.no-js .btn-default {
  color: #fff;
  background-color: #46b4db;
  border-color: #ccc;
}
.no-js .row.col-md-12.col-xs-12 button.btn.btn-default.btn-sm {
  font-size: 18px;
  border-radius: 30px;
  padding: 10px 35px;
}
.shopcartlinePrice-Default {
  border-bottom: solid 0px;
}
.Headcheckout {
  font-weight: 600;
}
.icon-footer-t {
  white-space: break-spaces;
}
label {
  font-weight: 400;
}
.Template-C-innerPic {
  background: #fff;
}
.Headcheckout {
  font-size: 20px;
}
label#title-checkout {
  font-size: 26px !important;
}
label#message-line1,
label#message-line2,
label#message-line3,
label#message-line1 {
  font-size: 20px;
}
/* payment shop */

/* from PAYMENT */
#Component6746ea6968db760013a2e376 {
  width: 97%;
  margin: 0 auto;
  border: solid 0px #eaeef5;
}
#Component6746ea6968db760013a2e376 .progress {
  width: 138%;
  margin: 15px !important;
}
#Component6746ea6968db760013a2e376 .boarder-confirm-payment {
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}
#Component6746ea6968db760013a2e376 textarea.form-control {
  height: auto;
  width: 155%;
}
#Component6746ea6968db760013a2e376 .btn-success {
  color: #fff;
  background-image: linear-gradient(to bottom, #5bc1e7 0, #5bc1e7 100%);
  background-color: transparent;
  border-color: #ffffff00;
  box-shadow: none;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-top: 0px;
  margin-left: 4%;
}
#Component6746ea6968db760013a2e376 .btn-success:hover {
  background-position: 0px;
  background: #5bc1e7;
  color: #fff;
}
#Component6746ea6968db760013a2e376 .input-group #Component6746ea6968db760013a2e376 .form-control {
  height: 50px;
  padding: 0% 2% 0;
  border-radius: 0px;
  font-size: 14px;
  color: #555;
}
#Component6746ea6968db760013a2e376 .form-control {
  height: 50px;
  padding: 0px 15px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#Component6746ea6968db760013a2e376 .form-control:hover {
  border: 1px solid #5bc1e7;
}
#Component6746ea6968db760013a2e376 .input-group-addon {
  padding: 10px 15px;
  color: #fff;
  background-color: #5bc1e7;
  border: 1px solid #5bc1e7;
  border-radius: 0px;
}
#Component6746ea6968db760013a2e376 .btn-default {
  background-image: linear-gradient(to right, #5bc1e7 0%, #5bc1e7 100%);
  background-repeat: repeat-x;
  border-color: #5bc1e7;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 16px;
  border: 0px solid transparent;
  color: #fff;
  font-weight: 300;
}
#Component6746ea6968db760013a2e376 .btn-default:hover,
#Component6746ea6968db760013a2e376 .btn-default:focus {
  background-color: #5bc1e7;
  color: #fff;
  border-color: #5bc1e7;
  box-shadow: 0 0 1px;
}
#Component6746ea6968db760013a2e376 .col-md-1 {
  margin-top: 3% !important;
}
#Component6746ea6968db760013a2e376 .form-horizontal .control-label {
  font-weight: 400;
}
/* from PAYMENT */

.landingpagemanager .img-container {
  padding-bottom: 83%;
  color: #46b4db;
  font-size: 18px;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
  color: #46b4db;
  font-size: 18px;
  font-weight: 400;
}
span#relateContentTitle {
  font-size: 20px;
}

/*
.itopplus-search .ui.icon.input {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 60px;
  height: 60px;
}

.itopplus-search .ui.icon.input > i.icon {
  position: absolute;
  right: 10px;
      top: 12px;
}

.itopplus-search .ui.icon.input.expanded {
  width: 15vw;
  border-radius: 0;
}

.itopplus-search .ui.icon.input input {
  position: relative;
  width: 40px;
  padding: 0;
  transition: 0.4s;
}

.itopplus-search .ui.icon.input.expanded input {
  position: relative;
  width: 15vw;
  padding-left: 20px;
}
*/

.col-centered {
  font-size: 16px !important;
}
.iconsocial-footer-t {
  white-space: break-spaces;
  margin-top: 5px;
}

.fb-iconsocial {
  display: flex;
  background: #0866ff;
  color: #fff;
  width: 32%;
  padding: 20px 20px 20px 35px;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 3%;
  font-size: 28px;
}
.fb-iconsocial-t {
  align-self: center;
  margin-left: 1%;
}
.iconsocial {
  width: 14%;
}
.fb-iconsocial.tiktok {
  background: #000;
  width: 40%;
}
.slide-industy .modquee-box img {
  width: 400px !important;
}

@media screen and (min-width: 1900px) {
  h1 {
    font-size: 2.8em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 38px;
  }
  h6 {
    font-size: 38px;
  }
  p {
    font-size: 22px;
  }
  body {
    font-size: 22px;
  }
  .dropdown-menu > li > a {
    font-size: 22px;
  }
  .icon-starelectronic {
    width: 65%;
  }
  .blockhead-bg-detail,
  .blockhead-bg-detail-2,
  .blockhead-bg-detail-3,
  .blockhead-bg-detail-4 {
    font-size: 22px;
  }
  .blockhead-bg-detail span,
  .blockhead-bg-detail-2 span,
  .blockhead-bg-detail-3 span,
  .blockhead-bg-detail-4 span {
    font-size: 34px;
  }
  .blockhead-bg-2 {
    margin-top: 32%;
  }
  .blockhead-bg-detail-3 {
    margin-top: -23%;
  }

  .blockhead-bg-detail-4 {
    margin-top: -35%;
  }
  .blockhead-bg-2.bg2 {
    margin-top: 26%;
    font-size: 30px;
  }
  .blockhead-bg-2 {
    font-size: 30px;
  }
  .bg-distributor {
    padding: 4% 15% 3% 5%;
  }
  .copuright {
    font-size: 17px;
  }
  .iconsocial-footer-t {
    font-size: 20px;
  }
  .blockhead-bg-detail {
    margin-top: -15%;
  }
  .Contentmanager p {
    font-size: 22px;
  }
  ul.icon-a {
    font-size: 22px;
  }
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
  }
  .menuVertical .nav-pills > li > a {
    font-size: 22px;
  }
  .btn-icondownload {
    width: 20%;
  }
  .icondownload-t {
    margin-left: 10px;
  }
  #formdisplay673f0fbda329fe0013534c2b .form-control {
    padding: 0px 15px;
    font-size: 22px;
    height: 70px;
  }
  #formdisplay673f0fbda329fe0013534c2b .btn-default {
    font-size: 22px;
  }
  .no-js #Component673d88236e8da60013b2656c .form-control {
    padding: 36px 15px;
    font-size: 21px !important;
  }
  #cookie673d88236e8da60013b2656c {
    font-size: 21px;
  }
  .no-js #Component673d88236e8da60013b2656c .btn {
    font-size: 22px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    font-size: 20px;
  }
  .icondownload {
    width: 18%;
  }

  .Template-C-Name {
    font-size: 22px;
    height: 110px;
  }
  .promotionPrice {
    font-size: 30px !important;
  }
  .Template-C-Price {
    height: 110px;
  }
  .Template-C-button {
    width: 65%;
  }
  .Template-C-button:hover {
    width: 65%;
  }
  .shopcartID-Head-Default {
    font-size: 36px;
  }
  .shopcartName-Head-Default {
    font-size: 36px;
  }
  .shopcartID-Default {
    font-size: 24px;
  }
  .shopcartName-Default {
    font-size: 24px;
  }
  .col-xs-12.col-sm-12.col-md-12.shopcartDetail-Default.shopcartDetail {
    font-size: 22px;
  }
  .col-xs-12.col-sm-12.col-md-12.shopcartRelated-Default.shopcartRelated {
    font-size: 22px;
  }
  .normalPrice {
    font-size: 30px;
  }
  .Template-C-PriceNormal {
    font-size: 36px !important;
  }
  .Template-C-PricePromotion {
    font-size: 36px !important;
  }
  .col-xs-4.col-sm-3.col-md-3.ITPquantityWord label {
    font-size: 22px !important;
  }
  .col-xs-4.col-sm-2.col-md-2.ITPquantityUnit label {
    font-size: 22px !important;
  }
  .col-xs-3.col-sm-2.col-md-2.ITPquantityDetail {
    margin-top: 5px;
  }
  .Template-C-buttonDetail,
  .Template-C-buttonDetail:hover {
    width: 28%;
  }
  .ui.steps .step .title {
    font-size: 20px;
  }
  .Bodycheckout {
    font-size: 20px;
  }
  .Headcheckout {
    font-size: 28px;
  }
  .btnCheckoutprevious {
    font-size: 22px;
  }
  .no-js .row.col-md-12.col-xs-12 button.btn.btn-default.btn-sm {
    font-size: 21px;
  }
  .Headcheckout {
    font-size: 24px;
  }
  label#title-checkout {
    font-size: 26px !important;
  }
  label#message-line1,
  label#message-line2,
  label#message-line3,
  label#message-line1 {
    font-size: 22px;
  }
  #Component6746ea6968db760013a2e376 .form-control {
    font-size: 18px;
  }
  #Component6746ea6968db760013a2e376 .btn-default {
    font-size: 20px;
  }
  span#relateContentTitle {
    font-size: 26px;
  }
  .landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 22px;
  }
  .landingpagemanager .col-md-4.col-sm-4.col-xs-4.padding {
    width: 23%;
  }
  .itopplus-search .ui.icon.input > i.icon {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .iconsocial-footer-t {
    margin-top: 10px;
  }
  .fb-iconsocial {
    width: 28%;
    font-size: 36px;
  }
  .iconsocial {
    width: 12%;
  }
  .fb-iconsocial.tiktok {
    width: 35%;
  }
  .fb-iconsocial-t {
    margin-left: 3%;
  }
}

@media screen and (max-width: 1191px) {
  .content-starelectronic {
    white-space: inherit;
  }
  .blockhead-bg {
    margin-top: 17%;
  }
  .blockhead-bg-detail {
    margin-top: -19%;
  }
  .blockhead-bg-2 {
    margin-top: 24%;
  }
  .blockhead-bg-2.bg1 {
    margin-top: 31%;
  }
  .blockhead-bg-2.bg2 {
    margin-top: 20%;
  }
  .microphone {
    width: 25%;
    margin-left: 75%;
    margin-top: 44px;
  }
  .landingpagemanager .img-container {
    padding-bottom: 100%;
  }
  .fb-iconsocial {
    width: 50%;
  }
  .fb-iconsocial.tiktok {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 2em;
  }
  .blockhead-bg {
    margin-top: 13%;
    font-size: 26px;
  }
  .blockhead-bg-2 {
    margin-top: 18%;
    font-size: 20px;
  }
  .blockhead-bg-2.bg2 {
    margin-top: 13%;
  }
  .blockhead-bg-2.bg1 {
    margin-top: 15%;
  }
  .table-responsive {
    border: 0px solid #ddd;
  }
  h3.managerHeader {
    font-size: 2em;
  }
  .btn-icondownload {
    width: 25%;
  }
  #display3,
  #display5,
  #display12,
  #display13,
  #display16,
  #display17,
  #display19,
  #display20,
  #display22,
  #display23 {
    width: 104%;
  }
  .iconfooter {
    width: 8%;
  }
  .manage-form-confirm-payment {
    padding: 2% 5% !important;
  }
  #Component6746ea6968db760013a2e376 .col-sm-2 {
    width: 35%;
  }
  #Component6746ea6968db760013a2e376 .progress {
    width: 132%;
  }
  #controlBanner img {
    width: 125px !important;
    margin-top: 5px;
  }
  .row.mainProductFilterContainer .col-xs-12.col-sm-3 {
    width: 33.3%;
  }
  .hidden-sm {
    display: inherit !important;
  }
  .fb-iconsocial {
    width: 55%;
    font-size: 30px;
  }
  .fb-iconsocial.tiktok {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.8em;
  }
  h3.managerHeader {
    font-size: 1.8em;
  }
  #imagesControl673c45276e8da60013b258d2 {
    padding: 0px !important;
  }
  .btnreadmore {
    margin-top: 10%;
  }
  .pd-icon-starelectronic {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15%;
  }
  .icon-starelectronic {
    width: 60%;
  }
  .sectiontwo-starelectronic {
    display: inherit;
  }
  .block-customer {
    width: 100%;
  }
  .bg-block-customer {
    width: 100%;
    margin-top: 10%;
  }
  .sectiontwo-starelectronic {
    padding: 20% 0%;
  }
  .itopplus-bg2 {
    background-size: cover;
  }
  .main-timeline .timeline-content {
    width: 100%;
    text-align: left;
  }
  .texttext2 {
    white-space: inherit;
  }
  .main-timeline:before {
    left: 0%;
  }
  .main-timeline .timeline-icon {
    left: -10px;
    margin: initial;
  }
  .bg1 {
    padding: 10% 0% 10% 10%;
  }
  .head-menu-product {
    margin-top: 10%;
  }
  article.col-md-6.item.-micro {
    width: 100%;
  }
  .btn-icondownload {
    width: 60%;
  }
  .Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
  }
  .iconfooter {
    width: 10%;
  }
  .iconfooter-t {
    width: 90%;
    word-break: break-all;
  }
  #formdisplay673f0fbda329fe0013534c2b {
    width: 100%;
  }
  #display3,
  #display5,
  #display12,
  #display13,
  #display16,
  #display17,
  #display19,
  #display20,
  #display22,
  #display23 {
    width: 108%;
  }
  #btnview673f0fbda329fe0013534c2b {
    margin-left: 25%;
  }
  #formdisplay673f0fbda329fe0013534c2b .form-control {
    margin: 0px 0px 0px;
  }
  .contenemanager-gallery .col-xs-12.col-md-3 {
    width: 100%;
  }
  .blockhead-bg {
    margin-top: 0%;
    font-size: 18px;
  }
  .blockhead-bg-2 {
    margin-top: 5%;
    font-size: 18px;
  }
  .blockhead-bg-2.bg2 {
    margin-top: -2%;
  }
  .blockhead-bg-2.bg1 {
    margin-top: 5%;
  }
  .microphone {
    display: none;
  }
  .pd-distributor {
    display: inherit;
    padding: 10% 0%;
  }
  .bg-distributor {
    background: #5bc1e7;
    color: #fff;
    padding: 5%;
    width: fit-content;
    margin-left: 0%;
    margin-top: 15% !important;
    margin-bottom: 15% !important;
    background-origin: initial;
    border-radius: 24px;
    margin: 0 auto;
  }
  .itopplus-bg4 {
    background-size: cover;
    background-attachment: inherit;
  }
  .itopplus-bg3 {
    background-size: cover;
  }
  #Component6746ea6968db760013a2e376 .progress {
    width: 84%;
  }
  #Component6746ea6968db760013a2e376 textarea.form-control {
    width: 100%;
  }
  #Component6746ea6968db760013a2e376 .btn-default {
    width: fit-content;
  }
  .blockhead-bg-detail span {
    font-size: 20px;
  }
  .blockhead-bg-detail {
    font-size: 16px;
    white-space: break-spaces;
  }
  .blockhead-bg-detail {
    margin-top: -15%;
  }
  #background6746ef7614d83400139081b8 figure.effect-oscar:hover figcaption,
  #background6746f493c0af280013365c83 figure.effect-oscar:hover figcaption {
    background: #242424ed;
  }
  .blockhead-bg-detail-2 {
    font-size: 16px;
  }
  .blockhead-bg-2 {
    margin-top: 52%;
  }
  .blockhead-bg-detail-2 span {
    font-size: 18px;
  }
  .blockhead-bg-detail-2 {
    margin-top: -58%;
  }
  #controlBanner img {
    width: 120px !important;
    margin-top: 5px;
  }
  .row.mainProductFilterContainer .col-xs-12.col-sm-3 {
    width: 100%;
  }
  .sectionone-starelectronic {
    text-align: center;
    padding: 5% 0%;
    margin: 0 -10px;
  }
  .fb-iconsocial {
    width: 90%;
    font-size: 20px;
  }
  .fb-iconsocial.tiktok {
    width: 100%;
    font-size: 20px;
  }
  .iconsocial {
    width: 10%;
  }
  .fb-iconsocial-t {
    align-self: center;
    margin-left: 5%;
    font-size: 18px;
  }
}

#searchResultLanding .panel {
  margin: 6% 0;
}
#itp-shopcart-detail {
  padding-left: 0px !important;
}
.itopplus-search-image-flex-item {
  padding: 0px !important;
  width: 213px !important;
  min-height: 300px !important;
  max-height: 430px !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.itopplus-search-image-flex-item img {
  width: 100% !important;
}
.search_titleText {
  padding: 5px 0px;
  font-size: 16px;
}
.search_text {
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1900px) {
  .itopplus-search-image-flex-item {
    width: 310px !important;
  }
}

@media only screen and (max-width: 900px) {
  .itopplus-search-image-flex-item {
    margin: 5px 0 !important;
    width: 227px !important;
    min-height: 240px !important;
    max-height: 425px !important;
  }
  .search_titleText {
    padding: 5px 0px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .itopplus-search-image-flex-item {
    width: 100% !important;
    min-height: 210px !important;
    max-height: inherit !important;
  }
  .itopplus-search-image-flex-item img {
    width: 100% !important;
  }
  .search_titleText {
    padding: 5px 0px;
    font-size: 14px;
  }
  .search_text {
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .ui.search {
    font-size: 0.8em;
    width: 50%;
    margin: 0 auto;
  }
  .itopplus-bg {
    background-position: bottom;
    background-attachment: inherit;
    background-size: cover;
  }
}

.dropdown-sub .caret-right,
.dropdown-submenu .caret-right {
  position: relative;
  top: unset;
  left: unset;
  right: -5px;
}


.Contentmanager p {
text-align: justify !important;
}


