@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600,700&display=swap&subset=thai');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100&display=swap');

@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BookAntiqua';
    src: url('../fonts/BookAntiqua-Bold.eot');
    src: url('../fonts/BookAntiqua-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BookAntiqua-Bold.woff') format('woff'), url('../fonts/BookAntiqua-Bold.ttf') format('truetype'), url('../fonts/BookAntiqua-Bold.svg#BookAntiqua-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tbold';
    src: url('../fonts/tboldspecial.eot');
    src: url('../fonts/tboldspecial.eot?#iefix') format('embedded-opentype'), url('../fonts/tboldspecial.woff2') format('woff2'), url('../fonts/tboldspecial.woff') format('woff'), url('../fonts/tboldspecial.svg#true_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tmd';
    src: url('../fonts/tmedium.eot');
    src: url('../fonts/tmedium.eot?#iefix') format('embedded-opentype'), url('../fonts/tmedium.woff2') format('woff2'), url('../fonts/tmedium.woff') format('woff'), url('../fonts/tmedium.svg#true_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freehand';
    src: url('../fonts/trueketpro.eot');
    src: url('../fonts/trueketpro.eot?#iefix') format('embedded-opentype'), url('../fonts/trueketpro.woff2') format('woff2'), url('../fonts/trueketpro.woff') format('woff'), url('../fonts/trueketpro.svg#trueketsuda_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Prompt', sans-serif;
}

.btn-group a:hover, .btn-group a:focus {
    text-decoration: none;
}

.nav>li>a {
    font-family: 'Prompt', sans-serif;
    font-size: 16px !important;
    color: #333 !important
}

.centerH {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a {
    text-decoration: none
}

* {
    -webkit-overflow-scrolling: touch;
}

#loading {
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: block
}

.globeControl {
    margin-top: 10px;
}

figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.btn-discovery, .btn-discovery2 {
    background-color: #fd3600 !important;
    color: #FFF !important;
    transition: all ease-in-out .5s !important;
    border-radius: 50px !important;
    padding: 5px 20px !important;
    min-width: 150px !important;
    font-family: 'Prompt', sans-serif !important;
    font-size: 18px !important
}

.whitelogo {
    -webkit-filter: brightness(0) grayscale(1) invert(1) !important;
    filter: brightness(0) grayscale(1) invert(1) !important;
}

.btn-discovery:hover {
    color: #FFF;
    background-color: #d63408;
}

.subcenter {
    padding: 0;
    margin: 0
}

.btn-discovery2 {
    background-color: #FFF;
    color: #d63408;
    margin-top: 10px
}

.btn-discovery2:hover {
    background-color: #DADADA;
    color: #d63408
}

.hover01 figure {
    position: relative;
}

.hover01 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover01 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }

}

@keyframes shine {
    100% {
        left: 125%;
    }

}

hr.slash {
    height: 6px;
    background: url(../img/hr-11.png) repeat-x 0 0;
    border: 0;
}

hr.zixzax {
    height: 6px;
    background: url(../img/hr-12.png) repeat-x 0 0;
    border: 0;
}

.modal-title {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

.tripname {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    color: #333;
}

.tripname h2 {

    /* Seminar Site*/
    font-size: 33px;
    margin-top: -10px;
    color: #666;
}

.tripname h3 {

    /* Seminar Type*/
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 13px !important;
    margin-top: -10px;
    color: #666 !important;
}

.tripname h1 {

    /* Code Name + Year */
    font-size: 40px;
    font-weight: lighter;
    margin-top: -10px;
    color: #CCC;
}

.caption h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.caption p {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

.triplisted {
    margin: 0;
    padding: 0
}

.triplisted .thumbnail .caption {
    background: #F5F5F5;
    color: #999 !important
}

.triplisted .thumbnail .caption {
    margin: 0;
    padding: 20px;
}

.triplisted .thumbnail .caption h1, .triplisted .thumbnail .caption h2, .triplisted .thumbnail .caption h3, .triplisted .thumbnail .caption h4 {
    margin: 0;
}

.triplisted .thumbnail .caption h2 {
    font-size: 30px !important;
    line-height: 1em;
    color: #333
}

.triplisted .thumbnail .caption h3 {
    text-transform: uppercase !important
}

.triplisted .thumbnail .caption h1 {
    font-weight: lighter
}

.banner100 img {
    margin: 5px 0;
    padding: 0
}

.banner100:hover {
    opacity: .8
}

.remarks {
    text-align: center;
    font-size: 22px;
}

.footer {

    /* background: url(../img/bg_Footer.jpg) no-repeat top center #38539A; */
    background-color: #38539A;
    min-height: 392px;
    padding: 40px 0 0 0
}

.footer h3, .footer h4, .footer p, .footer a {
    color: #FFF !important;
    text-transform: none;
    font-weight: lighter
}

.triplisted .thumbnail .caption h2 {
    color: #666 !important;
}

.triplisted .thumbnail caption h3 {
    color: #666 !important;
    font-size: 22px
}

.triplisted .thumbnail .caption h4 {
}

.navwttw {
    margin-top: 40px
}

.en {
    font-family: 'Roboto', 'sans-serif' !important;
}

.th {
    font-family: 'Prompt', sans-serif;
}

.thumbnail .caption2 h2 {
    color: #666 !important;
    font-size: 18px !important;
    font-weight: 200;
    margin-bottom: 10px !important;
    letter-spacing: 0 !important;
}

.thumbnail .caption2 h3 {
    color: #666 !important;
    font-size: 16px !important;
    margin-top: 0 !important
}

.footer h2 {
    font-family: 'Prompt', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF
}

.socialogo {
    width: 40px;
    height: auto
}

.tabcustom li a {
    font-family: 'Roboto' !important;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px
}

.footer p {
    font-size: 12px !important;
}

.footer h4 {
    font-size: 18px !important;
    color: #FFF !important;
    font-weight: 400 !important;
}

.footer i {
    color: #FFF !important;
    margin: 0 10px
}

.underline-w {
    border-bottom: 1px solid #FFF;
    padding: 40px 0
}

.closecoll {
    display: block;
    font-size: 25px;
    margin-right: 20px;
    float: right
}

.closecoll a {
    color: #999;
    text-decoration: none
}

.motto {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 40px
}

.flexslider4 {
    padding: 30px 0;
}

.quotelist a h4 {
    line-height: 0;
    white-space: nowrap;
    padding-top: 20px
}

h2, h3, h4, h5, p, .orderlistopen {
    font-family: 'Prompt', sans-serif;
}

.thai {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
}

.enBold {
    font-family: 'Roboto';
}

.enBooK {
    font-family: 'Roboto';
}

.enLight {
    font-family: 'Roboto';
}

.whitebg {
    background: #FFF;
    padding-top: 10px
}

.whitebg h3 {
    font-size: 18px;
    color: #CCC;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-align: center
}

.recommend {
    text-transform: uppercase;
    font-family: 'Roboto' !important;
    font-size: 18px !important;
    color: #999;
    margin: 20px 0
}

.fixSuggest a {
    text-decoration: none;
    color: #666
}

.well {
    margin-top: 30px;
    border: none;
    color: #666
}

.fixSuggest {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    text-align: center
}

.fixSuggest p {
    font-size: 24px;
    text-decoration: none;
}

.linetop {
    border-bottom: 1px solid #CCC
}

.fixSuggest h2 {
    font-size: 23px
}

.fixSuggest small {
    float: right
}

.fixSuggest {
    border: 1px solid #EBEBEB !important;
    margin-right: -1px;
    padding: 30px 10px
}

้.price {
    font-family: 'Roboto' !important;
    font-size: 18px !important;
    line-height: 0;
}

.greenbar {
    background: #0f4fa1;
    width: 100%;
    height: 5px;
    display: block
}

.breadcrumb li {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #666;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #900
}

.mega .nav, .mega .collapse, .mega .dropup, .mega .dropdown {
    position: static;
    width: 100%;
}

.mega .container {
    position: relative;
}

.mega .dropdown-menu {
    left: auto;
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
}

.mega .dropdown-menu>li>a {
    padding: 10px 20px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
}

.mega .mega-content {
    padding: 20px 30px;
    min-height: 200px
}

.mega .mega-content a {

    /*  color: #666;*/
    text-decoration: none
}

.mega .mega-content div a:hover, .mega .mega-content div a:focus {
    color: #ff0000;
}

.pointer a {
    cursor: pointer;
    text-decoration: none;
    color: #666
}

.local {
    padding: 30px 10px;
    border: 1px solid #EFEFEF;
    line-height: 1.7em
}

.mega .dropdown.mega-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.newsbox h2 {
    font-family: 'Prompt', sans-serif;
    font-size: 30px !important;
    margin: 0 !important;
    margin-left: 22px !important
}

.newsbox a {
    text-decoration: none
}

.newsbox h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 25px;
    margin: 0 !important;
    color: #666 !important
}

.newsbox span {
    color: #0f4fa1;
    clear: left;
    display: block
}

a.topup {
    text-decoration: none;
    color: #333;
    float: right
}

.newsbox ul li {
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 20px;
    border-left: 4px solid #FFF;
}

.newsbox ul li a {
    text-decoration: none;
}

.newsbox ul li:first-child {
    border-top: 1px solid #E8E8E8
}

.newsbox ul li:hover, .newsbox ul li.active {
    border-left: 4px solid #0f4fa1
}

.newsbox small {
    font-family: sans-serif;
    font-size: 12px;
    padding: 0;
    color: #CCC
}

.newsbox hr {
    margin: 10px 0 !important
}

.navbar-nav>li>.dropdown-menu {
    box-shadow: none;
    border-radius: 0px
}

.navbar-default .navbar-nav>.open>a {
    background-color: transparent;    /*background:#900; color:#FFF;  */
}

.navbar-default .navbar-nav li a {
    border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: none;
    border: none;
    border-bottom: 3px solid #0f4fa1
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #F5F5F5;
    border-bottom: 3px solid #0f4fa1
}

.nav>li>a {
    color: #333 !important;
    font-family: 'Prompt', sans-serif !important;
    padding: 10px;
    font-size: 18px !important;
    font-weight: 400;
    margin-top: 0px !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    color: #333 !important;
}

@media(max-width:565px) {
    .nav>li>a {
        font-size: 16px !important;
    }

}

.footerDirectory li {
    text-align: left !important;
    padding: 0 !important;
    margin-right: 20px;
    width: 20%
}

.footerDirectory>li a {
    text-decoration: none;    /*padding-top:5px; border:none*/
}

.footerDirectory>li a:hover {

    /* border-top:5px solid #C00; padding-top:0*/
}

.footerDirectory li ol li a {
    font-size: 10px;
}

.footerDirectory li ol li a:hover {
    color: #C00 !important;
    text-decoration: none;
    border-top: none
}

.article {
    margin-right: -1px;
    padding: 20px;
    display: none
}

.article a {
    text-decoration: none;
    color: #666
}

.article:hover {
    background: #F4F4F4;
    transition: background .5s
}

.article>a>h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 32px !important;
    margin: 0;
    padding: 0;
    color: #333 !important
}

.article>a>p {
    font-family: sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4em;
    margin-top: 10px
}

.article>a>small, .article>a>span {
    font-family: sans-serif;
    font-size: 12px !important
}

.article>a>img {
    border: 1px solid #E8E8E8;
}

.loadMore {
    font-family: 'Prompt', sans-serif;
    font-size: 22px !important;
    text-align: center;
}

.topbox1, .topbox2 {
    margin-top: 50px;
}

.topbox1 i, .topbox2 i {
    color: #333 !important
}

.topbox1 h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    white-space: nowrap;
    line-height: 0
}

.topbox1 h3 {
    margin-top: 10px;
    white-space: nowrap;
    font-size: 32px;
}

.topbox2 span {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    line-height: 1em;
    color: #333;
    text-decoration: none;
    display: block;
    float: left;
    opacity: 0.2;
    text-align: center
}

.topbox2 span:hover {
    opacity: 1
}

.flex-caption {
    position: absolute;
    top: 2%;
    margin-left: 20%;
    margin-top: 40px;
    padding: 60px 20px
}

.btnFlex {
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    padding: 10px 20px
}

.flex-caption h3 {
    font-family: 'Roboto';
    font-size: 32px;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
}

.flex-caption p {
    color: #FFF;
    margin-bottom: 40px;
}

.flex-caption .textbox {
    margin-top: 80px
}

.flex-caption .textbox h3 {
    text-align: left;
}

#nexticon {
    z-index: 99;
    display: block;
    font-size: 2em;
    position: absolute;
    bottom: 1%;
    left: 45%;
}

#nexticon a {
    color: #FFF
}

#nexticon a:hover {
    color: #333
}

.follow {
    color: #CCC;
    font-size: 11px;
}

.follow i {
    margin-left: 10px
}

.img-product {
    list-style: none;
    margin: 0;
    padding: 0;
}

.img-product a li {
    border: 1px solid #999;
    border-collapse: separate;
    margin-left: -1px;
}

.img-product li {
    width: 14.2%;
    height: 280px;
    float: left;
    background: #FFF;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    position: relative
}

.img-product li h3 {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto';
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5px;
}

/*.flexslider2 {
padding-bottom: 40px;
width: 915px;
margin: 0 auto;
overflow: hidden;
}*/
.newsSide {
    line-height: 1em;
    text-align: right;
    margin: 60px 10px
}

.newsSide p {
    font-size: 12px;
    font-family: 'Roboto';
    margin: 20px 0 0 0
}

.newsSide img {
    width: 100px;
    height: 100px
}

.newsSide h1 {
    margin: 0;
    font-size: 40px;
    margin-bottom: 0;
    color: #99cc33
}

/* wish list */
.listrap {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listrap li {
    margin: 0;
    padding: 10px;
}

.quotelist li h3, .quotelist li h4, .quotelist li p, .remarks {
    font-family: 'Prompt', sans-serif;
    line-height: 1em
}

.quotelist li h3 {
    font-size: 30px;
}

.quotelist li h4 {
    font-size: 27px;
}

.quotelist li p {
    font-size: 22px;
}

.quotelist a {
    color: #FFF;
    text-decoration: none
}

.listrap .listrap-toggle, .listrap li img {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left
}

.img-product li:hover h3 {
    display: none;
}

.img-product li img {
    margin: 0 auto;
    width: 88%
}

.img-product li .overlap, .img-product li .overlap2 {
    display: none
}

/* overlap = รูป + ข้อความ, overlap2 รูปอย่างเดียว*/
.img-product a li:hover .overlap, .img-product a li:hover .overlap2 {

    /*  background: #900; */

    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: block;
    border: none;
    opacity: .7;
}

.img-product a li:hover .overlap span:before, .img-product a li:hover .overlap2 span:before {
    color: #FFF;
    content: '\e081';
    font-family: 'Glyphicons Halflings';
    font-size: 50px;
    line-height: 5em
}

.img-product a li:hover .overlap2 span:before {
    line-height: 9em
}

.img-product a li:hover .overlap h4 {
    color: #FFF;
    font-size: 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin-top: -80px
}

/*.flexslider2{ padding-bottom:40px; width:100%; margin-left:80px !important;  overflow:hidden; margin:0 auto}*/
.footerSlide {
    font-size: 11px;
    color: #999;
    text-align: center;
    padding-bottom: 5px
}

.framebrand {
    position: absolute;
    min-width: 78%;
    height: 160px;
    margin-left: 22px;
    margin-top: -24px;
}

.cerHead {
    background: #333;
    z-index: 99;
    position: relative;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.bgPink {
    background: #a6ce3a;
    color: #FFF
}

.flexslider3 {
    overflow: hidden;
    padding-bottom: 20px;
    color: #FFF
}

.flexslider3 h3 {
    font-size: 22px;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 0
}

.flexslider3 small {
    font-size: 22px;
    line-height: 2em;
    white-space: nowrap;
    color: #CCC;
    text-transform: uppercase;
}

.flexslider3 span {
    width: 20%
}

.flexslider3 .co1, .flexslider3 .co2, .flexslider3 .co3 {
    display: inline-table;
    overflow: hidden;
}

.flexslider3 .co1 {
    color: #FC0;
}

.orderlistopen a {
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #FFF;
    color: #FFF !important;
    padding: 13px 15px !important
}

.orderlistopen a:hover {
}

.orderlistopen a:after {
    content: ' QUOTE ';
    font-size: 14px;
}

.orderlistopen2 a {
    color: #900;
    font-size: 22px;
    position: absolute;
    top: 30px;
    right: 50px
}

.fix-sm {
    position: absolute !important;
    top: 23px;
    right: 20px;
    font-family: 'Roboto';
}

.rowbox {
    padding: 40px 20px;
    margin-bottom: 40px;
}

#bgNews {
    background: url(../img/footerBG.jpg) no-repeat #d5d5c9 bottom
}

#newsblock {
    margin: 90px 0px 30px 0px;
    overflow: hidden;
    width: 100%;
    clear: both
}

#newsblock ul {
    list-style: none;
}

#newsblock ul li {
    display: none;
    background: #FFF;
    border: 1px solid #DDD;
    float: left;
    margin: 4px
}

#newsblock ul li a {
    text-decoration: none
}

#newsblock ul li a h3 {
    font-size: 15px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
}

/* Head news*/
#newsblock ul li a h4 {
    font-size: 13px;
    color: #900;
    text-transform: uppercase;
    font-family: 'Roboto';
    line-height: .5em
}

/* Head news*/
#newsblock ul li a p {
    font-size: 11px;
    color: #CCC;
    line-height: 1em
}

#newsblock ul li a img {
    width: 100%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#newsblock ul li:hover img {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.framearrow {
    background: url(../img/uparrow.png) no-repeat 0 0;
    width: 24px;
    height: 13px;
    display: block;
    margin-top: -15px;
    margin-left: 154px;
    position: absolute;
    z-index: 99
}

.newscaption {
    padding: 10px 30px
}

.lineCenter {
    width: 100%;
    height: 18px;
    margin-bottom: 40px;
    text-align: center;
}

.loadMore {
    font-size: 14px;
    font-family: 'Roboto';
    background: #FFF;
    color: #666;
    width: 120px;
    padding: 20px 50px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase
}

.loadMore:hover {
    color: #2d2a25;
}

#morenews {
    display: block
}

.footercenterlogo {
    width: 200px;
    text-align: center
}

a:focus {
    outline: none
}

.caret-down {
    border-bottom-width: 0;
    border-top: 4px solid #F00;
}

.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #99cc33;
}

.navbar-default {
    background: none;
    border: none
}

.amwaylogo {
}

.wttwlogo {
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none !important;
}

.thumbnail img:hover {

    /*   -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out ; */
    opacity: .5;
    transition: opacity .2s ease-in-out
}

.thumbnail .caption {
    color: #666;
    text-align: center
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
        display: none;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

    .fixSuggest {
        min-height: 100%;
        max-height: 100%
    }

    .fixSuggest img {
    }

}

.form-group input {
}

.form-group {
    margin: 2px !important
}

.footerdirectory {
    list-style: none;
}

.linker a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase
}

.linker a:hover {
    color: #999;
}

.despadding {
    padding: 3px 25px;
}

.footer a, .footer a:active {
    text-decoration: none;
    color: #333
}

.footer a:hover {

    /* text-decoration: underline;*/
}

.footer p {
    font-family: 'Prompt', sans-serif;
    font-size: 14px !important;
    line-height: 1em
}

.footerlogo1 {
    position: absolute;
    top: -15px;
    padding: 0 0 40px 0
}

.amwaylogo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, 100%)
}

@media(max-width:1200px) {
    .amwaylogo2 {
        transform: translate(-40%, 100%)
    }

}

/*.footer h3 {
font-size: 30px;
font-family: 'Prompt', sans-serif;
text-transform: uppercase;
color: #666;
}
.footer h4 {
font-size: 25px;
font-family: 'Prompt', sans-serif;
text-transform: uppercase;
color: #333;
line-height: 1em
}*/
.contactnumber {
    margin-bottom: 20px
}

.contactnumber h2 {
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    white-space: nowrap;
    margin: 10px 0;
    text-align: left !important;
}

.contactnumber small {
    float: left;
    text-align: left !important;
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contactnumber div {
    margin-right: 15px;
    float: left
}

/* Social Icon*/
.contactnumber i:hover {
    color: #666;
    transition: color 1s
}

#map-canvas {
    width: 100%;
    max-width: 100%;
    height: 220px;
    margin: 40px 0px;
    padding: 0px;
}

.fixtopspace li a {
    margin-top: 0 !important;
    float: left;
    font-size: 12px;
    font-family: sans-serif;
    margin-right: 30px;
    color: #999;
}

.fixtopspace li a:hover {
    text-decoration: none;
    color: #666
}

.redbg {
    background: #ff0000
}

.smallfooter {
    font-size: 13px;
    color: #999;
    line-height: 2em;
    padding: 10px 0
}

.smallfooter a {
    text-decoration: none;
    color: #666
}

.btn-primary {
    background: #666;
    color: #FFF;
    border: none
}

.btn-primary:hover, .btn-primary.active {
    background: #ff0000;
    color: #FFF;
    border: none
}

#login-dp {
    overflow: hidden;
    min-width: 273px;
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    height: 30px;
    text-transform: uppercase;
    line-height: 2em
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 100%;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.btn-fb {
    color: #FFF !important;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #FFF;
    background-color: #496ebc
}

.btn-tw {
    color: #FFF;
    background-color: #55acee;
}

.fa-caret-down {
    font-size: 12px;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 12px 22px 12px 12px;
    margin-left: 20px;
    margin-bottom: 18px;
    background: none;
    background-image: none;
    border: none;
    border-radius: 0px;
    color: #666
}

.navbar-toggle:hover {
    background: none !important;
}

.protab {
    min-height: 400px;
    padding: 40px 0
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 0px;
}

.margin300 {
    margin-top: 560px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px
}

.copyfooter {
    font-family: sans-serif !important;
    font-size: 13px !important;
    color: #999 !important;
    white-space: nowrap
}

.footeblock {
    border: 1px solid #CCC;
    vertical-align: middle;
    height: 300px;
    padding: 30px 40px;
    background: #FFF;
}

.footeblock:hover {
    background: #EBEBEB;
    -webkit-transition: background 1.5s linear;
    -moz-transition: background 1.5s linear;
    -o-transition: background 1.5s linear;
    -ms-transition: background 1.5s linear;
    transition: background 1.5s linear;
}

/* Product Tab*/
.nav-tabs.redtab>li.active>a, .nav-tabs.redtab>li.active>a:focus, .nav-tabs.redtab>li.active>a:hover {
    border: none;
}

.nav-tabs.redtab2>li.active>a, .nav-tabs.redtab2>li.active>a:focus, .nav-tabs.redtab2>li.active>a:hover {
    border: none;
}

.fixtabs {
    margin-right: 0 !important;
}

.nav-tabs.redtab {
    border-bottom: none;
}

.nav-tabs.redtab>li {
    width: 255px;
    margin-right: 10px;
}

.nav-tabs.redtab2>li {
    width: 20%;
    text-align: center;
    display: inline-table;
}

.nav-tabs.redtab>li>a {
    opacity: .5;
    height: 500px;
    border: none;
    padding: 20px 10px;
}

.nav-tabs.redtab2>li>a {
    opacity: .5;
    border: none;
    padding: 20px 10px;
}

.nav-tabs.redtab>li>a:hover, .nav-tabs.redtab2>li>a:hover {
    background: none;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.nav-tabs.redtab h3 {
    font-size: 28px;
    font-family: 'Prompt', sans-serif;
    line-height: .7em;
    text-align: center;
}

.nav-tabs.redtab h4 {
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 1em;
    text-align: center;
    color: #000
}

.nav-tabs.redtab p {
    font-size: 19px;
    font-family: 'Prompt', sans-serif;
    line-height: 1em;
    text-align: center
}

.nav-tabs.redtab>li.active>a, .nav-tabs.redtab>li.active>a:focus, .nav-tabs.redtab>li.active>a:hover {
    background: url(../img/redactive.png) no-repeat 50% 10px;
    color: #FFF !important;
    opacity: 1;
}

.nav-tabs.redtab2>li.active>a, .nav-tabs.redtab2>li.active>a:focus, .nav-tabs.redtab2>li.active>a:hover {
    color: #900 !important;
    background: none;
    opacity: 1;
}

/* submenu search*/
.btn-success {
    background: #0f4fa1;
    border: #0f4fa1
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0f4fa1;
    border-color: #0f4fa1
}

.dropdown-submenu>.dropdown-menu {
    top: 80%;
    left: 0;
    margin-top: 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    border: 1px solid #CCC
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.contentbox {
    background: url(../img/bgmain.jpg) no-repeat bottom center
}

.contents {
    color: #666;
    padding-top: 30px
}

.contents h1 {
    font-size: 35px;
    font-family: 'Prompt', sans-serif;
    line-height: 1em
}

.contents h2 {
    font-family: 'Roboto';
    margin: 0;
    padding: 0
}

/* ราคาสินค้า*/
.contents h4 {
    font-size: 28px
}

.contents h4 span {
    font-size: 23px
}

.contents a {
    text-decoration: none
}

.contents .thumbnail {
    position: relative;
}

.contents .thumbnail h3 {
    max-height: 42px;
    min-height: 42px;
    overflow: hidden;
    margin: 2px
}

/* ชื่อสินค้า */
.contents .thumbnail p {
    font-family: sans-serif;
    font-size: 16px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    margin: 0
}

/* รายละเอียด */
.contents li {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
    overflow: hidden;
    margin-bottom: 12px;
}

.contents .thumbnail h4 {
    margin-bottom: 40px;
    max-height: 32px;    /*overflow: hidden;*/
    margin: 0
}

/* ราคา*/
.contents .addtocart {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
    padding: 0 10px;
    display: block;
    min-width: 100px;
    margin: 30px auto;
    z-index: 99
}

.contents .addmember {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
    padding: 10px 20px;
    display: block;
}

.simcaptha {
    padding: 10px 20px;
    border: 1px solid #CCC;
    background: #EAEAEA;
    font-size: 50px;
    text-align: center;
    font-family: sans-serif
}

.spacetop20 {
    clear: both;
    position: relative
}

.spacetop20 .addtocart {
    font-size: 22px;
    font-family: 'Prompt', sans-serif;
    padding: 5px 20px;
    float: right
}

.boxprice {
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-top: 30px
}

.contents .fa:after {
    content: '-';
    color: transparent
}

.contents .col-md-12 p {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 20px 0;
}

.contents .col-md-6 p {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
}

.moreblock {
    margin: 30px 0 40px 0
}

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }

    .flexslider3 .co1, .flexslider3 .co2, .flexslider3 .co3 {
        margin: 0;
        padding: 0;
        width: 50%;
        float: none
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 0;
        margin-top: 0px;
    }

    .navwttw {
        margin-top: 0
    }

}

@media (min-width:768px) {
    .navbar-nav {
        display: flex;
        table-layout: auto;
        float: none;
    }

    .navbar-nav>li {
        display: table-cell;
        float: none;
    }

    .navbar-default {
        margin-bottom: 0
    }

    .spacecenter {
        width: 290px
    }

}

@media (max-width:1200px) {
    .footerDirectory>li a {
        padding: 0;
        border: none
    }

    .footerDirectory>li a:hover {
        border: none;
        padding: 0;
        color: #900
    }

    .newsSide {
        margin: 30px 10px;
    }

    /* MD */
    .spacecenter {
        display: none !important
    }

    .navbar-nav {
        width: 100%;
        padding: 0 !important
    }

    .nav>li>a {
        padding: 10px 15px;
    }

    .redtab {
        margin: 0;
        padding: 0;
    }

    .nav-tabs.redtab>li {
        width: 25%;
        margin-right: 0;
        border: 1px solid #EAEAEA;
    }

    .nav-tabs.redtab img {
        margin: 0 auto;
        display: block;
        width: 60%
    }

    .nav-tabs.redtab>li>a {
        opacity: .5;
        border-radius: 0;
        border: none;
        padding: 20px;
    }

    .nav-tabs.redtab>li>a:hover {
        background: none;
        opacity: 1;
        transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -webkit-transition: opacity 1s ease-in-out;
    }

    .nav-tabs.redtab h3 {
        font-size: 23px;
        font-family: 'Prompt', sans-serif;
        line-height: .7em;
        text-align: center;
        white-space: nowrap
    }

    .nav-tabs.redtab h4 {
        font-size: 14px;
        font-family: 'Roboto';
        line-height: 1em;
        text-align: center;
        color: #000
    }

    .nav-tabs.redtab p {
        font-size: 22px;
        font-family: 'Prompt', sans-serif;
        line-height: 1em;
        text-align: center
    }

    .nav-tabs.redtab>li.active>a, .nav-tabs.redtab>li.active>a:focus, .nav-tabs.redtab>li.active>a:hover {
        background: #900;
        color: #FFF !important;
        opacity: 1;
    }

    .img-product li {
        width: 25%;
        min-height: 300px;
    }

    .img-product li img {
        width: 100%
    }

    .img-product li h3 {
        color: #999;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'Roboto';
    }

    .img-product a li:hover .overlap span:before {
        color: #FFF;
        content: '\e081';
        font-family: 'Glyphicons Halflings';
        font-size: 50px;
        line-height: 5em
    }

    .img-product a li:hover .overlap h4 {
        color: #FFF;
        font-size: 13px;
        font-family: 'Roboto';
        text-transform: uppercase;
        margin-top: -80px
    }

    .whitebg>.container {
        width: 100%;
    }

}

.copyright {
    border-top: 1px solid #FFF;
    margin-top: 20px;
    padding: 20px 10px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center
}

@media (max-width:767px) {
    .btn {
        padding: 10px 30px;
        background: rgba(225, 225, 225, .5);
        color: #333;
        font-size: 24px !important;
    }

    .btn-discovery, .btn-discovery2 {
        font-size: 18px !important
    }

    .btn:hover, .btn:visited, .btn:focus {

        /*background: rgba(225,225,225,1);*/
        color: #000;
        outline: none !important
    }

    .footeraddress {
        text-align: center
    }

    .footerlogo img {
        max-width: 100px !important
    }

    .banner100 img {
        margin: 4px 0;
        padding: 0
    }

    .globeControl {
        margin-top: 0;
        margin-bottom: 0;
    }

    .triplisted {
        padding: 0;
        margin: 0
    }

    .triplisted .thumbnail .caption {
        margin: 0;
        padding: 10px 0 0 0;
        white-space: normal;
        min-height: auto !important
    }

    .triplisted .thumbnail .caption h2 {
        font-size: 34px !important;
        white-space: nowrap;
    }

    .triplisted .thumbnail .caption h3 {
        font-size: 22px !important;
        text-align: center
    }

    .triplisted .thumbnail .caption h1 {
        font-size: 30px !important;
        line-height: 2em
    }

    .copyright {
        text-align: center
    }

    .navbar {
        position: relative;
        border: none;
        background: url('../img/amway.svg') #FFF no-repeat 50% 10px;
        background-size: auto 50px;
        margin-bottom: 0;
    }

    .spacecenter {
        display: none !important
    }

    .footerpolicy {
        font-size: 12px;
    }

    .mega .mega-content {
        padding: 10px 20px;
        border-bottom: 1px solid #CCC;
        line-height: 3em
    }

    .mega .mega-content.fixlinespace {
        line-height: 2em;
        padding: 5px 10px
    }

    .fixfilter {
        width: 100px;
        min-width: 100px;
        overflow: hidden
    }

    .fixfilteropen {
        width: 80px;
        min-width: 80px;
        overflow: hidden
    }

    .fixfilteropen>li>a {
        padding: 5px 8px !important
    }

    .orderlistopen a {
        border: none;
        color: #333 !important
    }

    .flex-caption {
        position: absolute;
        width: 100%;
        top: 0px;
        margin-left: 10px;
        margin-top: 40px;
        padding: 60px 20px
    }

    .nav-tabs.redtab>li {
        width: 100%;
        margin-right: 0;
        border: 1px solid #EAEAEA;
    }

    .nav-tabs.redtab img {
        display: block;
        width: 80px;
        float: left;
        margin-right: 20px
    }

    .nav-tabs.redtab>li>a {
        opacity: .5;
        height: 100px;
        border: none;
        padding: 10px;
    }

    .nav-tabs.redtab h3 {
        font-size: 23px;
        line-height: .1em;
        text-align: left;
        white-space: nowrap
    }

    .nav-tabs.redtab h4 {
        font-size: 12px;
        line-height: 2.2em;
        text-align: left;
        color: #000;
        white-space: nowrap
    }

    .nav-tabs.redtab p {
        display: none
    }

    .nav-tabs.redtab>li.active>a, .nav-tabs.redtab>li.active>a:focus, .nav-tabs.redtab>li.active>a:hover {
        background: none #900;
        color: #FFF !important;
        opacity: 1;
    }

    .nav-tabs.redtab2>li {
        width: 100%;
        text-align: left;
        display: block;
        border-bottom: 1px solid #CCC;        /*margin-left:-20px*/
    }

    .nav-tabs.redtab2>li>a {
        padding: 20px 0px;
        opacity: .5;
        border: none;
    }

    .img-product li {
        width: 50%;
        min-height: 200px;
    }

    .img-product li h3 {
        color: #999;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'Roboto';
        display: block;
        margin-top: -10px
    }

    .redtab li {
        margin-left: 0px
    }

    .nav>li>a {
        margin-top: 0
    }

    .thumbnail .caption p {
        display: none;
        text-transform: none;
    }

    .thumbnail .caption h3 {
        text-align: left;
    }

}

.btn-group a {
    width: 50% !important;
    padding: 10px 20px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .btn-group a {
        width: 25% !important;
    }

}

@media (max-width:480px) {
    .btn-group a {
        width: 100% !important;
    }

    .btn-group, .btn-group-vertical {
        width: 100%
    }

    .container {

        /*padding: 0;*/
    }

    .fixtopspace li q {
        text-align: center;
        padding: 0 20px
    }

    .nav>li>a {
        margin-top: 14px
    }

    .redtab>li {
        margin-right: 0;
        text-align: left;
        padding: 0;
    }

    .contactnumber small {
        margin-top: 0;
    }

    .nav-tabs>li>a {
        margin-right: 0;
        overflow: hidden
    }

    .nav-tabs.redtab img {
        display: none;
        width: 50px;
        float: left
    }

    .navbar-collapse {
        padding-left: 20px
    }

    .nav-tabs.redtab>li>a {
        opacity: .5;
        height: 60px;
        border: none;
        padding: 0px;
    }

    .nav-tabs.redtab h3 {
        font-size: 23px;
        line-height: 0;
        text-align: left;
    }

    .nav-tabs.redtab h4 {
        font-size: 12px;
        line-height: 1em;
        text-align: left;
        color: #000
    }

    .nav-tabs.redtab p {
        display: none
    }

    .nav-tabs.redtab>li.active>a, .nav-tabs.redtab>li.active>a:focus, .nav-tabs.redtab>li.active>a:hover {
        background: none #900;
        color: #FFF !important;
        opacity: 1;
    }

    .img-product li {
        width: 100%;
        height: 300px
    }

    .img-product li img {
        width: 80%
    }

    .img-product li h3 {
        font-size: 12px;
    }

    .img-product a li:hover .overlap h4 {
        color: #FFF;
        font-size: 16px;
        font-family: 'Roboto';
        text-transform: uppercase;
        margin-top: -50px
    }

}

.contentbg {
    background: #FFF;
}

.contentbg h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 34px;
}

.contentbg h4 {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
}

.mbox button {
    font-family: 'Prompt', sans-serif;
    font-size: 20px !important;
    background: #858585 !important;
    padding: 5px 30px !important
}

.aboutbox {
    background: #FFF;
    padding: 50px 20px 30px 20px;
}

.aboutbox h3 {
    line-height: 1em;
    margin: 0;
}

.fa-plus-circle {
    color: #CCC;
    position: absolute;
    bottom: 0;
    display: block;
    left: auto;
    right: 20px;
}

.mbox {
}

.cBox1, .cBox2, .cBox3 {
    padding: 30px;
    min-height: 230px;
    overflow: hidden;
    margin: 6px 3px;
    width: 97.9%
}

.cBox1 img, .cBox2 img, .cBox3 img {
    margin-top: 30px;
    margin-left: -20px
}

.cBox1 {
    background: #cccc99;
}

.cBox2 {
    background: #abd8e5
}

.cBox3 {
    background: #e9e5dc
}

.mbox h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 23px;    /*white-space: nowrap*/
}

.darkgray {
    background: #333;
    color: #FFF;
    margin: 10px 0;
    padding: 10px 30px
}

.darkgray:hover {
    background: #666;
    color: #FFF
}

.fa-5x {
    margin-top: 40px;
    margin-left: -10px
}

.fa-plus-circle {
    margin: 0 10px 10px 0;
}

@media (max-width:767px) {
    .nav>li>a {
        padding: 10px 30px;
    }

    .cBox1, .cBox2, .cBox3 {
        margin: 0;
        min-height: 150px;
        padding: 0px 40px
    }

    .mbox h3 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

}

.sms i {
    color: #CCC
}

@media (max-width:480px) {
    .boxin {
        padding: 20px 10px 50px 10px;
    }

    .fixaddress {
        text-align: center
    }

    .fa-plus-circle {
        color: #CCC;
        position: absolute;
        bottom: 10px;
        display: block;
        left: auto;
        right: 30px;
    }

    .contents h1 {
        font-size: 32px !important;        /*  white-space: nowrap !important;*/
    }

    .contents .thumbnail h3 {
        max-height: 100%;
        min-height: 100%;
    }

    .contents .thumbnail p {
        max-height: 100%;
        min-height: 100%;
    }

    /* รายละเอียด */
    .contents .thumbnail h4 {
        margin-bottom: 0;
        max-height: 100%;
    }

    /* ราคา*/
}

.youtubeEm iframe {
    height: 333px;
}

.box {
    float: right;    /*  margin: 5% 8% 0 8%;*/
    width: 100%;
}

.count {
    font-weight: bold;
    font-size: 40px;
    float: left;
    border-right: 2px solid #0f4fa1;
    line-height: 40px;
    padding-right: 10px;
}

.share {
    float: left;
    margin-left: 5px;
    font-size: 20px;
    width: 60px;
    line-height: 0.8;
    margin-top: 5px;
}

.pd_tb10 {
    margin-top: 5px;
    margin-bottom: 20px;    /* border-radius: 15px; */
}

.txt18_bl_b {
    font-weight: bold;
    font-size: 12px;
    color: #0f4fa1;
}

@media (max-width:992px) {

    /* sm */
    .tripname h2 {
        font-size: 30px
    }

    .tripname h3 {
        font-size: 22px
    }

    .tripname h1 {
        font-size: 28px
    }

    .triplisted .col-sm-4 {
        padding: 2px
    }

    .triplisted {
        margin: 0;
        padding: 0
    }

    .triplisted .thumbnail .caption {
        margin: 0;
        padding: 20px;
        min-height: 150px;
        max-height: 150px
    }

    .triplisted .thumbnail .caption h2 {
        font-size: 25px !important;
        white-space: normal;
        margin: 0;
    }

    .triplisted .thumbnail .caption h3 {
        font-size: 18px !important;
    }

    .triplisted .thumbnail .caption h1 {
        font-size: 30px !important;
        line-height: 2em;
    }

    .remarks {
        padding: 20px 0;
        text-align: center;
        font-size: 20px;
    }

    .btn-link {
        padding: 0;
    }

}

.btn-info, .btn-link {
    font-family: 'Prompt', sans-serif;
    font-size: 22px !important;
}

#toping {
    min-height: 600px;
    padding: 0
}

#slogan h2.th {
    font-family: 'Prompt', sans-serif;
}

#toping h1 {
    margin: 30px 0 0 0
}

#toping h3 {
    margin: 0 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 500;
    width: 100%;
    height: 100%;
}

#status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -32px 0 0 -32px;
}

@media (max-width:767px) {
    .pageBackground {
        background: none;
    }

    #toping {
        min-height: 200px;
    }

    #toping h1 {
        margin: 40px 0 0 0;
        font-size: 28px !important;
    }

    #toping h3 {
        font-size: 20px !important;
        padding: 0;
        margin: 0
    }

    #slogan h2.th {
        font-size: 24px;
    }

}

.remarks {
    font-size: 14px;
    line-height: 1.2em
}

.remarks h2 {
    font-size: 18px;
    line-height: 1.2em
}

.callcenter {
    text-align: center;
    display: block;
    width: 100%;
}

.callcenter h2 {
    margin: 0;
    font-size: 25px !important;
    font-weight: 600 !important
}

.callcenter p {
    padding: 0;
    margin: 0;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 600 !important
}

.btnviewall, .btnviewall:hover, .btnviewall:focus {
    font-size: .8em !important;
    background: #eaeaea !important;
    padding: 5px 20px !important;
    border-radius: 20px !important;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.flip_box {
    margin: 30px 0;
    text-align: center;
}

/* update 2022 */
@media(max-width:480px) {
    .mega-content .thumbnail {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }



    .mega-content .thumbnail a > img {
        object-fit: cover;

    }

}
