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

a {
    color: #444444;
}

a:hover {
    color: #153470;
}

b,
strong {
    font-weight: 600;
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_1808202323iv/0/0/1z-z871711932849.webp');
}


.navbar-default .navbar-nav>li>a {
    font-size: 1em;
    color: #282828;
    margin: 0;
    padding: 8px 3px;
    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: #282828 !important;
    box-shadow: none;
    border-radius: none;
    border-bottom: 3px solid #f2bd16;
    background: transparent;
    background-color: transparent;
}

.dropdown-menu>li>a {
    font-size: 1.1em;
    color: #282828;
}

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

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

    #controlBanner img {
        position: fixed;
        top: 18px;
        left: 10px;
        width: 140px !important;
        z-index: 10000;
    }

    .navbar-default,
    .navbar-header,
    #ItopplusMainSidebar {
        background: #fff !important;
    }

    #ItopplusMainSidebar a {
        color: #444 !important;
        text-align: left !important;
    }

    #itpMenuSideBar span.icon-bar {
        background: #444 !important;
    }

    .navbar-header i {
        filter: contrast(.3);
    }
}

@media screen and (min-width: 1024px) {
    .itopplus-banner .container {
        display: grid;
        grid-template-columns: 25% auto;
        align-items: center;
        padding: 10px 0;
    }

    .itopplus-banner .container::before,
    .itopplus-banner .container::after {
        display: none;
    }

    .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;
    }

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

    #controlBanner {
        object-fit: contain;
        padding: 15px;
        width: 100%;
        min-width: 400px;
        margin: 0 auto;
        position: relative;
        left: -30%;
    }

    #nav-menu {
        text-align: right;
        background-color: transparent;
    }

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

    .itopplus-search2 {
        position: absolute;
        width: 10%;
        top: 0px;
        right: 0px;
    }

    #itopplus-nav-bar {
        display: flex;
        width: -webkit-fill-available;
        justify-content: space-evenly;
    }

    #itopplus-nav-bar::before,
    #itopplus-nav-bar::after {
        display: none;
    }




}

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

    }
}



/**/
.h1,
h1 {
    font-size: 3.2em;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 2.2em;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 1.7em;
    font-weight: 600;
}

.h4,
h4 {
    font-size: 1.1em;
}

.h5,
h5 {
    font-size: 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*/
.tel-contact {
    display: grid;
    grid-template-columns: 10% auto;
    justify-content: center;
    width: 20%;
    float: right;
    gap: 10px;
    align-items: center;
}

.qr-code img {
    aspect-ratio: 1;
    width: 85px !important;
}

/*header*/




/*footer*/
.itopplus-footer {
    font-size: 14px;
}

.itopplus-footer h4 {
    margin: 0px 0 15px;
    font-weight: 600;
    font-size: 1.2em;
}

.itopplus-footer a {
    color: #fff;
}

.itopplus-footer a:hover {
    color: #f1bc15;
}

.copy-right {
    padding: 20px 0 0;
    font-size: 0.9em;
}

.footer-contact {
    padding-right: 25%;
}

.footer-contact img {
    width: 70% ! IMPORTANT;
}

.footer-block {
    display: grid;
    grid-template-columns: 30% 30% 40%;
}

.btn-map {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 5px;
    background: #fff;
    color: #282828;
    border: none;
    padding: 7px 20px;
    border-radius: 50px;
    margin: 20px 0 0;
    align-items: center;
    transition: 0.5s;
}

.btn-map:hover {
    background: #f2bd16;
    color: #282828;
}

.footer-icon-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 20% 0 0;
    padding-right: 20%;
}

.icon-img {
    transition: 0.5s;
}

.icon-img:hover {
    transform: scale(1.1);
}

.footer-block3 {
    padding: 0 0 0 10%;
}

.line-img {
    width: 70%;
    margin: 0 5% 0px;
}

.line-img img {
    margin-bottom: 15px;
}

.ITPcookiebar {
    width: 100% !important;
}

.buttonExampleSite {
    border: 1px solid #153470 !important;
    color: #153470 !important;
    font-family: "LINE Seed Sans TH" !important;
}

.buttonExampleSite:hover {
    background: #153470 !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*/



/*ผลงานของเรา*/
.col-section {
    padding: 0 0% 3%;
}

article.col-md-6.item.-micro {
    width: 25%;
}

.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: 25px;
    background-color: transparent;
    border: 1px solid #eee;
}

.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}

.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0;
}

.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 0% 0;
    color: #444;
    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: #444;
    padding: 7% 0%;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: left;
}

.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #153470;
}

h3.managerHeader {
    font-size: 2.2em;
    text-align: center;
    font-weight: 600;
    color: #153470;
}

#Contentmanager .post-time {
    display: none;
}

.page-header {
    border-bottom: 0px solid #eee;

}

.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 {
    padding: 10px 10px 0;
}

.contenemanager-gallery .thumbnail,
.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #cecece;
    border-radius: 25px;
    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: 25px;
    transform: scale(1.0) !important;
}

#Contentmanager img.img-responsive {
    border-radius: 25px;
    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: 1px solid #eee;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 25px;
}

.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 25px;
}

.social-icon {
    border-radius: 5px;
}

.social-share {
    top: 15px;
}

.landingpagemanager {
    display: none;
}

.btn-more {
    background: #153470;
    color: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 0.9em;
    transition: 0.5s;
}

.Contentmanager .site .col-section .item.-micro:hover .btn-more {
    background: #f1bc15;
    color: #fff;
}

.product-border {
    display: grid;
    grid-template-columns: 30% 70%;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}

.product-title {
    font-weight: 600;
}

/*ผลงานของเรา*/









/*หน้าแรก*/
.padding-pd {
    padding: 2%;
}

.about-icon-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    padding: 5% 0;
}

.about-icon {
    border-right: 1px solid #c7c7c7;
    padding: 0 15%;
    text-align: center;
}

.about-icon img {
    width: 35% !important;
    margin: 0 auto 20px;
}

.about-icon h4 {
    color: #153470;
    margin: 0 0 0px;
}

.menu-align {
    text-align: center;
    padding: 5% 0 1%;
}

.menu-align h2 {
    color: #153470;
}

figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}

.CASS-Sanchai-main .row-fluid {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
}

.CASS-Sanchai-main .row-fluid>div {
    width: 100% !important;
}

.CASS-Sanchai-main .thumbnail {
    padding: 0px !important;
    border: 1px solid #eee;
    border-radius: 20px;
}



figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

figure.effect-jazz:hover img {
    transform: scale(1.1) !important;
}

#slidermaster66c80529eb5d1f0013492982,
#slidermaster6715bf75896553001357194d{
    height: 25vw !important;
}

.jssorb03 {
    display: none;
}


#slidermaster6715bf75896553001357194d img,
#slidermaster66c80529eb5d1f0013492982 img {
    width: 95% !important;
    margin: 0 auto;
}

.jssora03l:before,
.jssora03ldn:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7em;
}

.jssora03r:before,
.jssora03rdn:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7em;
}

.jssora03l,
.jssora03ldn,
.jssora03r,
.jssora03rdn {
    background: none;
    top: 0 !important;
    width: 20px ! IMPORTANT;
    margin: -65% auto 0 !IMPORTANT;
}

.about-detail {
    padding: 7% 0;
}

.about-detail h2,
.about-detail2 h2 {
    color: #153470;
    margin: 0 0 15px;
}

.about-detail h4 {
    white-space: pre-line;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

.about-detail2 {
    padding: 7% 0 7% 3%;
}

.about-detail2 h4 {
    display: contents;
}

.contact-block-display {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 2% 0 0;
}

.contact-block {
    text-align: center;
    padding: 1% 0 5%;
    color: #153470;
    transition: 0.5s;
}

.contact-block a {
    color: #153470;
}

.contact-block:hover {
    transform: scale(1.1);
}

.contact-block img {
    width: 25% !important;
    margin: 0 0 20px;
}

/*หน้าแรก*/


/**/
.menu2-align {
    text-align: center;
    padding: 2% 0;
}

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

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

/**/



/*form Contact*/
.no-js .CASS-Sanchai-main label {
    display: none !important;
}

.no-js .CASS-Sanchai-main .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}

.no-js .CASS-Sanchai-main .form-control {
    border: 1px solid #ccc;
    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: 30px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    color: #000 !important;
}

.no-js .CASS-Sanchai-main .form-control:hover {
    border: 1px solid #153470;
}

.no-js .CASS-Sanchai-main .form-control:focus {
    border: 1px solid #153470;
    -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 .CASS-Sanchai-main .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
    background: #153470;
    color: #fff;
    text-shadow: 0 0px 0 #3173ed;
    background-repeat: repeat-x;
    border-color: #7a2d8d;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 0.9em;
    font-weight: 400;
    border: 0px solid transparent;
}

.no-js .CASS-Sanchai-main .btn-default:active {
    background: #153470;
    color: #fff;
}

.no-js .CASS-Sanchai-main .btn-default:hover,
.no-js .CASS-Sanchai-main .btn-default:focus {
    background-position: 0 0px;
    background: #153470;
    color: #fff;
}

.no-js .CASS-Sanchai-main .col-xs-12.col-sm-5.col-md-5.padding {
    width: 100%;
}

.no-js .CASS-Sanchai-main span.label {
    font-size: 0.85em;
    font-weight: 400;
}

.no-js .CASS-Sanchai-main .ITPcheckboxAuthen {
    display: flex;
     align-items: baseline;
    gap: 5px;
    font-size: 0.9em;
    padding: 0 0 0 0%;
 
}

.CASS-Sanchai-main  .col-md-offset-3 {
    display: grid !important;
    width: fit-content !important;
    margin: 0 auto !important;
  padding-top: 15px;
}

#iframe66c8373e2a161d0013139e26 iframe {
    height: 605px;
    border-radius: 10px;
}

/*form Contact*/


/*สินค้า*/
.product-bg-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.product-bg {
    background: #f9f9f9;
    padding: 10%;
    border-radius: 20px;
    text-align: center;
    transition: 0.5s;
}

.product-bg:hover {
    background: #d3e2ff;
}

.product-bg img {
    width: 50% !important;
}

.product-bg-border {
    border-bottom: 3px solid #153470;
    width: 15%;
    margin: 20px auto;
}

.CASS-D-border {
    background-image: none;
}

.CASS-D-border .Contentmanager .site .col-section .item.-micro {
    padding: 0px 0px 20px;
    background: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.CASS-D-border .Contentmanager .site .col-section .item.-micro a .image {
    border-radius: 25px 25px 0 0;
}

.CASS-D-border .Contentmanager .site .col-section .item.-micro a .caption {
    padding: 0 8%;
}

.CASS-D-border article.col-md-6.item.-micro {
    width: 31%;
    margin: 0 12px 20px;
    border-radius: 25px;
}

.product-category {
    padding: 10% 0;
    text-align: center;
}

.product-category h3 {
    font-size: 1.2em;
    margin: 0 0 20px;
}

.thumbs .imageWidth.imageGallery {
    transform: scale(1.0);
    transition: 0.5s;
}

.thumbs .imageWidth.imageGallery:hover {
    transform: scale(1.1);
}

.thumbs .imgLightbox {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    border-radius: 20px;
}

/*สินค้า*/


/*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: #153470;
    border-color: #153470;
}

.pagination>li>a,
.pagination>li>span {
    color: #153470;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #153470;
    background-color: #f7f7f7;
}

/*pagination*/


/**/
.policy-sub {
    padding: 5% 0;
    line-height: 1.5;
}

.policy-sub h4 {
    font-weight: 600;
    margin: 15px 0 10px;
}

.policy-sub h3 {
    color: #153470;
    font-size: 1.5em;
}

.policy-sub.num-type ul {
    list-style-type: none;
}

.policy-sub.num-type ul {
    padding-inline-start: 20px;
}





/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
    body {
        font-size: 20px;
    }

    .container {
        width: 1440px;
    }

    .dropdown-menu>li>a {
        font-size: 1.3em;
    }



    .itopplus-footer {
        font-size: 18px;
    }

    .ITPcookiebar,
    .buttonExampleSite {
        font-size: 16px ! IMPORTANT;
    }

    #iframe66c8373e2a161d0013139e26 iframe {
        height: 625px;
    }

    .CASS-D-border article.col-md-6.item.-micro {
        margin: 0 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .itopplus-search2 {
        position: absolute;
        right: -20px;
    }
}


/* Large Devices, Wide Screens */

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .itopplus-banner .container {
        display: grid;
        grid-template-columns: 15% 77% !important;
    }

    #controlBanner {
        position: relative;
        left: 0% !important;
        min-width: 280px !important;
    }

    .itopplus-search2 {
        position: absolute;
        right: 0px !important;
    }

    .navbar-default .navbar-nav>li>a {
        margin: 0 5px;
        font-size: 14px;
    }

    .CASS-D-border article.col-md-6.item.-micro {
        margin: 0 10px;
    }

}




/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
    #slidermaster66c80529eb5d1f0013492982 {
        height: 260px !important;
    }

    .copy-right {
        padding: 0px 0 0;
        text-align: center;
    }

    .Contentmanager .site .col-section .item.-micro a .caption .title {
        font-size: 1em;
    }

    .product-bg {
        height: 200px;
    }

    .CASS-D-border article.col-md-6.item.-micro {
        width: 30%;
    }

    li#languagebar {
        display: none !important;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
    div#imagesControl66c7fcb12a161d0013139377 {
        padding: 0 !IMPORTANT;
    }

    .about-icon-block {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-icon {
        border-right: 0px solid #c7c7c7;
        padding: 0 0% 10%;
        text-align: center;
    }

  #slidermaster6715bf75896553001357194d, 
    #slidermaster66c80529eb5d1f0013492982 {
        height: 95px !important;
    }
  
  

    .about-detail {
        padding: 0% 0;
    }

    .about-detail h4 {
        white-space: inherit;
    }

    .contact-block-display {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-block img {
        width: 17% !important;
    }

    article.col-md-6.item.-micro {
        width: 100%;
    }

    .col-section {
        padding: 0 5% 3%;
    }

    .col-md-6.pull-left {
        width: 100%;
        margin: 0 0% 0 0;
    }

    .Textmanager.font-inherit {
        display: block;
    }

    .product-block {
        display: inline-block;
    }

    .product-border {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    #iframe66c8373e2a161d0013139e26 iframe {
        height: 305px;
    }

    .product-bg {
        height: inherit;
    }

    .product-bg-block {
        grid-template-columns: repeat(2, 1fr);
    }
  
  .CASS-Sanchai-main .row-fluid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

    .CASS-D-border article.col-md-6.item.-micro {
        width: 100%;
    }

    .CASS-D-border .col-section {
        padding: 0 0% 3%;
    }
  
  .no-js .CASS-Sanchai-main .ITPcheckboxAuthen {
    display: unset;
}
}




.thumbnail {
    padding: 0px !important;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: none;
}

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

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