<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.itopplus-background {

}

/*body,
html {
    overflow-x: hidden;
}*/
a {
    color: #333333;
}
a:hover {
    color: #056a24;
}

/************Menu***************/
#main-navbar-collapse {
    text-align: right;
}

.itopplus-menu {
    margin-top: 2%;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #333333;
    margin: 0 8px;
    padding: 5px 9px;
    font-size: 18px;
}
.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav&gt;li&gt;a:focus,
.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:active {
    color: #333333 !important;
    box-shadow: none;
    border-radius: 30px;
    background: transparent;
    background-color: transparent;
}
.dropdown-menu&gt;li&gt;a {
    color: #333333;
    font-size: 18px;
}
.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
    color: #333333;
    background: #f0eadd;
    background-image: linear-gradient(to bottom,#f0eadd 0,#f0eadd 100%);
}

/********Only Sidebar*********/
@media screen and (max-width : 992px) {
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#controlMenu,
#controlMenu i,
#controlMenu li a {
    color: #fff !important;
}

.navbar-default {
    background: #0fa107;
}

}

@media screen and (min-width : 1024px) {
.navbar-default {
    background: transparent;
}
}


.shopcart {
    width: 55px !important;
    height: 55px !important;
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_03002023iry3/30/0/shopz-z764599910686.webp);
    background-color: #ffcc00;
    background-position: 50% 50%;
    cursor: pointer;
    border-radius: 888px;
    -moz-border-radius: 888px;
    -webkit-border-radius: 888px;
    top: 1%;
    right: 3%;
    display: none !important;
}

/*footer*/
.itopplus-footer a {
    color: #fff;
} 
.itopplus-footer a:hover {
    color: #ffcc00;
} 
.itopplus-footer {
    font-size: 16px;
}
.itopplus-footer h4 {
    font-size: 18px;
    margin: 0 0 15px;
}
.icon-img img {
    width: 35px;
    padding-right: 8px;
    transition: 0.5s;
}
.icon-img img:hover {
   transform: scale(1.1);
}
.padding-footer {
    padding: 0 5%;
}
.copy-right {
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    text-align: right;
    padding: 0 0 7%;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #056a24 !important;
    color: #056a24 !important;
}
.buttonExampleSite:hover {
    background: #056a24 !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 24px !important;
    color: #056a24;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 18px !important;
}
.itpPDPALandingPage {
    padding: 4% 0;
}
/*footer*/


/*home*/
.text-about {
    font-size: 18px;
    padding: 5%;
}
.text-about h4 {
    font-size: 22px;
    color: #0fa107;
    display: contents;
    margin: 0;
}
.btn-more {
    font-size: 16px;
    background-color: #0fa107;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-more:hover {
    background-color: #ffcc00;
    color: #fff;
}
.text-menu {
    font-size: 44px;
    color: #056a24;
    font-weight: bold;
    text-align: center;
    padding: 4% 0 0;
}
.icon-product {
    font-size: 24px;
    text-align: center;
    padding: 0% 1% 3% !important;
    white-space: pre-line;
    transition: 0.5s;
}
.icon-product:hover {
    filter: brightness(0.5);
    transform: translateY(-10px);
}
.icon-product img {
    width: 50% !important;
    display: block;
    margin: 0 auto 8%;
}
.display-contact {
    display: flex;
    margin: 2% auto 0;
    align-items: center;
    justify-content: center;
}
.display2-contact {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.bg-tel {
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    background-color: #ffcc00;
    color: #056a24;
    font-weight: bold;
    text-shadow: 2px 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    text-align: center;
    border-radius: 50px;
    padding: 5px 10px;
    border: 4px solid #33d233;
    margin: 5px 5px 20px;
}
.bg-line {
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    background-color: #33d233;
    color: #056a24;
    font-weight: bold;
    text-shadow: 2px 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    text-align: center;
    border-radius: 50px;
    padding: 5px 10px;
    border: 4px solid #ffcc00;
    margin: 5px 5px 20px;
}
.bg-tel a , .bg-line a{
    color: #056a24;
}
.bg-tel img , .bg-line img {
    width: 45px;
    margin-right: 5px;
}
.contact-map {
    font-size: 26px;
    color: #919191;
    padding: 5% 0 0;
}
.contact-map h3 {
    font-size: 32px;
    color: #4d4d4d;
    margin: 15px 0 30px;
    font-weight: 400;
}
.contact-map h3 img {
    width: 25px;
    margin-top: -17px;
}
.CASS-D-border {
    box-shadow: 0px 10px 20px rgba(102,102,102,22%);
    border-radius: 20px;
    margin: 8% 0;
}
/*home*/



/*บทความ*/
.col-section {
    padding: 0 15px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 5% 0;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #056a24;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: none;
}
article.col-md-6.item.-micro {
    width: 33.33%;
}
.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: 15px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
      width: 100%;
      background: transparent;
      padding-left: 0;
      margin-bottom: 10px;
}
.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 , .Contenemanager-gallery .col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 15px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 15px;
      transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
      transition: 0.3s;
}
.contenemanager-gallery .thumbnail:hover {
      transition: 0.3s;
}
.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: 0px;
      transform: scale(1.0) !important;
}
.contenemanager-gallery .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: 0 0 0 rgb(0 0 0 / 8%);
    border-radius: 0px;
    transform: scale(1.0) !important;
}
#Contentmanager img.img-responsive {
    border-radius: 0px;
    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 #ebd2c2;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}
h3.managerHeader {
    font-size: 40px;
    color: #056a24;
    font-weight: 600;
    padding: 4% 0 0;
}
.page-header {
    border-bottom: 0px solid #eee;
}
.social-icon {
    border-radius: 5px;
    margin-top: -3px;
}
.Textmanager.font-inherit {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
}
.Textmanager.font-inherit h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 5px;
}
#Contentmanager .post-time {
    font-size: 16px;
    color: #666;
}
.landingpagemanager {
    display: none;
}
.paading-article {
    padding: 3%;
}
/*บทความ*/


/*วิธีการสั่งซื้อและการชำระเงิน*/
.payment1 {
    font-size: 24px;
    font-weight: 600;
}
.bg-pay {
    font-size: 38px;
    background-color: #00cc00;
    color: #fff;
    text-align: center;
    height: 100px;
    padding: 5% 0 0;
}
.bg2-pay {
    font-size: 38px;
    background-color: #3c5a99;
    color: white;
    text-align: center;
    height: 100px;
    padding: 5% 0 0;
}
.hvr-grow {
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.2;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,10%);
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    transform: scale(1.03);
}
.padpay1 {
    padding: 2%;
}
.padpay2 {
    padding: 5% 2%;
}
.MainBankClass1 {
    height: 300px;
}
.boarder-confirm-payment {
    border: none !important;
    background-color: rgba(255,255,255,0.0);
    padding: 3% 0;
}
.boarder-confirm-payment label.col-xs-12.col-sm-3.col-md-3.control-label {
    font-size: 16px;
    font-weight: 400;
}
.boarder-confirm-payment span.label {
    font-size: 14px;
    font-weight: 400;
}
/*form payment*/
.input-group-addon {
    color: #fff;
    background-color: #056a24;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.no-js .confirm-payment .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.no-js .confirm-payment .btn-default {
    background-image: -webkit-linear-gradient(top,#111f39 0,#111f39 100%);
    background-image: -o-linear-gradient(top,#111f39 0,#111f39 100%);
    background: linear-gradient(to right,#056a24 0,#056a24 25%,#056a24 50%,#056a24 75%,#056a24 100%);
    color: #fff;
    text-shadow: 0 0px 0 #056a24;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
    border: 0px solid transparent;
    width: auto;
}
.no-js .confirm-payment .btn-default:active {
   background-color: #056a24;
}
.no-js .confirm-payment .btn-default:hover,
.no-js .confirm-payment .btn-default:focus {
    background-position: 0 0px;
    background-color: #056a24;
}
.policy-des {
    font-size: 18px;
    padding: 1% 0 5%;
}
.policy-des h3 {
    font-size: 26px;
    color: #056a24;
    font-weight: 600;
}
/*วิธีการสั่งซื้อและการชำระเงิน*/


/*product*/
.ul-product {
    font-weight: 400;
    text-align: left;
    list-style: none;
    padding: 0%;
    margin: 0 auto;
}
.ul-product li {
    display: flex;
}
.ul-product li::before {
    content: '✤';
    padding-right: 1%;
    color: #056a24;
    font-size: 18px;
    font-weight: 600;
}
.Template-B-frame {
    background-color: transparent;
    padding: 10px 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0%;
    transition: 0.5s;
}
.Template-B-frame:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.Template-B-pic {
    background-color: #fff;
    border: solid 0px #dadada;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
    height: inherit !important;
}
.Template-B-Name {
    color: #333333;
    font-size: 18px;
    height: 100px;
    overflow: hidden;
    font-weight: 400;
    margin-top: 3%;
    line-height: normal;
}
.Template-B-Name label {
    font-weight: 400;
}
.Template-B-Title {
    font-size: 18px;
    height: 20px;
    overflow: hidden;
    color: #333333;
    font-weight: 400;
    text-align: center;
}
.Template-B-Title label {
    font-weight: 400;
}
.Template-B-Price {
    color: #056a24;
    font-weight: 700;
    height: inherit;
    font-size: 24px;
    padding-bottom: 2%;
    text-transform: uppercase;
}
.Template-B-Price label {
    font-weight: 600;
    color: #056a24 !important;
    font-size: 24px;
}
.Template-B-PriceNormal {
    font-size: 32px !important;
    color: #056a24;
    font-weight: 600;
}
.Template-B-PricePromotion {
    color: #056a24;
    font-size: 32px !important;
    font-weight: 600 !important;
}
.promotionPrice {
    color: #056a24;
    font-weight: 600;
    font-size: 24px;
}
span.currencyNormalPage {
    font-size: 24px;
}
.normalPrice {
    color: #056a24;
    font-weight: 600;
    font-size: 24px !important;
}
.priceNoPromotion {
    font-weight: 600;
}
.Template-B-innerPic {
    transition: 0.5s;
}
.Template-B-innerPic:hover {
    transform: scale(0.9);
}
.Template-B-button {
    background: #056a24;
    color: #fff;
    border: 0px solid #95d2e9;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding: 9px 0 9px 0;
}
.Template-B-button:hover {
    background-color: #056a24;
    color: white;
}
.Template-B-button, .Template-B-button:hover {
    width: 40%;
}
.Template-B-Icon {
    width: 25%;
    padding: 0 10px 0px 0;
    margin-top: -7px;
}
.shopcart-Cate {
    margin: 5% auto 0;
}
.Template-B-CateName {
    color: #000;
    font-size: 30px;
    font-weight: 600 !important;
}
.Template-B-ProName {
    color: #056a24;
    font-size: 30px;
    font-weight: 600 !important;
}
.col-xs-12.col-md-6 {
    font-family: Prompt,sans-serif !important;
}
.shopcartID-Head-Default , .shopcartName-Head-Default {
    font-size: 22px;
    color: #000;
    border-bottom: solid 0px #e7e7e7;
    padding: 10px 0 10px 0;
}
.shopcartID-Default , .shopcartName-Default {
    font-size: 22px;
    border-bottom: solid 0px #e7e7e7;
    padding: 10px 0 10px 0;
    color: #056a24;
    font-weight: 600;
}
.Template-B-Big {
    width: 100%;
    overflow: hidden;
    border: solid 0px #505050;
    border-radius: 0px;
}
.Template-B-smallpic {
    width: 32%;
    height: inherit !important;
    overflow: hidden;
    border: solid 0px #505050;
    margin: 4% 3% 3% 0 !important;
    padding: 0;
    border-radius: 0px;
}
.PictureOverflow {
    width: 100%;
    max-height: inherit !important;
}
.col-md-12.shopcartSize-Default.shopcartSize label {
    font-weight: 400;
    font-size: 18px !important;
}
.shopcartlinePrice-Default .col-md-5 {
    width: 100%;
}
.shopcartlinePrice-Default {
    border-bottom: solid 0px;
    display: none;
}
.Template-B-Quantity , .Template-B-Item {
    color: #000;
    font-size: 17px !important;
    font-weight: 400;
      display: none !important;
}
.ITPquantityDetail , .ITPquantityWord {
    display: none;
}
.Template-B-buttonDetail , .Template-B-buttonDetail:hover {
    width: 25%;
}
.Template-B-buttonDetail {
    margin: 5px 0 0 120px;
    background: #056a24;
    color: #fff;
    border: 0px solid #0b4da3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 400;
    padding: 10px 0 10px 0 !important;
    font-size: 18px;
    display: none;
}
.Template-B-buttonDetail:hover {
    background-color: #056a24;
    color: white;
}
.Template-B-button:hover img.Template-B-Icon , .Template-B-buttonDetail:hover img.Template-B-Icon {
    filter: brightness(0) invert(1);
}
.shopcartDetail-Default {
    font-size: 24px;
    font-family: Prompt,sans-serif;
    color: #056a24;
    font-weight: 600;
    width: 100% !important;
    padding: 0 !important;
}
.shopcart-Detail-Detail {
    font-size: 18px;
    text-align: left;
}
.shopcart-Detail-Detail h3 {
    font-size: 24px;
    color: #056a24;
    margin: 20px 0 5px;
    font-weight: 600;
}
.shopcart-Detail-Detail h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #056a24;
}
.shopcart-Detail-Detail p {
    margin: 0 0 3px;
}
.shopcartRelated-Default.shopcartRelated {
    font-size: 20px;
    font-weight: 600;
}
.Shopcart-Related-Main {
    display: none;
}
.Shopcart-Related-Main .Template-B-Price {
    display: none;
}
.ui.steps .step .title {
    font-size: 13px;
    font-family: Prompt,sans-serif;
    font-weight: 500;
}
.ui.steps .step.active .title {
    color: #000;
}
.step1checkout {
    background-color: #056a24;
    border: 5px solid #056a24;
}
.Headcheckout {
    color: #056a24;
}
.btnCheckoutprevious {
    background-color: #056a24;
}
.step5checkout {
    background-color: #056a24;
    border: 7px solid #056a24;
}
.shopcart-paymentpage {
    background-color: #056a24;
}
.button-attribute {
    border: 1px solid #056a24 !important;
    background: #fff !important;
    color: #056a24 !important;
    font-size: 15px !important;
}
.button-attribute-selected {
    border: 1px solid #056a24 !important;
    background: #056a24 !important;
    font-size: 15px !important;
    color: white !important;
}
.button-attribute:hover {
    color: #056a24 !important;
    border: 1px solid #056a24 !important;
    font-size: 15px !important;
}
#scrolltoshop {
    font-size: 15px;
}
#scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
    width: 6%;
}
#scrolltoshop .col-xs-9.col-sm-9.col-md-10 {
    padding: 1.5% 0 0 0 !important;
}
.btnCheckoutprevious {
    border-radius: 50px;
    padding: 10px 0 10px 0;
    font-weight: 500;
    font-size: 18px;
}
.col-xs-12.col-sm-4 , .col-xs-12.col-sm-3 {
    padding: 0px 15px;
}
/*product*/


/*Contact*/
.text-contact {
    font-size: 18px;
    line-height: 1.5;
    padding: 15% 0 0;
}
.text-contact h3 {
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #056a24;
}
.text-contact h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 30px 10px 10px;
}
.padding-contact {
    padding: 5px 0 15px;
}
.img-qr {
    width: 38%;
}
/*from Contact*/
.no-js #Component641129cc3c803c00134462a4 label {
    display: none!important;
}
.no-js #Component641129cc3c803c00134462a4 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component641129cc3c803c00134462a4 .form-control {
    border: none;
    border-bottom: 1px dashed #ccc;
    border-radius: 0px!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: 17px !important;
    padding: 10px 10px;
    font-weight: 300;
    line-height: 1.5;
    background: transparent;
    color: #333;
    height: 60px;
}
.no-js #Component641129cc3c803c00134462a4 .form-control:hover {
    border-bottom: 1px dashed #056a24;
}
.no-js #Component641129cc3c803c00134462a4 .form-control:focus {
    border-bottom: 1px dashed #056a24;
    -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: #333!important;
}
.no-js #Component641129cc3c803c00134462a4 .btn {
    background-image: -webkit-linear-gradient(top,#111f39 0,#111f39 100%);
    background-image: -o-linear-gradient(top,#111f39 0,#111f39 100%);
    background: linear-gradient(to right,#056a24 0,#056a24 25%,#056a24 50%,#056a24 75%,#056a24 100%);
    color: #fff;
    text-shadow: 0 0px 0 #056a24;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 17px;
    border: 0px solid transparent;
}
.no-js #Component641129cc3c803c00134462a4 .btn-default:active {
   background-color: #056a24;
}
.no-js #Component641129cc3c803c00134462a4 .btn-default:hover,
.no-js #Component641129cc3c803c00134462a4 .btn-default:focus {
    background-position: 0 0px;
  background-color: #056a24;
}
.no-js #Component641129cc3c803c00134462a4  .col-xs-12.col-sm-5.col-md-5.padding {
    width: 100%;
}
.no-js #Component641129cc3c803c00134462a4 span.label {
    font-size: 15px;
    font-weight: 300;
}
/*Contact*/


label.shopcart-share , .social-share {
    display: none !IMPORTANT;
}


/*menuVertical*/
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover, 
.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover, 
.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   border-bottom: solid 0px #585858!important;
}
.menuVertical .nav-pills&gt;li&gt;a {
    color: #000000;
    background-color: #fff;
    border: solid 2px #60a70c;
    padding: 15px 10px 15px 15px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.menuVertical .nav&gt;li&gt;a:hover, .menuVertical .nav&gt;li&gt;a:focus , .menuVertical .nav&gt;li&gt;a:active {
   color: #fff;
   background-color: #60a70c;
   border: solid 2px #e7e7e7!important;
}
.menuVertical .nav-stacked&gt;li+li {
   border-bottom: solid 0px transparent;
}

/*แบบกดแล้วโชว์ทั้งหมด*/
.menuVertical .caret {
    float: right;
    margin-top: 10px;
}
.menuVertical .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    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;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.no-js .menuVertical .dropdown-menu&gt;li&gt;a:hover {
    background-color: #ffcc02;
    color: #fff !important;
}
.no-js .menuVertical .dropdown-menu&gt;li&gt;a {
    font-size: 15px;
    background-image: none;
    color: #000000 !important;
    background-color: #ffffff;
    border: 2px solid #ffcc02;
    padding: 15px 10px 15px 15px;
    white-space: inherit;
    border-radius: 10px;
    margin-bottom: 5px;
}
.menuVertical .dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.menuVertical .nav&gt;li&gt;a {
    display: flow-root;
}
.menuVertical .dropdown-menu {
    background-color: white;
    margin: -10px 0px 0px;
}
/*menuVertical*/


/*pagination*/
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    background-color: #056a24;
    border-color: #056a24;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    color: #056a24;
}
.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;span:focus {
    color: #056a24;
    background-color: #f7f7f7;
}
/*pagination*/


/*search*/
#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;
    border:1px solid #eee;
}
  .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: 188px!important;
}
  .navbar-default .navbar-nav&gt;li&gt;a {
    font-size: 22px;
}
  .dropdown-menu&gt;li&gt;a {
    font-size: 22px;
}
  .text-about {
    font-size: 24px;
}
  .text-about h4 {
    font-size: 30px;
}
  .btn-more {
    font-size: 20px;
}
  .text-menu {
    font-size: 54px;
}
  .bg-tel , .bg-line {
    font-size: 34px;
}
  .icon-product {
    font-size: 30px;
}
  .Template-B-Title {
    font-size: 24px;
    height: 35px;
}
  .Template-B-Name {
    font-size: 24px;
    height: 130px;
}
  .col-section {
    padding: 0 5px;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 24px;
}
  .contact-map {
    font-size: 32px;
    padding: 1% 0 0;
}
  .contact-map h3 {
    font-size: 40px;
}
  .itopplus-footer {
    font-size: 20px;
}
  .itopplus-footer h4 {
    font-size: 24px;
}
  .icon-img img {
    width: 50px;
}
  .copy-right {
    font-size: 18px;
}
  .ITPcookiebar {
    font-size: 18px !important;
}
  .buttonExampleSite , .buttonExampleSite:hover {
    font-size: 17px !important;
}
  .Template-B-CateName , .Template-B-ProName {
    font-size: 40px;
}
  .shopcartID-Head-Default, .shopcartName-Head-Default , .shopcartID-Default, .shopcartName-Default {
    font-size: 26px;
}
  .shopcartDetail-Default {
    font-size: 30px;
}
  .shopcart-Detail-Detail {
    font-size: 22px;
}
  .shopcart-Detail-Detail h4 {
    font-size: 26px;
}
  .ul-product li::before {
    font-size: 22px;
}
  h3.managerHeader {
    font-size: 48px;
}
  #Contentmanager .post-time {
    font-size: 20px;
}
  .Textmanager.font-inherit {
    font-size: 22px;
}
  .Textmanager.font-inherit h4 {
    font-size: 26px;
}
  .hvr-grow {
    font-size: 22px;
}
  .payment1 {
    font-size: 30px;
}
  .bg-pay , .bg2-pay {
    font-size: 48px;
    height: 120px;
}
  .policy-des h3 {
    font-size: 34px;
}
  .policy-des {
    font-size: 22px;
}
  .text-contact {
    font-size: 22px;
}
  .text-contact h3 {
    font-size: 40px;
}
  .text-contact h4 {
    font-size: 34px;
}
  .padding-contact {
    padding: 10px 0 20px;
}
  .no-js #Component641129cc3c803c00134462a4 .form-control {
    font-size: 22px !important;
    height: 90px;
}
  .ITPcheckboxAuthen {
    font-size: 16px;
}
  .no-js #Component641129cc3c803c00134462a4 .btn {
    font-size: 21px;
}
  .ITP-pdpa-template-contentFont {
    font-size: 22px !important;
}
  .ITP-pdpa-template-titleFont {
    font-size: 30px !important;
}
  .menuVertical .nav-pills&gt;li&gt;a {
    font-size: 22px;
}
  .no-js .menuVertical .dropdown-menu&gt;li&gt;a {
    font-size: 22px;
}
}

@media only screen and (max-width:1194px) {
.navbar-default .navbar-nav&gt;li&gt;a {
    font-size: 16px;
}
  .dropdown-menu&gt;li&gt;a {
    font-size: 16px;
}
  .text-about {
    font-size: 16px;
    padding: 1%;
}
  .text-about h4 {
    font-size: 20px;
}
.btn-more {
    font-size: 14px;
}
  .text-menu {
    font-size: 36px;
}
  .bg-tel , .bg-line {
    font-size: 22px;
}
  .bg-tel img, .bg-line img {
    width: 40px;
}
  .icon-product {
    font-size: 20px;
}
  .Template-B-Title {
    font-size: 16px;
    height: 20px;
}
  .Template-B-Name {
    font-size: 16px;
    height: 100px;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
}
  .itopplus-footer {
    font-size: 14px;
}
  .itopplus-footer h4 {
    font-size: 16px;
}
  .copy-right {
    font-size: 12px;
}
  .shopcart-Detail-Detail {
    font-size: 16px;
}
  
.shopcart-Detail-Detail h4 {
    font-size: 20px;
}
  h3.managerHeader {
    font-size: 32px;
}
  #Contentmanager .post-time {
    font-size: 14px;
}
  .Textmanager.font-inherit {
    font-size: 16px;
}
  .Textmanager.font-inherit h4 {
    font-size: 20px;
}
  .hvr-grow {
    font-size: 16px;
}
  .bg-pay , .bg2-pay {
    font-size: 38px;
    height: 110px;
    padding: 8% 0 0;
}
  .padpay2 {
    padding: 8% 2%;
}
  .policy-des {
    font-size: 16px;
}
  .shopcart {
    top: 15%;
}
  .text-contact {
    font-size: 16px;
}
  .text-contact h3 {
    font-size: 30px;
}
  .padding-contact {
    padding: 2px 0 15px;
}
  .no-js #Component641129cc3c803c00134462a4 .form-control {
    font-size: 16px !important;
    height: 50px;
}
  .no-js #Component641129cc3c803c00134462a4 .btn {
    font-size: 16px;
}
}


 @media only screen and (max-width:900px) {
.navbar-inline .text-bar {
    display: none;
}
.navbar-inline {
    padding-top: 7px;
}
   .icon-product {
    font-size: 18px;
    white-space: inherit;
}
   .paading-article {
    padding: 0%;
}
   .contact-map {
    font-size: 22px;
    padding: 1% 0 0;
}
.contact-map .text-menu {
    font-size: 28px;
}
   .contact-map h3 {
    font-size: 24px;
}
   .contact-map h3 img {
    width: 20px;
}
.contact-map .bg-tel, .contact-map .bg-line {
    font-size: 20px;
}
.contact-map .bg-tel img, .contact-map .bg-line img {
    width: 28px;
}
   #iframe6409b131f163170013065719 iframe {
    height: 290px;
}
   .copy-right {
    font-size: 14px;
    padding: 0 0 10%;
}
   .hvr-grow {
    margin-bottom: 10px;
}
   .bg-pay, .bg2-pay {
    height: 130px;
    padding: 13% 0 0;
}
   .text-contact h3 {
    font-size: 28px;
}
  .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) {
#imagesControl640ef2c8a288f50014f3a2fc , #imagesControl641027fcabd85900136009f4 {
    padding: 0 !important;
}
  .display-contact {
    flex-direction: column;
    align-items: center;
}
  .bg-tel, .bg-line {
    font-size: 20px;
}
  .bg-tel img, .bg-line img {
    width: 22px;
}
  .text-menu {
    font-size: 27px;
}
  .icon-product {
    font-size: 16px;
}
  .Template-B-Title {
    height: inherit;
}
  .Template-B-Name {
    height: inherit;
}
  article.col-md-6.item.-micro {
    width: 100%;
}
  .CASS-D-border {
    margin: 0% 0;
}
  .contact-map {
    font-size: 18px;
}
  .contact-map .text-menu {
    font-size: 23px;
}
  .contact-map h3 {
    font-size: 20px;
}
.contact-map .bg-tel, .contact-map .bg-line {
    font-size: 16px;
    margin: 5px 5px 10px;
}
  .contact-map .bg-tel img, .contact-map .bg-line img {
    width: 20px;
}
  .Template-B-CateName , .Template-B-ProName {
    font-size: 24px;
}
  .copy-right {
    text-align: center;
}
  .coming-soon {
    padding: 0 5% 23%;
}
  h3.managerHeader {
    font-size: 24px;
}
  .bg-pay, .bg2-pay {
    height: 150px;
    padding: 19% 0 0;
}
  .padpay2 {
    padding: 13% 2%;
}
  .policy-des h3 {
    font-size: 20px;
}
  .text-contact h3 {
    font-size: 22px;
}
  .padding-contact {
    padding: 11px 0 15px;
}
  .text-contact h4 {
    font-size: 20px;
}
  .img-qr {
    width: 51%;
}
  .no-js #Component641129cc3c803c00134462a4 .form-control {
    height: inherit;
}
.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;
 }
}

/*
@media (max-width:742px) {
  body,html {
	transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
}*/

</pre></body></html>