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

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

.ptn-body {
    float: left;
    width: 100vw;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    background: #fff;
    height: auto !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Helvetica', 'san-serif';
    display: inline-block;
}
.ptn-body h1, .ptn-body h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
}
.ptn-body h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}
.ptn-body h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.ptn-font-trajan {
    font-family: 'TrajanPro';
}
.ptn-font-bold {
    font-weight: 700;
}
.ptn-font-normal {
    font-weight: 400;
}
.ptn-font-blue {
    color: #22408E;
}
.ptn-font-white {
    color: #fff !important;
}

.ptn-no-padding {
    padding: 0px !important;
}
.ptn-no-padding-top {
    padding-top: 0px !important;
}
.ptn-no-margin {
    margin: 0px !important;
}

#ptn-header {
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    height: 94px;
    display: inline-block;
    background: #fff;
    z-index: 1000;
}
#ptn-header .ptn-menu:before, #ptn-header .ptn-menu:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    height: 10px;
    width: 100%;
    background: url('../../../Images/pratunum/line.png') no-repeat top left;
    background-size: 100% 100%;
}
#ptn-header .ptn-menu:after {
    top: auto;
    bottom: 0px;
}
#ptn-header .ptn-logo {
    float: left;
    width: 160px;
    display: inline-block;
    padding: 22px 0px;
}
#ptn-header .ptn-logo img {
    width: 100%;
}
#ptn-header .ptn-menu {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    gap: 20px 20px;
    align-items: center;
    width: calc(100% - 420px);
    overflow: hidden;
    white-space: nowrap;
    padding: 35px 18px 35px 6px;
    position: relative;
    margin: 0px;
    margin: 0px 50px;
    float: left;
    justify-content: space-between;
    box-sizing: border-box;
}
#ptn-header .ptn-menu a {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
#ptn-header .ptn-toggle {
    width: 25px;
    padding: 10px;
    display: none;
}
#ptn-header .ptn-toggle span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
}
#ptn-header .ptn-toggle span + span {
    margin-top: 6px;
}
#ptn-header .ptn-container {
    width: 1365px;
    max-width: 100%;
    display: block;
}
#ptn-header .ptn-btn {
    float: right;
    padding-top: 16px;
    margin-top: 20px;
}
#ptn-header .menu-close {
    position: absolute;
    left: 15px;
    top: 20px;
    display: none;
}
#ptn-header .menu-toggle {
    position: absolute;
    left: 0px;
    top: 12px;
    display: none;
}

#ptn-wrapper {
    float: left;
    width: 100vw;
    display: inline-block;
    padding-top: 94px;
    overflow: hidden;
}

.ptn-container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
    box-sizing: border-box;
}
.ptn-container-fuild {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
    padding: 0px 15px;
    box-sizing: border-box;
}
.ptn-section {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
    position: relative;
    min-height: 200px;
}
.ptn-section * {
    z-index: 1;
}
.ptn-bg {
    position: absolute;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    left: 0px;
    top: 0px;
}
.ptn-bg.is-full {
    width: 100%;
    height: 100%;
}

.ptn-btn {
    padding: 16px 30px 14px;
    font-family: 'TrajanPro';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #B7423C;
    background: url('../../../Images/pratunum/btn-default.png') no-repeat left top;
    background-size: 100% 100%;
    box-shadow: none !important;
    outline: none !important;
    border: 0px !important;
    cursor: pointer;
    display: inline-block;
}
.ptn-btn:hover {
    opacity: 0.8;
}
.ptn-btn.ptn-btn-primary {
    color: #fff;
    background-image: url('../../../Images/pratunum/btn-primary.png');
}
.ptn-btn.ptn-btn-default2 {
    color: #2D5E83;
    background-image: url('../../../Images/pratunum/btn-default2.png');
}
.ptn-btn.ptn-btn-more {
    background: none;
    color: #000 !important;
    margin-top: 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

.ptn-body .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    margin-top: -22px;
    width: calc(100% - 60px);
    max-width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.ptn-body .owl-nav button {
    float: right;
    top: 50%;
}
.ptn-body .owl-nav button img {
    width: 20px;
    height: auto;
}
.ptn-body .owl-nav button.owl-prev {
    float: left;
}

.ptn-banner-scroll {
    display: block;
    width: 160px;
    text-align: center;
    margin: 0 auto;
    margin-top: -47px;
    z-index: 1;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.46);
}
.ptn-banner-scroll img {
    width: 45px;
    margin-top: 8px;
}

.ptn-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.ptn-row > div {
    padding: 0px 15px;
    box-sizing: border-box;
}
.ptn-col-4 {
    width: 33.33333333%;
}
.ptn-col-5 {
    width: 41.66666667%;
}
.ptn-col-6 {
    width: 50%;
}
.ptn-col-7 {
    width: 58.33333333%;
}
.ptn-col-8 {
    width: 66.66666667%;
}
.ptn-col-12 {
    width: 100%;
}
.ptn-hidden-lg {
    display: none;
}
.ptn-text-center {
    text-align: center;
}

.ptn-what {
    width: 100%;
    position: relative;
    display: inline-block;
}
.ptn-what .ptn-item {
    width: 100%;
    position: relative;
    display: inline-block;
}
.ptn-what .ptn-item .ptn-img {
    width: 100%;
}
.ptn-what .ptn-item .ptn-text {
    position: relative;
    top: -25px;
    background: url('../../../Images/pratunum/what-bg1.png') no-repeat top left;
    background-size: 100% 100%;
    width: 220px;
    max-width: 90%;
    z-index: 2;
    padding: 18px 10px 25px;
    text-align: center;
    box-sizing: border-box;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
}
.ptn-what .ptn-item .ptn-text.is-bg2 {
    background-image: url('../../../Images/pratunum/what-bg2.png');
}
.ptn-what .ptn-item .ptn-text.is-bg3 {
    background-image: url('../../../Images/pratunum/what-bg3.png');
}
.ptn-what .ptn-item .ptn-text.is-bg4 {
    background-image: url('../../../Images/pratunum/what-bg4.png');
}

.ptn-body img {
    max-width: 100%;
}
.ptn-body ul {
    padding-left: 15px;
}

.ptn-tree1 {
    position: absolute;
    bottom: -200px;
    width: 360px;
    left: 0px;
}
.ptn-tree2 {
    position: absolute;
    top: -20px;
    width: 320px;
    right: 0px;
}
.ptn-tree3 {
    position: absolute;
    top: -150px;
    width: 250px;
    right: 0px;
}
.ptn-tree4 {
    position: absolute;
    bottom: -220px;
    width: 280px;
    left: 0px;
}

.ptn-tab {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.ptn-tab > .ptn-head {
    width: 100%;
    display: flex;
    gap: 0px 35px;
    border-bottom: 1px solid #9B9B9B;
}
.ptn-tab > .ptn-head .ptn-item {
    padding: 15px 0px;
    font-family: 'TrajanPro';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}
.ptn-tab > .ptn-head .ptn-item:hover {
    opacity: 0.6;
}
.ptn-tab > .ptn-head .ptn-item.active {
    border-bottom: 5px solid #2E5F85;
    font-weight: 700;
}
.ptn-tab > .ptn-body {
    padding: 30px 0px;
    width: 100%;
    display: inline-block;
}
.ptn-tab > .ptn-body .ptn-item:not(.active) {
    display: none;
}
.ptn-tab .ptn-head-toggle {
    display: none;
}

.ptn-room {
    width: 100%;
    position: relative;
}
.ptn-room .ptn-img {
    width: 100%;
}
.ptn-room .ptn-text {
    width: 430px;
    max-width: 100%;
    background: linear-gradient(161.04deg, #38719C 6.83%, #2B5B81 92.84%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 20px 45px 55px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    margin-left: 30px;
    margin-top: -100px;
    display: inline-block;
}
.ptn-room .ptn-text.bg-pink {
    background: linear-gradient(161.04deg, #E18480 6.83%, #B7423C 92.84%);
}
.ptn-room .ptn-text:before {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid rgba(255,255,255,0.37);
    top: 15px;
    left: 15px;
    position: absolute;
}
.ptn-room .ptn-text > * {
    position: relative;
}
.ptn-room ul {
    column-count: 2;
    line-height: 20px;
}
.ptn-room h3 {
    margin-bottom: 20px;
}
.ptn-room .ptn-btn {
    margin: 0 auto;
    margin-top: 35px;
    display: table;
}
.ptn-room .ptn-room-slide {
    float: right;
    width: calc(100% - 470px);
    margin-top: 10px;
}
.ptn-room .ptn-room-slide .owl-dots {
    margin-top: 15px;
}
.ptn-room .ptn-room-slide .owl-nav {
    position: relative;
    width: 100px;
    margin-right: 0px;
    margin-top: 10px;
    display: inline-block;
    padding: 0px;
    float: right;
}
.ptn-room .ptn-room-slide .owl-nav button img {
    width: 45px;
    height: auto;
}
.ptn-body .owl-dots button.owl-dot {
    border: 1px solid #2F6289;
    width: 8px;
    height: 8px;
    margin: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.ptn-body .owl-dots button.owl-dot.active {
    background: #2F6289;
}

.ptn-mt-25 {
    margin-top: 25px;
}

.ptn-zone-text {
    padding: 0px 30px;
    margin: 20px 0px;
}
.ptn-zone-text h3 {
    margin: 0px 0px 15px;
}
.ptn-zone-slide {
    margin: 20px 0px;
}
.ptn-zone-slide .owl-dots, .ptn-garden-slide .owl-dots, .ptn-pro-slide .owl-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.ptn-garden-slide {
    margin: 50px 0px 0px;
    width: 620px;
    max-width: 100%;
    float: right;
}
.ptn-garden-slide .owl-dots button.owl-dot, .ptn-zone-slide .owl-dots button.owl-dot {
    border-color: #fff;
}
.ptn-garden-slide .owl-dots button.owl-dot.active, .ptn-zone-slide .owl-dots button.owl-dot.active {
    background-color: #fff;
}
.ptn-garden-text h3 {
    margin-bottom: 20px;
}
.ptn-pro-slide .owl-dots {
    position: relative;
    padding-top: 30px;
}
.ptn-pro-slide .owl-dots button.owl-dot {
    border-color: #000;
}
.ptn-pro-slide .owl-dots button.owl-dot.active {
    background-color: #000;
}
.ptn-pro-slide .item > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.ptn-pro-slide.owl-carousel .owl-stage {
    margin: 0 auto;
}


.ptn-grid {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.ptn-grid .ptn-item {
    width: calc(25% - 8px);
    display: inline-block;
}
.ptn-grid .ptn-item:nth-child(6n + 3), .ptn-grid .ptn-item:nth-child(6n + 4) {
    width: calc(50% - 8px);
}
.ptn-grid .ptn-item img {
    width: 100%;
    float: left;
    height: 215px;
    object-fit: cover;
    object-position: center;
}

.ptn-section-rest {
    background: linear-gradient(300.8deg, #E28D3F -8.37%, #FFE789 88.53%);
    margin-top: -155px;
    padding-top: 120px;
}
.ptn-hidden {
    display: none !important;
}

.ptn-map {
    width: 970px;
    max-width: 100%;
    margin: 0px auto;
    display: block;
}

.ptn-pro {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.ptn-pro .ptn-text {
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    background: #fff;
}
.ptn-pro .ptn-text p:first-child {
    font-size: 16px;
    line-height: 24px;
}
.ptn-pro .ptn-text p {
    margin: 0px 0px 15px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
}
.ptn-pro .ptn-text p small {
    font-weight: 400;
}
.ptn-pro .ptn-text .ptn-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    font-family: 'Helvetica', 'san-serif';
    font-weight: 700;
    font-size: 15px;

    width: auto;
    padding: 12px 40px;
    margin: 30px auto 0px;
    display: block;
}

.ptn-body b {
    font-weight: 700;
}

#ptn-footer {
    width: 100vw;
    position: relative;
    display: inline-block;
    margin-top: -2px;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    overflow-x: hidden;
}
#ptn-footer .ptn-control{
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 60px auto 15px;
    position: relative;
    color: #fff;
}
#ptn-footer .ptn-control h2 {
    margin: 0px;
}
#ptn-footer .ptn-control p {
    margin: 15px 0px 0px;
}
#ptn-footer .ptn-copyright {
    font-size: 12px;
}

.ptn-social {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 45px;
}
.ptn-social img {
    width: 35px;
}
.ptn-footer-tree1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 210px;
}
.ptn-footer-tree2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 260px;
}

.ptn-what-slide.owl-carousel .owl-stage {
    padding-left: 0px !important;
}

.ptn-section-zone .ptn-bg {
    height: 452px;
}

.ptn-gmap .pratunam-map {
    position: relative;
    background-color: rgba(0,0,0,0.14);
}
.ptn-gmap .nearby-place.pratunam-place {
    top: 159px;
}
.ptn-gmap .nearby-place {
    background-color: #002561;
    position: absolute;
    left: 0.6rem;
    top: 145px;
    color: #fff;
    width: 355px;
    padding: 1rem;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 4px -1px rgba(0,0,0,0.5);
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.5);
    border-radius: 2px;
    opacity: .9;
}
.ptn-gmap .nearby-place h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    margin-top: 0px;
}
.ptn-gmap .nearby-place p {
    font-size: .875rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    margin-top: 0px;
}
.ptn-gmap .nearby-place p.place:not(.margin-bottom-1rem) {
    margin-bottom: 0px;
}
.ptn-gmap .material-icons[mt-icon="place"] {
    background: url('../../../Images/pratunum/icon-map.png') no-repeat top left;
    background-size: 20px;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}