.itopplus-background {

}
body {
    font-size: 28px;
    color: #3a3a3a;
    /*  font-family: 'IBM Plex Sans Thai', sans-serif;*/
    /*  font-family: 'DM Sans', sans-serif;*/
    /*  font-family: 'Tenor Sans', sans-serif;*/
    /*font-family: cordia_newregular;*/
}

a {
    color: #3a3a3a;
}

a:hover {
    color: #143045;
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_03062023x0r7/0/0/2z-z374899473719.webp');
    background-size: cover;
}

.itopplus-bg5 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_03062023x0r7/0/0/5z-z1276664179013.webp');
}


/************Menu***************/
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    padding: 10px 10px;

}

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

}

.dropdown-menu>li>a {
    font-size: 14px;
    color: #000;

}

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

}

/********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: #143045;
    }
}

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

    .no-js .itopplus-search {
        position: fixed;
    }

    .itopplus-search {
        width: auto;
        top: 1%;
        color: #fff;
        z-index: 102;
    }

    .itopplus-menu {
        margin-top: 6%;
        text-align: right;
    }


    .no-js .itopplus-banner {
        position: sticky;
        z-index: 101;
        top: 0;
    }
}


.h1,
h1 {
    font-size: 3.8em;
}

.h2,
h2 {
    font-size: 36px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}


/*header*/
.header-display {
    display: flex;
    width: 80%;
    float: right;
}

.header-icon {
    display: flex;
    width: 50%;
}

.header-icon img {
    width: 80% !IMPORTANT;
    transition: 0.5s;
}

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

.btn-member {
    font-size: 16px;
    width: 50%;
    background-color: #fff;
    color: #143045;
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 7px 0;

}

/*header*/


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

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

.itopplus-footer {}

.itopplus-footer h4 {
    font-size: 18px;
    color: #24354e;

}

.itopplus-footer h4 a {
    color: #24354e;
}

.footer-menu h4 {
    line-height: 2;
}

.footer-detail {
    height: 120px;
}

.footer-detail h4 {
    height: 30px;
}

.copy-right {
    font-size: 13px;
    text-align: center;
    padding: 1% 0 6%;
}

.footer-contact {
    text-align: center;
}

.footer-icon {
    width: 50%;
    display: flex;
    margin: 0 auto;
}

.footer-icon img {
    width: 90% !IMPORTANT;
    transition: 0.5s;
}

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

.footer-tel {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    align-items: center;
}

.footer-tel-img {
    width: 8%;
    margin-right: 5px;
}

.ITPcookiebar {
    width: 100% !important;
}

.ITPcookieLeftText {
    padding-top: 27px !important;
}

.buttonExampleSite {
    border: 1px solid #1a3a52 !important;
    color: #1a3a52 !important;

}

.buttonExampleSite:hover {
    background: #1a3a52 !important;
    color: #ffffff !important;
}

.ITP-pdpa-template-titleFont {
    font-size: 20px !important;
    color: #1a3a52;
    font-weight: 500 !important;
}

.ITP-pdpa-template-contentFont {
    font-size: 16px !important;
}

.itpPDPALandingPage {
    padding: 4% 0;
}

.itpPDPALandingPage h4 {
    margin: 20px 0 5px;
}

/*footer*/


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

.menu-align h2 {
    color: #24354e;
    margin: 0;

}

.menu-align h3 {

    font-size: 24px
}

.menu-border {
    background-color: #24354e;
    width: 100px;
    height: 4px;
    border-radius: 50px;
    margin: 20px auto 0;
}

.service-name {
    color: #24354e;
    text-align: center;
    padding: 2% 0 20%;
    transition: 0.5s;
}

.service-name:hover {
    transform: scale(1.1);
}

.service-name img {
    width: 83% !IMPORTANT;
    margin: 0 auto 3%;
}

.effect-sadie {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 40%);
}

.grid figure h2 {
    word-spacing: normal;
    font-weight: 400;
}

.no-js figure.effect-sadie h2 {
    font-size: 26px;
    top: 0;
    left: 0;
    bottom: 0;
    color: #143045;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(103, 103, 103, .9) 100%);
    padding: 82% 0 10px;
}

figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0);
    transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}

figure.effect-sadie figcaption::before {
    z-index: 0;
    background: -webkit-linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(20, 48, 69) 100%);
}

.btn-align {
    text-align: center;
    padding: 0 0 15%;
}

.btn-view {
    font-size: 14px;
    background-color: #fff;
    color: #143045;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 20%);
    transition: 0.5s;
}

.btn-view:hover,
.btn-more:hover {
    background-color: #32526a;
    color: #fff;
}

.btn-view span,
.btn-more span {
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
}

figure.effect-selena {
    background: transparent;
}

ul#slider64a633345010ee0012a62871,
ul#slider64a6334c60a4bb001366e433,
ul#slider64ab76d61188d00013963573,
ul#slider64ab76d61188d00013963579 {
    width: 90%;
    margin: 0 auto;
}

ul#slider64a6334c60a4bb001366e433,
ul#slider64ab76d61188d00013963579 {
    margin-top: -15%;
}

.story-detail1,
.story-detail2 {
    white-space: pre-line;
    font-weight: 500;
    line-height: 1.5;
}

.story-detail1 {
    padding: 25% 0 0;
}

.story-detail1 h2 {
    color: #24354e;
    margin: 0 0 25px;
}

.story-detail1 h3 {
    display: contents;
}

.story-detail2 {
    padding: 5% 0 0 10%;
}

.btn-align {
    text-align: center;
    padding: 0 0 15%;
}

.btn-more {
    font-size: 14px;
    background-color: #24354e;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.5s;
}

.btn-align2 {
    padding: 18% 10% 15%;
    text-align: right;
}

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

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

.imgLightbox {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 10%);
}

.success-pd {
    padding: 10% 0 0 10%;
    font-size: 0.7em;
}

.success-pd h3 {}

#Component64a6339360a4bb001366e544,
#Component64ab76d61188d0001396357f {
    width: 81%;
    margin: 0 auto 10%;
}

.padding-pd {
    padding: 5%;
}

.success-pd h5 {
    padding: 0 15px 0;
    margin: 10px 0 5px;
}

.success-bg1 {
    background-color: #eeeeee;
    border-radius: 50px;
    height: 30px;
    margin-bottom: 15px;
}

.success-bg2,
.success-bg3,
.success-bg4,
.success-bg5,
.success-bg6,
.success-bg7 {
    font-size: 14px;
    background-color: #143045;
    color: #fff;
    border-radius: 50px;
    text-align: right;
    padding: 4px 10px;
}

.success-bg2 {
    width: 85%;
}

.success-bg3 {
    width: 90%;
}

.success-bg4 {
    width: 80%;
}

.success-bg5 {
    width: 75%;
}

.success-bg6 {
    width: 70%;
}

.success-bg7 {
    width: 48%;
}

.why-icon {
    white-space: pre-line;
    text-align: center;
    padding: 1% 0 15%;
    font-weight: 500;
    line-height: 1.5;
    transition: 0.5s;
    font-size: 17px;
}

.why-icon:hover {
    transform: translateY(-10px);
}

.why-icon img {
    width: 55% !important;
    margin: 0 auto 8%;
}

.why-icon h3 {
    color: #143045;
    margin: 15px 0;
}

.why-icon h4 {
    font-size: 20px;
    color: #143045;
    margin: 15px 0;
    font-weight: bold;
}

.vdo-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4% 0 1%;

}

.vdo-block img {
    width: 35% !important;
    margin: 0 auto;
}

.vdo-block h1 {
    color: #24354e;
    margin: 0;
    font-weight: 500;
}

.vdo-block h3 {
    font-size: 30px;
    color: #24354e;
    margin: 5px 0;
}

.vdo-block span {
    font-size: 1.3em;
}

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

.youtube-width iframe {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 20%);
}

#Component64a697f85010ee0012a6392d {
    width: 80%;
    margin: 0 auto;
}

/*HOME*/


/*SERVICE*/
.service-detail h2 {
    text-align: center;
}

.service-detail h3,
.service-detail2 h3 {}

.service-detail h4 {
    font-weight: bold;
}

table.tj2 td,
table.tj2 th {
    padding: 15px;
    border: 1px solid;
    width: 100%;
}

.service-detail .media-body {
    padding: 5px;
}

.service-detail p {
    text-decoration-line: underline;
    font-size: 24px;
}

/*SERVICE*/


/*KNOWLEDGE*/
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 24px;
    padding: 7% 0 1%;
    font-weight: 500;
    color: #fff;
    height: 95px;
}

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

.Contentmanager .site .col-section .item.-micro a .caption .time {
    color: #fff;
    text-align: center;
}

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

.Contentmanager .site .col-section .item.-micro {
    padding: 10px 15px 10px 15px;
}

.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border: 0px solid #eee;
    border-radius: 20px;
}

.Contentmanager .site .col-section .item.-micro a img {
    width: 100%;
    height: auto;

}

.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;
    width: 33.33%;
}

.contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #eee !important;
    transition: 0.3s;
}

.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #eee !important;
    transition: 0.3s;
}

.Contenemanager-gallery .thumbnail:hover {
    transform: scale(1.1);
    transition: 0.3s;
    position: relative !important;
    overflow: hidden !important;
}

.contenemanager-gallery .thumbnail:hover {
    transform: scale(1.1);
    transition: 0.3s;
    position: relative !important;
    overflow: hidden !important;
}

.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);
    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%);
    transform: scale(1.0) !important;
}

#Contentmanager img.img-responsive {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    margin-bottom: 0px;
    transition: 0.5s;
    border-radius: 20px;
}

#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
    transition: 0.3s;
    position: relative !important;
    overflow: hidden !important;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: transparent;
}

#Contentmanager .thumbnail {
    background-color: #fff;
    background: transparent;
    position: relative !important;
    overflow: hidden !important;
    border: 0px solid #eee;
    padding: 0px !IMPORTANT;
    box-shadow: none;
    border-radius: 20px;
}

#Contentmanager .thumbnail:hover {
    border-radius: 20px;
}

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

h3.managerHeader {
    font-size: 36px;
    text-align: center;
    padding: 2% 0 5px;
    font-weight: 600;
    margin-bottom: 0;
    color: #24354e;
}

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

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

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

.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
}

.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 10px 0;
}

.Textmanager.font-inherit h4 {
    margin: 20px 0 5px;
    font-weight: 500;
    line-height: 1.3;
}

.Textmanager.font-inherit p {
    margin: 0;
}

.Textmanager.font-inherit strong {
    font-weight: 500;
}

.Textmanager.font-inherit img {
    margin: 20px 0;
    border-radius: 20px;
}

.landingpagemanager {
    display: none;
}

/*KNOWLEDGE*/


/*CHADA IVF*/
.ivf-text {
    text-align: center;
    padding: 2% 0 5%;
}

.ivf-text img {
    width: 80% !important;
    margin: 5% auto 2%;
}

.ivf-text h3 {
    color: #143045;
    font-weight: bold;
}

.padding-pd2 {
    padding: 2%;
}

.visit-text {
    text-align: center;
    padding: 0 1% 2%;
    line-height: 1.5;
}

.visit-text h3 {
    color: #143045;
    font-weight: bold;
    display: contents;
}

/*CHADA IVF*/



/*PACKGAGES*/
.coming-soon {
    padding: 0 10%;
}

/*PACKGAGES*/


/*CONTACT US*/
.text-contact {}

.padding-contact {
    padding: 8px 5px 15px;
}

.text-contact h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
}

/*from Contact*/
.CASS-B-border {
    border: none;
}

.no-js .CASS-B-border label {
    display: none !important;
}

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

.no-js .CASS-B-border .form-control {
    border: 1px solid #eee;
    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: 28px !important;
    padding: 29px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: transparent;
    color: #333;
}

.no-js .CASS-B-border .form-control:hover {
    border: 1px solid #143045;
}

.no-js .CASS-B-border .form-control:focus {
    border: 1px solid #143045;
    -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 .CASS-B-border .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, #143045 0, #143045 25%, #143045 50%, #143045 75%, #143045 100%);
    color: #fff;
    text-shadow: 0 0px 0 #143045;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 28px;
    border: 0px solid transparent;
}

.no-js .CASS-B-border .btn-default:active {
    background-color: #143045;
}

.no-js .CASS-B-border .btn-default:hover,
.no-js .CASS-B-border .btn-default:focus {
    background-position: 0 0px;
    background-color: #143045;
}

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

.no-js .CASS-B-border span.label {
    font-size: 14px;
    font-weight: 400;
}

.ITPcheckboxAuthen {
    font-size: 14px;
    font-weight: 400;
}

.TabItpContentLandingPage6 {
    background-color: transparent;
    padding: 0;
}

.TabItpContentLandingPage6>ul {
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
    padding: 0 !important;
}

.TabItpContentLandingPage6>ul>li>a {
    background-color: #eee !important;
    border-radius: 0px;
    margin-right: 5px;
    padding: 15px 10px !important;
    height: 100px;
}

.TabItpContentLandingPage6>ul>li.active>a,
.TabItpContentLandingPage6>ul>li>a:hover {
    background-color: #143045 !important;
}

.tab-itp-background {
    background-color: inherit;
    padding: 0% !important;
    margin-top: 2%;
    margin-bottom: 2%;
}

.TabItpContentLandingPage6>ul>li>a>span {
    font-size: 18px !important;
}

.tab-content {
    border: none !important;
    padding: 1% 0 !important;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    margin: 0% 0%;
}

.text-contact img {
    margin: 0 !important;
    border-radius: 0px !important;
}

/*CONTACT US*/


/*ฟอร์มสมัครสมาชิก*/
/*รูปแบบฟอร์ม*/
#uploadimage64a7e3adb0516500131754a1 .form-control,
.template1 .form-control {
    border: none;
    border: 1px solid #dadada;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-top: 10px;
    padding: 20px;
}

#uploadimage64a7e3adb0516500131754a1 .form-control:focus,
.template1 .form-control:focus {
    border-bottom: 1px solid #143045;
}

#uploadimage607993e8a4b9e70013108087 #capcha0 {
    margin-left: -8px;
    margin-right: -45px;
}

/*ปิดไอคอนน้าหลัง*/
#uploadimage64a7e3adb0516500131754a1 .glyphicon {
    display: none !important;
}

#uploadimage64a7e3adb0516500131754a1 .input-group-addon {
    display: none;
}

/*ช่องวันเกิด*/
#uploadimage64a7e3adb0516500131754a1 .input-group {
    display: block;
}

#uploadimage64a7e3adb0516500131754a1 input[type="date"] {
    width: 100% !important;
}

#uploadimage64a7e3adb0516500131754a1 .has-feedback .form-control {
    padding-right: 10px;
}

/*ขนาดตัวอักษร*/
#uploadimage64a7e3adb0516500131754a1 label.control-label {
    font-size: 16px;
    font-weight: 600;
}

/*ขนาดตัวอักษรในช่องอินพุต*/
#uploadimage64a7e3adb0516500131754a1 input::placeholder {
    font-size: 14px !important;
}

#uploadimage64a7e3adb0516500131754a1 .input-sm,
#uploadimage64a7e3adb0516500131754a1 .form-horizontal .form-group-sm .form-control {
    font-size: 14px !important;
    font-weight: 300;
}

/*ความยาวช่องของ ที่อยู่ แขวง เขต จังหวัด รหัสไปรษณีย์*/
#uploadimage64a7e3adb0516500131754a1 .has-feedback .col-xs-12.col-sm-12.col-md-6 {
    width: 109.5% !important;
}

/*ขนาดของฟอร์น*/
#uploadimage64a7e3adb0516500131754a1 address-ui label {
    font-weight: 600;
    font-size: 16px;
}

/*ไอคอนเลือกไฟล์*/
#uploadimage64a7e3adb0516500131754a1 i.glyphicon.glyphicon-open {
    display: inherit !important;
    color: #fff;
}

/*ไอคอนสมัครสมาชิก*/
#uploadimage64a7e3adb0516500131754a1 i.glyphicon.glyphicon-ok {
    display: inline-block !important;
}

/*ปุ่มเลือกไฟล์*/
#uploadimage64a7e3adb0516500131754a1 .btn-success span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

#uploadimage64a7e3adb0516500131754a1 .btn-success {
    color: #2e2f33;
    background-image: linear-gradient(to bottom, #143045 0, #143045 100%);
    background-color: transparent;
    border-color: #ffffff00;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-top: -3px;
}

#uploadimage64a7e3adb0516500131754a1 .btn-success:hover {
    background-position: 0px;
    background: #143045;
    color: #fff;
}

/*ปุ่มสัมครสมาชิก*/
#uploadimage64a7e3adb0516500131754a1 .col-md-12 .pull-right {
    float: none !important;
}

#uploadimage64a7e3adb0516500131754a1 .col-md-12 .pull-right button {
    margin: 0 auto;
}

#uploadimage64a7e3adb0516500131754a1 .pull-right .btn-default {
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 0px;
    box-shadow: 3px 6px 8px 2px rgb(179, 179, 179);
    padding: 8px 10px;
    font-size: 14px;
    border: 0px solid transparent;
    color: #fff;
    text-shadow: none;
    border-radius: 5px;
    background: rgba(241, 231, 103, 1);
    background: -moz-linear-gradient(left, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: -webkit-linear-gradient(left, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -o-linear-gradient(left, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -ms-linear-gradient(left, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to right, #143045 0%, #143045 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=1);
}

#uploadimage64a7e3adb0516500131754a1 .pull-right .btn-default:hover,
.pull-right .btn-default:focus {
    background-position: 0 0px;
    background: linear-gradient(to right, #143045 0%, #143045 100%);
}

/*ฟอร์มสมัครสมาชิก*/

/*login*/
.template1 label {
    font-weight: 300;
}

.template1 .form-control {
    border: none;
    border: 1px solid #dadada;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-top: 10px;
    padding: 20px;
}

.template1 .form-control:focus {
    border-bottom: 1px solid #143045;
}

.template1 .input-sm,
.template1 .form-horizontal .form-group-sm .form-control {
    font-size: 14px !important;
    font-weight: 300;
}

.template1 .form-group.margin span {
    font-size: 15px;
    font-weight: 300;
}

.template1 .btn-default {
    text-shadow: 0 0px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    background: linear-gradient(to right, #143045 0%, #143045 100%);
    color: white;
    font-size: 16px;
    width: 160px !important;
    padding: 8px 0;
    border: none;
    border-radius: 0;
}

.template1 .btn-default:focus,
.template1 .btn-default:hover {
    background-color: #143045;
    background-position: 0 -15px;
    color: white;
}

.template1 .btn-default.active,
.template1 .btn-default:active {
    background-color: #143045;
    border-color: #143045;
}

.panel.panel-default.margin .form-control-feedback {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    background-color: #143045;
    color: white;
}

.template1 .glyphicon {
    display: none;
}

.template1 span {
    font-weight: 600;
}

/*login*/


#background6524b8d16e4a920012780203 blockquote,
#background6524ba74adc31300192ff8bb blockquote {
    padding: 0px 0px;
    margin: 0 0 0px;
    border-left: 0px solid #eee;
}

.contact-tel {
    font-size: 1.6em;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: center;
    margin: 2% auto 5%;
    gap: 10px;
}

.contact-tel span {
    font-size: 1.7em;
    line-height: 1;
}


.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #143045;
    border-color: #143045;
}

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

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


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

    .no-js body {
        font-size: 28px;
    }

    .navbar-default .navbar-nav>li>a,
    .dropdown-menu>li>a {
        font-size: 18px;
    }

    .btn-member {
        font-size: 20px;
    }

    .h1,
    h1 {
        font-size: 4.2em;
    }

    .h2,
    h2 {
        font-size: 42px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 26px;
    }

    .h5,
    h5 {
        font-size: 22px;
    }

    .no-js figure.effect-sadie h2 {
        font-size: 32px;
    }

    .btn-view,
    .btn-more {
        font-size: 18px;
    }

    .success-pd {
        padding: 12% 0 0 10%;
    }

    .success-bg2,
    .success-bg3,
    .success-bg4,
    .success-bg5,
    .success-bg6,
    .success-bg7 {
        font-size: 20px;
    }

    .success-bg1 {
        height: 38px;
        margin-bottom: 22px;
    }

    .Contentmanager .site .col-section .item.-micro a .caption .title {
        font-size: 28px;
        height: 105px;
    }

    .vdo-block h3 {
        font-size: 38px;
    }

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

    .footer-detail h4 {
        font-size: 18px;
        height: 35px;
    }

    .footer-detail {
        height: 145px;
    }

    .footer-tel {
        font-size: 20px;
    }

    .copy-right {
        font-size: 1em;
    }

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

    h3.managerHeader {
        font-size: 42px;
    }

    .TabItpContentLandingPage6>ul>li>a>span {
        font-size: 21px !important;
    }

    .TabItpContentLandingPage6>ul>li>a {
        height: 85px;
    }

    .no-js .CASS-B-border .form-control {
        font-size: 28px !important;
        padding: 33px 20px;
    }

    .no-js .CASS-B-border span.label {
        font-size: 16px;
    }

    .ITPcheckboxAuthen {
        font-size: 16px;
    }

    .no-js .CASS-B-border .btn {
        padding: 8px 20px;
        font-size: 17px;
    }

    #uploadimage64a7e3adb0516500131754a1 label.control-label,
    #uploadimage64a7e3adb0516500131754a1 address-ui label {
        font-size: 21px;
    }

    #uploadimage64a7e3adb0516500131754a1 .pull-right .btn-default {
        font-size: 17px;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {

    li#menu64a7e36950754f001333cb20,
    li#menu64a7e3707d76b50013153613 {
        display: none !important;
    }

    .btn-member {
        font-size: 14px;
        padding: 4px 0;
    }

    .story-detail1,
    .story-detail2 {
        white-space: inherit;
    }

    .story-detail1 {
        padding: 15% 0 0;
    }

    .padding-pd {
        padding: 21%;
    }

    .why-icon {
        white-space: inherit;
    }

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

    .copy-right {
        padding: 1% 0 8%;
    }
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {

    li#menu64a7e36950754f001333cb20,
    li#menu64a7e3707d76b50013153613 {
        display: block !important;
    }

    .no-js figure.effect-sadie h2 {
        font-size: 20px;
    }

    ul#slider64a6334c60a4bb001366e433,
    ul#slider64ab76d61188d00013963579 {
        margin-top: 0;
    }

    .padding-pd {
        padding: 30%;
    }

    .row-fluid [class*=col-sm-5fix] {
        display: block;
        float: left;
        width: 33.33%;
    }

    .coming-soon {
        padding: 0 10% 57%;
    }

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

    .social-share {
        top: 0;
    }

    .template1 .btn-default {
        width: 100% !important;
    }

    .service-detail .media-body {
        padding: 0px;
    }
}


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

    .itopplus-bg5 {
        background-size: cover;
    }

    .row-fluid [class*=col-sm-5fix] {
        width: 100%;
    }

    .no-js figure.effect-sadie h2 {
        font-size: 26px;
    }

    .story-detail2 {
        padding: 0 0 0 0%;
    }

    .success-pd {
        padding: 10% 0 0 0%;
    }

    .padding-pd {
        padding: 0%;
    }

    #Component64a6339360a4bb001366e544,
    #Component64ab76d61188d0001396357f {
        width: 100%;
    }

    .service-name img {
        width: 60% !IMPORTANT;
    }

    .story-detail1 {
        padding: 5% 0 0;
    }

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

    .Contentmanager .site .col-section .item.-micro a .caption .title {
        font-size: 22px;
        height: inherit;
    }

    #Component64a697f85010ee0012a6392d {
        width: 100%;
    }

    .contenemanager-gallery .col-xs-12.col-md-3,
    .Contenemanager-gallery .col-xs-6.col-md-3 {
        width: 100%;
    }

    .why-icon img {
        width: 45% !important;
    }

    .TabItpContentLandingPage6>ul>li>a {
        height: inherit;
    }

    #uploadimage64a7e3adb0516500131754a1 .has-feedback .col-xs-12.col-sm-12.col-md-6 {
        width: 100% !important;
    }

    .contact-tel {
        font-size: 1.2em;
        width: 100%;
    }

    .contact-tel .footer-tel-img {
        width: 15%;
    }

    .service-detail .media-body {
        padding: 3px 5px 10px;
    }

    .vdo-block span {

        font-size: 1em;
    }
  
  
  .contact-tel span {
    font-size: 1em;
}
}



/*inquiry*/
.CASS-D-border {
    display: grid;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.CASS-D-border .form-control {
    font-size: 1em;

}

.CASS-D-border button {
    background-color: #143045 !important;
    color: #fff;
    padding: 10px 45px;
    font-size: 20px;

}

.CASS-D-border select {
    height: 40px;
    padding: 0px 12px;
}

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

    .CASS-D-border {
        width: 100%;
    }

    .customForm-margin-left {
        display: flex;
        align-items: baseline;
    }
}




.contact-tel-sub {
    display: flex;
    flex-direction: column;
}


.story-detail1,
.story-detail2 {

    font-size: 0.8em;
}

.menu-align h3,
.story-detail1 h3,
.story-detail2 h3 {
    font-size: 1em;
}

.contact-tel {}

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




/*white-bg*/
.menu-align {
    width: max-content;
    margin: 3% auto;
    border-radius: 25px;
    background: #143045;
    padding: 2% 5%;
    outline: 2px solid #143045;
    outline-offset: 7px;
}

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

.menu-border {
    display: none;
}




/*blue-bg*/
.itopplus-bg .menu-align,
.itopplus-bg3 .menu-align,
.itopplus-bg5 .menu-align {
    background: transparent;
    outline: 2px solid transparent;
}

.itopplus-bg .menu-align h2,
.itopplus-bg5 .menu-align h2,
.itopplus-bg3 .menu-align h2 {
    color: #fff;
}

.itopplus-bg .menu-border,
.itopplus-bg3 .menu-border,
.itopplus-bg5 .menu-border{
    display: block;
}

#editor1 {
    text-align: center;
}

