* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 15px;
    font-family: 'League Spartan', sans-serif;
    scroll-behavior: smooth;
    transition: .5s ease-in all;
}

body {
    font-family: 'League Spartan', sans-serif;
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
}

a{
    text-decoration:none !important;
    color:unset;
}
a:hover{
    text-decoration:none !important;
    color:unset;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.btn-default{
    height:40px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    border-radius:30px;
    color:rgba(155,36,36,1);
    background:#fff;
    font-weight:600;
    min-width:150px;
}
.no-record-alert{
    background:transparent;
    border:1px solid rgba(155,36,36,1) !important;
    color:rgba(155,36,36,1) !important;
    height:50px;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    border-radius:4px;
    padding:0 1rem;
}
/* BANNER CONTENT */ 
#section_banner {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index:2;
}
#banner_content{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    z-index:2;
    width:100%;
    height:50vh;
    gap:.5rem;
    padding-left:.5rem;
}
.banner-content-child{
    background:#f5f5f5;
    height:100%;
    position:relative;
    overflow:hidden;
}
.banner-content-child:hover img{
    transform:scale(1.1);
    transition: all 1s ease;
}
.banner-content-child img{
    height:100%;
    width:100%;
    object-fit: cover;
}
.banner-content-child:nth-child(1){
    width:calc(45% - .25rem) !important;
}
.banner-content-child{
    width:27.5%;
}
.banner-content{
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}

#banner_menu{
    width:40%;
    background:#fff;
    padding-right:2rem;
}
#bottom_line{
    position:absolute;
    bottom:0;
    left:1rem;
    z-index:2;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:stretch;
    width:100%;
}
#banner_latest_news{
    flex-grow:1;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    padding:0 1rem;
    color:#fff;
    width:60%;
}
#banner_latest_news span:first-child{
    font-weight:700;
}
#bottom_news{
    flex-grow:1;
    font-weight:100;
    padding-right:1rem;
    padding-left:1rem;
}
#banner_menu ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    list-style: none;
}
#banner_menu ul li{
    padding:1rem 0;
    background:#fff;
    color:rgba(155,36,36,1);

}
#banner_menu ul li i{
    margin-right:.5rem;
}


#header_section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    z-index: 999;
    position:absolute;
    top:0;
	transition:all .5s ease;
}
#header_section.fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
}
.flag{
    height:120px;
    width:auto;
    background:transparent;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.flag-list{
    padding:0 !important;
    margin-left:1rem;
}
.flag img{
    height:100%;
    width:auto;
    border-radius:50%;
}
.logo {
    height: 120px;
    width: auto;
    padding:1rem;
    background:transparent;
}
.logo img{
    height:100%;
    width:auto;
}
.hidden-menu{
    height:120px;
    width:120px;
    background:#741B1B;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:2rem;
}
.hidden-menu i{
    color:#fff;
    font-size:25px;
    cursor:pointer;
}
#hidden_menu{
    position:fixed;
    left:0;
    right:0;
    min-height:40vh;
    background:#fff;
    top:120px;
    z-index:5;
    padding:2rem;
    display:none;
    transition:all .35s ease-in;
}
.hidden-menu-content{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
    height:100%;
}
.hidden-menu-title h1{
    font-size:18px;
    margin-bottom:1rem;
}

.president-detail .name{
    font-size:16px;
    font-weight:600;
}
.president-detail .title{
    font-size:12px;
    font-weight:400;
}
#president .president-img{
    height:200px;
    border-radius:5px;
    overflow:hidden;
	box-shadow: -2px 2px 0px 0px #fff;
	margin-bottom: 7%;
}
#president img{
    height:200px;
    width:auto;
}
#president{
    border-right:2px solid #f5f5f5;
    padding-right:1rem;
    z-index:3;
}
#navigation{
   display:flex;
   flex-direction:column;
   justify-content:center;
    flex-grow: 1;
    padding-left:1rem;
    height:100%;
}

.navigation-content{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    gap:1rem;
    align-items:flex-start;
    margin-bottom:calc(42px + 1rem)
}
.navigation-child:not(.navigation-child:last-child){
    flex:1;
    background:#f5f5f5;
    height:200px;
    border-radius:4px;
    overflow:hidden;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.navigation-child:last-child{
    flex:1;
    background:#f5f5f5;
    height:200px;
    border-radius:4px;
    overflow:hidden;
    position:relative;
}
.navigation-child img{
    height:100%;
    width:100%;
    object-fit: cover;
}
.nav-child-icon{
    height:50px;
    width:50px;
    background:#fff;
    border-radius:50%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.nav-child-icon i{
    font-size:20px;
    color:rgba(155,36,36,1);
}
.nav-child-name{
    font-size:18px;
    color:rgba(155,36,36,1);
    margin-top:1rem;
    text-align:center;
}
.navigation-child p{
    z-index:3;
    color:#fff;
    margin-bottom:0;
    font-size:16px;
    font-weight:700;
    word-wrap: break-word;
    position:absolute;
    width:100%;
    top:50%;
    transform: translateY(-50%);
    padding:.5rem 1.5rem;
    background:rgba(0, 0, 0, 0.3);
}
.menu {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background:transparent;
    padding:0 .5rem;
}
.menu img{
    height:75px;
    width:75px;
    border-radius:50%;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#741B1B;
    padding: 10px;
}

.mobile-menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 30px;
    background: #fff;
    padding: 2rem 4rem;
    height: 100%;
}

.mobile-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left:0;
}

.mobile-menu ul li {
    margin-bottom: 30px;
}

.mobile-menu ul li a {
    color: #000;
    font-size: 22px;
}
.mobile-menu .logo{
    height:80px !important;
    width:80px !important;
}
.switch-close-mobil{
    height:50px;
    width:50px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}

.mobile-menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-header .switch-close-mobil i {
    font-size: 25px;
    color:#000;

}

.mobile-menu-labels {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-menu-labels .content-label {
    position: relative !important;
    margin-right: 8px;
    margin-bottom: 8px;
    right: unset !important;
    bottom: unset !important;
}

.switch-menu {
    display: none;
}

.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    list-style: none;
    padding-left:unset !important;
    background:#741B1B;
    border-radius:40px;
    height:75px
}

.menu ul li {
    padding: 0 1.5rem;
    height:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}

.menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
}

.action-btn {
    position: relative;
    border-radius: 30px;
    padding: 3px;
    background: rgba(155,36,36,1);
    height: 45px;
    border: none !important;
    margin-left: 20px;
}

.action-btn span {
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: rgba(155,36,36,1);
    font-size: 15px;
    height: 100%;
    padding: 0 40px;
    line-height: 40px;
    font-weight:700;
}

.action-btn:hover span {
    background: rgba(155,36,36,1);
    color:#fff;
}
.section-dark-btn:hover span {
    background: rgba(155,36,36,1) !important;
    color:#fff;
}
.action-btn:hover {
    background: #fff
}



#footer_section {
    background: #f5f5f5;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top:2px solid #f5f5f5;
}
#footer_section .logo{
    border:none;
}
#footer_section .menu, #footer_section .menu ul{
    background:transparent;
}
#footer_section .menu ul li a{
    color:#000;
}
#second_footer{
    height:50px;
    background:#741B1B;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.content-sections {
    padding: 4rem;
    display: flex;
    flex-direction: column;
}

.section-title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section-title .action-btn span {
    background: #fff;
    color: #05072F;
}

.section-content {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: auto;
    flex-wrap: wrap;
    width: 100%;
}

.content-child-img {
    height: 75%;
    width: 100%;
    background: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.content-child-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px 10px;
    position: relative;
}

.content-child-img img {
    height: 100%;
    width:100%;
}


/* region PAGE STYLES */
#section_page-header {
    height: 30vh;
    padding: 5rem 15%;
    background: rgb(2, 0, 36);
    background: linear-gradient(to right, #0f0c29, #302b63, #24243e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10em;
    position: relative;
}

#section_page-header .action-btn, .page-sections .action-btn {
    background: linear-gradient(90deg, #00b09b 0%, #96c93d 100%);
}

#section_page-header .action-btn:hover span,.page-sections .action-btn:hover span {
    background: linear-gradient(90deg, #00b09b 0%, #96c93d 100%);
}

#section_page-header .action-btn:hover, .page-sections .action-btn:hover {
    background: #030126;
}

#section_page-header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 15%;
}

#section_page-header-content .page-title h1 {
    color: #fff;
}

.breadcrumb {
    background: linear-gradient(to right, #00b09b, #96c93d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding:3px 10px;
}

.breadcrumb a {
    color: #fafafa;
    text-decoration: none;
}

.page-sections .inner-content {
    background: linear-gradient(to right, #00b09b, #96c93d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.page-sections .inner-content-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.raffle-info{
    position:absolute;
    bottom:40px;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:0 3rem;
}
.raffle-info-element{
    background: linear-gradient(to right, #00b09b, #96c93d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius:20px;
    padding:5px 15px;
}
.raffle-info-element p{
    color:#fff;
    margin:0;
}
.raffle-info-element p.explain{
    font-size:16px;
    vertical-align:middle;
    line-height:30px;
}
.raffle-info-element h2{
    color:#fff;
    margin:0;
}
.raffle-content {
    margin: 4rem 0;
    font-size: 20px;

}

.raffle-content p {
    font-size: 20px;
    margin-top:4rem;
}
.inner-title{
    color:#fff;
}
.winners{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
.winner{
    height:50px;
    width:50px;
    border-radius:50%;
    margin-left:-10px;
    overflow:hidden;text-align:center;
    padding-top:15px;
    background:rgba(255,255,255);
    border:2px solid #07B196;
}
.winner i{
    font-size:20px;
    color:#07B196;
}
.winner img{
    width:100%;
}
.all-winners{
    display:flex;
    flex-direction:column;
    justify-content: center;
    margin-left:3rem;
}
.all-winners i{
    font-size:35px;
    color:#fff;
}
.slideover::-webkit-scrollbar {
    display: none;
}

.slideover{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(60, 132, 243, 1) 35%, rgba(229, 0, 207, 1) 67%, rgba(2, 0, 36, 1) 100%);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width:40%;
    z-index:9999;
    overflow-y: scroll;
    padding-top:5px;
    display:none;
}
.slideover-inner{
    padding:3rem 3rem;
    background:#fff;
    height:100%;
}
.slideover-title h1{
    font-size:25px;
}
.slideover-form form{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.slideover-form .my-form-control{
    width:100%;
    height:60px;
    border-radius:5px;
    border:none;
    background: linear-gradient(90deg, rgba(60, 132, 243, 1) 0%, rgba(229, 0, 207, 1) 100%);
    position:relative;
    padding:3px;
    margin-bottom:30px;
}
.my-form-control .input-area{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    width:100%;
    height:100%;
    border:none;
    border-radius:3px;
    background:#fff;
    align-items: stretch;
    padding:5px 15px;
}
.input-title{
    color:#DEE2E5;
    font-size:20px;
    font-weight:400;
    min-width:30%;
    display:flex;
    align-items:center;
    border-right:2px solid #DEE2E5;
    padding-right:15px;
}
.my-form-control .input-area .form-element{
    flex:1;
    border:none;
    background:transparent;
    border-radius:5px;
    padding-left:20px;
    font-size:25px;
}
.my-form-control .input-area:focus .input-title{
    color:#000;
    border-color:#000;
}
.slideover-form .action-btn{
    margin-left:0;
    width:250px;
    margin-top:15px;
    border-radius:5px;
}
.slideover-form .action-btn span{
    border-radius:5px;
}
/* endregion PAGE STYLES */
/* region CHECKBOX */
.form-check{
    display:flex;
    flex-direction:row;
    align-items:center;
}
.form-check-input{
    height:30px !important;
    width:30px !important;
}
.form-check-label{
    font-size:16px;
    display:inline-block;
    margin-top:5px;
    margin-left:10px;
}
.slideover-switch{
    position:absolute;
    cursor:pointer;
    top:15px;
    right:15px;
}

/* endregion CHECKBOX */
.banner-child-area{
    display: flex;
    align-items: center;
}
.banner-child{
    width:100%;
    display:none;
}
.banner-child.active{
    display:block;
}
.raffle-status{
    height:25px;
    width:25px;
    border-radius:50%;
    position:absolute;
    bottom:-18px;
    left:50%;
    transform:translateX(-50%);
    background:green;
}
.raffle-indicators{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:30px;
}
.raffle-indicator-active, .raffle-indicator-passive{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
    margin-right:30px;
}
.ind-circle{
    height:35px;
    width:35px;
    border-radius:50%;
}
.raffle-indicator-active .ind-circle{
    background:#5273EE;
}
.raffle-indicator-passive .ind-circle{
    background:#D909D1;
}
.ind-text{
    margin-left:10px;
}
.form-control:not("textarea"){
    height:40px !important;
}
.dropdown-toggle{
    height:40px !important;
}
.bootstrap-select{
    height:42px !important;
}
.form-control{
    border:1px solid #ced4da !important;
}
.input-group-text{
    height: 40px;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.form-group{
    margin-bottom:20px;
}
.error-msg{
    width:100%;
    height:100px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    background:#fff;
    align-items:center;
    margin-bottom:20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius:5px;
    overflow:hidden;
}
.error-first{
    height:100%;
    padding:0 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.error-msg.failed .error-first{
    border-left:10px solid #f20000;
}
.error-msg.success .error-first{
    border-left:10px solid green;
}
.error-first p{
    margin-bottom:0 !important;
}
.error-second{
    color:#E4E6E5;
    padding:0 30px;
    border-left:2px solid #f5f5f5;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    cursor:pointer;
}
#msg_area{
    display:none;
}

/* LAZY */
.lazy-content.smallest-child .news-img{
    width:150px;
    height:50px;
    background:#f5f5f5;
}
.lazy-content.smallest-child .news-title h1{
    background:#f5f5f5;
    height:10px;
    border-radius:5px;
    width:100%;
    margin-bottom:1rem;
}
.lazy-content.smallest-child .news-title p{
    background:#f5f5f5;
    height:5px;
    border-radius:5px;
    width:30%;
}
.lazy-content.smaller-child .news-title, .lazy-content#larger_content .news-title{
    background:unset;
}
.lazy-content.smaller-child .news-title p, .lazy-content#larger_content .news-title p{
    background:#fff;
    height:5px;
    border-radius:5px;
    width:30%;
}
.lazy-content.smaller-child .news-title h2, .lazy-content#larger_content .news-title h2{
    background:#fff;
    height:10px;
    border-radius:5px;
    width:100%;
    margin-bottom:1rem;
}
.lazy-content.smaller-child .news-category, .lazy-content#larger_content .news-category{
    background:#fff;
    border-radius:5px;
    left:1rem;
    top:1rem;
}
.lazy-content .img-placeholder{
    height:180px;
    background:rgba(255,255,255,.05);
}
.lazy-content h5 span{
    height:10px;
    border-radius:5px;
    width:100px;
    background:rgba(255,255,255,.05);
}
.lazy-content h5 .bars{
    height:15px;
    border-radius:10px;
    width:100%;
    background:rgba(255,255,255,.05);
    margin-top:1rem;
}
.lazy-content .ind-circle{
    background:#f5f5f5 !important;
}
.lazy-content .ind-text{
    background:#f5f5f5 !important;
    height:10px !important;
    width:100px !important;
    border-radius:10px;
}
.lazy-content .section-title h1{
    background:#f5f5f5 !important;
    height:10px !important;
    width:200px !important;
    border-radius:10px;
}
.lazy-content .action-btn{
    background:#f5f5f5 !important;
    width:250px !important;
}
.lazy-content .section-content-child{
    background:#f5f5f5 !important;
    box-shadow:none !important;
}
.lazy-content.dark-content .section-title h1{
    background:rgba(255,255,255,.2) !important;
    height:10px !important;
    width:200px !important;
    border-radius:10px;
}
.lazy-content.dark-content .section-content p{
    background:rgba(255,255,255,.2) !important;
    height:10px !important;
    width:100% !important;
    border-radius:10px;
}
.lazy-content.dark-content .action-btn{
    background:rgba(255,255,255,.2) !important;
    width:250px !important;
}
.lazy-content .banner-child{
    height:75%;
}
.lazy-content .banner-child-area{
    height:100%;
}
.lazy-content .banner_image-area{
    height:100%;
    background:rgba(255,255,255,.09) !important;
    border-radius:30px;
}
.lazy-content .banner_explain-title{
    padding-right:50px !important;
}
.lazy-content .banner_explain-title h1{
    width:300px !important;
    height:10px !important;
    background:rgba(255,255,255,.09) !important;
    border-radius:10px;
    margin-bottom:50px !important;
}
.lazy-content .banner_explain-title p{
    height:10px !important;
    width:100% !important;
    border-radius:10px;
    background:rgba(255,255,255,.09) !important;
    margin-bottom:30px;
}
.lazy-content .banner_explain-actions .action-btn{
    background:rgba(255,255,255,.09) !important;
    width:250px !important;
    margin-top:50px !important;
}
.lazy-content .banner_explain-actions span{
    background:transparent !important;
}
.lazy-content .banner-counter-current.lazy,.lazy-content .banner-counter-next.lazy{
    height:50px !important;
    width:50px !important;
    background:rgba(255,255,255,.09) !important;
    border-radius:50% !important;
}
.menu.lazy-content ul li{
    height:10px !important;
    width:60px !important;
    background:rgba(255,255,255,.09) !important;
    border-radius:10px;
}
.menu.lazy-content ul button{
    background:rgba(255,255,255,.09) !important;
    width:250px !important;
}
.menu.lazy-content ul button span{
    background:transparent !important;
}
/* END LAZY */



/* For 480 Resolution MOBIL*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .menu {
        display: none;
    }
    #main_banner_content{
        flex-direction:column-reverse !important;
        padding-left:0 !important;
    }
    #section_content_one .section-content, #smaller_contents{
        flex-direction:column !important;;
    }
    #section_content_one .section-content{
        height:unset !important;
    }
    .switch-menu {
        display: block;
        height:60px;
        width:60px;
    }

    .switch-menu i {
        font-size: 25px;
        color: #fff;
    }

    #header_section {
        padding-left: 0;
        padding-right: 0;
        justify-content:space-between !important;
    }

    .banner_explain-area {
        width: 100%;
    }

    .banner_explain-title h1 {
        font-size: 25px;
    }

    .banner_explain-title p {
        font-size: 16px;
    }

    .banner-counter-current {
        left: 10%;
        top: unset !important;
        bottom: 30px;
        font-size: 40px;
    }

    .banner-counter-next {
        right: 10%;
        top: unset !important;
        bottom: -20px;
        font-size: 40px;
    }

    .banner-spots {
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_image-area {
        width: 100%;
    }

    .banner_image {
        width: 100%;
    }

    .banner_explain-actions {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    #smaller_contents{
        width:100% !important;
        padding-left:unset !important;
    }
    .banner_explain-actions .action-btn {
        margin-bottom: 10px;
        margin-right: 2px;
    }

    .banner_explain-actions .action-btn span {
        padding: 0 20px;
    }

    .section-title h1 {
        font-size: 22px;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-title .action-btn {
        margin-left: 0;
    }

    .section-content-child {
        width: 100%;
    }

    .content-sections {
        padding: 4rem 10% !important;
    }
    #smallest_contents{
        flex-direction:column !important;
    }
    #larger_content{
        width:100% !important;
        padding-right:unset !important;
        margin-bottom:1rem;
    }
    #president{
        text-align:center !important;
        padding-right:unset !important;
        border-right:unset !important;
    }
    #handwritten{
        text-align:center !important;
        margin-bottom:6rem !important;
    }
    #handwritten p{
        font-size:24px !important;
    }
    #handwritten h1{
        text-align:center !important;
        font-size:24px !important;;
    }
    #banner_slider .owl-dots{
        margin-left:unset !important;
        justify-content:space-around !important;
        text-align:center !important;
    }
    #latest_news{
        margin:unset !important;
    }
    .navigation-content{
        flex-direction:column !important;
    }
    .navigation-child:not(.navigation-child:last-child){
        width:100%;
        padding:1rem 0 !important;
    }
    #hidden_menu{
        top:60px !important;
        height:calc(100vh - 60px) !important;
        padding:unset !important;
        padding-top:4rem !important;
        padding-bottom:4rem !important
    }
    .hidden-menu-content{
        flex-direction:column-reverse !important;
        width:100% !important;
        overflow-y:auto !important;
        padding: 0 10% !important;
    }
    .hidden-menu{
        height:60px !important;
        width:60px !important;
    }
    .detail-page .card-img-top{
        width:100% !important;
        height:auto;
        margin:.5rem 0 !important;
    }
    .detail-page p{
        word-break: break-word;
    }
    .page-header h1{
        font-size:18px !important;
    }
    #contact_boxes{
        flex-direction:column !important;
    }
    #breadcrumb{
        font-size:10px !important;
    }
    .logo{
        height:60px !important;
        padding:.5rem !important;
    }
    .line{
        height:2px !important;
    }
    #header_section.fixed{
        background:rgba(116,27,27,.5) !important;
    }
    .navigation-child:last-child{
        width:100% !important;
    }
    #navigation{
        height:unset !important;
    }
    .page-header{
        height:25vh !important;
    }
    #content_left{
        padding-right:unset !important;
        margin-top:4rem !important;
    }
    #section_content_two .section-content {
        text-align: left !important;
        align-items: flex-start;
        flex-direction:column !important;
    }

    #section_content_two .section-content .action-btn {
        margin-left: 0;
    }

    .inner-content {
        flex-direction: column;
    }

    .inner-content-image {
        width: 100%;
    }

    .inner-content-explain {
        width: 100%;
        padding: 15px 0;
    }

    .inner-content-explain-title h1 {
        font-size: 25px;
    }

    .inner-content-explain p {
        font-size: 16px;
    }

    #section_content_five {
        background: #030329;
    }

    #footer_section {
        padding: 2rem 10%;
        justify-content:center !important;
    }
}

/* For 640 Resolution */
@media only screen
and (min-device-width: 360px)
and (max-device-width: 640px) {
    .menu {
        display: none;
    }

    .switch-menu {
        display: flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        height:60px;
        width:60px;
    }

    .switch-menu i {
        font-size: 25px;
        color: #fff;
    }

    #header_section {
        padding-left: 0;
        padding-right: 0;
        justify-content:space-between !important;
    }

    .banner_explain-area {
        width: 100%;
    }

    .banner_explain-title h1 {
        font-size: 25px;
    }

    .banner_explain-title p {
        font-size: 16px;
    }

    .banner-counter-current {
        left: 10%;
        top: unset !important;
        bottom: -20px;
        font-size: 40px;
    }
    #larger_content{
        width:100% !important;
        padding-right:unset !important;
        margin-bottom:1rem !important;
    }
    #president{
        border-right:unset !important;
        text-align:center !important;
        padding-right:unset !important;
    }
    #handwritten{
        text-align:center !important;  
        margin-bottom:4rem !important;
    }
    #handwritten p{
        font-size:24px !important;
    }
    #handwritten h1{
        text-align:center !important;
        font-size:24px !important;;
    }
    #banner_slider .owl-dots{
        margin-left:unset !important;
        text-align:center !important;
        justify-content:space-around !important;
    }
    #latest_news{
        margin:unset !important;
    }
    .navigation-content{
        flex-direction:column !important;
    }
    .navigation-child:not(.navigation-child:last-child){
        width:100%;
        padding:1rem 0 !important;
    }
    #hidden_menu{
        top:60px !important;
        height:calc(100vh - 60px) !important;
        padding:unset !important;
        padding-top:4rem !important;
        padding-bottom:4rem !important
    }
    .hidden-menu-content{
        flex-direction:column-reverse !important;
        width:100% !important;
        overflow-y:auto !important;
        padding: 0 10% !important;
    }
    .hidden-menu{
        height:60px !important;
        width:60px !important;
    }
    .detail-page .card-img-top{
        width:100% !important;
        height:auto;
        margin:.5rem 0 !important;
    }
    .page-header h1{
        font-size:18px !important;
    }
    #breadcrumb{
        font-size:10px !important;
    }
    #contact_boxes{
        flex-direction:column !important;
    }
    .detail-page p{
        word-break: break-word;
    }
    .logo{
        padding:.5rem !important;
        height:60px !important;
    }
    .line{
        height:2px !important;
    }
    #header_section.fixed{
        background:rgba(116,27,27,.5) !important;
    }
    .navigation-child:last-child{
        width:100% !important;
    }
    #navigation{
        height:unset !important;
    }
    #content_left{
        padding-right:unset !important;
        margin-top:4rem;
    }
    .banner-counter-next {
        right: 10%;
        top: unset !important;
        bottom: -20px;
        font-size: 40px;
    }

    .banner-spots {
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_image-area {
        width: 100%;
    }

    .banner_image {
        width: 100%;
    }

    .banner_explain-actions {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .banner_explain-actions .action-btn {
        margin-bottom: 10px;
        margin-right: 2px;
    }

    .banner_explain-actions .action-btn span {
        padding: 0 20px;
    }

    .section-title h1 {
        font-size: 22px;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-title .action-btn {
        margin-left: 0;
    }

    .section-content-child {
        width: 100%;
    }
    #smallest_contents{
        flex-direction:column !important;
    }
    .content-sections {
        padding: 4rem 10% !important;
    }

    #section_content_two .section-content {
        text-align: left !important;
        align-items: flex-start;
        flex-direction:column !important;
    }
    #section_content_one .section-content{
        height:unset !important;
    }
    #section_content_one .section-content, #smaller_contents{
        flex-direction:column !important;;
    }
    #smaller_contents{
        width:100% !important;
        padding-left:unset !important;
    }
    .page-header{
        height:25vh !important;
    }
    #section_content_two .section-content .action-btn {
        margin-left: 0;
    }

    .inner-content {
        flex-direction: column;
    }

    .inner-content-image {
        width: 100%;
    }

    .inner-content-explain {
        width: 100%;
        padding: 15px 0;
    }

    .inner-content-explain-title h1 {
        font-size: 25px;
    }

    .inner-content-explain p {
        font-size: 16px;
    }

    #section_content_five {
        background: #030329;
    }

    #footer_section {
        padding: 2rem 10%;
        justify-content:center !important;
    }
	
	.room_card {
		width:100%!important;
	}

}


/* For 1024 Resolution LAPTOP*/
@media only screen
and (min-device-width: 640px)
and (max-device-width: 768px) {
	.room_card {
		width:45%!important;
	}
}

/* For 1024 Resolution LAPTOP*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
	.room_card {
		width:45%!important;
	}
	
    #header_section {
        padding:0 1rem;
        margin-top:1rem;
    }
    #content_left{
        padding-right:4rem !important;
    }
    #banner_slider{
        padding-left:2rem !important;
    }
    .content-sections {
        padding: 4rem 10%;
    }

    #footer_section {
        padding: 2rem 10%;
    }
    .menu ul li a{
        font-size:14px;
    }
}

/* For 1366 Resolution */
@media only screen
and (min-width: 1030px)
and (max-width: 1366px) {
    #handwritten p{
        font-size:28px !important;
    }
    .content-sections {
        padding: 4rem 10% !important;
    }
    #section_main_banner{
        padding:0 !important;
        padding-bottom:4rem !important;
        padding-top:10rem !important;

    }
    #main_banner_content{
        padding: 0 0 2rem 4% !important;
    }
    #banner_slider .card h5{
        font-size:20px !important;;
    }
    #banner_slider .card h5 span{
        font-size:14px !important;
    }
    #latest_news{
        margin:0 10% !important;
    }
    #banner_slider{
        padding-left:2rem !important;
    }
    #content_left{
        padding-right:1.5rem !important;
    }
    #footer_section {
        padding: 2rem 10%;
    }
    .menu ul li a{
        font-size:14px;
    }
}

/* If you're looking to supply different graphics or choose different typography for the lower resolution iPad display, the media queries below will work. */
/* Orientation : Landscape  IPAD*/
@media only screen
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)
and (min-device-width: 768px)
and (max-device-width: 1007px) {
    .menu {
        display: none;
    }

    .switch-menu {
        display: block;
    }

    .switch-menu i {
        font-size: 25px;
        color: #fff;
    }

    #header_section {
        padding-left: 10%;
        padding-right: 10%;
    }


    .banner_explain-area {
        width: 100%;
    }

    .banner-counter-current {
        left: 10%;
        top: unset !important;
        bottom: 30px;
        font-size: 40px;
    }

    .banner-counter-next {
        right: 10%;
        top: unset !important;
        bottom: -20px;
        font-size: 40px;
    }

    .banner-spots {
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_image-area {
        width: 80%;
        margin-top: 30px;
    }

    .banner_image {
        width: 100%;
    }

    .section-content-child {
        width: 48%;
    }

    .section-title h1 {
        font-size: 22px;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-title .action-btn {
        margin-left: 0;
    }

    .content-sections {
        padding: 4rem 5%;
    }

    #footer_section {
        padding: 2rem 5%;
    }

}

/* Orientation : Portrait */
@media only screen
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1)
and (min-device-width: 768px)
and (max-device-width: 1007px) {
    .menu {
        display: none;
    }

    .switch-menu {
        display: block;
    }

    .switch-menu i {
        font-size: 25px;
        color: #fff;
    }

    #header_section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .banner_explain-area {
        width: 100%;
    }

    .banner-counter-current {
        left: 5%;
        top: unset !important;
        bottom: -20px;
        font-size: 40px;
    }

    .banner-counter-next {
        right: 5%;
        top: unset !important;
        bottom: -20px;
        font-size: 40px;
    }

    .banner-spots {
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_image-area {
        width: 80%;
        margin-top: 30px;
    }

    .banner_image {
        width: 100%;
    }

    .section-content-child {
        width: 48%;
    }

    .section-title h1 {
        font-size: 22px;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-title .action-btn {
        margin-left: 0;
    }

    #footer_section {
        padding: 2rem 5%;
    }

    .content-sections {
        padding: 4rem 5%;
    }

}
/* SECTION CONTENT ONE */
#section_content_one .section-content{
    display:flex;
    flex-direction:row;
    align-items:center;
    width:100%;
    position:relative;
    height:36rem;
}
#section_content_one .section-content .section-content-child{
    width:50%;
    height:100%;
}
.larger-child{
    height:100%;
    overflow:hidden;
}
#larger_content{
    padding-right:.5rem;
}
#smaller_contents{
    padding-left:.5rem;
    display:flex;
    flex-direction:row;
    margin:auto;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:1rem;
}
#smallest_contents{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    gap:1rem;
    width:100% !important;
    position:relative;
    margin:2rem 0;
    margin-bottom:unset !important;
    flex-wrap: wrap;
}
#smallest_contents .smallest-child{
    flex:24%;
    height:100%;
    word-wrap: break-word;
}
.smaller-child{
    flex:calc(50% - 1rem); 
    height:17.5rem;
    overflow:hidden;
}
.larger-child, .smaller-child{
    background:#f5f5f5;
}
#larger_content, #smaller_contents{
    height:100%;
}
.news-child:hover img{
    transform: scale(1.1);
}
.news-child{
    display:block;
    position:relative;
    border-radius:4px;
}
.news-child img{
    height:100%;
    width:100%;
    z-index:1;
    transition: all 1s ease;
}
.news-title{
    z-index:2;
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 28%, rgba(0,212,255,0) 100%);
    padding:.5rem 1rem;
}
.smaller-child .news-title h2{
    font-size:16px;
}
.smaller-child .news-title p{
    font-size:12px;
}
.news-title h2{
    text-transform: capitalize;
}
.cat-area{
    position:absolute;
    left:1rem;
    bottom:1rem;
    text-align:left;
}
.news-category{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: rgba(155,36,36,.8);
    padding: 0.2rem 1rem;
    border-bottom-right-radius: 5px;
    
}
.smallest-child .news-header{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;
    gap:.4rem;
}
.smallest-child .news-header .news-img{
    width:40%;
    overflow:hidden;
    border-radius:4px;
}
.smallest-child .news-header .news-img img{
    width:100%;
    height:auto !important;
}
.smallest-child .news-header .news-title{
    position:relative;
    background:unset;
}
.smallest-child .news-header .news-title h1{
    font-size:16px;
    font-weight:600;
    color:#000;
    text-transform: capitalize;
}
.smallest-child .news-header .news-title p{
    font-size:14px;
    font-weight:400;
    color:#555;
    margin-bottom:0;
}
/* SECTION CONTENT TWO */
#section_content_two{
    position:relative;
    background:#f5f5f5;
    padding: 4rem;
    display: flex;
    flex-direction: column;
}
#section_content_two .section-content{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    gap:1rem;
    flex-wrap:nowrap;
}
#section_content_two .section-content .section-content-child{
    flex:100%;
    background:#fff;
    border-radius:4px;
}
.announcement-title{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:1rem 1rem;
    border-bottom:1px solid #f5f5f5;
}
.announcement-title h1{
    font-size:18px;
}
.announcement-content{
    height:475px;
    position:relative;
}
.carousel-controls{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
    gap: 1rem;
}
.carousel-controls a{
    position:relative;
    color:rgba(155,36,36,1) !important;
    width:unset;
    top:unset;
    bottom:unset;
    opacity:1;
}
.carousel{
    height:100%;
}
.carousel-item{
    height:100%;
}
.carousel-item-inner{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:1rem;
    padding:2rem;
}
.announcement-child{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    gap:.5rem;
    align-items:center;
    border:1px solid #f5f5f5;
    border-radius:4px;
    height:70px;
    position:relative;
}
.announcement-info{
    width:70px;
    background:#f9f9f9;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    height:100%;
    border-right:1px solid #f5f5f5;
    
}
.announcement-info i{
    color:rgba(155,36,36,1) !important;
}
.announcement-detail{
    width:calc(100% - 70px);
    padding:0 .3rem;
}
.announcement-detail p{
    font-size:11px;
    font-weight:500;
    margin-bottom:0;
}
/* SECTION CONTENT THREE */

#section_content_three #navigation{
    padding-left:unset !important;
 }
 #section_content_three .navigation-content{
    margin-bottom:unset !important;
 }
/* LATEST NEWS */
#latest_news{
    margin-top:5rem;
    background:#fff;
    height:50px;
    border-radius:5px;
    z-index:3;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    padding:0 1rem;
    position:relative;
    margin:0 15%;
}
.latest-title{
    padding-right:1rem;
    border-right:1px solid rgba(155,36,36,1);
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:15%;
}
.latest-content{
    width:85%;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    padding-left:1rem;
}
.latest-category{
    word-wrap: normal;
    flex-grow:1;
    min-width:10%;
    background:rgba(155,36,36,1);
    padding:.2rem .4rem;
    height:100%;
    border-radius:5px;
    color:#fff;
    text-align:center;
}
 /* SCROLL TO TOP */
 #scroll_to_top{
    position:fixed;
    right:2rem;
    bottom:2rem;
    height:50px;
    width:50px;
    border-radius:5px;
    background:#741B1B;
    text-align:center;
    cursor:pointer;
    z-index:8;
 }
 #scroll_to_top i{
    color:#fff;
    font-size:20px;
    margin-top:50%;
    transform:translateY(-50%);
 }

 /* SECTION MAIN BANNER */

 #section_main_banner{
    min-height:100vh;
    background-image: url("../images/banner.jpg"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position:relative;
    z-index:3;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    padding:0;
    padding-top:8rem;
 }
 #section_main_banner #president{
    border-right:unset !important;
 }
 #handwritten{
    margin-top:4rem;
 }
 #handwritten h1, #handwritten p{
    font-family: 'Italianno', cursive;
    color:#fff;
 }
 #handwritten h1{
    text-align:right;
 }
 #handwritten p{
    margin-bottom:.2rem;
    font-size:31px;
 }
 #section_main_banner .hidden-menu-title h1, #section_main_banner .president-detail{
    color:#fff;
 }
 #content_left{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:1rem;
    padding-right:7rem;
 }
 #section_cover{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:rgba(155,36,36,.7);
    z-index:2;
 }
 #main_banner_content{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    z-index:3;
    padding:0 0 0 6%;
 }
 /* BANNER SLIDER */ 
 #banner_slider{
    padding-top:calc(21.56px + 1rem);
    padding-left:5rem;
    position:relative;
    width:100%;
 }
 .card-list{
    color:rgba(255,255,255,.5);
    padding:1rem;
 }
 #banner_slider h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }
  .owl-stage{
    width:100%;
  }
  #banner_slider .owl-nav {
    display: none;
  }
  #banner_slider .owl-dots {
    text-align: center;
    margin-left:.4rem;
    margin-top:2rem;
  }
  #banner_slider .owl-dots span {
    position: relative;
    height: 5px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background: #fff;
    margin: 0 5px;
  }
  #banner_slider .owl-dots .active {
    box-shadow: none;
  }
  #banner_slider .owl-dots .active span {
    background: #741B1B;
    box-shadow: none;
    margin-bottom: -1px;
  }
  #banner_slider .card {
    background: rgba(0,0,0,.4);
    margin: 0 10px;
    border-radius: 5px;
    border: 0;
    height:536px;
    overflow: hidden;
  }
  .card-router a{
    color:#fff;
  }
  #banner_slider .card .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  #banner_slider .card-body{
   text-align:left;
  }
  #banner_slider .card h5 {
    color: #fff;
    font-size: 25px;
    font-weight:600;
    line-height: 1.3;
  }
  #banner_slider .card h5 span {
    font-size: 16px;
    font-weight:400;
    color: #fff;
  }
  #banner_slider .card p {
    font-size: 14px;
    color: #fff;
    font-weight:200;
    padding-bottom: 15px;
  }
  
  #banner_slider .center {
    opacity: 1;
  }
  #banner_slider .center h5 {
    font-size: 25px;
  }
  #banner_slider .center h5 span {
    font-size: 16px;
  }
  #banner_slider .center .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  @media (max-width: 767px) {
    #banner_slider {
      margin-top: 20px;
      padding-left:0 !important;
    }
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
  }
  .owl-carousel button.owl-dot {
    outline: 0;
  }
  .owl-dots{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;

  }
  .page-header{
    height:40vh;
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    display:flex;
    flex-direction:column-reverse;
    padding-bottom:2rem !important;
  }
  .page-header h1{
    color:#fff;
    z-index:9;
  }
  .content-sections.detail-page{
    min-height:40vh;
  }
  .detail-page .card-img-top{
    width:50%;
    height:auto;
    margin:1rem 0;
  }
  .detail-page p{
    word-break: break-word;
  }
  #breadcrumb i.fa-home {
	margin-right: 0.25rem;
  }
  .rooms_list {
	  display:flex;
	  flex-direction:row;
	  flex:1;
	  justify-content:space-between;
	  gap:2rem;
	  width:100%;
	  flex-wrap:wrap;
  }
  .room_card {
	display:flex;
	flex-direction:column;
	width:30%;
	border:1px solid #c75252;
	box-shadow:1px 1px 1px 1px #c75252;
	gap:0.5rem;
	padding:0.5rem 1rem;
	transition: transform .2s;
	border-radius:5px;
	justify-content: space-evenly;
  }
  .room_card:hover {
	  transform:scale(1.15);
  }
  .room_card i {
	margin-right:0.5rem;
  }
  