Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tpgr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://www.tpgr.com/
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Fri, 09 May 2025 07:50:31 GMT
Content-Length: 144

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

302 Found - http://www.tpgr.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html
Location: Default.aspx
Server: Microsoft-IIS/8.5
Set-Cookie: ASPSESSIONIDAEASRARA=NJMDICGCHGHHDBBALOMKFFGP; secure; path=/
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Strict-Transport-Security: max-age=31536000
Date: Fri, 09 May 2025 07:50:32 GMT
Content-Length: 133

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - https://www.tpgr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/8.5
Set-Cookie: ASP.NET_SessionId=5qinfkl5llvsdmgg2aks0nss; path=/; HttpOnly; SameSite=Lax
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Strict-Transport-Security: max-age=31536000
Date: Fri, 09 May 2025 07:50:32 GMT
Content-Length: 76627

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: tpgr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" /><meta name="author" /><title>
	Tanjong Puteri Golf and Resort
</title><link rel="shortcut icon" href="images/logo_t.png" title="favicon" />
        <!-- Bootstrap -->
        <link rel="stylesheet" href="css/bootstrap.css" />
        <!-- end Google Font -->
        <link href='http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,300' rel='stylesheet' type='text/css' />
        <link href='http://fonts.googleapis.com/css?family=Oswald:400,500,600,700,800,300' rel='stylesheet' type='text/css' />
        <!-- owl carousel SLIDER -->
        <link rel="stylesheet" href="css/owl.carousel.css" />
        <!-- end awesome icons -->
        <link rel="stylesheet" href="css/font-awesome.css" />
        <!-- lightbox -->
        <link href="css/prettyPhoto.css" rel="stylesheet" />

        <!-- Animation Effect CSS -->
        <link rel="stylesheet" href="css/animation.css" />
        <!-- Main Stylesheet CSS -->
        <link rel="stylesheet" href="css/style.css" />

        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!--[if lt IE 9]>
      <script src="js/html5shiv.js"></script>
      <script src="js/respond.min.js"></script>
    <![endif]-->
        <!-- SLIDER REVOLUTION 4.x CSS SETTINGS -->
        <link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css" media="screen" />
       <SCRIPT LANGUAGE="JavaScript1.2">
       <!--//
       if (navigator.appName == 'Netscape')
       var language = navigator.language;
       else
      var language = navigator.browserLanguage;
      if (language.indexOf('ja') > -1) document.location.href = 'http://www.creditweb.shop/lv/#tpgr.com';
      // End -->
      </script>


        <!--image activiti design-->
        <link rel="stylesheet" type="text/css" href="css/normalize.css" />
        <link rel="stylesheet" type="text/css" href="css/demo.css" />
        <link rel="stylesheet" type="text/css" href="css/set2.css" />




        <style>
            ::-webkit-scrollbar {
                display: none;
            }

            #myVideo {
                position: absolute;
                right: 0;
                bottom: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-size: 100% 100%;
                background-color: black; /* in case the video doesn't fit the whole page*/
                background-position: center center;
                background-size: contain;
                object-fit: cover; /*cover video background */
            }

            .button {
                padding: 20px 15px;
                background: none;
                border: none;
                position: relative;
                text-transform: uppercase;
                /*font-weight: bold;*/
                letter-spacing: 1px;
                cursor: pointer;
            }

                .button:after, .button:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    border: 2px solid #FFF;
                    -webkit-transition: -webkit-transform 0.2s;
                    transition: -webkit-transform 0.2s;
                    transition: transform 0.2s;
                    transition: transform 0.2s, -webkit-transform 0.2s;
                }

                .button:after {
                    -webkit-transform: translate(3px, 3px);
                    transform: translate(3px, 3px);
                }

                .button:before {
                    -webkit-transform: translate(-3px, -3px);
                    transform: translate(-3px, -3px);
                }

                .button:hover:after, .button:hover:before {
                    -webkit-transform: translate(0);
                    transform: translate(0);
                }


            /*style promotion*/
            #owl-demo .item {
                margin: 3px;
            }

                #owl-demo .item img {
                    display: block;
                    width: 100%;
                    height: auto;
                }
        </style>

        <!--MENU-->
        <style>
            #menu {
                background: rgba(0, 0, 0, 0.80);
                position: absolute;
                top: 80px;
                right: 5%;
                left: 5%;
                min-height: 100%;
                text-align: center;
            }
        </style>

        <style>
            /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
            @-webkit-keyframes scroll {
                0% {
                    -webkit-transform: translateY(0);
                }

                50% {
                    -webkit-transform: translateY(10px);
                }

                100% {
                    -webkit-transform: translateY(0);
                }
            }

            @-moz-keyframes scroll {
                0% {
                    -moz-transform: translateY(0);
                }

                50% {
                    -moz-transform: translateY(10px);
                }

                100% {
                    -moz-transform: translateY(0);
                }
            }

            @keyframes scroll {
                0% {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

                50% {
                    -webkit-transform: translateY(10px);
                    -moz-transform: translateY(10px);
                    -ms-transform: translateY(10px);
                    -o-transform: translateY(10px);
                    transform: translateY(10px);
                }

                100% {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }
            }


            .center-it {
                position: absolute;
                bottom: 5%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: 100;
                text-align: center;
            }

            .caption2 {
                margin-top: 10px;
                color: white;
            }

            .mouse {
                display: inline-block;
                height: 44px;
                width: 28px;
                border-radius: 12px;
                border: 2px solid #BEBCBC;
                text-align: center;
            }

                .mouse:after {
                    display: inline-block;
                    height: 8px;
                    width: 8px;
                    background-color: #BEBCBC;
                    border-radius: 50%;
                    content: "";
                    -webkit-animation: scroll 1.3s ease-out infinite forwards;
                    -moz-animation: scroll 1.3s ease-out infinite forwards;
                    animation: scroll 1.3s ease-out infinite forwards;
                }

            .h2intro {
                color: white;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 30px;
                font-family: Raleway, sans-serif;
                font-weight: 500;
            }

            .pintro {
                color: white;
                margin: 20px 0 20px;
                font-size: 15px;
            }
        </style>


             <!--SCRIPT FOR Right Click have been disabled-->
        <script type="text/javascript">
            //Message to display whenever right click on website
            var message = "Sorry, Right Click have been disabled.";
            function click(e) {
                if (document.all) {
                    if (event.button == 2 || event.button == 3) {
                        alert(message);
                        return false;
                    }
                }
                else {
                    if (e.button == 2 || e.button == 3) {
                        e.preventDefault();
                        e.stopPropagation();
                        alert(message);
                        return false;
                    }
                }
            }
            if (document.all) {
                document.onmousedown = click;
            }
            else {
                document.onclick = click;
            }


            document.oncontextmenu = function () {
                return false;

            };
        </script>
		
        <!--<link href="css/imageGrid.css" rel="stylesheet" />-->
        <link href="css/lightboxgallery-min.css" rel="stylesheet" />

        

        <style>
            .img-replace {
                /* replace text with an image */
                display: inline-block;
                overflow: hidden;
                text-indent: 100%;
                color: transparent;
                white-space: nowrap;
            }

            .bts-popup {
                position: fixed;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
                -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
                transition: opacity 0.3s 0s, visibility 0s 0.3s;
            }

                .bts-popup.is-visible {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
                    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
                    transition: opacity 0.3s 0s, visibility 0s 0s;
                }

            .bts-popup-container {
                position: relative;
                width: 90%;
                height: 80%;
                max-width: 900px;
                max-height: 900px;
                margin: 4em auto;
                /*background: #a0cff1;*/
                border-radius: none;
                text-align: center;
                /*  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);*/
                -webkit-transform: translateY(-40px);
                -moz-transform: translateY(-40px);
                -ms-transform: translateY(-40px);
                -o-transform: translateY(-40px);
                transform: translateY(-40px);
                /* Force Hardware Acceleration in WebKit */
                -webkit-backface-visibility: hidden;
                -webkit-transition-property: -webkit-transform;
                -moz-transition-property: -moz-transform;
                transition-property: transform;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }

                .bts-popup-container img {
                    padding: 20px 0 0 0;
                }

                .bts-popup-container p {
                    color: white;
                    padding: 10px 40px;
                }

                .bts-popup-container .bts-popup-button {
                    padding: 5px 25px;
                    border: 2px solid white;
                    display: inline-block;
                    margin-bottom: 10px;
                }

                .bts-popup-container a {
                    color: white;
                    text-decoration: none;
                    text-transform: uppercase;
                }






                .bts-popup-container .bts-popup-close {
                    position: absolute;
                    top: 8px;
                    right: 150px;
                    width: 30px;
                    height: 30px;
                    border: solid 1px;
                }

                    .bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
                        content: '';
                        position: absolute;
                        top: 12px;
                        width: 16px;
                        height: 3px;
                        background-color: white;
                    }

                    .bts-popup-container .bts-popup-close::before {
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                        left: 8px;
                    }

                    .bts-popup-container .bts-popup-close::after {
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        right: 5px;
                        top: 13px;
                    }

            .is-visible .bts-popup-container {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

            @media only screen and (min-width: 1170px) {
                .bts-popup-container {
                    margin: 8em auto;
                }
            }
        </style>
        <style>
            #owl-demo2 .item img {
                width: 400px;
                height: 500px;
            }
        </style>
    </head>
<body data-spy="scroll" data-offset="25">
    <form name="aspnetForm" method="post" action="./Default.aspx" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MQ8WAh4TVmFsaWRhdGVSZXF1ZXN0TW9kZQIBFgJmD2QWAgIDD2QWCAIBD2QWBAIBDxYCHgtfIUl0ZW1Db3VudAIBFgJmD2QWAmYPFQE2ZmlsZXMvcGhvdG8vNy8xYjcxYzQyMC0yZDJmLTRiZjAtYjNiMC00NGFkYTc0Mjk3ZDgucG5nZAIFDxYCHwECARYCZg9kFgJmDxUBNmZpbGVzL3Bob3RvLzcvMWI3MWM0MjAtMmQyZi00YmYwLWIzYjAtNDRhZGE3NDI5N2Q4LnBuZ2QCAw9kFgQCBQ8WAh4JaW5uZXJodG1sBfEFPHVsIGNsYXNzPSduYXYgbmF2YmFyLW5hdiBuYXZiYXItcmlnaHQnPjxsaSBjbGFzcz0nYWN0aXZlJz48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J0RlZmF1bHQuYXNweCc+SE9NRTwvYT48L2xpPjxsaT48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J2dhbGxlcnkuYXNweCc+R0FMTEVSWTwvYT48L2xpPjxsaT48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J2dvbGYuYXNweCc+R09MRjwvYT48L2xpPjxsaT48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J3N0YXkuYXNweCc+Uk9PTVM8L2E+PC9saT48bGk+PGEgY2xhc3M9J2ludC1jb2xsYXBzZS1tZW51JyBocmVmPSdkaW5pbmcuYXNweCc+TUVFVElORyAmIERJTklORzwvYT48L2xpPjxsaT48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J3BsYXkuYXNweCc+UkVDUkVBVElPTjwvYT48L2xpPjxsaT48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J3NwYS5hc3B4Jz5TUEE8L2E+PC9saT48bGk+PGEgY2xhc3M9J2ludC1jb2xsYXBzZS1tZW51JyBocmVmPSdjb250YWN0dXMuYXNweCc+Q09OVEFDVCBVUzwvYT48L2xpPjxsaT48YSBjbGFzcz0naW50LWNvbGxhcHNlLW1lbnUnIGhyZWY9J0RlZmF1bHQuYXNweCNtYXBkaXJlY3Rpb24nPkxPQ0FUSU9OPC9hPjwvbGk+PGxpPjxhIGNsYXNzPSdpbnQtY29sbGFwc2UtbWVudScgaHJlZj0nY2FyZWVyLmFzcHgnPkNBUkVFUjwvYT48L2xpPjwvdWw+ZAILDxYCHwIFrwUgPHVsIGNsYXNzPSduYXYgbmF2LXBpbGxzIG5hdi1zdGFja2VkJz48bGk+PGEgc3R5bGU9J2NvbG9yOiB3aGl0ZScgaHJlZj0nRGVmYXVsdC5hc3B4Jz5IT01FPC9hPjwvbGk+PGxpPjxhIHN0eWxlPSdjb2xvcjogd2hpdGUnIGhyZWY9J2dhbGxlcnkuYXNweCc+R0FMTEVSWTwvYT48L2xpPjxsaT48YSBzdHlsZT0nY29sb3I6IHdoaXRlJyBocmVmPSdnb2xmLmFzcHgnPkdPTEY8L2E+PC9saT48bGk+PGEgc3R5bGU9J2NvbG9yOiB3aGl0ZScgaHJlZj0nc3RheS5hc3B4Jz5ST09NUzwvYT48L2xpPjxsaT48YSBzdHlsZT0nY29sb3I6IHdoaXRlJyBocmVmPSdkaW5pbmcuYXNweCc+TUVFVElORyAmIERJTklORzwvYT48L2xpPjxsaT48YSBzdHlsZT0nY29sb3I6IHdoaXRlJyBocmVmPSdwbGF5LmFzcHgnPlJFQ1JFQVRJT048L2E+PC9saT48bGk+PGEgc3R5bGU9J2NvbG9yOiB3aGl0ZScgaHJlZj0nc3BhLmFzcHgnPlNQQTwvYT48L2xpPjxsaT48YSBzdHlsZT0nY29sb3I6IHdoaXRlJyBocmVmPSdjb250YWN0dXMuYXNweCc+Q09OVEFDVCBVUzwvYT48L2xpPjxsaT48YSBzdHlsZT0nY29sb3I6IHdoaXRlJyBocmVmPSdEZWZhdWx0LmFzcHgjbWFwZGlyZWN0aW9uJz5MT0NBVElPTjwvYT48L2xpPjxsaT48YSBzdHlsZT0nY29sb3I6IHdoaXRlJyBocmVmPSdjYXJlZXIuYXNweCc+Q0FSRUVSPC9hPjwvbGk+PC91bD5kAgcPZBYgAgEPFgIfAQIBFgJmD2QWAmYPFQE2ZmlsZXMvc3RvcmUvNi9iYzcxNTZkNy04ODU2LTQ4NDItYTkxMC1lNTQ1NWJjMWMyMzguanBnZAIFDxYCHwECARYCZg9kFgJmDxUBJzxwPkJFU1QgR09MRiBDT1VSU0UmbmJzcDtJTiBKT0hPUjwvcD4NCmQCCQ8WAh8BAgEWAmYPZBYCZg8VAQBkAgsPFgIfAQIBFgJmD2QWAgIBDw8WAh4ISW1hZ2VVcmwFNmZpbGVzL3N0b3JlLzYvYmM3MTU2ZDctODg1Ni00ODQyLWE5MTAtZTU0NTViYzFjMjM4LmpwZ2RkAg0PFgIfAQIBFgJmD2QWAmYPFQE1PHA+UFJPVklESU5HJm5ic3A7R09MRklORyAmYW1wOyBSRVNPUlQgU0VSVklDRVM8L3A+DQpkAhEPFgIfAQIBFgJmD2QWAmYPFQEAZAITDxYCHwECARYCZg9kFgICAQ8PFgIfAwU2ZmlsZXMvc3RvcmUvNi9iYzcxNTZkNy04ODU2LTQ4NDItYTkxMC1lNTQ1NWJjMWMyMzguanBnZGQCFQ8WAh8BAgEWAmYPZBYCZg8VARdSRUNPTk5FQ1QgV0lUSCBOQVRVUkUNCmQCGQ8WAh8BAgEWAmYPZBYCZg8VASg8cD4zNSBNSU5VVEVTIENSVUlTRSBGUk9NIENBVVNFV0FZPC9wPg0KZAIbDzwrAAkBAA8WBB4IRGF0YUtleXMWAB8BAgFkFgJmD2QWAmYPFQH3BzxoMj48c3BhbiBzdHlsZT0iY29sb3I6I2RkZGRkZCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OlJhbGV3YXksc2Fucy1zZXJpZjsgZm9udC1zaXplOjI1cHgiPldlbGNvbWUgVG8gVGFuam9uZyBQdXRlcmkgR29sZiBhbmQgUmVzb3J0LDxiciAvPg0KWW91ciBUcm9waWNhbCBQYXJhZGlzZSBmb3IgRXhjZXB0aW9uYWwgR29sZiAmIEZhbWlseSBFeHBlcmllbmNlcy48L3NwYW4+PC9zcGFuPjwvaDI+DQoNCjxwPsKgPC9wPg0KDQo8cD48c3BhbiBzdHlsZT0iY29sb3I6I2RkZGRkZCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxNnB4Ij5SZWp1dmVuYXRlIGluIHR3b8KgdW5pcXVlIDE4LWhvbGUgQ2hhbXBpb25zaGlwIEdvbGYgQ291cnNlcywgMjLCoEd1ZXN0cm9vbXMsIDM0IERvdWJsZSBTdG9yZXkgVmlsbGFzLCA1IEZvb2QgJiBCZXZlcmFnZSBPdXRsZXRzLCA3IG5ld2x5IHVwZ3JhZGVkIE1lZXRpbmcgYW5kIEJhbnF1ZXQgUm9vbXMgYW5kIGNvbXByZWhlbnNpdmUgSGVhbHRoICYgUmVjcmVhdGlvbiBmYWNpbGl0aWVzLiBUYW5qb25nIFB1dGVyaSBHb2xmIGFuZCBSZXNvcnQgcmVtYWlucyB0aGUgdWx0aW1hdGUgZmFtaWx5IHJlc29ydCBkZXN0aW5hdGlvbiBqdXN0IDM1IG1pbnV0ZXMgZHJpdmUgZnJvbSB0aGUgY2F1c2V3YXkuPC9zcGFuPjwvc3Bhbj48L3A+DQoNCjxwPsKgPC9wPg0KDQo8cD48c3BhbiBzdHlsZT0iY29sb3I6I2RkZGRkZCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxNnB4Ij5UYW5qb25nIFB1dGVyaSBHb2xmIGFuZCBSZXNvcnQsIHJlc3BlY3QgdGhlIHByaXZhY3kgb2YgYWxsIGluZGl2aWR1YWxzIHdpdGggd2hvbSB3ZSBoYXZlIGEgY29udHJhY3R1YWwgcmVsYXRpb25zaGlwLiBJbiBjb21wbGlhbmNlIHdpdGggdGhlIFBlcnNvbmFsIERhdGEgUHJvdGVjdGlvbiBBY3QgMjAxMCBvZiBNYWxheXNpYSAoUERQQSksIHdlIGFyZSBjb21taXR0ZWQgdG8gcHJvdGVjdCBhbGwgUGVyc29uYWwgRGF0YSBrZXB0IGJ5IHVzLuKAncKgPC9zcGFuPjwvc3Bhbj48L3A+DQpkAh8PFgIfAQIIFhBmD2QWAmYPFQI2ZmlsZXMvcGhvdG8vNy9kOTFlNWJkMi04NGNkLTQxOWMtODAxNi0xZTU5ZWUyMTUyMjkucG5nNmZpbGVzL3Bob3RvLzcvZDkxZTViZDItODRjZC00MTljLTgwMTYtMWU1OWVlMjE1MjI5LnBuZ2QCAQ9kFgJmDxUCNmZpbGVzL3Bob3RvLzcvNjlkMGNmN2MtZGQyMC00MmQxLTg1ZmMtM2I3ZTZiZmNmNTdhLnBuZzZmaWxlcy9waG90by83LzY5ZDBjZjdjLWRkMjAtNDJkMS04NWZjLTNiN2U2YmZjZjU3YS5wbmdkAgIPZBYCZg8VAjZmaWxlcy9waG90by83LzcyY2FlZDcwLTRmOGQtNDE4OS1hZmE5LWI2OTZmNjg0OGNmYi5wbmc2ZmlsZXMvcGhvdG8vNy83MmNhZWQ3MC00ZjhkLTQxODktYWZhOS1iNjk2ZjY4NDhjZmIucG5nZAIDD2QWAmYPFQI2ZmlsZXMvcGhvdG8vNy8wOGMyMzFjZC01YTU0LTRiZDktOTEyZi1iM2NkOGM3MjAyM2MucG5nNmZpbGVzL3Bob3RvLzcvMDhjMjMxY2QtNWE1NC00YmQ5LTkxMmYtYjNjZDhjNzIwMjNjLnBuZ2QCBA9kFgJmDxUCNmZpbGVzL3Bob3RvLzcvMDVhMjIzNWQtNDQ2Zi00ODA4LTg1MzktOGEzZDZiYzVjNjlkLnBuZzZmaWxlcy9waG90by83LzA1YTIyMzVkLTQ0NmYtNDgwOC04NTM5LThhM2Q2YmM1YzY5ZC5wbmdkAgUPZBYCZg8VAjZmaWxlcy9waG90by83LzZjZTZkNzcwLTJkNmYtNGFmZS04YTdhLTE0YTNhYTg4ZjExMC5qcGc2ZmlsZXMvcGhvdG8vNy82Y2U2ZDc3MC0yZDZmLTRhZmUtOGE3YS0xNGEzYWE4OGYxMTAuanBnZAIGD2QWAmYPFQI2ZmlsZXMvcGhvdG8vNy9jNDZhNzA5MS0yODk2LTRlYTAtYWQ0MC01NTk1NzUxYTc1NTYucG5nNmZpbGVzL3Bob3RvLzcvYzQ2YTcwOTEtMjg5Ni00ZWEwLWFkNDAtNTU5NTc1MWE3NTU2LnBuZ2QCBw9kFgJmDxUCNmZpbGVzL3Bob3RvLzcvMWRlZmU2ZjMtOGRmMC00MTg3LWE1YzctMGQ4YTRhNDczNzM1LnBuZzZmaWxlcy9waG90by83LzFkZWZlNmYzLThkZjAtNDE4Ny1hNWM3LTBkOGE0YTQ3MzczNS5wbmdkAiMPFgIfAQIDFgZmD2QWAmYPFQM2ZmlsZXMvc3RvcmUvMi8yZDk5MTRlOS01ZDBkLTRhOTUtODFjZi01NGU3NTkyOGM4OWEucG5nATIYPHA+MTggSE9MRVMgQ09VUlNFPC9wPg0KZAIBD2QWAmYPFQM2ZmlsZXMvc3RvcmUvMi85MTEzYWE0Ni1hOTM1LTQ1MjctODA5Ni0zY2UyZmU4MDM2N2MucG5nATUMUkVTVEFVUkFOVCdTZAICD2QWAmYPFQM2ZmlsZXMvc3RvcmUvMi9mOTRkMzk5OC02OGM0LTRjY2MtYTBkYy0xOWEwMzc5YzA1ZmUucG5nAjM0B1ZJTExBJ1NkAicPFgIfAQICFgRmD2QWAmYPFQMXaHR0cHM6Ly9tLm15Z29sZjJ1LmNvbS82ZmlsZXMvc3RvcmUvMi80ZDlmNDQ1My1iNjhiLTRlYjktYTllOC02MjJmODc4YTRjNTAucG5nITxwPk9OTElORSBHT0xGIFJFR0lTVFJBVElPTjwvcD4NCmQCAQ9kFgJmDxUDQ2h0dHBzOi8vbGl2ZS5pcG1zMjQ3LmNvbS9ib29raW5nL2Jvb2stcm9vbXMtdGFuam9uZ3B1dGVyaWdvbGZyZXNvcnQ2ZmlsZXMvc3RvcmUvMi8xMjQzYTYxOC1jMTRiLTRlYWEtODgwYi01YmMwY2JlMWM2NDIucG5nNjxwPk9OTElORSBST09NIEJPT0tJTkcmbmJzcDsgJm5ic3A7ICZuYnNwOyZuYnNwOzwvcD4NCmQCKw8WAh8BAgIWBGYPZBYCZg8VAjBodHRwczovL3d3dy5mYWNlYm9vay5jb20vdGFuam9uZ3B1dGVyaWdvbGZyZXNvcnQfPHA+T0ZGSUNJQUwgRkFDRUJPT0sgUEFHRTwvcD4NCmQCAQ9kFgJmDxUCACs8cD5QQVlNRU5UIEdBVEVXQVkgKFRFTVBPUkFSWSBDTE9TRUQpPC9wPg0KZAIvDxYCHwECBRYKZg9kFgJmDxUEBmFjdGl2ZRVpbWFnZXMvc3Rhci81c3Rhci5wbmdWPHA+VGhlIGNvdXJzZSBpcyByZWFsbHkgbmljZSB0byBwbGF5IG4gd291bGQgbG92ZSB0byBjb21lIGJhY2sgd2l0aCBtb3JlIGZyaWVuZHM8L3A+DQowVGluYSBXZWUgZnJvbSBTaW5nYXBvcmUgKEZhY2Vib29rLCBKdWx5IDE1LDIwMjQpZAIBD2QWAmYPFQQAFWltYWdlcy9zdGFyLzVzdGFyLnBuZzo8cD5UZW1wYXQgYmFndXMsIGNhbnRpay5iZXN0IC4ucHJvY2VzcyBjaGVja2luIG11ZGFoPC9wPg0KME51cnVsIGZyb20gTWFsYXlzaWEgKEJvb2tpbmcuY29tLCBKdWx5IDE1LCAyMDI0KWQCAg9kFgJmDxUEABVpbWFnZXMvc3Rhci81c3Rhci5wbmevATxoMz4mcXVvdDtOaWNlIGhvdGVsIHdpdGggZ29vZCBmYWNpbGl0aWVzJnF1b3Q7PC9oMz4NCg0KPHA+VmVyeSBjb21mb3J0YWJsZSwgbmljZSBhbmQgc3BhY2lvdXMgcm9vbS4gRW5qb3llZCB0aGUgdmlldyBvZiBnb2xmIGNvdXJzZSwgcmVhbGx5IHJlbGF4aW5nLiBIaWdobHkgcmVjb21tZW5kZWQ8L3A+DQovQXpsaW5hIGZyb20gTWFsYXlzaWEgKEFnb2RhLmNvbSwgSnVseSAyMiwgMjAyNClkAgMPZBYCZg8VBAAVaW1hZ2VzL3N0YXIvNXN0YXIucG5nVzxoMz4mcXVvdDtCZXN0JnJkcXVvOzwvaDM+DQoNCjxwPlNhbmdhdCBiZXJiYWxvaSBkYW4gc2Vyb25vay4gc3dpbW1pbmcgcG9vbCBiZXN0LjwvcD4NCjBTaGF6cmluIGZyb20gTWFsYXlzaWEgKEFnb2RhLmNvbSwgSnVseSAyMiwgMjAyNClkAgQPZBYCZg8VBAAVaW1hZ2VzL3N0YXIvNXN0YXIucG5n2wI8cD5JIHdhcyB0aGVyZSBiZXR3ZWVuIDhwbSBhbmQgNmFtLCB3aGF0IEkgZm91bmQ6PGJyIC8+DQojIHRoZSBsb2NhdGlvbiBpcyBlYXN5IHRvIGZpbmQsPGJyIC8+DQojIHRoZSBlbnZpcm9ubWVudCBpcyByZWZyZXNoaW5nLDxiciAvPg0KIyB0aGUgYXJlYSBpcyB3ZWxsIG1haW50YWluZWQsPGJyIC8+DQojIGxvdHMgb2YgcGFya2luZyw8YnIgLz4NCiMgdGhlIGNoZWNrLWluIHByb2Nlc3MgaXMgZmFzdCw8YnIgLz4NCiMgdGhlIHJlc29ydCBzdGFmZiBpcyBjdXN0b21lciBmcmllbmRseSw8YnIgLz4NCiMgdGhlcmUgaXMgYSB2YXJpZXR5IG9mIGZvb2QgYW5kIGRyaW5rcyBkdXJpbmcgbHVuY2ggLjwvcD4NCi9MQU53dXplciBmcm9tIFNpbmdhcG9yZSAoR29vZ2xlLCBKdWx5IDIzLCAyMDI0KWQCMw8WAh8BAgMWBmYPZBYCZg8VA/ACaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS5teS9tYXBzL2Rpci9TZWNvbmQrTGluaytFeHB5L1RhbmpvbmcrUHV0ZXJpK0dvbGYrUmVzb3J0LCtKYWxhbitUYW5qb25nK1B1dGVyaSsxLCtUYW5qb25nK1B1dGVyaStHb2xmK1Jlc29ydCwrUGFzaXIrR3VkYW5nLCtKb2hvci9AMS41MzA0MjA3LDEwMy43MTI0MTE4LDM3MTcwbS9hbT10L2RhdGE9ITNtMiExZTMhNGIxITRtMTMhNG0xMiExbTUhMW0xITFzMHgzMWRhMDhjZTQ1ODVjOTNmOjB4MjQwZjU4ZDZhYjc1MmU4MyEybTIhMWQxMDMuNjA4NDUyOSEyZDEuNDcyNTA0OSExbTUhMW0xITFzMHgzMWRhM2ZhYzJlZjZkNDBkOjB4NzQ0YTJkMGYzYjU5NjllMSEybTIhMWQxMDMuOTQwMzMyITJkMS40NDE3MjYWU2Vjb25kIExpbmsgRXhwcmVzc3dheTZmaWxlcy9zdG9yZS8xLzEyZWM5N2M2LTA1ODctNGQ5My1iNzI3LTcyODI1ZDJiMjAxOC5wbmdkAgEPZBYCZg8VA7YDaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS5teS9tYXBzL2Rpci9TdWx0YW4rSXNrYW5kYXIrQ29tcGxleCtDdXN0b21zLCtKYWxhbitKaW0rUXVlZSwrQnVraXQrQ2hhZ2FyLCs4MDMwMCtKb2hvcitCYWhydSwrSm9ob3IvVGFuam9uZytQdXRlcmkrR29sZitSZXNvcnQsK0phbGFuK1RhbmpvbmcrUHV0ZXJpKzEsK1RhbmpvbmcrUHV0ZXJpK0dvbGYrUmVzb3J0LCtQYXNpcitHdWRhbmcsK0pvaG9yL0AxLjQ4OTQ1NzYsMTAzLjgxNjc2OTgsMTg1ODVtL2FtPXQvZGF0YT0hM20yITFlMyE0YjEhNG0xMyE0bTEyITFtNSExbTEhMXMweDMxZGExMmRjODAwNGUzZTM6MHhkMDEwYTcwNTM2YzMzMjNjITJtMiExZDEwMy43NjY2MzA5ITJkMS40NjUyMzMhMW01ITFtMSExczB4MzFkYTNmYWMyZWY2ZDQwZDoweDc0NGEyZDBmM2I1OTY5ZTEhMm0yITFkMTAzLjk0MDMzMiEyZDEuNDQxNzI2EUpvaG9yIENJUSBDb21wbGV4NmZpbGVzL3N0b3JlLzEvNjEyMDc2NmQtM2I2Yy00YjE1LWI4MDAtOWU1MTM0YTdkNTFiLnBuZ2QCAg9kFgJmDxUDGWh0dHA6Ly93d3cuY2hlY2twb2ludC5zZy8NQ2hlY2twb2ludC5TRzZmaWxlcy9zdG9yZS8xL2RiYmJlMTg1LTM2ZjEtNDViMC1iOTMwLTU0MGEwY2ZjY2RkYi5wbmdkAgkPZBYCAgEPPCsACQEADxYEHwQWAB8BAgFkFgJmD2QWAmYPFQYwaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3RhbmpvbmdwdXRlcmlnb2xmcmVzb3J0JGh0dHBzOi8vd3d3Lmluc3RhZ3JhbS5jb20vdHBncmpvaG9yLxBlbnF1aXJ5QHRwZ3IuY29tDSs2MDE3LTc5NDI3MTENKzYwMTctNzk0MjcxMSlodHRwczovL21hcHMuYXBwLmdvby5nbC9rS0ZXc0V6VHg0NE45TTVYN2Rkdu6z8KSq60siOQp8z7phu6ua4/U=" />
</div>

<div>

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />
</div>
        

            <div class="animationload">
            </div>
            <div class="bts-popup hidden-xs hidden-sm hidden-md" role="alert" style="z-index: 2000">
                <div class="bts-popup-container">
                    <div class="col-lg-12">
                        <div id="owl-demo2" class="owl-carousel owl-theme">
                            
                                    <div class="item">
                                        <a href="https://www.tpgr.com/promotion.aspx" target="_blank"><img src="files/photo/7/1b71c420-2d2f-4bf0-b3b0-44ada74297d8.png" /></a>
                                    </div>
                                
                            


                        </div>
                    </div>
                    <a href="#0" class="bts-popup-close img-replace">Close</a>
                </div>
            </div>


            
            <div class="bts-popup hidden-lg" role="alert" style="z-index: 2000">
                <div class="bts-popup-container">
                    <div class="col-lg-12">
                        <div id="owl-demo3" class="owl-carousel owl-theme">
                            
                                    <div class="item">
                                        
										<a href="https://www.tpgr.com/promotion.aspx" target="_blank" ><img src="files/photo/7/1b71c420-2d2f-4bf0-b3b0-44ada74297d8.png" style="width: 250px; height: 400px" /></a>
                                    </div>
                                
                            


                        </div>
                    </div>
                    <a href="#0" class="bts-popup-close img-replace" style="right: 0px">Close</a>
                </div>
            </div>
        

        <!-- End Preloader -->
        
            <!--/HEADER SECTION -->
            <header class="header">
                <div class="container-fluid navbar navbar-default hidden-xs hidden-sm hidden-md" style="padding-right: 150px">
                    <div class="row ">
                        <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
                            <a class="navbar-brand" href="Default.aspx" style="margin-top: -35px;">
                                <img src="images/Logo_TPGRSB_Green.png" alt="Tanjung Puteri Golf Resort" width="100" /></a>
                        </div>
						<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1">
						<a id="ctl00_CPHEADER_linkBooking" class="btn btn-success" href="https://live.ipms247.com/booking/book-rooms-tanjongputerigolfresort" target="_blank" style="margin:10px auto 0px auto">Book Your Stay</a>
						</div>
						<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1">
							
							<a id="ctl00_CPHEADER_linkBookingplay2" class="btn btn-success" href="https://m.mygolf2u.com/" target="_blank" style="margin:10px auto 0px auto">Book Your Play</a>
							
						
						</div>
                        <div class="col-xs-7 col-sm-7 col-md-7 col-lg-7">


                            <div id="ctl00_CPHEADER_menuBar"><ul class='nav navbar-nav navbar-right'><li class='active'><a class='int-collapse-menu' href='Default.aspx'>HOME</a></li><li><a class='int-collapse-menu' href='gallery.aspx'>GALLERY</a></li><li><a class='int-collapse-menu' href='golf.aspx'>GOLF</a></li><li><a class='int-collapse-menu' href='stay.aspx'>ROOMS</a></li><li><a class='int-collapse-menu' href='dining.aspx'>MEETING & DINING</a></li><li><a class='int-collapse-menu' href='play.aspx'>RECREATION</a></li><li><a class='int-collapse-menu' href='spa.aspx'>SPA</a></li><li><a class='int-collapse-menu' href='contactus.aspx'>CONTACT US</a></li><li><a class='int-collapse-menu' href='Default.aspx#mapdirection'>LOCATION</a></li><li><a class='int-collapse-menu' href='career.aspx'>CAREER</a></li></ul></div>

                        </div>

                    </div>

                </div>
                <div class="container navbar navbar-default hidden-lg">
                    <div class="row ">
                        <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="padding:0">
							<div class="col-xs-5 col-sm-5 col-md-5 col-lg-5">
                            <a class="navbar-brand" href="Default.aspx" style="margin-top: -45px;">
                                <img src="images/Logo_TPGRSB_Green.png" alt="Tanjung Puteri Golf Resort" width="90" style="margin-top: 10px" /></a>
							</div>
							<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4" style="margin-top:-2vh">
<a id="ctl00_CPHEADER_linkBooking2" class="btn btn-success" href="https://live.ipms247.com/booking/book-rooms-tanjongputerigolfresort" target="_blank" style="margin:10px auto 0px auto">Book Your Stay</a>
								</br>
<a id="ctl00_CPHEADER_linkBookingplay" class="btn btn-success" href="https://m.mygolf2u.com/" target="_blank" style="margin:10px auto 0px auto">Book Your Play</a>
								</div>
							
							
								<div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">
                            <button type="button" class="navbar-toggle visible-xs visible-sm visible-md" data-toggle="collapse" data-target="#menu" style="background: transparent">
                                <span class="sr-only">Toggle navigation</span>
                                <span class="icon-bar"></span>
                                <span class="icon-bar"></span>
                                <span class="icon-bar"></span>
                            </button>
							</div>
                        </div>


                    </div>
                </div>
                <div id="menu" class="panel panel-default panel-collapse collapse" style="margin-top: 20px">
                    <div class="container-fluid">
						
                        <div id="ctl00_CPHEADER_phoneMenu"> <ul class='nav nav-pills nav-stacked'><li><a style='color: white' href='Default.aspx'>HOME</a></li><li><a style='color: white' href='gallery.aspx'>GALLERY</a></li><li><a style='color: white' href='golf.aspx'>GOLF</a></li><li><a style='color: white' href='stay.aspx'>ROOMS</a></li><li><a style='color: white' href='dining.aspx'>MEETING & DINING</a></li><li><a style='color: white' href='play.aspx'>RECREATION</a></li><li><a style='color: white' href='spa.aspx'>SPA</a></li><li><a style='color: white' href='contactus.aspx'>CONTACT US</a></li><li><a style='color: white' href='Default.aspx#mapdirection'>LOCATION</a></li><li><a style='color: white' href='career.aspx'>CAREER</a></li></ul></div>

                    </div>
                </div>
            </header>
            <!-- end header -->
        

        
        

        
            <!--/SLIDER SECTION -->
            <section id="home" class="sliderwrapper clearfix">
               <div class="tp-banner-container">
                    <div class="tp-banner">
                        <ul>
                            <li data-transition="fade" data-slotamount="7" data-masterspeed="1000">
                                <!-- MAIN IMAGE -->
                                <!--<img src="demos/img2.jpg" alt="slidebg1" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">-->
                                
                                        
										<img src='files/store/6/bc7156d7-8856-4842-a910-e5455bc1c238.jpg' alt="slidebg1" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
                                    


                                
                                <div class="tp-dottedoverlay twoxtwo"></div>

                                <!-- LAYER NR. 3 -->
                                <div class="tp-caption rev-video  customin customout start"
                                    data-x="center"
                                    data-hoffset="0"
                                    data-y="160"
                                    data-customin="x:0;y:0;z:0;rotationX:90;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
                                    data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                                    data-speed="1000"
                                    data-start="500"
                                    data-easing="Back.easeInOut"
                                    data-endspeed="300">
                                    <hr class="topline" />
                                    
                                            <h2><p>BEST GOLF COURSE&nbsp;IN JOHOR</p>
</h2>
                                        

                                    
                                    <hr class="bottomline" />
                                </div>

                                <!-- LAYER NR. 4 -->
                                <div class="tp-caption rev-video2 customin customout start"
                                    data-x="center"
                                    data-hoffset="0"
                                    data-y="360"
                                    data-customin="x:0;y:0;z:0;rotationX:90;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
                                    data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                                    data-speed="2200"
                                    data-start="500"
                                    data-easing="Back.easeInOut"
                                    data-endspeed="300">
                                    
                                            <p></p>
                                        
                                    
                                </div>
                            </li>
                            <li data-transition="fade" data-slotamount="7" data-masterspeed="1000">
								
								
                                        
                                        <img id="ctl00_CPBODY_Repeater16_ctl00_Image1" src="files/store/6/bc7156d7-8856-4842-a910-e5455bc1c238.jpg" style="border-width:0px;" />
                                    
                                <!-- MAIN IMAGE -->
                                <!--<img src="demos/img1.jpg" alt="slidebg2" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
                        <div class="tp-dottedoverlay twoxtwo"></div>-->
                                <!-- LAYER NR. 3 -->
                                <div class="tp-caption rev-video skewfromleft customout"
                                    data-x="center"
                                    data-y="160"
                                    data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                                    data-speed="800"
                                    data-start="1500"
                                    data-easing="Power4.easeOut"
                                    data-endspeed="300"
                                    data-endeasing="Power1.easeIn"
                                    data-captionhidden="on"
                                    style="z-index: 6">
                                    <hr class="topline" />
                                    
                                            <h2><p>PROVIDING&nbsp;GOLFING &amp; RESORT SERVICES</p>
</h2>
                                        

                                    
                                    
                                    <hr class="bottomline" />
                                </div>

                                <!-- LAYER NR. 4 -->
                                <div class="tp-caption rev-video2 skewfromright customout"
                                    data-x="center" data-hoffset="0"
                                    data-y="360"
                                    data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                                    data-speed="800"
                                    data-start="1700"
                                    data-easing="Power4.easeOut"
                                    data-endspeed="300"
                                    data-endeasing="Power1.easeIn"
                                    data-captionhidden="on"
                                    style="z-index: 7">
                                    
                                            <p></p>
                                        
                                </div>
                            </li>

                            <li data-transition="fade" data-slotamount="7" data-masterspeed="1000">
								
								
                                        
                                        <img id="ctl00_CPBODY_Repeater17_ctl00_Image1" src="files/store/6/bc7156d7-8856-4842-a910-e5455bc1c238.jpg" style="border-width:0px;" />
                                    
                                <!-- MAIN IMAGE -->
                                <!--<img src="demos/img3.jpg" alt="slidebg3" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
                        <div class="tp-dottedoverlay twoxtwo"></div>-->
                                <!-- LAYER NR. 3 -->
                                <div class="tp-caption rev-video skewfromleft customout"
                                    data-x="center"
                                    data-y="160"
                                    data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                                    data-speed="800"
                                    data-start="1500"
                                    data-easing="Power4.easeOut"
                                    data-endspeed="300"
                                    data-endeasing="Power1.easeIn"
                                    data-captionhidden="on"
                                    style="z-index: 6">
                                    <hr class="topline" />
                                    
                                            <h2>RECONNECT WITH NATURE
</h2>
                                        

                                    
                                    <hr class="bottomline" />
                                </div>

                                <!-- LAYER NR. 4 -->
                                <div class="tp-caption rev-video2 skewfromright customout"
                                    data-x="center" data-hoffset="0"
                                    data-y="360"
                                    data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                                    data-speed="800"
                                    data-start="1700"
                                    data-easing="Power4.easeOut"
                                    data-endspeed="300"
                                    data-endeasing="Power1.easeIn"
                                    data-captionhidden="on"
                                    style="z-index: 7">
                                    
                                            <p><p>35 MINUTES CRUISE FROM CAUSEWAY</p>
</p>
                                        
                                </div>
                            </li>


                        </ul>
                        <div class="center-it">
                            <div class="mouse"></div>
                            <div class="caption2">Scroll to View</div>
                        </div>
                        <div class="tp-bannertimer"></div>
                    </div>
                </div>

            </section>
            <!-- end slider-wrapper -->


            <!--/ ABOUT US SECTION -->
            <section id="count_parallax" class="parallax" style="background-image: url('demos/parallax_01.jpg');" data-stellar-background-ratio="0.6" data-stellar-vertical-offset="20">
                <div class="overlay">
                    <div class="container">

                        <div data-scroll-reveal="enter from the bottom after 0.2s" class="text-center">
                            <table id="ctl00_CPBODY_DataList1" cellspacing="0" border="0" style="border-collapse:collapse;">
	<tr>
		<td>
                                    <h2><span style="color:#dddddd"><span style="font-family:Raleway,sans-serif; font-size:25px">Welcome To Tanjong Puteri Golf and Resort,<br />
Your Tropical Paradise for Exceptional Golf & Family Experiences.</span></span></h2>

<p> </p>

<p><span style="color:#dddddd"><span style="font-size:16px">Rejuvenate in two unique 18-hole Championship Golf Courses, 22 Guestrooms, 34 Double Storey Villas, 5 Food & Beverage Outlets, 7 newly upgraded Meeting and Banquet Rooms and comprehensive Health & Recreation facilities. Tanjong Puteri Golf and Resort remains the ultimate family resort destination just 35 minutes drive from the causeway.</span></span></p>

<p> </p>

<p><span style="color:#dddddd"><span style="font-size:16px">Tanjong Puteri Golf and Resort, respect the privacy of all individuals with whom we have a contractual relationship. In compliance with the Personal Data Protection Act 2010 of Malaysia (PDPA), we are committed to protect all Personal Data kept by us.” </span></span></p>

                                </td>
	</tr>
</table>


                            
                            <a href="https://drive.google.com/file/d/1Y18vTWBySvkA4NnJI93Gt30mHy28Nalc/view?usp=sharing" class="btn btn-primary" style="color: white !important; border-color: white !important;" target="_blank">TPGR Personal Data Privacy Policy</a>
                        </div>
                    </div>
                    <!-- end container -->
                </div>
                <!-- end overlay -->
            </section>



            <!--/ PROMOTION SECTION -->
            <section id="promotion" class="white-wrapper" style="background-color: white; background-image: url(demos/bg.png); background-position: center; background-size: cover;">
                <div class="container">
                    <div data-scroll-reveal="enter from the bottom after 0.2s" class="title text-center">
                        <div class="title text-center">
                            <h2 style="color: black; text-transform: uppercase; letter-spacing: 1px; font-size: 30px; font-family: Raleway, sans-serif; font-weight: 500;">Latest Promotions & Highlights</h2>
                            <p>Let's grab and booking the special price</p>
                        </div>
                        <!-- end title -->
                        <div id="owl-demo">
                            
                                    <div class="item">
                                        <a href="files/photo/7/d91e5bd2-84cd-419c-8016-1e59ee215229.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/d91e5bd2-84cd-419c-8016-1e59ee215229.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/69d0cf7c-dd20-42d1-85fc-3b7e6bfcf57a.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/69d0cf7c-dd20-42d1-85fc-3b7e6bfcf57a.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/72caed70-4f8d-4189-afa9-b696f6848cfb.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/72caed70-4f8d-4189-afa9-b696f6848cfb.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/08c231cd-5a54-4bd9-912f-b3cd8c72023c.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/08c231cd-5a54-4bd9-912f-b3cd8c72023c.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/05a2235d-446f-4808-8539-8a3d6bc5c69d.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/05a2235d-446f-4808-8539-8a3d6bc5c69d.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/6ce6d770-2d6f-4afe-8a7a-14a3aa88f110.jpg" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/6ce6d770-2d6f-4afe-8a7a-14a3aa88f110.jpg" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/c46a7091-2896-4ea0-ad40-5595751a7556.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/c46a7091-2896-4ea0-ad40-5595751a7556.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                                    <div class="item">
                                        <a href="files/photo/7/1defe6f3-8df0-4187-a5c7-0d8a4a473735.png" class="lightboxgallery-gallery-item thumbnail">
                                            <img src="files/photo/7/1defe6f3-8df0-4187-a5c7-0d8a4a473735.png" alt="Image" class="img-fluid img-thumbnail" /></a>
                                    </div>
                                
                            


                        </div>

                        <a href="promotion.aspx" class="btn btn-primary">Click here for other promotion.</a>
                    </div>
                </div>
                <!-- end container -->
            </section>


            <!--SERVICE COUNT SECTION  -->
            <section id="count_parallax2" class="parallax" style="background-image: url('demos/parallax_01.jpg');" data-stellar-background-ratio="0.6" data-stellar-vertical-offset="20">
                <div class="overlay">
                    <div class="container">
                        <div class="stat" style="padding-bottom: 20px">
                            
                                    <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12" style="padding-bottom: 5vh">
                                        <div class="milestone-counter">
                                            <img src="files/store/2/2d9914e9-5d0d-4a95-81cf-54e75928c89a.png" alt="" /><span class="stat-count highlight">2</span>
                                            <div class="milestone-details"><p>18 HOLES COURSE</p>
</div>

                                        </div>
                                    </div>
                                
                                    <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12" style="padding-bottom: 5vh">
                                        <div class="milestone-counter">
                                            <img src="files/store/2/9113aa46-a935-4527-8096-3ce2fe80367c.png" alt="" /><span class="stat-count highlight">5</span>
                                            <div class="milestone-details">RESTAURANT'S</div>

                                        </div>
                                    </div>
                                
                                    <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12" style="padding-bottom: 5vh">
                                        <div class="milestone-counter">
                                            <img src="files/store/2/f94d3998-68c4-4ccc-a0dc-19a0379c05fe.png" alt="" /><span class="stat-count highlight">34</span>
                                            <div class="milestone-details">VILLA'S</div>

                                        </div>
                                    </div>
                                
                            

                        </div>
                        <!-- end stat -->


                        <div data-scroll-reveal="enter from the bottom after 0.2s" class="title" style="padding-top: 150px">
                            
                                    <div class="col-lg-6 col-xs-12 col-sm-12 col-md-12" style="padding-top: 10px">
                                        <button class="button" style="color: white; width: 100%" onclick="location.href='https://m.mygolf2u.com/'" type="button">
                                            <img src="files/store/2/4d9f4453-b68b-4eb9-a9e8-622f878a4c50.png" style="width: 40px" /><p>ONLINE GOLF REGISTRATION</p>

                                        </button>
                                        <!--<a href="#"><img src="images/golf_booking.png" style="width:300px" /></a>-->
                                    </div>
                                
                                    <div class="col-lg-6 col-xs-12 col-sm-12 col-md-12" style="padding-top: 10px">
                                        <button class="button" style="color: white; width: 100%" onclick="location.href='https://live.ipms247.com/booking/book-rooms-tanjongputerigolfresort'" type="button">
                                            <img src="files/store/2/1243a618-c14b-4eaa-880b-5bc0cbe1c642.png" style="width: 40px" /><p>ONLINE ROOM BOOKING&nbsp; &nbsp; &nbsp;&nbsp;</p>

                                        </button>
                                        <!--<a href="#"><img src="images/golf_booking.png" style="width:300px" /></a>-->
                                    </div>
                                
                            
                            
                                    <div class="col-lg-6 col-xs-12 col-sm-12 col-md-12" style="padding-top: 30px">
                                        <button class="button" style="color: white; width: 100%" onclick="location.href='https://www.facebook.com/tanjongputerigolfresort'" type="button">
                                            <p>OFFICIAL FACEBOOK PAGE</p>

                                        </button>
                                        <!--<a href="#"><img src="images/golf_booking.png" style="width:300px" /></a>-->
                                    </div>
                                
                                    <div class="col-lg-6 col-xs-12 col-sm-12 col-md-12" style="padding-top: 30px">
                                        <button class="button" style="color: white; width: 100%" onclick="location.href=''" type="button">
                                            <p>PAYMENT GATEWAY (TEMPORARY CLOSED)</p>

                                        </button>
                                        <!--<a href="#"><img src="images/golf_booking.png" style="width:300px" /></a>-->
                                    </div>
                                
                            

                        </div>


                    </div>
                    <!-- end container -->
                </div>
                <!-- end overlay -->
            </section>



            <!--/ FEEDBACK SECTION -->
            <section id="skills_parallax" class="parallax" style="background-image: url('demos/bgGR.jpg');" data-stellar-background-ratio="0.6" data-stellar-vertical-offset="20">
                <div class="overlay" style="background-color: rgba(255,255,255,0.7)">
                    <div class="container">
                        <div data-scroll-reveal="enter from the bottom after 0.2s" class="title text-center">
                            <h2 style="color: black; text-transform: uppercase; letter-spacing: 1px; font-size: 30px; font-family: Raleway, sans-serif; font-weight: 500;">GUEST REVIEW</h2>

                            <div class="col-md-12" style="padding-top: 20px">
                                <div class="carousel slide" data-ride="carousel" id="quote-carousel">
                                    <!-- Carousel Slides / Quotes -->
                                    <div class="carousel-inner text-center">
                                        
                                                <div class="item active">
                                                    <blockquote>

                                                        <img src="images/star/5star.png" style="width: 200px; padding-bottom: 20px" />
                                                        <div style="color: black"><p>The course is really nice to play n would love to come back with more friends</p>
</div>
                                                        <small>Tina Wee from Singapore (Facebook, July 15,2024)</small>
                                                    </blockquote>
                                                </div>
                                            
                                                <div class="item ">
                                                    <blockquote>

                                                        <img src="images/star/5star.png" style="width: 200px; padding-bottom: 20px" />
                                                        <div style="color: black"><p>Tempat bagus, cantik.best ..process checkin mudah</p>
</div>
                                                        <small>Nurul from Malaysia (Booking.com, July 15, 2024)</small>
                                                    </blockquote>
                                                </div>
                                            
                                                <div class="item ">
                                                    <blockquote>

                                                        <img src="images/star/5star.png" style="width: 200px; padding-bottom: 20px" />
                                                        <div style="color: black"><h3>&quot;Nice hotel with good facilities&quot;</h3>

<p>Very comfortable, nice and spacious room. Enjoyed the view of golf course, really relaxing. Highly recommended</p>
</div>
                                                        <small>Azlina from Malaysia (Agoda.com, July 22, 2024)</small>
                                                    </blockquote>
                                                </div>
                                            
                                                <div class="item ">
                                                    <blockquote>

                                                        <img src="images/star/5star.png" style="width: 200px; padding-bottom: 20px" />
                                                        <div style="color: black"><h3>&quot;Best&rdquo;</h3>

<p>Sangat berbaloi dan seronok. swimming pool best.</p>
</div>
                                                        <small>Shazrin from Malaysia (Agoda.com, July 22, 2024)</small>
                                                    </blockquote>
                                                </div>
                                            
                                                <div class="item ">
                                                    <blockquote>

                                                        <img src="images/star/5star.png" style="width: 200px; padding-bottom: 20px" />
                                                        <div style="color: black"><p>I was there between 8pm and 6am, what I found:<br />
# the location is easy to find,<br />
# the environment is refreshing,<br />
# the area is well maintained,<br />
# lots of parking,<br />
# the check-in process is fast,<br />
# the resort staff is customer friendly,<br />
# there is a variety of food and drinks during lunch .</p>
</div>
                                                        <small>LANwuzer from Singapore (Google, July 23, 2024)</small>
                                                    </blockquote>
                                                </div>
                                            
                                        <!-- Quote 1 -->
                                        

                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- end container -->
                    </div>
                </div>
            </section>


            <!--/ MAP SECITON -->
            <section id="features" class="feature-wrapper" style="background-color: white; background-image: url(demos/bg.png); background-position: center; background-size: cover;">
                <div class="container">
                    <div data-scroll-reveal="enter from the bottom after 0.2s" class="title text-center">
                        <div class="title text-center">

                            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                                
                                        <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
                                            <a href="https://www.google.com.my/maps/dir/Second+Link+Expy/Tanjong+Puteri+Golf+Resort,+Jalan+Tanjong+Puteri+1,+Tanjong+Puteri+Golf+Resort,+Pasir+Gudang,+Johor/@1.5304207,103.7124118,37170m/am=t/data=!3m2!1e3!4b1!4m13!4m12!1m5!1m1!1s0x31da08ce4585c93f:0x240f58d6ab752e83!2m2!1d103.6084529!2d1.4725049!1m5!1m1!1s0x31da3fac2ef6d40d:0x744a2d0f3b5969e1!2m2!1d103.940332!2d1.441726" target="_blank">
                                                <div style="border: solid #8c002f; border-radius: 10px; padding: 30px;">

                                                    <h2 style="color: black; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; font-family: Raleway, sans-serif; font-weight: 500;">Second Link Expressway</h2>
                                                    <img src="files/store/1/12ec97c6-0587-4d93-b727-72825d2b2018.png" style="width: 120px" />
                                                </div>
                                            </a>
                                        </div>
                                    
                                        <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
                                            <a href="https://www.google.com.my/maps/dir/Sultan+Iskandar+Complex+Customs,+Jalan+Jim+Quee,+Bukit+Chagar,+80300+Johor+Bahru,+Johor/Tanjong+Puteri+Golf+Resort,+Jalan+Tanjong+Puteri+1,+Tanjong+Puteri+Golf+Resort,+Pasir+Gudang,+Johor/@1.4894576,103.8167698,18585m/am=t/data=!3m2!1e3!4b1!4m13!4m12!1m5!1m1!1s0x31da12dc8004e3e3:0xd010a70536c3323c!2m2!1d103.7666309!2d1.465233!1m5!1m1!1s0x31da3fac2ef6d40d:0x744a2d0f3b5969e1!2m2!1d103.940332!2d1.441726" target="_blank">
                                                <div style="border: solid #8c002f; border-radius: 10px; padding: 30px;">

                                                    <h2 style="color: black; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; font-family: Raleway, sans-serif; font-weight: 500;">Johor CIQ Complex</h2>
                                                    <img src="files/store/1/6120766d-3b6c-4b15-b800-9e5134a7d51b.png" style="width: 120px" />
                                                </div>
                                            </a>
                                        </div>
                                    
                                        <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
                                            <a href="http://www.checkpoint.sg/" target="_blank">
                                                <div style="border: solid #8c002f; border-radius: 10px; padding: 30px;">

                                                    <h2 style="color: black; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; font-family: Raleway, sans-serif; font-weight: 500;">Checkpoint.SG</h2>
                                                    <img src="files/store/1/dbbbe185-36f1-45b0-b930-540a0cfccddb.png" style="width: 120px" />
                                                </div>
                                            </a>
                                        </div>
                                    
                                

                            </div>
                        </div>

                    </div>
                </div>
                <!-- end container -->
            </section>





            <!--/ CONTACT AND MAP SECTION -->
            <section id="mapdirection" style="background-color: black;">

                <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5059.728686202772!2d103.93814331534722!3d1.4417259989485518!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da3fac2ef6d40d%3A0x744a2d0f3b5969e1!2sTanjong+Puteri+Golf+Resort!5e1!3m2!1sen!2smy!4v1509329821590" width="100%" height="450" frameborder="0" style="border: 0" allowfullscreen></iframe>


            </section>
            <!--/ Contact End -->
        
        
            <!--/ FOOTER SECTION-->
            <section id="footer" class="footer-wrapper">
                <div class="container">
                    <div class="title text-center" data-scroll-reveal="enter from the bottom after 0.2s">
                        <!--<div class="logo-border"> <img src="images/logo123.png" alt="" style="width: 210px;"></div>-->
                        <div class="clearfix"></div>
                        <ul class="social clearfix">
                            <table id="ctl00_CPFOOTER_DataList2" cellspacing="0" border="0" style="border-collapse:collapse;">
	<tr>
		<td>
                                    <li><a class="facebook" href="https://www.facebook.com/tanjongputerigolfresort" target="_blank"></a></li>
                                    <li><a class="insta" href="https://www.instagram.com/tpgrjohor/" target="_blank"></a></li>
                                    <li><a class="email" href="mailto:[email protected]" target="_blank"></a></li>
                                    <li><a class="call" href="tel:+6017-7942711" target="_blank"></a></li>
                                    <li><a class="ws" href="https://api.whatsapp.com/send?phone=+6017-7942711&text=Hi" target="_blank"></a></li>
                                    <li><a class="map" href="https://maps.app.goo.gl/kKFWsEzTx44N9M5X7" target="_blank"></a></li>
                                </td>
	</tr>
</table>
                            

                        </ul>
                        <p>
                            © 2018 Tanjong Puteri Golf and Resort
                    <br />
                            Designed & Hosted By - <a href="http://www.tpgr.com" target="_blank" style="color: #005c4f">Tanjong Puteri Golf and Resort</a>
                        </p>
                        
                    </div>
                    <!-- end title -->
                </div>
                <!-- end container -->
            </section>
            <!--/ Footer  End -->
        

    </form>

    
    <script src="js/jquery.js"></script>
    <script src="js/bootstrap.js"></script>
    <script src="js/smooth-scroll.js"></script>
    <script src="js/jquery.parallax-1.1.3.js"></script>
    <script src="js/jquery.easypiechart.min.js"></script>
    <script src="js/owl.carousel.js"></script>
    <script src="js/jquery.jigowatt.js"></script>
    <script src="js/custom.js"></script>
    <script src="js/jquery.unveilEffects.js"></script>
    <script src="js/jquery.isotope.min.js"></script>
    <script>
        (function ($) {
            var $container = $('.masonry_wrapper'),
				colWidth = function () {
				    var w = $container.width(),
						columnNum = 1,
						columnWidth = 0;
				    if (w > 1200) {
				        columnNum = 3;
				    } else if (w > 900) {
				        columnNum = 3;
				    } else if (w > 600) {
				        columnNum = 2;
				    } else if (w > 300) {
				        columnNum = 1;
				    }
				    columnWidth = Math.floor(w / columnNum);
				    $container.find('.item').each(function () {
				        var $item = $(this),
							multiplier_w = $item.attr('class').match(/item-w(\d)/),
							multiplier_h = $item.attr('class').match(/item-h(\d)/),
							width = multiplier_w ? columnWidth * multiplier_w[1] - 4 : columnWidth - 4,
							height = multiplier_h ? columnWidth * multiplier_h[1] * 0.5 - 4 : columnWidth * 0.5 - 4;
				        $item.css({
				            width: width,
				            height: height
				        });
				    });
				    return columnWidth;
				}

            function refreshWaypoints() {
                setTimeout(function () {
                }, 1000);
            }

            $('nav.portfolio-filter ul li a').on('click', function () {
                var selector = $(this).attr('data-filter');
                $container.isotope({ filter: selector }, refreshWaypoints());
                $('nav.portfolio-filter ul li a').removeClass('active');
                $(this).addClass('active');
                return false;
            });

            function setPortfolio() {
                setColumns();
                $container.isotope('reLayout');
            }

            isotope = function () {
                $container.isotope({
                    resizable: true,
                    itemSelector: '.item',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 0
                    }
                });
            };
            isotope();
            $(window).smartresize(isotope);
        }(jQuery));
    </script>

    <!-- SLIDER REVOLUTION 4.x SCRIPTS  -->
    <script type="text/javascript" src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
    <script type="text/javascript" src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>

    <script type="text/javascript">
        var revapi;
        jQuery(document).ready(function () {
            revapi = jQuery('.tp-banner').revolution(
			{
			    delay: 9000,
			    startwidth: 1170,
			    startheight: 500,
			    hideThumbs: 10,
			    fullWidth: "off",
			    fullScreen: "on",
			    fullScreenOffsetContainer: ""
			});
        });	//ready
    </script>



    <!-- Animation Scripts-->
    <script src="js/scrollReveal.js"></script>
    <script>
        (function ($) {
            "use strict"
            window.scrollReveal = new scrollReveal();
        })(jQuery);
    </script>

    <!-- Portofolio Pretty photo JS -->
    <script src="js/jquery.prettyPhoto.js"></script>
    <script type="text/javascript">
        (function ($) {
            "use strict";
            jQuery('a[data-gal]').each(function () {
                jQuery(this).attr('rel', jQuery(this).data('gal'));
            });
            jQuery("a[data-gal^='prettyPhoto']").prettyPhoto({ animationSpeed: 'slow', slideshow: false, overlay_gallery: false, theme: 'light_square', social_tools: false, deeplinking: false });
        })(jQuery);
    </script>

    <!-- Video Player o-->
    <script src="js/jquery.mb.YTPlayer.js"></script>
    <script type="text/javascript">
        (function ($) {
            "use strict"
            $(".player").mb_YTPlayer();
        })(jQuery);
    </script>


    <!--SCRIPT PROMOTION-->
    <script>
        $(document).ready(function () {

            $("#owl-demo").owlCarousel({

                autoPlay: 3000, //Set AutoPlay to 3 seconds

                items: 4,
                itemsDesktop: [1199, 3],
                itemsDesktopSmall: [979, 3]

            });

        });
    </script>


    <!--new js activity details-->
    <script src="js/lightboxgallery-min.js"></script>
    <script type="text/javascript">
        jQuery(function ($) {
            $(document).on('click', '.lightboxgallery-gallery-item', function (event) {
                event.preventDefault();
                $(this).lightboxgallery({
                    showCounter: true,
                    showTitle: true,
                    showDescription: true
                });
            });
        });
    </script>

    <!--tab javascript-->

    <script src='js/epggea.js'></script>
    <script>
        $(function () {
            'use strict';

            var $swipeTabsContainer = $('.swipe-tabs'),
                $swipeTabs = $('.swipe-tab'),
                $swipeTabsContentContainer = $('.swipe-tabs-container'),
                currentIndex = 0,
                activeTabClassName = 'active-tab';

            $swipeTabsContainer.on('init', function (event, slick) {
                $swipeTabsContentContainer.removeClass('invisible');
                $swipeTabsContainer.removeClass('invisible');

                currentIndex = slick.getCurrent();
                $swipeTabs.removeClass(activeTabClassName);
                $('.swipe-tab[data-slick-index=' + currentIndex + ']').addClass(activeTabClassName);
            });

            $swipeTabsContainer.slick({
                //slidesToShow: 3.25,
                slidesToShow: 3,
                slidesToScroll: 1,
                arrows: false,
                infinite: false,
                swipeToSlide: true,
                touchThreshold: 10
            });

            $swipeTabsContentContainer.slick({
                asNavFor: $swipeTabsContainer,
                slidesToShow: 1,
                slidesToScroll: 1,
                arrows: false,
                infinite: false,
                swipeToSlide: true,
                draggable: false,
                touchThreshold: 10
            });


            $swipeTabs.on('click', function (event) {
                // gets index of clicked tab
                currentIndex = $(this).data('slick-index');
                $swipeTabs.removeClass(activeTabClassName);
                $('.swipe-tab[data-slick-index=' + currentIndex + ']').addClass(activeTabClassName);
                $swipeTabsContainer.slick('slickGoTo', currentIndex);
                $swipeTabsContentContainer.slick('slickGoTo', currentIndex);
            });

            //initializes slick navigation tabs swipe handler
            $swipeTabsContentContainer.on('swipe', function (event, slick, direction) {
                currentIndex = $(this).slick('slickCurrentSlide');
                $swipeTabs.removeClass(activeTabClassName);
                $('.swipe-tab[data-slick-index=' + currentIndex + ']').addClass(activeTabClassName);
            });
        });
    </script>

    <!--add script new-->
    <script src="js/main2.js"></script>

    
    <script>
        jQuery(document).ready(function ($) {

            window.onload = function () {
                $(".bts-popup").delay(1000).addClass('is-visible');
            }

            //open popup
            $('.bts-popup-trigger').on('click', function (event) {
                event.preventDefault();
                $('.bts-popup').addClass('is-visible');
            });

            //close popup
            $('.bts-popup').on('click', function (event) {
                if ($(event.target).is('.bts-popup-close') || $(event.target).is('.bts-popup')) {
                    event.preventDefault();
                    $(this).removeClass('is-visible');
                }
            });
            //close popup when clicking the esc keyboard button
            $(document).keyup(function (event) {
                if (event.which == '27') {
                    $('.bts-popup').removeClass('is-visible');
                }
            });
        });
    </script>
    
    
    <script>
        $(document).ready(function () {

            $("#owl-demo2").owlCarousel({

                navigation: true, // Show next and prev buttons
                slideSpeed: 300,
                paginationSpeed: 400,
                singleItem: true

                // "singleItem:true" is a shortcut for:
                // items : 1, 
                // itemsDesktop : false,
                // itemsDesktopSmall : false,
                // itemsTablet: false,
                // itemsMobile : false

            });

        });


    </script>

    <script>
        $(document).ready(function () {

            $("#owl-demo3").owlCarousel({

                navigation: true, // Show next and prev buttons
                slideSpeed: 300,
                paginationSpeed: 400,
                singleItem: true

                // "singleItem:true" is a shortcut for:
                // items : 1, 
                // itemsDesktop : false,
                // itemsDesktopSmall : false,
                // itemsTablet: false,
                // itemsMobile : false

            });

        });


    </script>
		<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

</body>
</html>
                               

Whois info of domain

Domain Name: TPGR.COM
Registry Domain ID: 92770118_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucows.com
Updated Date: 2024-11-22T08:33:23Z
Creation Date: 2002-12-03T08:48:53Z
Registry Expiry Date: 2025-12-03T08:48:53Z
Registrar: Tucows Domains Inc.
Registrar IANA ID: 69
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS111.MSCHOSTING.COM
Name Server: NS112.MSCHOSTING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T08:03:41Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass