document, body {
	overflow-x: hidden;
}

.flag-en {
    display: block;
    width: 25px;
    height: 17px;
    background-image: url(/resources/imgs/en.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.flag-kh {
    display: block;
    width: 25px;
    height: 18px;
    background-image: url(/resources/imgs/ca.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#sideNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 275px;
	height: 100vh;
	background: rgba(0, 0, 0, 0.04);
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
}

#sideNav.nav-show {
	left: 0;
}

#sideNav .pan-lang {
    position: absolute;
    top: 5px;
    right: 5px;
}
#sideNav .pan-lang li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
}

.side-nav-content {
	padding: 36px;
	width: 100%;
	height: 100%;
}

.pan-logo {
	text-align: center;
}
.pan-logo a {
	display: inline-block;
    text-align: center;
    color: #000000;
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
}
.pan-logo a:hover {
	text-decoration: none;
}
.pan-logo .logo-img {
	display: block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



#sideNav .main-menu ul {
    margin: 0;
    padding: 0;
}

#sideNav .main-menu ul li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
}

#sideNav .main-menu ul li a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    font-family: "Montserrat", Arial, sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sideNav .main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 7px;
    left: 0;
    right: 0;
    background-color: #000000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#sideNav .main-menu ul li a:hover {
    text-decoration: none;
    color: black;
}

#sideNav .main-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#sideNav .main-menu ul li.active a {
    color: #000000;
}

#sideNav .main-menu ul li.active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.frm-email-received {
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 36px;
}



#sideContainer {
	position: absolute;
	top: 0;
	left: 275px;
	width: calc(100% - 275px);
	width: -webkit-calc(100% - 275px);
	width: -moz-calc(100% - 275px);
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sideContainer.nav-show {
	left: 275px;
}

.btn-nav-toggle {
    position: absolute;
    left: 275px;
    top: -5px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-nav-toggle {
  	cursor: pointer;
  	text-decoration: none; 
}
.btn-nav-toggle.active i::before, .btn-nav-toggle.active i::after {
    background: #000000; 
}
.btn-nav-toggle:hover, .btn-nav-toggle:focus, .btn-nav-toggle:active {
    outline: none;
    border-bottom: none !important; 
}
.btn-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    color: #000000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.btn-nav-toggle i::before, .btn-nav-toggle i::after {
    content: '';
    width: 30px;
  	height: 2px;
  	background: #000000;
  	position: absolute;
  	left: 0;
  	-moz-transition: all 0.2s ease;
  	-o-transition: all 0.2s ease;
  	-webkit-transition: all 0.2s ease;
  	-ms-transition: all 0.2s ease;
  	transition: all 0.2s ease; 
}

.btn-nav-toggle i::before {
  	top: -7px; 
}

.btn-nav-toggle i::after {
  	bottom: -7px; 
}

.btn-nav-toggle:hover i::before {
  	top: -10px; 
}

.btn-nav-toggle:hover i::after {
  	bottom: -10px; 
}

.btn-nav-toggle.active i {
  	background: transparent; 
}

.btn-nav-toggle.active i::before {
  	top: 0;
  	-webkit-transform: rotateZ(45deg);
  	-moz-transform: rotateZ(45deg);
  	-ms-transform: rotateZ(45deg);
  	-o-transform: rotateZ(45deg);
  	transform: rotateZ(45deg); 
}

.btn-nav-toggle.active i::after {
  	bottom: 0;
  	-webkit-transform: rotateZ(-45deg);
  	-moz-transform: rotateZ(-45deg);
  	-ms-transform: rotateZ(-45deg);
  	-o-transform: rotateZ(-45deg);
  	transform: rotateZ(-45deg); 
}


.top-fullheight-carousel {
	height: 100vh;
	background-color: #f8f9fa!important;
}
.top-fullheight-carousel .pan-carousel {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100vh;
}
.top-fullheight-carousel .pan-carousel-info {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100vh;
	/*padding: 10px;*/
	padding: 3rem;
}
.top-fullheight-carousel .pan-carousel-info .social-connect {
	position: absolute;
	bottom: 15px;
	left: 0;
}
.top-fullheight-carousel .pan-carousel-info .social-connect li {
	list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}
.top-fullheight-carousel .pan-carousel-info .social-connect a {
	height: 56px;
    width: 56px;
    display: block;
    float: left;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    color: #000000;
    font-size: 26px;
}
.top-fullheight-carousel .pan-carousel-info .social-connect a:hover {
	color: #6c757d;
}
.top-fullheight-carousel .carousel-img, .insta-carousel .carousel-img {
	display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pan-last-instagram p {
    padding: 36px 0px 16px 0px;
    letter-spacing: 0.25em;
    font-size: x-large;
    font-weight: 400;
}
.pan-last-instagram .insta-img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    text-align: center;
    font-size: 36px;
    line-height: 190px;
    color: transparent;
    -webkit-transition: 1s all linear;
    -o-transition: 1s all linear;
    transition: 1s all linear;
}
.pan-last-instagram .insta-img:hover {
    cursor: zoom-in;
    color: white;
}

.insta-carousel .carousel-img {
    display: block;
    width: 100%;
    height: 85vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-control-prev-icon {
    background-position: 25% 50%;
}
.carousel-control-next-icon {
    background-position: 50% 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: 75% 80%;    
    color: #212529;
    background-color: #212529;
    border-radius: 90px;    
}

#sideFooter {
    width: 100%;
    min-height: 500px;
    background-color: #242423;
    margin-top: 56px;
    padding: 56px 50px 96px 50px;
}
#sideFooter .pan-heading h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#sideFooter .recent-img {
    display: block;
    width: 100%;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#sideFooter .recent-img a {
    display: block;
    width: 100%;
    height: 100%;
}
#sideFooter .row {
    margin-left: 0;
    margin-right: 0;
}
#sideFooter .navigate li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
    padding-left: 0;
    list-style: none;
    font-weight: 500;
}
#sideFooter .navigate li a {
    color: rgba(255, 255, 255, 0.5) !important;
}
#sideFooter.navigate li a span {
    color: rgba(255, 255, 255, 0.8) !important;
}
.navigate,
.sidelink {
    padding: 0;
}

.navigate li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.navigate li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.navigate li a,
.sidelink li a {
    display: block;
    color: #000000;
}

.navigate li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 6px;
    color: #ccc;
}

.navigate li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}
#sideFooter .pan-contact-info ul {
    padding: 0;
}

#sideFooter .pan-contact-info ul li,
#sideFooter .pan-contact-info ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
    color: white;
}

#sideFooter .pan-contact-info ul li span {
    color: rgba(255, 255, 255, 0.5);
}

#sideFooter .pan-contact-info ul li .icon,
#sideFooter .pan-contact-info ul li .text {
    display: table-cell;
    vertical-align: top;
}

#sideFooter .pan-contact-info ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}
#sideFooter a:hover {
    text-decoration: none;
}
#sideFooter .pan-copyright {
    margin-top: 46px;
    font-weight: 500;
    color: rgba(255,255,255,.5)
}

.toolbar-padding {
    width: 100%;
    height: 220px;
}
.toolbar-padding.fixed-toolbar {
    height: 80px;
}
#sideToolbar {
    position: fixed;
    background-color: #ccb78f;
    width: 100%;
    height: 220px;
    z-index: 990
}
#sideToolbar.fixed-toolbar {
    height: 66px;
}
#sideToolbar .pan-breadcrumb {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    list-style: none;
    line-height: 1.8;
    font-weight: 500;
    color: #999;
    position: absolute;
    bottom: 66px;
    left: 26px;
}
#sideToolbar.fixed-toolbar .pan-breadcrumb {
    bottom: 12px;
}
#sideToolbar .pan-breadcrumb li {
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,.1);
    color: #000;
    margin-right: .5rem;
}
#sideToolbar .pan-breadcrumb li.active {
    color: #000;
}
#sideToolbar .pan-breadcrumb li a {
    display: block;
    color: rgba(0,0,0,.5);
}
#sideToolbar .pan-breadcrumb li a:hover {
    list-style: none;
    text-decoration: none;
}
#sideToolbar h1 {
    margin-left: 1em;
    font-weight: bold;
    position: absolute;
    bottom: 16px;
    left: 25px;
}

.pan-collections, .pan-blogs {
    margin-left: 15px;
    margin-right: 15px;
}
.collection-item {
    height: 300px;
    padding-top: 30px;
}
.collection-item .img-preview {
    width: 100%;
    height: 100%;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.collection-item .collection-hover {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(2,2,2,.5);
    top: -270px;    
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    opacity: 0;
    cursor: pointer;    
}
.collection-item .collection-hover h5 {
    color: white;
    padding: 15px;
    position: absolute;
    bottom: 20px;
}
.collection-item .collection-hover p {
    color: white;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
}
.collection-item .collection-hover a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.collection-item .collection-hover:hover {
    opacity: 1;
}
.coll-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 16px;
    padding-bottom: 6px;
}
.coll-img {
    max-width: 100%;
    height: auto;
}

.blogs-item {
    min-height: 200px;
}
.blogs-item .card-body {
    padding: 5px;
}
.blogs-item .img-preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blogs-item small {
    position: absolute;
    bottom: 0;
    right: 20px;
}
#blogContent img {
    max-width: 100%;
    height: auto !important;
}

.item-loading {
    margin-top: 26px;
    width: 100%;
    height: 46px;
    background-color: rgba(246,246,246,0.5);
    background-image: url('/resources/imgs/loading.gif');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}

.pan-services {
    margin-top: 36px;
    margin-left: 15px;
    margin-right: 15px;
}
.pan-services .img-preview {
    display: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pan-services p {
    color: #999;
}

@media (max-width: 767.98px) {
	.top-fullheight-carousel .pan-carousel {
		width: 30%;
	}
	.top-fullheight-carousel .pan-carousel-info {;
		width: 70%;
		left: 30%;
	}

    .pan-last-instagram p {
        letter-spacing: 0.15em;
        font-size: large;
        font-weight: 400;
    }

    #sideToolbar .pan-breadcrumb {
        left: 36px
    }
    #sideToolbar h1 {
        left: 10px;
        font-size: 2.2rem;
    }
    #sideFooter .pan-heading h2 {
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
	#sideNav {
		left: -275px;
	}

	#sideContainer {
		left: 0px;
		width: 100%;
	}

	.btn-nav-toggle {
		visibility: visible;
	}
}

@media (min-width: 1200px) {
    #sideNav {
        width: 20%;
    }
    #sideContainer {
        left: 20%;
        width: 80%;
    }
    .frm-email-received {
        left: calc(50% - 150px);
    }
}
