.itopplus-background {

}
body {
    font-size: 16px;
    overflow-x: hidden;
    color: #000000;
}


.unknown {
  position: fixed;
  bottom: 5% !important;
}

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

a {
    color: #000000;
}
a:hover {
    color: #f20000;
}
.itopplus-slide {
    background-color: #f20000;
    color: #fff;
}

.itopplus-bg {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_20082024w621/0/0/1z-z1636249919329.webp');
}

.navbar-default .navbar-nav>li>a {
    font-size: 0.9em;
    color: #000000;
    margin: 0 ;
    padding: 8px 15px;
    font-family: "Onest", sans-serif;
}

.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: #f20000 !important;
    box-shadow: none;
    border-radius: none;
    background: transparent;
    background-color: transparent;
}

.dropdown-menu>li>a {
    font-size: 1.1em;
    color: #000;
    padding: 9px 20px;
}

.no-js .dropdown-menu>li>a:focus,
.no-js .dropdown-menu>li>a:hover {
    color: #fff;
    background: #f20000;
}

@media screen and (max-width: 992px) {

    #controlBanner img {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 120px !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) {
    .no-js .itopplus-banner {
        position: sticky;
        top: 0;
        z-index: 110;
    }

    .itopplus-banner {
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        transition: .3s;
    }

    .itopplus-banner .container {
        display: grid;
        grid-template-columns: 25% auto;
        align-items: center;
    }

    .itp-block {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    #controlBanner {
        object-fit: contain;
        padding: 25px 0;
        width: 100%;
        min-width: auto;
        margin: 0 auto;
    }

    #nav-menu {
        display: grid;
        justify-content: end;
        background: transparent;
        min-height: auto;
    }

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


}



/**/
.h1, h1 {
    font-size: 4.2em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.8em;
    font-weight: 600;
}
.h3, h3 {
    font-size: 1.8em;
    font-weight: 600;
}
.h4, h4 {
    font-size: 1.2em;
    font-weight: 600;
}
.h5, h5 {
    font-size: 1.1em;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**/



/*header*/
.btn-login {
    background: #f20000;
    color: #fff;
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
    border: none;
    border-radius: 50px;
    align-items: center;
    padding: 7px 20px;
    text-transform: uppercase;
    font-family: "Onest", sans-serif;
    float: right;
    transition: 0.5s;
}
.btn-login:hover {
    background: #000;
    color: #fff;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 14px;
}
.itopplus-footer h4 {
    margin: 0px 0 10px;
    font-weight: 600;
    font-size: 1.1em;
}
.itopplus-footer a {
    color: #000000;
}
.itopplus-footer a:hover {
    color: #f20000;
}
.footer-pd {
    padding: 0 10%;
}
.footer-logo {
    width: 65%;
}
.footer-pd2 {
    padding-left: 14%;
}
.footer-pd2 img {
    width: 90% !important;
}
.copy-right {
    font-size: 0.9em;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #f20000 !important;
    color: #f20000 !important;
    font-family: "Noto Sans Thai", sans-serif!important;
}
.buttonExampleSite:hover {
    background: #f20000 !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 6% 2% 2%;
}
/*footer*/



/*HOME*/
.about-block {
    text-align: center;
    padding: 5% 0;
}
.about-block h1 {
    color: #f20000;
    font-weight: 600;
    margin: 0 0 15px;
}
.about-block h4 {
    white-space: pre-line;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}
.btn-more {
    background: #262626;
    color: #fff;
    border: none;
    padding: 7px 20px;
    font-size: 0.9em;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-more:hover {
    background: #f20000;
    color: #fff;
}
.btn-more2 {
    background: #f20000;
    color: #fff;
    border: none;
    padding: 7px 20px;
    font-size: 0.8em;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-more2:hover {
    background: #262626;
    color: #fff;
}
.best-product {
    padding: 10% 0;
}
.best-product h4 {
    white-space: pre-line;
    font-weight: 400;
    line-height: 1.3;
}
.best-product h2 {
    font-weight: 600;
    margin: 0 0 20px;
}
.best-product-img {
    width: 125%;
    margin-top: 25%;
}
.padding-pd {
    padding: 2%;
}
.product-block1 {
    white-space: pre-line;
    font-size: 1.1em;
    padding: 5% 0 5% 10%;
}
.product-block1 h2 , .product-block2 h2 , .product-sub h2 , .product-sub2 h2 , .product-sub-pd3 h3 {
    color: #f20000;
    font-weight: 600;
    margin: 0 0 20px;
}
.product-block2 {
    white-space: pre-line;
    padding: 15% 2%;
    font-size: 1.1em;
}
/*HOME*/


/*ABOUT US*/
.menu-align {
    text-align: center;
    padding: 1.5% 0;
}
.about-detail {
    padding: 10% 2%;
}
.about-detail h2 {
    margin: 0 0 20px;
    color: #f20000;
    font-weight: 600;
}
/*ABOUT US*/





/*PRODUCT*/
.product-sub {
    padding: 2% 0;
}
.product-sub h4 {
    line-height: 1.4;
    margin: 0 0 20px;
}
.product-sub h5 {
    font-weight: 600;
    line-height: 1.4;
    margin: 30px 0 5px;
}
.product-sub h3 {
    color: #f20000;
    font-size: 1.8em;
    line-height: 1.2;
    margin: 20px 0 0;
}
.product-ul {
    font-weight: 400;
    text-align: left;
    list-style: none;
    padding: 0%;
    margin: 5px auto;
}
.product-ul li {
    display: flex;
    margin-bottom: 3px;
}
.product-ul li::before {
    content: '●';
    padding-right: 10px;
    color: #f20000;
}
figure.effect-apollo {
    background: transparent;
}
.product-sub2 {
    text-align: center;
}

.product-sub2 h4 {
    margin: 0 0 5px;
}
.padding-pd2 {
    padding: 3%;
}
.product-sub-pd {
    padding: 17% 0 0 11%;
}
.product-sub-pd2 {
    padding: 20% 0;
}
.product-icon-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.product-icon img {
    width: 50% !important;
    margin: 0 auto 20px;
}
.product-icon {
    white-space: pre-line;
    text-align: center;
    padding: 10%;
}
.product-sub-bg {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_20082024w621/0/0/ASTARISMz-z550713663659.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #000;
}
.product-sub-pd3 {
    padding: 25% 13% 5% 50%;
}
figure.effect-phoebe {
    background: transparent;
}
.grid figure h2 {
    word-spacing: normal;
    font-weight: 400;
}
.grid figure h2 span {
    font-weight: 700;
}
figure.effect-phoebe h2 {
    margin-top: 1em;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    text-transform: none;
    color: #444;
    font-size: 1em;
}
.astarism-img {
    white-space: pre-line;
}
.astarism-img h3 {
    color: #f20000;
    line-height: 1.2;
    margin: 20px 0;
    font-size: 1.2em;
}
.astarism-img h3 span {
    font-size: 1.4em;
}
.product-sub2-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
}
.product-sub2-img img {
    margin: 0 0 10px;
}
.product-icon-block2 {
    width: 30%;
    margin: 0 auto;
}
/*PRODUCT*/



/*FAQ*/
.nav-template7 {
    padding: 0% 10%;
}
.nav-template7 li {
    padding: 15px 0;
    border-bottom: 1px solid #c8c8c8;
    border-top: 0px solid #f6f6f6;
}
.nav-template7 li:hover {
    background-color: transparent;
}
.nav-template7 li a {
    color: #000;
    font-size: 18px !important;
    text-align: left;
}
.nav-template7 .btn-group-sm>.btn, .nav-template7 .btn-sm , .nav-template7 .btn-sm p {
    font-size: 16px;
}
#contenttype71 {
    text-align: left;
}
.nav-template7 #contenttype71 li {
    padding: 5px 0;
    border-bottom: 0px solid #c8c8c8;
    border-top: 0px solid #f6f6f6;
    list-style-type: auto;
}
.nav-template7 li .btn-sm .col-md-12 {
    padding: 5px 10px;
}
.nav-template7 .fa-plus:before {
    content: "⌵";
    color: #f20000;
    font-size: 1.6em;
}
.nav-template7 .fa, .nav-template7 .fas {
    float: right;
    position: absolute;
    right: 13%;
    line-height: 0.5;
}
.nav-template7 li strong {
    font-weight: 600;
}
#contenttype71 ol {
    margin-top: 0;
}
/*FAQ*/



/**/
.health-bg {
    background: #fff;
    padding: 8% 8%;
    height: 26em;
}
.health-bg img {
    width: 25% !important;
}
.health-bg h3 {
    font-size: 1.4em;
    margin: 20px 0 10px;
}
/**/


/*ข่าวสารและกิจกรรม*/
.col-section {
    padding: 0 1%;
}
article.col-md-6.item.-micro {
    width: 23%;
    background: #f2f2f4;
    padding: 10px !important;
    margin: 0 10px 20px;
    border-radius: 20px;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 0px 10px 20px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 0px #e8e6e8;
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    border-radius: 10px;
    background-color: transparent;
}

.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background-color: #f2f2f4;
    border-radius: 0;
    padding: 7% 2%;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 0% 0;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 1em;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1.1em;
    font-weight: 600;
    background: transparent;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: left;
    height: 5em;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #161616;
}
h3.managerHeader {
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    border-bottom: 0px solid #eee;
    margin: 40px 20px 20px;

}
.col-md-6.pull-left {
    padding: 0;
    width: 50%;
    margin: 0 4% 0 0;
}
.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
}
.Textmanager.font-inherit h4 {
    font-weight: 600;
    margin: 25px 0 5px;
    line-height: 1.3;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 20px 0 10px;
    font-size: 1.8em;
}
.Textmanager.font-inherit p {
    margin: 0 0 0px;
}
.Textmanager.font-inherit strong {
    font-weight: 600;
}
.contenemanager-gallery .col-xs-12.col-md-3,.Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 33.33%;
    padding: 10px 10px 0;
}
.contenemanager-gallery .thumbnail,.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #cecece;
    border-radius: 20px;
    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, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 20px;
    transform: scale(1.0) !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);
}
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: 20px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 20px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 15px;
}
.landingpagemanager {
    display: none;
}
/*ข่าวสารและกิจกรรม*/



/*EVENT*/
.coming-soon {
    width: 80%;
    margin: 0 auto;
}
/*EVENT*/



/**/
table.tj2 {
   width:100%;
   margin: 20px 0;
}

table.tj2 td {
     border: 1px solid #eee;
    padding: 12px;
    text-align: center;

}

/**/


/*Contact us*/
.text-contact {
    padding: 2% 2% 0;
}
.text-contact h3 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.6em;
    color: #f20000;
    margin: 0 0 10px;
}
.contact-block4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 17px 0 0;
  width: 100%;
}
.contact-bg2 {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 10px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px #e8ebf0;
    border-radius: 50px;
    padding: 15px;
    line-height: 1.2;
    font-size: 0.95em;
}
.contact-bg2:hover {
    background: #f2f2f4;
    color: #000;
}
/*form Contact*/
.no-js #Component67064082ce656800138edc17 label {
  display: none !important;
}
.no-js #Component67064082ce656800138edc17 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component67064082ce656800138edc17 .form-control {
  border: 1px solid #eee;
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  font-size: 1em !important;
  padding: 27px 20px;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  color: #000 !important;
}
.no-js #Component67064082ce656800138edc17 .form-control:hover {
  border: 1px solid #f20000;
}
.no-js #Component67064082ce656800138edc17 .form-control:focus {
  border: 1px solid #f20000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000 !important;
}
.no-js #Component67064082ce656800138edc17 .btn {
  background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
  background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
  background: #f20000;
  color: #fff;
  text-shadow: 0 0px 0 #3173ed;
  background-repeat: repeat-x;
  border-color: #f20000;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9em;
  font-weight: 400;
  border: 0px solid transparent;
}
.no-js #Component67064082ce656800138edc17 .btn-default:active {
  background: #f20000;
  color: #fff;
}
.no-js #Component67064082ce656800138edc17 .btn-default:hover,.no-js #Component67064082ce656800138edc17 .btn-default:focus {
  background-position: 0 0px;
  background: #f20000;
  color: #fff;
}
.no-js #Component67064082ce656800138edc17 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component67064082ce656800138edc17 span.label {
  font-size: 0.85em;
  font-weight: 400;
}
.no-js #Component67064082ce656800138edc17 .ITPcheckboxAuthen {
  font-size: 0.85em;
  padding: 0 0 0 0%;
}
#iframe6706427e8d591300121a7d72 iframe {
    height: 300px;
    border-radius: 20px;
}
.qr-code {
    width: 40%;
    margin: 25px auto;
}
/*Contact us*/



/*login*/
.template1 label {
    font-weight: 600;
    font-size: 1.1em;
}
 .template1 .form-control {
    border: none;
        border: 1px solid #dadada;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    margin-top: 10px;
    padding: 20px;
}
 .template1 .form-control:focus {
    border-bottom: 1px solid #f20000;
}
 .template1 .input-sm, 
 .template1 .form-horizontal .form-group-sm .form-control {
	font-size:1em!important;
     font-weight: 400;
}
 .template1 .form-group.margin span {
    font-weight: 400;
}
 .template1 .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,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    background: linear-gradient(to right, #f20000 0%, #f20000 100%);
    color: white;
    font-size: 16px;
    width: 160px !important;
    padding: 8px 0;
    border: none;
    border-radius: 50px;
}
 .template1 .btn-default:focus,  .template1 .btn-default:hover {
    background-color: #f20000;
    background-position: 0 -15px;
    color: white;
}
 .template1 .btn-default.active,  .template1 .btn-default:active {
    background-color: #f20000;
    border-color: #f20000;
}
.panel.panel-default.margin .form-control-feedback {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    background-color: #f20000;
    color: white;
}
 .template1 .glyphicon {
   display: none;
}
.input-sm+.form-control-feedback {
    display: none;
}
/*login*/


/*pagination*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #f20000;
    border-color: #f20000;
}
.pagination>li>a, .pagination>li>span {
    color: #f20000;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #f20000;
    background-color: #f7f7f7;
}
/*pagination*/


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
      .container {
        width: 1440px;
    }
  .nav-template7 li a {
    font-size: 20px !important;
}
  .itopplus-footer {
    font-size: 17px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
.nav-template7 .btn-group-sm>.btn, .nav-template7 .btn-sm, .nav-template7 .btn-sm p {
    font-size: 20px;
}
  #iframe6706427e8d591300121a7d72 iframe {
    height: 315px;
}
  .template1 .form-group.margin span {
    font-size: 16px !important;
}
  .product-sub-pd3 {
    padding: 30% 13% 5% 50%;
}
}




/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
  .h2, h2 {
    font-size: 2.4em;
}
li#menu6705010f5f080300138a2709 {
    display: none !important;
}
  .itopplus-banner .container {
        grid-template-columns: 20% auto;
    }
  .navbar-default .navbar-nav>li>a {
    padding: 8px 12px;
}
  .about-block , .best-product {
    font-size: 0.9em;
}
  .best-product-img {
    width: 100%;
    margin-top: 30%;
}
  .product-block1 , .product-block2 {
    white-space: inherit;
    font-size: 1em;
}
  .itopplus-footer {
    font-size: 11px;
}
  article.col-md-6.item.-micro {
    width: 22.8%;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 6em;
}
  .contact-bg2 {
    grid-template-columns: 20px auto;
    font-size: 0.85em;
}
  #iframe6706427e8d591300121a7d72 iframe {
    height: 330px;
}
  .template1 .btn-default {
    width: 140px !important;
}
  .product-sub-pd3 {
    padding: 25% 5% 5% 43%;
}
  .product-icon {
    white-space: inherit;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
  .h1, h1 {
    font-size: 3.2em;
}
li#menu6705010f5f080300138a2709 {
    display: block !important;
}
   .about-block h4 , .best-product h4 {
    white-space: inherit;
}
  .itopplus-bg {
    background-size: cover;
}
  .product-block2 {
    padding: 5% 2%;
}
  .product-sub h3 {
    font-size: 1.4em;
}
  .health-bg {
    height: 31em;
}
      article.col-md-6.item.-micro {
        width: 22%;
    }
  .Contentmanager .site .col-section .item.-micro a .caption .title {
        height: 9em;
    }
  .table-responsive {
        border: 0px solid #ddd;
    }
  .contact-block4 {
    grid-template-columns: repeat(1, 1fr);
}
  .text-contact h3 {
    font-size: 1.4em;
}
      #iframe6706427e8d591300121a7d72 iframe {
        height: 195px;
    }
  .template1 .btn-default {
        width: 100% !important;
    }
  .copy-right {
    text-align: center;
}
      .product-sub-pd3 {
        padding: 10% 2% 5% 35%;
    }
  .product-sub-bg {
    background-size: cover;
    background-position: right;
}
  .qr-code {
    width: 50%;
    margin: 25px 0;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl6704d9575f080300138a191a {
    padding: 0 !important;
}
    .h1, h1 {
        font-size: 3em;
    }
      .best-product-img {
        margin-top: 0%;
    }
  .product-block1 {
    padding: 5% 0 5% 0%;
}
 #background6704e03fce656800138eb163 .none-middle-mid , div#background670509800f866100130bda35 .none-middle-mid {
    display: flex;
    flex-direction: column-reverse;
}
  .product-sub-pd {
    padding: 0% 0 0 0%;
}
  .product-sub2 img {
    width: 75% ! IMPORTANT;
}
  .product-icon-block {
    grid-template-columns: repeat(1, 1fr);
}
  .nav-template7 {
    padding: 0% 0%;
}
  .nav-template7 li a {
    width: 90%;
}
  table.tj2 td {
    white-space: nowrap;
}
      .contact-bg2 {
        font-size: 0.95em;
    }
  .no-js #Component67064082ce656800138edc17 .col-md-6 {
    padding: 0 15px;
}
      article.col-md-6.item.-micro {
        width: 100%;
    }
      .Contentmanager .site .col-section .item.-micro a .caption .title {
        height: 4em;
    }
  h3.managerHeader {
    font-size: 1.8em;
}
  .col-md-6.pull-left {
    width: 100%;
    margin: 0 0% 0 0;
}
  .Textmanager.font-inherit {
    display: block;
}
      .health-bg {
        height: inherit;
            padding: 0 8%;
    }
    .product-sub-bg {
        background-position: top;
        background-color: #fff;
        background-size: 100% auto;
    }
    .product-sub-pd3 {
        padding: 55% 10% 0% 10%;
    }
  .grid figure figcaption {
    padding: 1em;
}
  figure.effect-phoebe h2 {
    margin-top: 0em;
    font-size: 0.9em;
}
 #background670602cd0f866100130be5d0 .none-middle-mid {
    display: flex;
    flex-direction: column-reverse;
}
      .qr-code {
        margin: 25px auto;
    }
  
  .itopplus-sidebar-sub-content{
    display: none;
}
  .product-sub-pd2 {
    padding: 0% 0;
}
  div#Component6705fa3d0f866100130be43a , div#Component6706225d8d591300121a75f3 , div#Component670605628d591300121a71cd ,
  div#Component67060bc20f866100130bece8 
  {
    margin: -10% 0;
}
    div#contentnewmode67061ffe0f866100130bee06, div#contentnewmode6706200a0f866100130bee15 {
        display: none;
    }
ul#slider670f577a03ac800012b076b3 {
    margin-bottom: -40px;
    margin-top: -50px;
}
  .product-icon {
    padding: 3% 10%;
}
  div#Component67062b8e5f080300138a3f7c {
    margin-top: -15%;
}
}


#background673af7050fa1130013169cde .Contentmanager .site .col-section .item.-micro a .caption .title{

    display: none !important;
}

