.itopplus-background {

}
body {
  overflow-x: hidden;
  color: #444;
  font-family: "LINE Seed Sans TH";
}


.no-js a {
  color: #444;
  transition: 0.35s;
}
.no-js a:hover {
  color: #e91a20;
}
.itopplus-footer {
  color: #fff;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #e91a20;
}


.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_27022024fknw/0/0/1z-z545228746537.webp");
}
.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_27022024fknw/0/0/2z-z1663037883156.webp");
}
.itopplus-bg4 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_27022024fknw/0/0/4z-z962577029232.webp");
}
.navbar-default .navbar-nav > li > a {
  color: #181818;
  margin: 0 10px;
  padding: 8px 15px;
  border-radius: none;
  border-bottom: 3px solid transparent;
}
.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: #e91a20 !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}
.dropdown-menu > li > a {
  color: #444;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #e91a20;
}


@media screen and (max-width: 992px) {
#controlBanner img {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar > div {
    background: #fff !important;
}
#itpMenuSideBar span {
    background-color: #000 !important;
}
#controlMenu * {
    color: #000 !important;
    border: none;
}
.navbar-header > a {
    display: grid !important;
    background-size: 40px;
    height: 50px !important;
    width: 40px !important;
    filter: invert(1);
}
#itpphonemobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
}
#itpsearchmobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
}
.old-image-icon-facebook {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
}
.old-image-icon-line {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
}
.old-image-icon-instragram {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
}
.old-image-icon-youtube {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.webp) !important;
}
.new-image-icon-twitter {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.webp) !important;
}
}

@media screen and (min-width: 1024px) {
  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: 15% auto;
    align-items: center;
}
.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: 10px;
    width: clamp(120px, 100%, 20vw);
    margin: 0 auto;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
}
.itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
}
.itopplus-search {
    width:100%;
    text-align: right;
    color: #444;
}
.no-js .itopplus-banner {
    box-shadow: 1px 1px 8px 1px #00000021;
}  
.itopplus-banner.itopplus-sticky {
    box-shadow: 1px 1px 8px 1px #00000021 !important;
} 
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}
}

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

/* oscar*/
figure.effect-oscar {
    background: transparent;
    border-radius: 20px;
}
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);
}
figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
/* oscar */


/* slide */
#carousel67f5e8df8c3f71001aaf2aef .hidden {
   display: block!important;
   visibility: inherit!important;
   pointer-events: none;
}
.carousel-indicators li {
    border: 1px solid #fff;
}
.carousel-indicators .active {
   background-color: #fff;
 	border-color:#fff;
}
.glyphicon-chevron-left:before, 
.glyphicon-chevron-right:before {
   display: none;
}
/* slide */


/*contenemanager*/
h3.managerHeader {
    margin-top: 5%;
    margin-bottom: 1%;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 30px;
    border-bottom: 0px solid #e1723a;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 5% 5% 0%;
    color: #444444;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
    color: #444;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px 15px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
}
.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: 25%;
}
.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,.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: 16px;
}
.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.05);
}
#Contentmanager .thumbnail {
    background-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 20px;
}
.social-share {
    display: none !important;
}
#background67f61d85c8f86a001a26ac83 .Contentmanager .site .col-section .item.-micro a .image,
#background67f61f2308a187001a96f8cf .Contentmanager .site .col-section .item.-micro a .image {
    border-radius: 20px 20px 0px 0px;
}
.pd-name-new {
    padding: 7% 5%;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}
.name-new {
    height: 75px;
}
.pd-name-new .btn-iconnext {
    margin: inherit;
}
/*contenemanager*/


/* ฟอร์ม Style 1 */
#formdisplay67f62e2f68a4f4001ad90b6e .form-control {
  border: 0px solid #464646;
  border-bottom: 1px solid #464646;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: transparent;
  padding: 10px 0px;
  font-size: 15px;
  width: 100% !important;
  margin: 0px 0px;
  color: #000 !important;
  padding-right: 0px !important;
}
#formdisplay67f62e2f68a4f4001ad90b6e .form-control:focus {
  border-bottom: 1px solid #e91a20 !important;
  border: 0px solid #444;
  color: #000 !important;
}
#formdisplay67f62e2f68a4f4001ad90b6e .form-control:hover {
  border-bottom: 1px solid #e91a20 !important;
  border: 0px solid #e91a20;
}
#formdisplay67f62e2f68a4f4001ad90b6e .btn-default:hover,
#formdisplay67f62e2f68a4f4001ad90b6e .btn-default:focus {
  background-position: 0 0px;
  background: #e91a20 !important;
  color: #fff !important;
  transition: 0.35s;
}
#formdisplay67f62e2f68a4f4001ad90b6e .btn-default {
  background-repeat: repeat-x;
  border-color: #0000;
  padding: 10px 30px;
  font-size: 15px;
  border: 1px solid #e91a20 !important;
  background: #e91a20 !important;
  text-shadow: none;
  border-radius: 30px !important;
  color: #fff !important;
}
#formdisplay67f62e2f68a4f4001ad90b6e ::placeholder {
  color: #000;
}
#formdisplay67f62e2f68a4f4001ad90b6e span.label {
  display: contents;
}
#formdisplay67f62e2f68a4f4001ad90b6e a#capchatxt {
  font-weight: 300;
  color: #000;
  margin-left: 2%;
}
#formdisplay67f62e2f68a4f4001ad90b6e {
  background: transparent !important;
  color: #000 !important;
  width: 96%;
  margin: 0 auto;
}
#formdisplay67f62e2f68a4f4001ad90b6e .form-control::placeholder {
  color: #000 !important;
}
#form67e6227c13e56f0013e7265d {
  padding: 0px !important;
}
span.glyphicon.glyphicon-ok-circle {
  display: none;
}
#formdisplay67f62e2f68a4f4001ad90b6e .btn-success {
  background-image: linear-gradient(to bottom, #e91a20 0, #e91a20 100%);
  border-color: #e91a20;
  padding: 8px 25px;
  border-radius: 50px;
}
#formdisplay67f62e2f68a4f4001ad90b6e .form-group.col-md-2.col-sm-12 {
    width: fit-content;
}
#formdisplay67f62e2f68a4f4001ad90b6e .form-group.col-md-6.col-sm-12 {
    margin-bottom: 0px !important;
}
#form67f62e2f68a4f4001ad90b6e  
.btn-success:focus,
.btn-success:hover {
  background-color: #e91a20;
  border-color: #e91a20;
}
#cookie67f62e2f68a4f4001ad90b6e {
    font-size: 16px;
    margin-top: -22px;
    text-align: left !important;
    padding: 0% 3%;
}
#background67f62e2f68a4f4001ad90b6e {
    background: #ffffffeb;
    padding: 5% 5% 1%;
    border-radius: 40px;
    margin: 10% 0%;
}
.CASS-D-head h3 {
    padding-left: 0px;
}
#form67f62e2f68a4f4001ad90b6e {
    padding: 0px !important;
}
.infor-more {
    text-align: center;
    font-family: "LINE Seed Sans TH";
    font-size: 1.2em;
    padding: 2% 0%;
}
#btnview67f62e2f68a4f4001ad90b6e {
    margin-left: 35%;
}
.section-info {
    margin-top: 12%;
    font-size: 3em;
}
.section-info span {
    font-weight: 600;
    color: #000;
    font-size: 1.3em;
}
/* ฟอร์ม Style 1 */


/* ฟอร์ม Style 2 */
#formdisplay67f733e474e330001a88e477 .form-control {
  border: 0px solid #464646;
  border-bottom: 1px solid #464646;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: transparent;
  padding: 10px 0px;
  font-size: 15px;
  width: 100% !important;
  margin: 0px 0px;
  color: #000 !important;
  padding-right: 0px !important;
}
#formdisplay67f733e474e330001a88e477 .form-control:focus {
  border-bottom: 1px solid #e91a20 !important;
  border: 0px solid #444;
  color: #000 !important;
}
#formdisplay67f733e474e330001a88e477 .form-control:hover {
  border-bottom: 1px solid #e91a20 !important;
  border: 0px solid #e91a20;
}
#formdisplay67f733e474e330001a88e477 .btn-default:hover,
#formdisplay67f733e474e330001a88e477 .btn-default:focus {
  background-position: 0 0px;
  background: #e91a20 !important;
  color: #fff !important;
  transition: 0.35s;
}
#formdisplay67f733e474e330001a88e477 .btn-default {
  background-repeat: repeat-x;
  border-color: #0000;
  padding: 10px 30px;
  font-size: 15px;
  border: 1px solid #e91a20 !important;
  background: #e91a20 !important;
  text-shadow: none;
  border-radius: 30px !important;
  color: #fff !important;
}
#formdisplay67f733e474e330001a88e477 ::placeholder {
  color: #000;
}
#formdisplay67f733e474e330001a88e477 span.label {
  display: contents;
}
#formdisplay67f733e474e330001a88e477 a#capchatxt {
  font-weight: 300;
  color: #000;
  margin-left: 2%;
}
#formdisplay67f733e474e330001a88e477 {
  background: transparent !important;
  color: #000 !important;
  width: 96%;
  margin: 0 auto;
}
#formdisplay67f733e474e330001a88e477 .form-control::placeholder {
  color: #000 !important;
}
#form67e6227c13e56f0013e7265d {
  padding: 0px !important;
}
span.glyphicon.glyphicon-ok-circle {
  display: none;
}
#formdisplay67f733e474e330001a88e477 .btn-success {
  background-image: linear-gradient(to bottom, #e91a20 0, #e91a20 100%);
  border-color: #e91a20;
  padding: 8px 25px;
  border-radius: 50px;
}
#formdisplay67f733e474e330001a88e477 .form-group.col-md-2.col-sm-12 {
    width: fit-content;
}
#formdisplay67f733e474e330001a88e477 .form-group.col-md-6.col-sm-12 {
    margin-bottom: 0px !important;
}
#form67f733e474e330001a88e477 
.btn-success:focus,
.btn-success:hover {
  background-color: #e91a20;
  border-color: #e91a20;
}
#cookie67f733e474e330001a88e477 {
    font-size: 16px;
    margin-top: -22px;
    text-align: left !important;
    padding: 0% 3%;
}
#background67f733e474e330001a88e477 {
    background: #ffffffde;
    padding: 5% 5% 1%;
    border-radius: 40px;
    margin: 10% 0%;
}
.CASS-D-head h3 {
    padding-left: 0px;
}
#form67f733e474e330001a88e477 {
    padding: 0px !important;
}
#btnview67f733e474e330001a88e477 {
    margin-left: 35%;
}
/* ฟอร์ม Style 2 */



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


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

h1 {
    font-size: 2.3em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 28px;
}
p {
    font-size: 16px;
}
body {
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}


.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #fc0102 !important;
  border-radius: 50px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #252aa8 !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: 16px;
}
.block-iconhead {
    background: #e6e6ee;
    display: grid;
    grid-template-columns: 20px auto;
    width: fit-content;
    border-radius: 50px;
    padding: 5px 15px;
    gap: 5px;
}
.flex-iconhead {
    display: flex;
    justify-content: flex-end;
}
.grid-footer {
    display: grid;
    grid-template-columns: 25% 25% 30% auto;
    gap: 20px;
    padding: 5% 0% 1%;
}
.copyright {
    text-align: center;
    margin-bottom: 5%;
}
.logofooter {
    width: 70%;
    margin-bottom: 5%;
}
.headfooter h3 {
    font-weight: 600;
    margin-bottom: 5%;
}
.footer-2 {
    white-space: break-spaces;
}
.block-icon-footer {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 10px;
}
.icon-footer-2 h5 {
    font-weight: 600;
}
.grid-qrcode-footer {
    display: flex;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
}
.block-iconsocial {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.iconsocial {
    width: 25%;
}
.iconsocial-t {
    align-self: center;
}
.head-tnpbox {
    margin-top: 5%;
    text-align: center;
    margin-bottom: 2%;
}
.head-tnpbox h2 {
    font-weight: 600;
}
.grid-icontnpbox {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
    margin-bottom: 5%;
}
.icontnpbox {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10%;
}
.icontnpbox-2 {
    text-align: center;
}
.block-icontnpbox {
    transition: 0.35s;
}
.block-icontnpbox:hover {
    transition: 0.35s;
    transform: translateY(-7px);
}
.block-icontnpbox:hover .icontnpbox {
    filter: grayscale(1);
    transition: 0.35s;
}
.empty-tnpbox {
    padding: 2%;
}
.bg-tnpbox {
    align-self: center;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.bg-tnpbox img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.bg-tnpbox img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.grid-tnpbox-one {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.grid-tnpbox-one-2 {
    align-self: center;
}
.content-tnpbox {
    white-space: break-spaces;
}
.grid-tnpbox-one-2 h1 {
    font-weight: 600;
    margin-bottom: 3%;
}
.grid-tnpbox-one-3.top {
    margin-top: -10%;
}
.tnpbox-service {
    text-align: center;
    padding: 6% 0%;
}
.tnpbox-service h1 {
    margin-bottom: 2%;
    font-weight: 600;
}
.grid-icontnpbox-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    width: 62%;
    margin: 0 auto;
    margin-top: 4%;
}
.btn-iconnext {
    display: grid;
    grid-template-columns: auto 20px;
    width: fit-content;
    gap: 14px;
    margin: 0 auto;
}
.pd-bg-product {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 2% 1%;
    font-weight: 500;
    color: #000;
}
.readmore {
    font-size: 16px;
}
.bg-product h4 {
    font-weight: 600;
}
.bg-product {
    margin-bottom: 10px;
}
.pd-bg-product.top {
    padding: 3% 1%;
}
.grid-one-tnpbox {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    padding: 7% 0% 0%;
}
.block-one-tnpbox-2 h2 {
    font-weight: 600;
}
.block-one-tnpbox-2 h1 {
    margin-bottom: 5%;
}
.block-one-tnpbox-2 {
    margin-top: 7%;
}
.grid-qrcode-one {
    display: grid;
    grid-template-columns: 150px auto;
    padding-top: 7%;
    gap: 30px;
}
.block-qrcode-one-2 {
    align-self: center;
}
.lineid {
    color: #252aa8;
    border-radius: 10px;
    border: 3px solid;
    width: fit-content;
    padding: 0px 20px;
    margin-top: 4%;
}
.qrcode-one {
    background: #e6e6ee;
    padding: 10px;
    border-radius: 20px;
}
.qrcode-one img {
    border-radius: 15px;
}
.itopplus-bg2 {
    background-size: cover;
    background-position: right;
}
.grid-iconcontact {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.block-iconcontact {
    display: flex;
    gap: 10px;
    background: #eee;
    border-radius: 50px;
    padding: 10px;
}
.iconcontact {
    width: 14%;
}
.iconcontact-2 {
    align-self: center;
}
#iframe67f642e168a4f4001ad90e67 iframe {
    border-radius: 20px;
}
.logoabout {
    width: 35%;
    margin-bottom: 3%;
}
.iconnext {
    align-self: center;
}
.iconhead-t {
    align-self: center;
}
.name-new {
    white-space: break-spaces;
}




#tableA {
  width: 100%;
  background: #fff;
}
#tableA th {
  background-color: #e91a20;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
#tableA td {
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

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


.CASS-A-top {
  height: auto;
  border-top: solid 0px #d4d4d4;
}
.CASS-A-bottom {
  height: auto;
  border-bottom: solid 0px #d4d4d4;
}
.CASS-A-middle-mid {
  position: relative;
  padding: 0px;
}
.CASS-A-middle-right {
  border-right: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
  border-left: solid 0px #d4d4d4;
}
.CASS-A-main {
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
}


@media screen and (min-width: 1900px) {
h1 {
    font-size: 2.3em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
}
.dropdown-menu > li > a {
    font-size: 19px;
}
.block-iconhead {
    grid-template-columns: 30px auto;
}
.grid-qrcode-one {
    grid-template-columns: 185px auto;
}
.icontnpbox {
    width: 70%;
    margin-bottom: 15%;
}
.readmore {
    font-size: 20px;
}
.btn-iconnext {
    grid-template-columns: auto 25px;
}
.infor-more {
    font-size: 1.6em;
}
#formdisplay67f62e2f68a4f4001ad90b6e .form-control,
#formdisplay67f733e474e330001a88e477 .form-control {
    font-size: 19px;
}
#cookie67f62e2f68a4f4001ad90b6e,
#cookie67f733e474e330001a88e477 {
    font-size: 19px;
    padding: 0% 1%;
}
#formdisplay67f62e2f68a4f4001ad90b6e .btn-default,
#formdisplay67f733e474e330001a88e477 .btn-default {
    font-size: 19px;
}
#btnview67f62e2f68a4f4001ad90b6e,
#btnview67f733e474e330001a88e477  {
    margin-left: 38%;
}
#formdisplay67f62e2f68a4f4001ad90b6e .btn-success,
#formdisplay67f733e474e330001a88e477 .btn-success {
    font-size: 18px !important;
}
.copyright {
    margin-bottom: 3%;
}
.grid-qrcode-footer {
    width: 75%;
}
.iconsocial {
    width: 20%;
}
.name-new {
    height: 85px;
}
.ITPcookiebar {
    font-size: 16px !important;
}  
.buttonExampleSite {
    font-size: 16px !important;
}
.Contentmanager p {
    font-size: 20px;
}
ul.icon-a {
    font-size: 20px;
}
.iconcontact {
    width: 12%;
}
.no-js #Component67f636dec8f86a001a26b292 .form-control {
    padding: 30px 15px;
    font-size: 19px !important;
}
.no-js #Component67f636dec8f86a001a26b292 .btn {
    font-size: 19px;
}
}



@media screen and (max-width: 1191px) {
h1 {
    font-size: 2em;
}
h2 {
    font-size: 2.5em;
}
.content-tnpbox {
    white-space: inherit;
}
.name-new {
    white-space: inherit;
    height: 90px;
}
.section-info span {
    font-size: 1em;
}
.infor-more {
    font-size: 1em;
}
#btnview67f62e2f68a4f4001ad90b6e {
    margin-left: 30%;
}
.navbar-default .navbar-nav > li > a {
    margin: 0 10px;
    padding: 8px 10px;
}  
}




@media screen and (max-width: 900px) {
article.col-md-6.item.-micro {
    width: 50%;
} 
.grid-icontnpbox-service {
    gap: 70px;
    width: 70%;
}
.itopplus-bg4 {
    background-size: cover;
    background-position: center;
}  
.grid-footer {
    grid-template-columns: repeat(3, 1fr);
}
.blockfooter-4 {
    display: none;
}
.iconsocial {
    width: 15%;
}
.table-responsive {
    border: 0px solid #ddd !important;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 33.3%;
}
.grid-iconcontact {
    grid-template-columns: repeat(1, 1fr);
}
.iconcontact {
    width: 10%;
}
}




@media screen and (max-width: 480px) {
#imagesControl67f5e8df8c3f71001aaf2aef {
    padding: 0px !important;
}
.grid-one-tnpbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 7% 0% 7%;
}
.grid-tnpbox-one {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.grid-tnpbox-one-3.top {
    margin-top: 10%;
}  
.grid-tnpbox-one-2 {
    padding: 5% 0%;
} 
.grid-icontnpbox-service {
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding: 5% 0%;
}
.icontnpbox {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10%;
}
.grid-footer {
    grid-template-columns: repeat(1, 1fr);
}
.logofooter {
    width: 55%;
    margin-bottom: 5%;
}
.grid-footer {
    padding: 10% 0%;
}
.grid-qrcode-one {
    grid-template-columns: 100px auto;
    gap: 20px;
}
.qrcode-one img {
    border-radius: 10px;
}
.qrcode-one {
    padding: 5px;
    border-radius: 10px;
}
.grid-icontnpbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 10%;
    margin-top: 10%;
}
.CASS-D-middle-mid {
    padding: 0px !important;
}  
#btnview67f62e2f68a4f4001ad90b6e,
#btnview67f733e474e330001a88e477 {
    margin-left: 23%;
}
.section-info {
    font-size: 2.4em;
}
#background67f62e2f68a4f4001ad90b6e,
#background67f733e474e330001a88e477 {
    padding: 5% 5% 1%;
    border-radius: 20px;
    margin: 5% 0%;
}
#background67f617e340a7ad001a4d4d9b .thumbs,
#background67f6184cc8f86a001a26aaa4 .thumbs {
    margin-bottom: 10px;
}
#background67f6184cc8f86a001a26aaa4 {
    margin-top: -20px;
}
#imagesControl67f617e740a7ad001a4d4da0,
#imagesControl67f617f840a7ad001a4d4dac,
#imagesControl67f6184fc8f86a001a26aaa9,
#imagesControl67f61862c8f86a001a26aab2 {
    padding: 0px !important;
}
#imagesControl67f617f840a7ad001a4d4dac {
    padding: 0px !important;
}  
.head-tnpbox {
    margin-top: 10%;
    margin-bottom: 2%;
}
.logoabout {
    width: 56%;
    margin-bottom: 8%;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 50%;
} 
.Contentmanager .col-md-12.text-justify {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.page-header {
    margin: 0px 0 0px;
}
.iconcontact {
    width: 13%;
}
.iconsocial {
    width: 13%;
}
.name-new {
    height: 115px;
}  
#imagesControl68343b7585c642001a5503fe {
    padding: 0px !important;
}
}




