body {
    color: #575757;
    font-family: 'Kanit', sans-serif, Helvetica, Arial;
    font-size: 16px;
    line-height: 1.42857;
}
.h-blue {
    text-align: center;
    font-weight: bold;
    color: #0c537f;
}
.table {
    color: inherit;
}
.btn-book, .btn-book:focus, .btn-book:hover{
    background-color: #0c537f;
    border-color: #0c537f;
    color: #fff;
    border-radius: 20px;
    padding: 5px 30px 5px;
    font-size: 16px;
    width: 150px;
    display: block;
    margin: 0 auto;
}
.mar-t50{
    margin-top: -50px;
}
.mar-t100{
    margin-top: -100px;
}
.tb-cf {

}
table.tb-cf th {
    background-color: #827167;
    color: #FFF;
    text-align: center;
}
table.tb-cf td {
    border-bottom-width: 0px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

table.tb-cf th, table.tb-cf td {
    width: 120px;
}
@media screen and (max-width: 991px) {
    table.tb-cf th:first-child,
    table.tb-cf td:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
        text-align: left;
        /*white-space: nowrap;*/
        box-shadow: 2px 0 0 #ddd;
        width: 70px;
    }
    table.tb-cf td:first-child {
        background: #fff;
    }
    .cf-scroll{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* บังคับให้ table กว้างกว่า container เพื่อให้ scroll */
table.tb-cf {
    min-width: 900px;
    border-collapse: collapse;
    width: 100%;
}

/* cell */
table.tb-cf td{
    padding: .625em;
    text-align: center;
    border-bottom: 2px solid #ddd;
    background: #fff;
}
table.tb-cf td:not(:first-child):not(:last-child){
    border-right: 2px dotted #ddd;
}

/* ลูกศร */
.cf-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #fff;
    z-index: 10;
}

.cf-arrow.left{
    left: -10px;
}
.cf-arrow.right{
    right: -10px;
}
@media screen and (min-width: 992px) {
    .cf-arrow {
        display: none;
    }
}

table.tb-cf.tb-price tr:not(:first-child) td:first-child {
    color: #575757;
}

.tb-price tr td {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.tb-price tr:not(:first-child) td:first-child {
    color: #0c537f;
}
.tb-price-srircha tr td {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.tb-price-srircha tr td:first-child {
    color: #0c537f;
}

.text-condition {
    color: #873c65;
}
.bt-brochure {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 18px 0;
    color: #fff;
    text-align: center;
    background: #0c537f;
    font-size: 20px;
    text-decoration: none;
}
.bt-brochure:hover, .bt-brochure:focus {
    color: #fff;
}
.bg-kyn{
    background-image: url('../images/bg2.jpg');
    background-size: cover;
}
.bg-hha{
    background-image: url('../images/bg3.jpg');
    background-size: cover;
}
.bg-ksc{
    background-image: url('../images/bg4-1.jpg');
    background-size: cover;
}
.bg-chm {
    background-image: url('../images/bg4-2.jpg');
    background-size: cover;
}
.bg-voucher {
    background-image: url('../images/bg5.jpg');
    background-size: cover;
}
.bg-cf{
    /*    background-image: url('../images/bg-cf.jpg');
        background-size: cover;
        background-position: 0;*/
    background-image:
        linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
        url('../images/bg-cf.jpg');
    background-size: cover;
    background-position: center;
}
.voucher-title {
    /*    background-color: #0c537f;
        color: #fff;*/
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0;
}
.bg-voucher-detail {
    /*background-color: #e0f1fc;*/
}

.tb-nidhrarom tr td {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

@media (min-width: 768px){
    .tb-price tr:not(:first-child) td,
    .tb-nidhrarom tr:not(:first-child) td {
        font-size: 18px;
    }

    .tb-price tr:not(:first-child) td:first-child,
    .tb-price-srircha tr td:first-child {
        font-size: 22px;
    }

    .tb-price tr td span,
    .tb-price-srircha tr td span,
    .tb-nidhrarom tr td span {
        font-size: 22px;
    }
    .tb-cf tr td {
        font-size: 20px;
    }
}
@media (min-width:1200px){
    body {
        font-size: 18px;
    }
    .tb-price tr:not(:first-child) td,
    .tb-nidhrarom tr:not(:first-child) td {
        font-size: 20px;
    }

    .tb-price tr:not(:first-child) td:first-child,
    .tb-price-srircha tr td:first-child {
        font-size: 26px;
    }
    .tb-price tr td span,
    .tb-price-srircha tr td span,
    .tb-nidhrarom tr td span {
        font-size: 26px;
    }

    .tb-price-srircha tr td {
        width: 50%;
    }
    .tb-cf tr:first-child td {
        padding: 20px 10px;
    }
    .tb-cf tr td {
        font-size: 26px;
    }
}

/* -------------------------------------------- */


.pro-txt{
    color: #d1262c;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
}
.cf-txt1{
    font-size: 40px;
    color: #0c537f;
}
.cf-txt2{
    font-size: 30px;
    color: #575757;
}
.cf-con{
    color: #575757;
}



/* trapezoid */
.trapezoid-right {
    border-bottom: 25px solid #0c537f;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: #fff;
    border-width: 0 0 50px 50px;
    float: right;
}
.trapezoid-left {
    border-bottom: 25px solid #0c537f;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 0 solid transparent;
    color: #fff;
    border-width: 0 50px 50px 0;
}
/*สำหรับเอาขึ้นทับภาพ*/
/*#kyn-trapezoid .trapezoid-left{
    position: absolute;
    margin-top: -50px;
}*/
/*End สำหรับเอาขึ้นทับภาพ*/
#kyn-trapezoid .trapezoid-left, #hha-trapezoid .trapezoid-left{
    width: 20%;
}
#kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
    width: 30%;
}
#collection-trapezoid .trapezoid-left{
    width: 40%;
}
#chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left{
    width: 37%;
}
#kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right{
    width: 25%;
}
#kyn-trapezoid .border-trapezoid, #hha-trapezoid .border-trapezoid, #kbh-trapezoid .border-trapezoid,
#bch-trapezoid .border-trapezoid, #collection-trapezoid .border-trapezoid, #kor-trapezoid .border-trapezoid, #chm-trapezoid2 .border-trapezoid {
    border-bottom: 2px solid #0c537f;
}
#kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left,
#bch-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left, #kor-trapezoid .txt-name-left, #chm-trapezoid2 .txt-name-left, #kor-trapezoid2 .txt-name-right{
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 65px 0;
    text-transform: uppercase;
}
#cph-trapezoid .trapezoid-right{
    width: 21%;
}
#kal-trapezoid .trapezoid-right{
    width: 35%;
}
#ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left{
    width: 33%;
}
#kh-trapezoid .trapezoid-right{
    width: 30%;
}
#cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right, #ksc-trapezoid .txt-name-right, #ksc-trapezoid2 .txt-name-left, #chm-trapezoid .txt-name-right, #kh-trapezoid .txt-name-right{
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 65px 0;
    text-transform: uppercase;
}
#cph-trapezoid .border-trapezoid, #kal-trapezoid .border-trapezoid, #ksc-trapezoid .border-trapezoid, #chm-trapezoid .border-trapezoid, #kh-trapezoid .border-trapezoid,
#kor-trapezoid2 .border-trapezoid{
    border-bottom: 2px solid #0c537f;
    padding-top: 48px;
}
#ksc-trapezoid2 .border-trapezoid{
    border-bottom: 2px solid #0c537f;
}
/*End trapezoid*/

.txt-name-thai{
    color: #575757;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.txt-name-room{
    text-align: center;
    font-weight: bold;
    color: #0c537f;
    font-size: 30px;
    margin-top: 10px;
}
.txt-room-price1{
    font-size: 30px;
    font-weight: bold;
    color: #575757;
}
.txt-room-price2{
    font-size: 20px;
    font-weight: bold;
    color: #575757;
}
.txt-day{
    color: #575757;
}


#kyn .pad-top40{
    padding-top: 40px;
}
#kyn .float-left{
    float: left;
}
#kyn .float-right{
    float: right;
}
#kyn .mar{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20px;
}
#kyn .mar2{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0;
}
#kyn .txt-left{
    text-align: left;
}
#cph .pad-top50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#cph .pad-top20{
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#cph .pad-t-70{
    padding-top: 70px;
    padding-bottom: 15px;
}
#cph .float-left{
    float: left;
}
#cph .float-right{
    float: right;
}
#hha .float-left{
    float: left;
}
#hha .float-right{
    float: right;
}
#hha .pad-top50 {
    padding-top: 30px;
    padding-bottom: 15px;
}
#hha .pad-top20, #ayu .pad-top20, #chm .pad-top20{
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#kal .pad-top30 {
    padding-top: 50px;
    padding-bottom: 15px;
}
#kbh .float-left{
    float: left;
}
#kbh .float-right{
    float: right;
}
#kbh .pad-top40 {
    padding-top: 40px;
}
#kbh .pad-top50 {
    padding-top: 50px;
    padding-bottom: 15px;
}
#ksc .pad-top40{
    padding-top: 90px;
}
#bch .pad-top130{
    padding-top: 130px;
}
#chm .pad-top40{
    padding-top: 95px;
    padding-bottom: 15px;
}
#ayu .txt-name-thai, #chm .txt-name-thai{
    padding-left: 0;
    padding-right: 0;
}
.txt-voucher{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.txt-mar-t{
    margin-top: 10px;
}
.txt-mar-b{
    margin-bottom: 0;
}
.pad-t-b-15{
    padding-top: 5px;
    padding-bottom: 5px;
}

.txt-name-en-th{
    color: #575757;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
#kor .pad-t15, #ryg .pad-t15, #ry3 .pad-t15, #ckr .pad-t15, #cks .pad-t15, #cka .pad-t15{
    padding-top: 15px;
}
#kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30{
    padding-top: 60px;
}
.txt-condition3{
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.txt-question{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.float-right{
    float: right;
}
.txt-detail {
    font-size: 30px;
    font-weight: bold;
}
.txt-detail-2 {
    font-size: 50px;
    font-weight: bold;
    color: #d1262c;
}
.mar-b-10{
    margin-bottom: 10px;
}
.txt-detail-3 {
    font-size: 50px;
    font-weight: bold;
}
#tel{
    font-size: 30px;
}
#tel .container{
    width: 900px;
}
#tel a{
    color: #000;
}
#tel a:focus, #tel a:hover{
    text-decoration: none;
}

.bg1{
    background-image: url('../images/bg1.jpg');
    background-size: cover;
}

.mar-b-30{
    margin-bottom: 30px;
}

.pad-b-100{
    padding-bottom: 100px;
}
.pad-t-30{
    padding-top: 30px;
}
.pad-t-b-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad-t-130{
    padding-top: 130px;
}

@media (min-width:1447px){
    .container{
        width: 1400px
    }
}
@media (min-width:1200px) and (max-width:1446px){
    #cph .pad-t-130 {
        padding-top: 100px;
    }
}
@media (min-width:1788px) and (max-width:1898px){
    #cph-trapezoid .trapezoid-right {
        width: 23%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 35%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 36%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 30%;
    }
}
@media (min-width:1648px) and (max-width:1787px){
    #kyn-trapezoid .trapezoid-left, #hha-trapezoid .trapezoid-left {
        width: 23%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 25%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 38%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 30%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 40%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 32%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 25%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 45%;
    }
    #chm-trapezoid .txt-name-right{
        width: 36%;
    }
}
@media (min-width:1531px) and (max-width:1647px){
    #kyn-trapezoid .trapezoid-left, #hha-trapezoid .trapezoid-left {
        width: 25%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 27%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 42%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 30%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 42%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 30%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 48%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 42%;
    }
    #chm-trapezoid .txt-name-right{
        width: 37%;
    }
}
@media (min-width:1447px) and (max-width:1530px){
    #kyn-trapezoid .trapezoid-left, #hha-trapezoid .trapezoid-left {
        width: 26%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 28%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 44%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 30%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 45%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 36%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 30%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 50%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 44%;
    }
    #chm-trapezoid .txt-name-right{
        width: 40%;
    }
}
@media (min-width:1365px) and (max-width:1446px){
    #kyn-trapezoid .trapezoid-left {
        width: 28%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 27%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 30%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 46%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 35%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 47%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 38%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right{
        width: 30%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 52%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 46%;
    }
    #chm-trapezoid .txt-name-right{
        width: 42%;
    }
    #cph .pad-t-70, #hha .pad-top50 {
        padding-top: 20px;
    }
    #kal .pad-top30, #kbh .pad-top50 {
        padding-top: 0;
    }
    #ksc .pad-top40 {
        padding-top: 50px;
    }
    #bch .pad-top130 {
        padding-top: 100px;
    }
    #chm .pad-top40 {
        padding-top: 60px;
    }
    #kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
        padding-top: 30px;
    }
}
@media (min-width:1308px) and (max-width:1364px){
    #kyn-trapezoid .trapezoid-left {
        width: 29%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 28%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 32%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 48%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 35%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 49%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 38%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 30%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 55%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 50%;
    }
    #chm-trapezoid .txt-name-right{
        width: 45%;
    }
}
@media (min-width:1210px) and (max-width:1307px){
    #kyn-trapezoid .trapezoid-left {
        width: 31%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 30%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 34%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 52%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 37%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 54%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 45%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 35%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 60%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 55%;
    }
    #chm-trapezoid .txt-name-right{
        width: 50%;
    }
    #kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
        padding-top: 15px;
    }
}
@media (min-width:1168px) and (max-width:1209px){
    #kyn-trapezoid .trapezoid-left {
        width: 32%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 32%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 36%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 54%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 37%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 56%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 47%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 40%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 62%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 57%;
    }
    #chm-trapezoid .txt-name-right{
        width: 52%;
    }
    #kyn .mar, #kyn .mar2 {
        margin-left: 10%;
        margin-right: 10%;
    }
    #cph .pad-t-70, #hha .pad-top50, #kal .pad-top30, #kbh .pad-top50 {
        padding-top: 0;
    }
    #ksc .pad-top40 {
        padding-top: 30px;
    }
    #bch .pad-top130 {
        padding-top: 75px;
    }
    #chm .pad-top40 {
        padding-top: 50px;
    }
    #kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
        padding-top: 0;
    }
    .txt-name-room, .txt-room-price1, .txt-name-thai{
        font-size: 25px;
    }
    .txt-name-en-th{
        font-size: 20px;
    }
}
@media (min-width:1124px) and (max-width:1167px){
    #kyn-trapezoid .trapezoid-left {
        width: 34%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 34%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 38%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 56%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 40%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 58%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left {
        width: 49%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 40%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 65%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 57%;
    }
    #chm-trapezoid .txt-name-right{
        width: 52%;
    }
    .txt-name-room, .txt-room-price1, .txt-name-thai, .txt-voucher, .txt-condition3{
        font-size: 25px;
    }
    .txt-name-en-th{
        font-size: 20px;
    }
    #cph .pad-t-70, #hha .pad-top50, #kal .pad-top30, #kbh .pad-top50 {
        padding-top: 0;
    }
    #ksc .pad-top40 {
        padding-top: 25px;
    }
    #bch .pad-top130 {
        padding-top: 80px;
    }
    #chm .pad-top40 {
        padding-top: 40px;
    }
    #kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
        padding-top: 0;
    }
    #kyn .mar, #kyn .mar2 {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (min-width:1001px) and (max-width:1123px){
    #kyn-trapezoid .trapezoid-left {
        width: 38%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 36%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 42%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 63%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 43%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 65%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left{
        width: 52%;
    }
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 42%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 75%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 66%;
    }
    #chm-trapezoid .txt-name-right{
        width: 60%;
    }
    .txt-name-room, .txt-room-price1, .txt-name-thai, .txt-voucher, .txt-condition3{
        font-size: 25px;
    }
    .txt-name-en-th{
        font-size: 20px;
    }
    #cph .pad-t-70, #hha .pad-top50, #kal .pad-top30, #kbh .pad-top50 {
        padding-top: 0;
    }
    #ksc .pad-top40 {
        padding-top: 25px;
    }
    #bch .pad-top130 {
        padding-top: 80px;
    }
    #chm .pad-top40 {
        padding-top: 40px;
    }
    #kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
        padding-top: 0;
    }
    #kyn .mar, #kyn .mar2 {
        margin-left: 10%;
        margin-right: 10%;
    }

}
@media (min-width:992px) and (max-width:1199px){
    #cph .pad-t-130 {
        padding-top: 55px;
    }
}
@media (min-width:992px) and (max-width:1000px){
    #kyn-trapezoid .trapezoid-left {
        width: 38%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 40%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 42%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 65%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 43%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 66%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 55%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 75%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 66%;
    }
    #chm-trapezoid .txt-name-right{
        width: 60%;
    }
    .txt-name-room, .txt-room-price1, .txt-name-thai, .txt-voucher, .txt-condition3{
        font-size: 25px;
    }
    .txt-name-en-th{
        font-size: 20px;
    }
    #cph .pad-t-70, #hha .pad-top50, #kal .pad-top30, #kbh .pad-top50 {
        padding-top: 0;
    }
    #ksc .pad-top40 {
        padding-top: 25px;
    }
    #bch .pad-top130 {
        padding-top: 80px;
    }
    #chm .pad-top40 {
        padding-top: 40px;
    }
    #kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
        padding-top: 0;
    }
    #kyn .mar, #kyn .mar2 {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width:991px){
    .pro-txt{
        font-size: 40px;
    }
    .cf-txt1 {
        font-size: 30px;
    }
    .cf-txt2 {
        font-size: 25px;
    }
    #kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left,
    #cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right, #ksc-trapezoid .txt-name-right, #bch-trapezoid .txt-name-left, #chm-trapezoid .txt-name-right,
    #kor-trapezoid .txt-name-left, #kor-trapezoid2 .txt-name-right, #kh-trapezoid .txt-name-right, #chm-trapezoid2 .txt-name-left, #ksc-trapezoid2 .txt-name-left{
        font-size: 30px;
    }
    #kyn-trapezoid .trapezoid-left {
        width: 35%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 38%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 34%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 58%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 48%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 58%;
    }
    #kh-trapezoid .trapezoid-right{
        width: 43%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 66%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 66%;
    }
    #tel .container {
        width: auto;
    }
    .txt-name-thai, .txt-name-room, .txt-room-price1{
        font-size: 25px;
    }
    .txt-room-price2{
        font-size: 18px;
    }
    #kyn .col-xs-6, #cph .col-xs-6, #hha .col-xs-6, #kal .col-xs-6, #kbh .col-xs-6, #ksc .col-xs-6, #bch .col-xs-6, #chm .col-xs-6{
        width: 100%;
    }
    #ayu .col-xs-6, #kor .col-xs-6, #cka .col-xs-6{
        width: 50%;
    }
    #cph .float-right, #cph .float-left,  #hha .float-right, #hha .float-left, #kbh .float-right, #kbh .float-left, #bch .float-right {
        float: none;
    }
    .pad-topic-mb{
        padding-top: 20px;
    }
    .pad-top70 {
        padding-top: 20px;
    }
    #kyn .pad-top40 {
        padding-top: 20px;
    }
    .pad-b-100 {
        padding-bottom: 20px;
    }
    #cph .pad-top50, #hha .pad-top50 {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .pad-top50 {
        padding-top: 30px;
    }
    #cph-trapezoid .border-trapezoid {
        padding-top: 78px;
    }
    #kal .pad-top30, #ksc .pad-top40{
        padding-top: 20px;
    }

    #ryg2 .col-xs-3, #ayu2 .col-xs-3, #kbb .col-xs-3, #cks .col-xs-3, #src .col-xs-3{
        width: 50%;
    }
    #ryg2 .pad-t30, #ayu2 .pad-t30, #kbb .pad-t30, #cks .pad-t30, #src .pad-t30 {
        /*        padding-top: 30px;
                padding-bottom: 33px;*/
        padding-top: 65px;
        padding-bottom: 75px;
    }
    #cks-src .pad-top50 {
        padding-top: 20px;
    }
    .txt-condition3{
        font-size: 23px;
    }
    .txt-detail {
        font-size: 25px;
    }
    .txt-detail-2, .txt-detail-3{
        font-size: 35px;
    }
    #txt1 .pad-t-30 {
        padding-top: 0;
    }
    #txt1 .pad-t-b-30{
        padding-top: 15px;
        padding-bottom: 0;
    }
    .txt-detail-3{
        margin-bottom: 0;
    }
    .txt-question, #tel{
        font-size: 25px;
    }
    #cph .pad-t-130 {
        padding-top: 20px;
    }
    #kyn-img1{
        display: none;
    }
    #kyn .mar, #kyn .mar2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    #kyn .col-xs-3, #kyn .col-xs-8{
        width: 100%;
    }
    #kyn .txt-left{
        text-align: center;
    }
    #kyn .col-xs-4{
        width: 50%;
    }
    /*    #kyn .col-xs-3{
            width: 25%;
        }*/
    #cph .pad-t-70, #kbh .pad-top50, #hha .pad-top50, #bch .pad-top130, #chm .pad-top40 {
        padding-top: 20px;
    }
    #cph-price .col-xs-6, #hha-price .col-xs-6, #kal-price .col-xs-6, #kbh-price .col-xs-6{
        width: 50%;
    }
    #kal .pad-b-mb, #ksc .pad-b-mb{
        padding-bottom: 70px;
    }
}

@media (min-width:928px) and (max-width:977px){
    #kyn-trapezoid .trapezoid-left {
        width: 37%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 40%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 36%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 62%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 50%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 60%;
    }
    #kh-trapezoid .trapezoid-right {
        width: 50%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 68%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 68%;
    }
}
@media (min-width:899px) and (max-width:927px){
    #kyn-trapezoid .trapezoid-left {
        width: 39%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 42%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 38%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 64%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 52%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 62%;
    }
    #kh-trapezoid .trapezoid-right {
        width: 50%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 70%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 70%;
    }
}
@media (min-width:861px) and (max-width:898px){
    #kyn-trapezoid .trapezoid-left {
        width: 40%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 44%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 40%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 66%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 57%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 67%;
    }
    #kh-trapezoid .trapezoid-right {
        width: 50%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 75%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 75%;
    }
}
@media (min-width:821px) and (max-width:860px){
    #kyn-trapezoid .trapezoid-left {
        width: 42%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 48%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 44%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 70%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 58%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 68%;
    }
    #kh-trapezoid .trapezoid-right {
        width: 55%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 80%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 80%;
    }
}
@media (min-width:801px) and (max-width:820px){
    #kyn-trapezoid .trapezoid-left {
        width: 43%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 48%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 44%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 74%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 60%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 70%;
    }
    #kh-trapezoid .trapezoid-right {
        width: 50%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 82%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 82%;
    }
}
@media (min-width:768px) and (max-width:800px){
    #kyn-trapezoid .trapezoid-left {
        width: 45%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 50%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 44%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 76%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 62%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 74%;
    }
    #kh-trapezoid .trapezoid-right {
        width: 55%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 85%;
    }
    #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left {
        width: 85%;
    }
}
@media (max-width:767px){
    .pro-txt {
        font-size: 30px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
    }
    .cf-txt1 {
        font-size: 25px;
    }
    .txt-voucher {
        font-size: 20px;
    }
    .cf-txt2 {
        font-size: 18px;
    }
    .table-responsive{
        margin-bottom: 40px;
    }
    #kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left, #bch-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left, #cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right,
    #ksc-trapezoid .txt-name-right, #chm-trapezoid .txt-name-right, #kor-trapezoid .txt-name-left, #kor-trapezoid2 .txt-name-right, #kh-trapezoid .txt-name-right,
    #chm-trapezoid2 .txt-name-left, #ksc-trapezoid2 .txt-name-left{
        font-size: 25px;
    }
    #kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left, #bch-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left,
    #kor-trapezoid .txt-name-left, #kor-trapezoid2 .txt-name-right, #chm-trapezoid2 .txt-name-left, #ksc-trapezoid2 .txt-name-left {
        padding: 13px 35px 0;
    }
    #cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right, #ksc-trapezoid .txt-name-right, #chm-trapezoid .txt-name-right, #kh-trapezoid .txt-name-right{
        padding: 12px 35px 0;
    }
    .txt-name-thai, .txt-name-room, .txt-room-price1 {
        font-size: 20px;
    }

    body{
        font-size: 16px;
    }
    .pad-top50 {
        padding-top: 20px;
    }
    .txt-name-en-th{
        font-size: 20px;
    }
    #ayu .col-xs-6, #chm .col-xs-6, #kor .col-xs-6, #cka .col-xs-6{
        width: 100%;
    }
    #ryg2 .col-xs-3, #ayu2 .col-xs-3, #kbb .col-xs-3, #cks .col-xs-3, #src .col-xs-3 {
        width: 100%;
    }

    #ryg2 .pad-t30, #ayu2 .pad-t30, #kbb .pad-t30, #cks .pad-t30, #src .pad-t30 {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: center;
    }
    .txt-condition3 {
        font-size: 18px;
    }
    .txt-detail {
        font-size: 18px;
    }
    .txt-detail-2, .txt-detail-3 {
        font-size: 25px;
    }
    .txt-question, #tel {
        font-size: 20px;
    }
    .txt-question, #tel {
        font-size: 18px;
    }
    /*    #kyn-trapezoid .trapezoid-left {
            width: 34%;
        }
        #cph-trapezoid .trapezoid-right {
            width: 40%;
        }
        #hha-trapezoid .trapezoid-left {
            width: 36%;
        }
        #kal-trapezoid .trapezoid-right {
            width: 62%;
        }
        #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
            width: 50%;
        }
        #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
            width: 61%;
        }
    #kh-trapezoid .trapezoid-right {
        width: 50%;
    }
        #collection-trapezoid .trapezoid-left {
            width: 70%;
        }
    #chm-trapezoid .trapezoid-right {
            width: 70%;
        }*/
    #kyn-trapezoid .trapezoid-left, #cph-trapezoid .trapezoid-right, #hha-trapezoid .trapezoid-left,
    #kal-trapezoid .trapezoid-right, #kbh-trapezoid .trapezoid-left, #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left,
    #collection-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #chm-trapezoid .trapezoid-right, #chm-trapezoid2 .trapezoid-left,
    #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right, #kh-trapezoid .trapezoid-right {
        width: 100%;
    }
    #kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left, #bch-trapezoid .txt-name-left,
    #kor-trapezoid .txt-name-left, #chm-trapezoid2 .txt-name-left, #ksc-trapezoid2 .txt-name-left {
        padding: 13px;
        text-align: center;
        width: 100%;
    }
    #cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right, #ksc-trapezoid .txt-name-right, #chm-trapezoid .txt-name-right, #kh-trapezoid .txt-name-right {
        padding: 12px;
        width: 86%;
        text-align: center;
    }

    /*สำหรับไม่แสดงเฉียง*/
    /*    #kyn-trapezoid .trapezoid-left {
            position: relative;
            margin-top: 0;
            border-right: 0;
        }*/
    /*End สำหรับไม่แสดงเฉียง*/
}
/*@media (min-width:696px) and (max-width:717px){
    #kyn-trapezoid .trapezoid-left {
        width: 36%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 42%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 38%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 64%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 52%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 63%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 72%;
    }
#chm-trapezoid .trapezoid-right {
            width: 72%;
        }
}
@media (min-width:656px) and (max-width:695px){
    #kyn-trapezoid .trapezoid-left {
        width: 38%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 44%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 40%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 68%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 54%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 65%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 80%;
    }
#chm-trapezoid .trapezoid-right {
            width: 80%;
        }
}
@media (min-width:638px) and (max-width:655px){
    #kyn-trapezoid .trapezoid-left {
        width: 40%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 46%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 42%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 70%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 56%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 69%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 80%;
    }
#chm-trapezoid .trapezoid-right {
            width: 80%;
        }
}
@media (min-width:621px) and (max-width:637px){
    #kyn-trapezoid .trapezoid-left {
        width: 40%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 48%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 44%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 72%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 58%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 71%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 85%;
    }
#chm-trapezoid .trapezoid-right {
            width: 85%;
        }
}
@media (min-width:600px) and (max-width:620px){
    #kyn-trapezoid .trapezoid-left {
        width: 42%;
    }
    #cph-trapezoid .trapezoid-right {
        width: 50%;
    }
    #hha-trapezoid .trapezoid-left {
        width: 46%;
    }
    #kal-trapezoid .trapezoid-right {
        width: 75%;
    }
    #kbh-trapezoid .trapezoid-left, #bch-trapezoid .trapezoid-left, #kor-trapezoid .trapezoid-left, #kor-trapezoid2 .trapezoid-right {
        width: 60%;
    }
    #ksc-trapezoid .trapezoid-right, #ksc-trapezoid2 .trapezoid-left {
        width: 74%;
    }
    #collection-trapezoid .trapezoid-left {
        width: 87%;
    }
#chm-trapezoid .trapezoid-right {
            width: 87%;
        }
}*/

@media (max-width:680px){
    #kor .col-xs-4, #ryg .col-xs-4, #ry3 .col-xs-4, #ckr .col-xs-4, #cks .col-xs-4, #cka .col-xs-4{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    #kor img, #ryg img, #ry3 img, #ckr img, #cks img, #cka img {
        margin: 0 auto;
        padding-top: 15px;
    }
    #kyn .pad-b-mb{
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    #kal .pad-b-mb{
        padding-bottom: 70px;
    }
    #ksc .pad-b-mb{
        padding-bottom: 70px;
    }
    #ksc-trapezoid .pad-b-100 {
        margin-top: 45px;
    }
    .pad-b-100 {
        padding-bottom: 0;
    }
    .pad-b-mb{
        padding-bottom: 50px;
    }
    .border-trapezoid{
        display: none;
    }
    #cph-mar .mar-t50 {
        margin-top: 0;
    }
}

@media (max-width:568px){
    #tel .col-xs-2{
        /*width: 15%;*/
        display: none;
    }
    #tel .col-xs-4{
        width: auto;
    }
}

@media (max-width:414px){
    #kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left, #bch-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left,
    #cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right, #ksc-trapezoid .txt-name-right, #chm-trapezoid .txt-name-right, #kor-trapezoid .txt-name-left,
    #kh-trapezoid .txt-name-right, #chm-trapezoid2 .txt-name-left, #kor-trapezoid2 .txt-name-right, #ksc-trapezoid2 .txt-name-left {
        font-size: 18px;
    }
    .txt-name-thai, .txt-name-room {
        font-size: 18px;
    }
    .pro-txt {
        font-size: 25px;
    }
    .cf-txt1 {
        font-size: 18px;
    }
    .cf-txt2 {
        font-size: 16px;
    }
    .txt-room-price1 {
        font-size: 16px;
        font-weight: normal;
    }
    .txt-room-price2 {
        font-size: 14px;
        font-weight: normal;
    }
    #tb-period .table > tbody > tr > td {
        font-size: 13px;
    }
    #kyn-trapezoid .txt-name-left, #hha-trapezoid .txt-name-left, #kbh-trapezoid .txt-name-left, #collection-trapezoid .txt-name-left, #bch-trapezoid .txt-name-left,
    #kor-trapezoid .txt-name-left, #chm-trapezoid2 .txt-name-left, #ksc-trapezoid2 .txt-name-left {
        padding: 17px;
    }
    .txt-mar-b {
        margin-top: 10px;
    }
    /*    .bg-voucher {
            margin-top: 10px;
            margin-bottom: 10px;
        }*/
    .txt-name-en-th {
        font-size: 18px;
    }
    .txt-condition3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .txt-question, .txt-voucher {
        font-size: 18px;
    }
    #tel {
        font-size: 15px;
    }
    #cph-trapezoid .txt-name-right, #kal-trapezoid .txt-name-right, #ksc-trapezoid .txt-name-right, #chm-trapezoid .txt-name-right, #kh-trapezoid .txt-name-right,
    #kor-trapezoid2 .txt-name-right {
        padding: 16px;
    }
}

/* ตารางแบบ 2 พีเรียด */
#tb-period .table-bordered>tbody>tr>td, #tb-period .table>tbody>tr>td {
    border: 1px solid transparent;
    vertical-align: middle;
}
.date2-mobile {
    display: none;
}

#ryg2 .pad-t15, #kbb .pad-t15, #ayu2 .pad-t15, #src .pad-t15 {
    padding-top: 15px;
}
.ban-pad, .pad-t {
    padding-top: 20px;
}
#cph .pad-t-70 {
    padding-top: 30px;
}
#kal-trapezoid.pad-top50 {
    padding-top: 0;
    margin-top: -50px;
    padding-bottom: 100px;
}
#ksc .pad-top40 {
    padding-top: 60px;
}
#bch .pad-top130, #kor .pad-top130 {
    padding-top: 100px;
}
#chm .pad-top40 {
    padding-top: 60px;
}
#kbb .pad-t30, #src .pad-t30, #ryg2 .pad-t30, #ayu2 .pad-t30 {
    padding-top: 0;
}
.src-wh-sp-nowarp {
    white-space: nowrap
}
.pad-t-b-15 {
    padding-bottom: 55px;
}
.bg-voucher .pad-t-b-15 {
    padding-bottom: 25px;
}
@media (max-width:1466px){
    #bch .pad-top130, #kor .pad-top130 {
        padding-top: 60px;
    }
    #ksc .pad-top40, #chm .pad-top40 {
        padding-top: 15px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .wh-sp-nowarp {
        white-space: nowrap
    }
}
@media (max-width:991px){
    .ban-pad, .pad-t, #tb-period {
        padding-top: 15px;
    }
    .pad-topic-mb, .pad-t-30, #cph .pad-t-70 {
        padding-top: 0;
    }
    .pad-b-100 {
        padding-bottom: 70px;
    }
    #cph-trapezoid .border-trapezoid {
        padding-top: 50px;
    }
    #kal-trapezoid.pad-top50 {
        padding-bottom: 70px;
    }
    #ksc .pad-b-mb {
        padding-bottom: 15px;
    }
    #bch .pad-top130, #kor .pad-top130 {
        padding-top: 15px;
    }
    #kor .col-xs-6 {
        width: 100%;
    }
    #ryg2 .pad-t30, #ayu2 .pad-t30, #kbb .pad-t30, #cks .pad-t30, #src .pad-t30 {
        padding-bottom: 15px;
    }
}
@media (min-width:768px) and (max-width:991px){
    #ryg2 .pad-t30, #ayu2 .pad-t30, #kbb .pad-t30, #cks .pad-t30, #src .pad-t30 {
        padding-top: 5px;
    }
    #kbb .pad-topic-mb, #src .pad-topic-mb {
        padding-top: 0;
    }
    #cks-src .pad-top50 {
        padding-top: 0;
    }
    #kor .txt-name-en-th, #ry3 .txt-name-en-th{
        white-space: nowrap;
    }
}
@media (max-width:767px){
    #tb-period.table-responsive {
        margin-bottom: 0;
        border: 1px solid transparent;
    }
    .pad-topic-mb {
        padding-top: 0;
    }
    .date2-desktop {
        display: none
    }
    .date2-mobile {
        display: block;
    }
    #chm .pad-top40 {
        padding-top: 0;
    }
    #ryg2 .pad-t30, #ayu2 .pad-t30, #kbb .pad-t30, #cks .pad-t30, #src .pad-t30 {
        padding-top: 15px;
    }
    #cks-src .pad-top50 {
        padding-top: 0;
    }
}
@media (max-width:500px){
    .pad-b-100 {
        padding-bottom: 70px;
    }
}
@media (max-width:414px){
    .bg-voucher .pad-t-b-15 {
        padding-bottom: 15px;
    }
}
/* End ตารางแบบ 2 พีเรียด */

.txt-left {
    text-align: left !important;
}


/*********************************************************
    Slick Slider
*********************************************************/
.slick-slide {
    height: auto;
}
/*********************************************************
    End - Slick Slider
*********************************************************/

/*********************************************************
    Footer
*********************************************************/
#footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
#footer a {
    color: #333;
    text-decoration: none;
}
#footer a:hover, a:focus {
    color: #9F825D;
    text-decoration: none;
}
#footer .font-title {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
}
@media (min-width: 768px) {
    #footer .font-title {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    #footer .font-title {
        font-size: 32px;
    }
}
.hotels-footer {
    background-color: #343a40;
}
.hotels-footer a {
    color: #ffffff !important;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #666;
}
.hotels-footer a:last-child {
    border-bottom: 0;
}
.bottom-navbar > a{
    display: block;
}
.bottom-navbar .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
}
.social {
    display: none;
}
.copyright {
    border-top: 1px solid #999;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 70px;
}
.slider-awards img {
    max-height: 110px;
}
@media screen and (min-width:768px)
{
    .bottom-navbar {
        border-bottom: 1px solid #E0E0E0;
        border-top: 1px solid #E0E0E0;
        padding-top: 10px;
        padding-bottom: 5px;
        background-color: #fff;
    }
    .bottom-navbar > a{
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline;
    }
    .social {
        float: right;
        display: block;
        margin-top: 6px;
    }
    .social a {
        text-decoration: none;
    }
    .social i {
        font-size: 24px;
        margin-left: 10px;
    }
}
@media (min-width:992px){
    .copyright {
        padding-bottom: 20px;
    }
}
/*********************************************************
    End - Footer
*********************************************************/
#cookie_box {
    font-family: 'Roboto Condensed', sans-serif;
    background: #2f2f2f;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    margin: 0;
    z-index: 1111;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    color: #fff;
    display: none;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
}
#cookie_box a {
    color: #b2916f;
    text-decoration: underline;
}
#cookie_box a:hover {
    color: #C1A37D;
    text-decoration: underline;
}
.cookie-accept {

    padding: 5px;
    width: 135px;
    background: #b2916f;
    color: #ffffff;
    text-decoration: none;
    border: 0px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    margin: 15px auto 0;
}
.cookie-accept:hover {
    background: #C1A37D;
}
@media (min-width: 992px) {
    #cookie_box {
        bottom: 0px;
    }
}
@media (min-width: 1280px) {
    .cookie-accept {
        display: inline;
        margin-top: 0px;
        margin-left: 20px;
    }
    #cookie_box span {
        line-height: 33px;
    }
}
@media (min-width: 1550px) {
    #cookie_box .container {
        width: 1500px;
    }
}

.gotop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #c8b184;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}
.gotop:hover {
    background-color: #C1A37D;
}