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

.unknown { position: fixed; bottom: 8% !important; } .unknown_prf .btn-main, .unknown_prf:hover .btn-main { margin-bottom: 0 !important; } span#tooltip-main-toggle { visibility: hidden; }



.no-js a {
  color: #1c2833;
  transition: 0.35s;
}
.no-js a:hover {
  color: #68000b;
}
.itopplus-footer {
  color: #fff;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #fff;
}




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


.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_09082024v553/0/0/1z-z1359492949030.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.itopplus-footer {
  background: linear-gradient(to right, #470505 0, #68000b 100%);
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #1c2833;
  margin: 0;
  padding: 8px 20px;
  border-radius: 0;
}
.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: #1c2833;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}
.no-js .dropdown-menu > li > a {
  color: #1c2833;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #1c2833;
  background: transparent;
}



@media screen and (max-width: 1023px) {
#controlBanner img {
    position: fixed !important;
    top: 10px;
    left: 10px;
    width: 45px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar div {
    background: #fff !important;
}
#ItopplusMainSidebar *:not(a span) {
    color: #1c2833 !important;
    border: none;
}
#nav-menu span.icon-bar {
    background: #1c2833 !important;
}
.navbar-header a::before {
    background-size: 30px;
    background-position: center;
}
.navbar-header a::after {
    background: #1c2833;
}
#itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
}
#itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
}
.old-image-icon-facebook::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
}
.old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
}
.old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
}
.old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
}
.new-image-icon-twitter::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
}
}



@media screen and (min-width: 1024px) {
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #fff;
    transition: 0.3s;
}
.itopplus-sticky {
    background: #fff !important;
}
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 10% auto;
    align-items: center;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
}
#controlBanner {
    object-fit: contain;
    padding: 0;
    width: clamp(140px, 100%, 20vw);
    margin: 0;
}
.itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
    content: "|";
    display: grid;
    place-content: center;
    color: #1c2833;
}
#itopplus-nav-bar > li {
    display: -webkit-inline-box;
}
.no-js .itopplus-banner {
    box-shadow: 1px 1px 8px 1px #00000021;
}
}



@media screen and (min-width: 1200px) {
.container {
    width: 90vw;
}
}





/* oscar*/
figure.effect-oscar {
    background: transparent;
}
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 */


/*contenemanager*/
.managerHeader {
    text-align: center;
    font-size: 2em;
    margin-top: 5% !important;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 30px;
    border-bottom: 0px solid transparent;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 6% 0% 0%;
    color: #4d4d4d;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: none;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px 10px;
}
.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 .site .col-section .item.-micro:hover .btnnext {
    text-decoration: underline;
    transition: 0.35s;
}
#Contentmanager img.img-responsive {
    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: 0px;
}
.social-share {
    display: none;
}
#background68dc91acbd01e50013493897 article.col-md-6.item.-micro {
    width: 33.3%;
}
#background68dc91acbd01e50013493897 .Contentmanager .site .col-section .item.-micro a .caption .time,
#background68dc94a4a69d160013633ad8 .Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
    color: #828282;
}
#background68dc91acbd01e50013493897 .btnnext,
#background68dc94a4a69d160013633ad8 .btnnext {
    margin: 0 auto;
}
#background68dc91acbd01e50013493897 .Contentmanager .site .col-section .item.-micro a .caption .title,
#background68dc94a4a69d160013633ad8 .Contentmanager .site .col-section .item.-micro a .caption .title {
    min-height: 75px;
}
#background68dcb46230232e001303fc68 .Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid;
    border-image: linear-gradient(to right, #fbfbfd, #68000b, #fbfbfd) 2;
    border-image-source: linear-gradient(305deg, #fbfbfd, #68000b, #fbfbfd);
}
#background68dcb46230232e001303fc68 .Contentmanager .site .col-section .item.-micro a .image:hover  {
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid;
    border-image: linear-gradient(to right, #fbfbfd, #68000b, #fbfbfd) 2;
    border-image-source: linear-gradient(05deg, #fbfbfd, #68000b, #fbfbfd);
}
#background68dcb46230232e001303fc68 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    padding: 7% 10% 10%;
}
/*contenemanager*/





/*from Contact*/
.no-js #Component68dc99d741641e001350ed94 label {
  display: none !important;
  color: #4d4d4d;
}
.no-js #Component68dc99d741641e001350ed94 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component68dc99d741641e001350ed94 .form-control {
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #3333;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 28px 18px;
  background: #f9f9f99e;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.no-js #Component68dc99d741641e001350ed94 .form-control:focus {
  border-bottom: 1px solid #68000b !important;
  border: 1px solid #68000b;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
}
.no-js #Component68dc99d741641e001350ed94 .btn {
  background: #68000b;
  color: #fff;
  text-shadow: 0 0px 0 #00000000;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 0px;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component68dc99d741641e001350ed94 .btn-default:active {
  background: #fff;
  color: #68000b;
}
.no-js #Component68dc99d741641e001350ed94 .btn-default:hover,
.no-js #Component68dc99d741641e001350ed94 .btn-default:focus {
  background-position: 0 0px;
  background: #000510;
  border: 0px solid transparent;
  color: #fff;
}
.no-js #Component68dc99d741641e001350ed94 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component68dc99d741641e001350ed94 span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component68dc99d741641e001350ed94 ::placeholder {
  color: #4d4d4d !important;
}
/*from Contact*/




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

h1 {
    font-size: 2em;
}
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;
}


.head-cvddiamondthailand {
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    padding: 5% 0% 3%;
    color: #68000b;
}
.grid-icon-product {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.icon-product-2 {
    text-align: center;
}
.icon-product {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20%;
}
.block-icon-product {
    background: linear-gradient(to right, rgba(249,250,252,1) 0%,rgba(243,243,243,1) 100%);
    padding: 20% 0%;
}
.no-js .block-icon-product-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0px;
    padding: 1px;
    background: linear-gradient(120deg, #f9fafc, #68000b, #f9fafc);
    -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: 0.35s;
}
.no-js .block-icon-product-border:hover::before {
    background: linear-gradient(20deg, #f9fafc, #68000b, #f9fafc);
    transition: 0.35s;
}
.block-icon-product-border {
    position: relative;
    transition: 0.35s;
}
.content-cvddiamondthailand {
    white-space: break-spaces;
}
.bg-grid-2 {
    background: rgb(255 255 255 / 80%);
    text-align: center;
    padding: 10% 0%;
    margin-top: 15%;
    position: relative;
    box-shadow: 3px 15px 30px 5px #68000b;
}
.bg-grid-2 h2 {
    color: #68000b;
}
.bg-grid-2 h4 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    padding: 1% 0% 3%;
}
.bg-grid-2::before {
    content: "";
    background: #919191;
    width: 1px;
    height: 120px;
    position: absolute;
    top: -55px;
}
.bg-grid-2::after {
    content: "";
    background: #919191;
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: -55px;
}
.grid-bgring {
    display: flex;
    justify-content: flex-end;
    margin-top: 3%;
}
.bgring {
    width: 35%;
}
.empty-cvddiamondthailand {
    padding: 2%;
}
.block-bg {
    align-self: center;
    display: block;
    overflow: hidden;
}
.block-bg img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.block-bg img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.grid-ourservice {
    display: grid;
    grid-template-columns: 65% auto;
    gap: 15px;
    margin-bottom: 3%;
}
.grid-ourservice-2 {
    margin-top: 30%;
}
.grid-ourservice-3 h2 {
    white-space: break-spaces;
    font-family: "Tenor Sans", sans-serif;
    color: #68000b;
    margin-bottom: 8%;
}
.grid-ourservice-3 {
    padding: 0% 5%;
    align-self: center;
    margin-top: 30%;
}
.btnnext {
    display: grid;
    grid-template-columns: auto 22px;
    width: fit-content;
    gap: 10px;
}
.btn-next-2 {
    align-self: center;
}
.grid-ourservice-3 .btnnext {
    margin-top: 15%;
}
.btnnext {
    transition: 0.35s;
}
.btnnext:hover {
    text-decoration: underline;
    transition: 0.35s;
}
.copyright {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    margin-bottom: 5%;
}
.grid-footer {
    display: grid;
    grid-template-columns: 45% 25% auto;
    padding: 3% 0%;
}
.grid-iconfooter {
    display: flex;
    gap: 10px;
    width: 27%;
    margin-top: 7%;
}
.head-footer h4 {
    font-weight: 200;
}
.footer-2 {
    white-space: break-spaces;
    line-height: 2;
}
.contact-footer {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 30px;
}
.block-icontel {
    display: grid;
    grid-template-columns: 55px auto;
    gap: 14px;
}
.contact-footer-2 {
    align-self: center;
}
.icontel-2 {
    align-self: center;
    font-weight: 300;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #68000b !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
    background: #fff !important;
   color: #68000b !important;
}
.pdpa-text.pdpamg1 {
  padding: 6% 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;
}
.comingsoon {
    padding: 8%;
}
.grid-contact-2 {
    align-self: center;
    width: fit-content;
}
.grid-contact {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 20px;
}
.block-iconcontact {
    display: grid;
    grid-template-columns: 45px auto;
    gap: 10px;
    margin-bottom: 5px;
}
.iconcontact-2 {
    align-self: center;
    font-weight: 300;
}
.grid-iconcontact {
    display: grid;
    gap: 2px;
}
.grid-contact-3 {
    align-self: end;
}
.bg-about {
    text-align: center;
    position: relative;
    padding-top: 7%;
    margin-top: -3%;
}
.bg-about h2 {
    color: #68000b;
}
.bg-about h4 {
    font-weight: 300;
    padding: 2% 0%;
}
.bg-about::before {
    content: "";
    background: #919191;
    width: 1px;
    height: 65px;
    position: absolute;
    top: 0;
}
.grid-about {
    display: grid;
    grid-template-columns: 25% auto 25%;
    gap: 30px;
    margin-top: 6%;
    margin-bottom: 3%;
}
.block-about-2 {
    align-self: center;
}
.itopplus-pos2 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_09082024v553/0/0/bg4z-z1670876556253.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.grid-service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 3%;
}
.grid-service .grid-ourservice-3 h2 {
    margin-bottom: 3%;
}
.grid-service h4 {
    margin-bottom: 5%;
}
.grid-service-3 h2 {
    white-space: break-spaces;
    font-family: "Tenor Sans", sans-serif;
    color: #68000b;
}
.grid-service-3 {
    align-self: center;
}
.grid-service-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}
.block-bg.top {
    margin-top: 32%;
}
.block-bg.bottom {
    margin-top: -40%;
}
.contact-product {
    background: rgb(255 255 255 / 60%);
    text-align: center;
    padding: 5% 0% 3%;
    margin-top: 3%;
    margin-bottom: 6%;
    box-shadow: 3px 15px 30px 5px #68000b;
    position: relative;
}

.contact-product h4 {
    white-space: break-spaces;
}
.contact-product h6 {
    margin-bottom: 1%;
}
.contact-product::before {
    content: "";
    background: #919191;
    width: 1px;
    height: 80px;
    position: absolute;
    top: -40px;
}
.grid-contact-product {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: fit-content;
    margin: 0 auto;
    margin-top: 3%;
    gap: 40px;
}
.iconcontact {
    align-self: center;
}
.Textmanager.font-inherit {
    display: flow-root;
    text-align: left;
}
.grid-product {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.grid-product-3 {
    align-self: center;
    padding-right: 10%;
}
.block-product h1 {
    color: #68000b;
}
.block-product h5 {
    margin-bottom: 4%;
}
ul ::marker {
    color: #68000b;
}
.grid-ourservice-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}


@media screen and (min-width: 1900px) {
h1 {
    font-size: 2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 32px;
}
h6 {
    font-size: 38px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
} 
.icon-product {
    width: 35%;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
}
.grid-iconfooter {
    width: 25%;
}
.contact-footer {
    grid-template-columns: 30% auto;
}
.block-icontel {
    grid-template-columns: 65px auto;
}
.copyright {
    font-size: 16px;
    margin-bottom: 3%;
}
.ITPcookiebar {
    font-size: 16px !important;
}
.buttonExampleSite {
    font-size: 16px !important;
}
.navbar-default .navbar-nav > li > a {
    padding: 8px 25px;
}
.Contentmanager p {
    font-size: 20px;
}
ul.icon-a {
    font-size: 20px;
}
#background68dcb46230232e001303fc68 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
}
.block-iconcontact {
    grid-template-columns: 55px auto;
}
#background68dc91acbd01e50013493897 .Contentmanager .site .col-section .item.-micro a .caption .title, 
#background68dc94a4a69d160013633ad8 .Contentmanager .site .col-section .item.-micro a .caption .title {
    min-height: 85px;
}
.no-js #Component68dc99d741641e001350ed94 .form-control {
    padding: 32px 18px;
    font-size: 19px !important;
}
.no-js #Component68dc99d741641e001350ed94 .btn {
    font-size: 19px;
}
}



@media screen and (max-width: 1191px) {
h2 {
    font-size: 2.5em;
}  
.content-cvddiamondthailand {
    white-space: inherit;
}
.grid-iconfooter {
    gap: 5px;
    width: 35%;
    margin-top: 5%;
}
.grid-footer {
    grid-template-columns: 40% 25% auto;
}
#controlBanner {
    width: clamp(100px, 100%, 20vw);
}
.grid-contact-product {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.no-js #Component68dc99d741641e001350ed94 .form-control {
    padding: 25px 18px;
}
}



@media screen and (max-width: 900px) {
.copyright {
    text-align: center;
}
#controlBanner img {
    position: fixed !important;
    top: 0px;
    left: 10px;
    width: 50px !important;
    z-index: 10000;
}  
.bg-about {
    padding-top: 10%;
}
.contact-product::before {
    width: 1px;
    height: 55px;
    position: absolute;
    top: -30px;
}
.itopplus-pos2 {
    background-position: bottom;
}
.grid-product {
    gap: 25px;
}
.grid-product-3 {
    padding-right: 0%;
}
.managerHeader {
    font-size: 1.8em;
    padding: 0% 10%;
}
.Textmanager.font-inherit {
    display: inherit;
}
.grid-iconcontact .block-iconcontact {
    grid-template-columns: 40px auto;
}
.grid-contact {
    grid-template-columns: 65% auto;
}
.no-js #Component68dc99d741641e001350ed94 .form-control {
    padding: 26px 18px;
}
}




@media screen and (max-width: 480px) {
h2 {
    font-size: 2em;
}
#imagesControl68d4f3f6c1b0ba00123275cc {
    padding: 0px !important;
}
.grid-icon-product {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.grid-icon-product a {
    width: 46.5%;
}
.bg-grid-2 {
    padding: 25% 10%;
    margin-top: 30%;
}
.grid-ourservice {
    grid-template-columns: repeat(1, 1fr);
}
.grid-ourservice-3 {
    margin-top: 10%;
    padding: 0% 0%;
}
.grid-ourservice-3 h2 {
    white-space: inherit;
}
#background68dc91acbd01e50013493897 article.col-md-6.item.-micro {
    width: 100%;
}
#background68dc91acbd01e50013493897 .Contentmanager .site .col-section .item.-micro a .caption .title, 
#background68dc94a4a69d160013633ad8 .Contentmanager .site .col-section .item.-micro a .caption .title {
    min-height: auto;
    margin-bottom: 10%;
}
.bg-about {
    padding-top: 25%;
}
.grid-about {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.block-about-3.mobile {
    display: none;
}
article.col-md-6.item.-micro {
    width: 50%;
}  
.contact-product {
    padding: 15% 10% 5%;
    margin-top: 3%;
    margin-bottom: 6%;
}
.contact-product h6 {
    font-size: 20px;
}
.contact-product h4 {
    font-size: 18px;
    margin-top: 3%;
}
.grid-contact-product {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 10%;
}
.grid-service {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 5%;
    margin-bottom: 3%;
}
.grid-service-3 {
    margin-top: 5%;
}
#background68dc94a4a69d160013633ad8 article.col-md-6.item.-micro {
    width: 100%;
}  
.Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
}  
.grid-contact {
    grid-template-columns: 100%;
}  
.qrcode-contact {
    width: 35%;
}  
.grid-product {
    grid-template-columns: repeat(1, 1fr);
}  
.head-cvddiamondthailand {
    padding: 10% 0% 3%;
}
.page-header {
    margin: 0px 0 0px;
}
.managerHeader {
    font-size: 1.8em;
    padding: 10% 0% 0%;
}
}



filter: brightness(0) saturate(100%) invert(16%) sepia(34%) saturate(4855%) hue-rotate(334deg) brightness(73%) contrast(120%);

