@charset "utf-8";

/* Base */
*, body {
	/* line-height: 1.7; */
	font-weight: 400;
	font-size: 26px;
	color: #333;
  font-family: "TrueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

  h1, h2, h3, h4, h5, h6 {
  font-family: 'TrueBold' ;
}

a {
  text-decoration: none !important;
}

/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

  padding-right: 10px !important;
  padding-left: 10px !important;

} */

html {
  scroll-behavior: smooth;
}
/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/



#menuToggle {
  display: block;
  position: relative;
  top: 20px;
  left: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 33px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
}

/*
 * Just a quick hamburger
 */

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000000a3;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
}

#menuToggle span:first-child { transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
  position: absolute;
  width: 120%;
  margin: -130px 0 0 -40px;
  padding: 50px;
  padding-top: 140px;
  /* background: rgb(224,207,169); */
  background: #FFFFFF;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  padding-bottom: calc(60vh);
}
#menu a{
  color: #3C2415;
}
#menu a:hover{
/*  color: #C46000;*/
    color: #DA763E;
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
  line-height: 10px;
  padding-bottom: 1px;
  /* border-bottom: 1px solid; */
}
#menu hr {
  margin-top: 9px;
  margin-bottom: 6px;
  padding: 0;
  margin-left: -15px;
  margin-right: -40px;
}

/*
 * And let's fade it in from the left
 */

#menuToggle input:checked ~ ul {
  transform: scale(1.0, 1.0);
  opacity: 1;
}
#navbarMainTop li {
  display: inline;
  padding: 0px;
	/* padding-right: 3px; */
	/* padding-left: 3px; */
	height: 20px;
	/* border-right: 1px solid #445; */
}

#navbarMainTop li.last {
	border: none;
}

#slydesktop-seg-2 .card{
    background-color: #EAE1C4;
}
/* #scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#3498db;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
} */

/* vg-player {
  width: 1200px !important;
  height: auto !important;
} */

.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}
.badge_orange{
  color: #FFFFFF;
  background-color: #D9793F;
  font-size: 12px;
  font-family: 'TrueBold';
  top: 5px;
  right: 10px;
  padding: 0px 5px;
}
.isCollapsed{
    color: #DA763E !important;
}

.littlemonk-navigate-head{
    font-family: 'TrueBold';
    font-size: 45px;
    color: #DA763E;
    line-height: 2rem;        
}

.littlemonk-place p{
    font-size: 32px;
}


.menu-header .dropdown-toggle::after {
  display: none;
}
.menu-header a{
  font-size: 22px;
  color: #603913;
}
.menu-header a:hover{
  color: #DA763E;
}
.menu-header .nav-link {
  font-size: 26px;
  color: #3C2415;
  padding: .5rem .5rem 0rem .5rem;
  border-bottom: 2px solid #DA753C00;
}
.menu-header .nav-link.active {
  font-weight: bolder;
}
.menu-header .dropdown-menu{
  padding: 0;
  border-radius: 3px;
  margin-top: -6px;
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.5) !important;
  line-height: 25px;
  min-width: 8rem;
}
.menu-header .dropdown-item{
  padding-left: 25px;
  padding-right: 1rem;
  font-size: 22px;
}
.menu-header .dropdown-item{
  border-bottom: 1px solid #06060630;
}
.menu-header .dropdown-item:focus, .dropdown-item:hover {
  background-color: unset !important;
}
.menu-header .dropdown-toggle::after {
  vertical-align: 0.055em;
}
.menulist-child{
    font-size: 26px !important;
    color: #A88865;
}


.download-page a{
    color: #333;
}
.download-page a:hover {
    cursor: pointer;
    color: rgb(218,118,62) !important;
}

.download-page hr{
   display: block;
   position: relative;
   padding: 0;
   margin: 30px auto;
   height: 0;
   width: 98%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #BFAF98;
   border-bottom: 1px solid #ffffff;    
}

.download-page .content-list a{
    font-size: 36px;
}

.download-page .content-list img{
    width: 55px;
}

.download-page .content-list .section-3{
    font-size: 36px;
    line-height: 1.25rem;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.navbarMainTop {
	font-size: 12px;
	line-height: 1px;
}

.navbarMainTop a{
  font-size: 22px;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
    min-width: 696px;
    list-style: none;
    padding-top: 20px;
}
ul#horizontal-list li {
    display: inline;
}

.littlemonk-navigate-menu{
    font-size: 32px;
}
.littlemonk-navigate-menu a{
    font-family: 'TrueBold';
    font-size: 32px;
}

.menu-header a.nav-link:hover{
    border-bottom: 2px solid #DA753C !important;
}
.menu-header .active {
/*
	display: inline;
	padding-right: 0.9em;
	padding-left: 0.9em;
	height: 20px;
*/
  border-bottom: 2px solid #DA763C;
  padding: 14px 0px 0px;
  line-height: 20px;
}


.name_hover {
  position: relative;
  top: 0px;
  transition: top ease 0.5s;
  color: #FFFFFF; 
  line-height: 40px; 
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.96) 96%, rgba(0,0,0,1) 100%);
}

.img-littlemonks-height:hover .name_hover {
  top: -40px;
}

.season-detail-content img{
    max-width: 100%;
    height: auto;
}
.site-navbar {
	margin-bottom: 0px;
	width: 100%;
	border-bottom: none;
	position: absolute;
	z-index: 99;
}

.btn_orange {
    color: #FFFFFF !important;
    border-radius: 40px !important;
    font-size: 36px !important;
    line-height: 30px !important;
    background-color: #DD753A !important;
    border-color: #DD753A !important;
    padding-left: 25px;
    padding-right: 25px;
}
.txt_w{
  color: #FFF;
}
.line_height_1{
  line-height: 1;
}
.ic_arrow_down{
  top: -19px;
}
.txt_black_bold{
  font-family: 'TrueBold';
  color: #301807;
  line-height: 2rem;
}
.bg_brown_light{
  background-color: #F9F6F1;
}
.bg_brown{
  background-color: #D8CFB2;
}
.btn_more_hover:hover .bg_brown_light{
  background-color: #A1896C;
}
.btn_more_hover:hover .bg_brown{
  background-color: #A1896C;
}
.content_title{
  margin-top: 10px;
}
.content_title h2{
  font-family: 'TrueLight';
  font-size: 60px;
  font-weight: 600;
  color: rgb(60,36,21);
}


.card-title{
  font-weight: 900;
  line-height: 1.2;
}

.card-text{
  line-height: 20px;
}
.card-readmore{
  font-size: 22px;
}
.card-readmore a {
  color: rgb(218,118,62);
  text-decoration: none;
}
.card-readmore a:hover {
  color: #603913;
  text-decoration: none;
}
.card-body hr {
  border-top: 1px solid rgba(128,96,49);
}

.img-content-thumbnail{
  max-width: 100%;
  /* height: 120px; */
  height: auto;
}

/* .nav-footer i.fab {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;

} */

.award-container h1{
  color: rgb(218,118,62);
  font-size: 1.8rem;
}

.award .card {
  border: unset;
}
.award h1 {
  color: rgb(218,118,62);
  margin-bottom: 1rem;
  line-height: 30px;
}

.award h2 {
  color: rgb(96,57,19);
  font-size: 28px;
  margin-bottom: 0;
}

.award b {
  color: rgb(218,118,62);
}

.about-page{
  text-align: justify;
  text-justify: inter-character;    
}

.btn-outline-warning:hover {
  color: #603913;
  /* background-color: rgb(199, 198, 195) !important; */
  background-color: unset !important;
  color: #603913 !important;
  border-color: #603913 !important;
}


/*--- sly desktop ---*/
.slydesktop .frame{
    height: unset;
}

.pb_me-3 {
    padding-bottom: .75rem !important;
}
/* Blocks */

.site-blocks-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.site-blocks-cover.overlay {
	position: relative;
}
.site-blocks-cover.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
/*	background: rgba(0, 0, 0, 0.4);*/
}
.site-blocks-cover,
.site-blocks-cover .row {
	min-height: 600px;
	height: calc(100vh);
}
.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover .row {
	min-height: 600px;
	height: calc(30vh);
}
.site-blocks-cover .sub-text {
	font-size: 1.1rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: .2em;
}
.site-blocks-cover h1 {
	font-weight: 900;
	color: #fff;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.site-blocks-cover p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}
.site-blocks-cover .intro-text {
	font-size: 16px;
	line-height: 1.5;
}
.site-blocks-cover.subscribe h2 {
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}
.site-blocks-cover.subscribe p {
	font-size: 1rem !important;
	font-weight: 100;
}
.site-blocks-cover.overlay::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
/*	background: rgba(0, 0, 0, 0.4);*/
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:60px;
	/* background:#b2b2b2; */
	background:rgb(199, 179, 140);
	/* padding:20px; */
	text-align: center;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
}

.scrolldown{
  position:absolute;
  right:20px;
  bottom:0px;
  /* background:#b2b2b2; */
  background:rgb(199, 179, 140);	/* padding:20px; */
  text-align: center;
  cursor:pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}

.scroll:hover {
  /* background:rgba(178,178,178,1.0);
  background:rgba(199, 179, 140, 0.7);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;*/
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
  color: white;
	font-size:30px;
	margin-top:8px;
	margin-left:0px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.swiper-container .swiper-slide img{
    width: auto !important;
    max-height: 380px ;
    overflow: hidden !important;
}
.swiper-container-ad-desktop .swiper-wrapper img {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.swiper-container-ad-desktop .swiper-wrapper img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.submenu_parent li a{
    color: #A88865 !important;
}
.submenu_parent li a:hover{
    color: #DA763E !important;
}
.txt_head_orange_bold {
    font-family: 'TrueBold';
    font-size: 49px;
    color: #DA763E;
}
.txt_head_orange_bold2{
  font-family: 'TrueBold';
  font-size: 60px;
  color: #DA763E;
  line-height: 2.5rem;
}
.txt_head_orange_sm{
  font-family: 'TrueBold';
  font-size: 45px;
  color: #DA763E;
  line-height: 2rem;
}
.txt_title_black{
  font-family: 'TrueBold';
  font-size: 42px;
  color: #301807;
  line-height: 2rem;
}

.featured-property-full {
	position: relative;
/*	background: #fff;*/
	margin-top: -190px;
/*	-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);*/
/*	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);*/
}

.featured-property-half {
	position: relative;
	background: #fff;
	margin-top: -100px;
	-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}
.featured-property-half div {
	width: 50%;
}
.featured-property-half .image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.featured-property-half .text {
	padding: 100px;
}
.featured-property-half .text ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #777;
}
.featured-property-half .text ul strong {
	color: #000;
	font-weight: bold;
}
.featured-property-half .text ul li {
	margin-bottom: 10px;
}

.banner-iconlist ul {

    width: 100%;
    text-align: center;
    /* border-top: 1px solid #222222;
    border-bottom: 2px solid #222222;
    padding: 0; */

}

.banner-iconlist li {
  width:15%;
  list-style: none;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 5px 0;
}


.footer{
  background-color: #E0CFA9;
}

.footer a{
/*  color: rgb(218,118,62);*/
    color: #333;
}
.footer a:hover{
  color: rgb(218,118,62);
}
.footer-left-panel{
  line-height: 20px;
}
.footer-left-panel p{
  margin-bottom: 10px;
}
.footer-right-panel{
  border-left: 1px solid #603913;
  margin: 17px 0;
  padding-top: 30px;
  padding-left: 46px !important;
}

.footer-right-panel h3{
  color: rgb(60,36,21);
  font-size: 32px;
}



#cyclepages_2.frame {
  height: 310px;
}

#cyclepages_2.frame img {
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.5);
}

#cyclepages_2.frame ul li {

  float: left;
  width: 100px;
  height: 100%;
  margin: 0 0px 0 0;
  padding: 0;
  /* background: #333; */
  color: #ddd;
  text-align: center;
  cursor: pointer;
  padding: 0px 360px 0px 0px !important;

}

.map-contact {
  position: relative;
  z-index: 100;
}

.card-contact {
  position: absolute;
  right: 100px;
  top: 40px;
  z-index: 200;
  padding: 10px;
  color: #FFFFFF;
  background-color: #D8CFB2;
  line-height: 26px;
}

.content-card .card-title {
  font-family: 'TrueBold';
  font-size: 24px;
  color: rgb(60,36,21);
  max-height: 63px;
  height: 53px;
  overflow: hidden;
  margin-bottom: 10px;
}

.content-card .card-text{
  font-size: 26px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
}

.content-card .card-readmore{
  margin-bottom: 0px !important;
}

.content-card hr {
  margin-top: 0;
}

.home_banner_card {
  padding-top: 30px;
  line-height: 1;
  font-size: 57px;
  color: rgb(218,118,62);
}

.home_banner_card b {
  font-family: 'TrueBold';
  font-size: 49px;
  color: rgb(218,118,62);
}

.home_banner_card h2 {
  font-family: 'TrueLight';
  font-size: 41px;
  color: #000;
}

.terms-of-service{
  text-align: center;
  background-color: #603913;
  line-height: 50px;
  color: white;
}

@media (min-width: 320px) {
#cyclepages_2 img{
    width: 210px;
} 
#cyclepages_2.frame {
  height: 178px;
  width: 100%;
}
#cyclepages_2.frame ul li {
  padding: 0px 220px 0px 0px !important;
}
#cyclepages_2 .scrollbar {
  margin: 20px 12px 1em 0 !important;
} 
    
.banner-iconlist{
  padding-left: 25px !important;
  padding-right: 25px !important;
}       
  .btn-home-header {
    margin-top: -24% !important;
    font-size: 22px !important;
  }
    .content-ussd .ussd{
        font-size: 28px;
    }
    .content-ussd .table td{
        padding: .4rem;
    }
    .content-ussd .table th{
        padding: .4rem;
    }
    .content-ussd tr th{
        font-size: 28px;
    }
    .content-ussd tr td{
        font-size: 28px;
    }
    
    .content-suggestion ul{
        padding-left: 0px;
    }
    
    .download-page .p-4{
        padding-bottom: 0px !important;
    }
    .download-page h1{
        font-size: 1.5rem;
    }
    .download-page .content-list img {
        width: 35px;
    }
    .download-page .content-list a {
        font-size: 28px;
    }
    .download-page .content-list .section-3{
        font-size: 28px;
    }
    .download-page .musicplay img{
        width: 35px;
    }
    .download-page .musicplay a{
        font-size: 28px;
    }
    
/*
    .download-page tr{
        height: 2px;
    }
    .download-page td{
        padding: 0px; 
        margin: 0px;
    }
*/
    
    
  .featured-property-full {
    margin-top: -70px;
  }
  .head-banner{
    background-image: url('../images/home_banner_mobile.png');
    /* background: url(../images/home_banner_mobile.png) no-repeat center center; */
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /* Full height */
    /* height: 100%; */

    /* Center and scale the image nicely */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */

    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
  }
  .head-award-banner{
    background-image: url('../images/home_award_mobile.png');
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .head-about-banner{
    background-image: url('../images/about_header_mobile.png');
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .header-logo img{
    width: 170px;
  }
  .menu-header{
    /* overflow-x: hidden; */
    /* height: 44px; */
    /* overflow: -moz-hidden-unscrollable; */
  }

  .menu-header::-webkit-scrollbar {
    /*display: none; /* Safari and Chrome */
  }

  .slogan-box{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
   

}

@media (min-width: 375px){

#cyclepages_2 img{
    width: 210px;
} 
#cyclepages_2.frame {
  height: 178px;
  width: 100%;
}
#cyclepages_2.frame ul li {
  padding: 0px 220px 0px 0px !important;
}

/* vg-player {
  width: 350px !important;
  height: auto !important;
} */
  .btn-home-header{
    /* font-size: 36px !important; */
    font-size: 28px !important;
  }
  .header-logo {
    padding-top: 0px !important;
  }
  .header-logo img {
    width: 210px;
  }
    .littlemonk-place .txt_head_orange_bold2{
        font-size: 40px;
    }
    .littlemonk-place place-list{
        margin-left:0;
    }
    .littlemonk-present {
        margin-top: 20px;
    }
    .littlemonk-present .txt_head_orange_bold2{
        font-size: 36px;
        line-height: 1.5rem;
    }
    .littlemonk-present .txt_head_orange_sm{
        font-size: 36px;
        line-height: 1.5rem;
    }
    .littlemonk-present .txt_title_black{
        font-size: 32px;
    }
    
  .scrollbar {
    margin: 20px 0px 1em 0 !important;
  }    
}


@media (min-width: 400px){
#cyclepages_2 img{
    width: 210px;
} 
#cyclepages_2.frame {
  height: 178px;
}
#cyclepages_2.frame ul li {
  padding: 0px 220px 0px 0px !important;
}
/* vg-player {
  width: 400px !important;
  height: auto !important;
}     */
    
    .banner-iconlist{
       padding-left: 25px !important;
       padding-right: 25px !important;
    }
  .btn-home-header {
    font-size: 22px !important;
    margin-top: -24% !important;
  }
    
    .content-card .img-littlemonks-height {
        height: 286px;
        overflow: hidden;
    }    
    
    .download-page h1{
        font-size: 1.7rem;
    }    
    
  .header-logo img {
    width: 170px;
  }
    .littlemonk-present {
        margin-top: 20px;
    }
    .littlemonk-present .txt_head_orange_bold2{
        font-size: 36px;
        line-height: 1.5rem;
    }
    .littlemonk-present .txt_head_orange_sm{
        font-size: 36px;
        line-height: 1.5rem;
    }
    .littlemonk-present .txt_title_black{
        font-size: 32px;
    }
    
  .slogan-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
#cyclepages_2 img{
    width: 130px;
} 
#cyclepages_2.frame {
  height: 133px;
}
#cyclepages_2.frame ul li {
  padding: 0px 150px 0px 0px !important;
}
    
  .btn-home-header {
    font-size: 42px !important;
    margin-top: unset !important;
}
  .header-logo img {
    width: unset;
  }
  .head-banner{
    background-image: url('../images/home_banner_mobile.png');
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .head-award-banner{
    background-image: url('../images/home_award_mobile.png');
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .head-about-banner{
    background-image: url('../images/about_header_mobile.png');
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
#cyclepages_2 img{
    width: 180px;
} 
#cyclepages_2.frame {
  height: 173px;
}
#cyclepages_2.frame ul li {
  padding: 0px 200px 0px 0px !important;
}
  .menu-header{
    /* overflow-x: hidden;
    height: 44px;
    overflow: -moz-hidden-unscrollable; */
  }

  .menu-header::-webkit-scrollbar {
     /*display: none; /* Safari and Chrome */
  }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 991px) {
#cyclepages_2 img{
    width: 250px;
} 
#cyclepages_2.frame {
  height: 234px;
}
#cyclepages_2.frame ul li {
  padding: 0px 270px 0px 0px !important;
}
  .content-card .img-content-height {
    height: 98px;
    overflow: hidden;
  }

  .head-banner{
    background-image: url('../images/home_banner.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .head-award-banner{
    background-image: url('../images/home_award-20230115.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .head-about-banner {
    background-image: url('../images/about_header-20230115.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #cyclepages_2.frame {
        height: 307px;
    }    
    #cyclepages_2.frame ul li {
        padding: 0px 360px 0px 0px !important;
    }    
    #cyclepages_2 img{
        width: 340px;
    }   
    #slydesktop-seg-4 .col-lg-4{
        max-width: 400px;
    }
    /* vg-player {
      width: 1200px !important;
      height: auto !important;
    }      */
    .banner-iconlist{
       padding-left: unset !important;
       padding-right: unset !important;
    }    
    .container {
        /* max-width: 1140px; */
        max-width: 1260px !important;
        padding: 0 40px !important;
    }
    .container .slogan-box{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .content-card .img-content-height {
        height: 160px;
    }    
    .content-card .img-littlemonks-height {
        height: 286px;/*เปลี่ยนจาก300px*/
        overflow: hidden;
    }
    .content-ussd .ussd {
        font-size: 36px;
    }
    .download-page h1{
        font-size: 2.5rem;
    }    
    .download-page p{
        font-size: 36px;
        line-height: 1;
    }
    .download-page .musicplay img{
        width: 55px;
        cursor:pointer;
    }
    .download-page .content-list img {
        width: 55px;
    }
    .download-page .content-list a {
        font-size: 36px;
    }
    .download-page .content-list .section-3 {
        font-size: 36px;
        line-height: 1.25rem;
    }
    .download-page .content-ussd .table th{
        color: rgb(218,118,62);
        font-weight: bolder;        
        font-size: 36px;
        padding: unset;
    }
    .download-page .content-ussd .table td{
        font-size: 36px;
        padding: unset;
    }
    .download-page .content-suggestion{
        font-size: 36px;
    }
    .download-page .content-suggestion strong{
        font-size: 36px;
        color: rgb(218,118,62);
    }
    
    /*----- sly-scrolling ------*/
    .container.sly-scrolling{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .littlemonk-nickname.active {
        background: red;
        color: white;
    }
    
    .littlemonk-navigate-head{
        font-family: 'TrueBold';
        font-size: 45px;
        color: #DA763E;
        line-height: 2rem;        
    }
    .sly-scrolling .card{
        padding: 5px;
    }
    .sly-scrolling .col-lg-3 {
/*        flex: 0 0 34%;*/
        flex: 0 0 400px;
        max-width: 316px;
/*        max-width: unset;*/
    }
    .sly-scrolling .frame {
        line-height: 30px;
    }
    
    .littlemonk-place p{
        font-size: 32px;
    }
    .littlemonk-place place-list{
        margin-left:30%;
    }

    .littlemonk-navigate-menu{
        font-size: 32px;
    }
    .littlemonk-navigate-menu a{
        font-family: 'TrueBold';
        font-size: 32px;
    }
    
    .littlemonk-present {
        margin-top: 0px;
    }
    .littlemonk-present  .txt_head_orange_bold2 {
        font-family: 'TrueBold';
        font-size: 60px;
        color: 
        #DA763E;
        line-height: 2.5rem;
    }
    .littlemonk-present  .txt_head_orange_sm {
        font-family: 'TrueBold';
        font-size: 45px;
        color: 
        #DA763E;
        line-height: 2rem;
    }  
    .littlemonk-present .txt_title_black {
        font-size: 42px;
    }
    
  .head-banner{
    background-image: url('../images/home_banner.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .head-award-banner {
    background-image: url('../images/home_award-20230115.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .head-about-banner {
    background-image: url('../images/about_header-20230115.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

    .navbar-list-lg {
        /*width:750px;*/
        /*position: absolute;*/
        margin: 0 auto;
    }
    .navbar-list-lg li {
        /*margin: 0 auto;*/
        
    }
    .navbar-list-lg a {
        float:left;
        display:block;
        text-align:center;
        /*width:150px; *//* fixed width */
        text-decoration:none; 
    }
    
    
    
}

@media (max-width: 575.98px) {
  .txt_head_orange_bold{
    font-size: 40px;
  }
    .content-card .img-littlemonks-height {
        height: 240px;
        overflow: hidden;
    }
    .littlemonk-nickname{
        text-align: center;
    }
    
.content-mobile .frame.littlemonk {
    height: 240px;
}    
  .download-page .content-ussd
  {
    padding-left: 1rem !important;
  }
    
  .download-page .content-list
  {
    padding: 0 !important;
  }
    
  .header-logo{
    padding-top: 20px;
  }
  .head-iconlist .swiper-container-ad-mobile{
    /* padding-left: 15px;
    padding-right: 15px; */
    overflow: hidden;
  }
  .slogan-card{
    padding: 0 !important;
  }
  .slogan-card hr{
    margin: 0;
    margin-top: 10px;
  }
  .scrollup_icon{
    margin-top: -10px;
  }
  .home_banner_card{
    padding: 0 !important;
  }
  .about-page h1{
    font-size: 1.3rem;
  }
  .award-container h1 {
    font-size: 1.2rem;
  }

  .award .card-body{
    padding: 0px;
  }
  .banner-ad .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-ad .col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .btn-home-header{
    /* font-size: 36px !important; */
    /* font-size: 30px !important; */
    margin-top: -60%;
  }
  .content-mobile .frame ul li {
    padding-right: 10px !important;
  }
  .content_title h2 {
    font-size: 50px;
  }
  .card-text {
    line-height: 26px;
  }
  .content-card .card-text {
    font-size: 26px;
    height: 80px;
    max-height: 80px;
  }
  .card-readmore a {
    font-size: 22px;
  }
  .content-card .card-title {
    /* margin-top: 20px;
    font-size: 26px; */
  }
  .content-card .card-title {
    max-height: 55px;
    height: 55px;
  }

  .home_banner_card {
    font-size: 30px;
  }
  .home_banner_card b {
    font-size: 22px;
  }
  .home_banner_card h2 {
    font-size: 17px;
    margin-top: 7px;
  }
  .scrollbar {
    margin: 20px 0 1em 0;
  }
  .swiper-container-mobile{
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .site-blocks-cover, .site-blocks-cover .row {
    /* min-height: 500px;
    height: calc(70vh); */

    min-height: 400px;
    height: calc(60vh);
  }



  .footer-right-panel{
    border-left:unset;
    /* padding: 0px 15px; */
    padding-left: 17px !important;
  }
  .footer-right-panel h3{
    font-size: 1.15rem;
  }
  .terms-of-service{
    font-size: 14px;
  }

  .content-mobile .frame {
    height: 300px;
    line-height: 20px;
  }
  .content-mobile .frame ul li {
    width: 250px;
  }
  .content-mobile .frame ul li {
    text-align: left;
    padding-right: 20px;
  }

  .content-mobile .frame ul li:last-child {
    padding-right: 0px;
  }

  .content-mobile .content-card .img-content-height {
/*    height: 110px;*/
    overflow: hidden;
  }
  .content-mobile .content-card .card-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: unset;
  }
  .content-mobile .card-title {
    line-height: 1.1;
  }
  .scroll {
    width: 40px;
    height: 40px;
  }
  .scrolldown{
    width: 40px;
    height: 40px;
    bottom: 15px;
  }

}