@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;500;700&display=swap');
@font-face {
    font-family: 'ThaiBevSans-Regular';
    src: url('../fonts/ThaiBevSans-Regular.eot') format('embedded-opentype'), url('../fonts/ThaiBevSans-Regular.woff') format('woff'),
        url('../fonts/ThaiBevSans-Regular.ttf') format('truetype'), url('../fonts/ThaiBevSans-Regular.svg#ThaiBevSans-Regular') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'ThaiBevSans-Medium';
    src: url('../fonts/ThaiBevSans-Medium.eot') format('embedded-opentype'), url('../fonts/ThaiBevSans-Medium.woff') format('woff'),
        url('../fonts/ThaiBevSans-Medium.ttf') format('truetype'), url('../fonts/ThaiBevSans-Medium.svg#ThaiBevSans-Medium') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'ThaiBevSans-Bold';
    src: url('../fonts/ThaiBevSans-Bold.eot') format('embedded-opentype'), url('../fonts/ThaiBevSans-Bold.woff') format('woff'),
        url('../fonts/ThaiBevSans-Bold.ttf') format('truetype'), url('../fonts/ThaiBevSans-Bold.svg#ThaiBevSans-Bold') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'ThaiBevSans-Semibold';
    src: url('../fonts/ThaiBevSans-Semibold.eot') format('embedded-opentype'), url('../fonts/ThaiBevSans-Semibold.woff') format('woff'),
        url('../fonts/ThaiBevSans-Semibold.ttf') format('truetype'), url('../fonts/ThaiBevSans-Semibold.svg#ThaiBevSans-Semibold') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'ThaiBevSans-Light';
    src: url('../fonts/ThaiBevSans-Light.eot') format('embedded-opentype'), url('../fonts/ThaiBevSans-Light.woff') format('woff'),
        url('../fonts/ThaiBevSans-Light.ttf') format('truetype'), url('../fonts/ThaiBevSans-Light.svg#ThaiBevSans-Light') format('svg');
    font-weight: normal;
}

.body-style {
    font-family: 'thaibevsansnew-medium', 'Noto Sans Thai', sans-serif;
	font-weight: 400;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px; 
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    /*background-image: linear-gradient(to bottom, #cdf3cd, #c6f9ef, #d8faff, #f1fbff, #ffffff);*/
    background: rgb(205, 243, 205);
    background: -moz-linear-gradient(180deg, rgba(205, 243, 205, 0.7917760854341737) 0%, rgba(255, 255, 255, 1) 52%);
    background: -webkit-linear-gradient(180deg, rgba(205, 243, 205, 0.7917760854341737) 0%, rgba(255, 255, 255, 1) 52%);
    background: linear-gradient(180deg, rgba(205, 243, 205, 0.7917760854341737) 0%, rgba(255, 255, 255, 1) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdf3cd", endColorstr="#ffffff", GradientType=1);
    background-repeat: repeat; 
    background-image: url('https://www.sustainabilityexpo.com/sx2024/images/images2024/bg1.webp');
    background-position: center top;
    background-attachment: fixed;
    /*background-size: cover;  */
	 height: 100vh;
    width: 100vw; 
	/* overflow-x: hidden; */
}

.plaintext
{
    font-family: 'thaibevsansnew-medium', 'Noto Sans Thai', sans-serif;
	   font-size: 16px;
    line-height: 24px;
	font-weight: 400;
	 color: #484848;
}
.contents img {
    max-width: 1024px;
    max-width: 100%;
    height: auto
}

strong {
    font-family: 'thaibevsansnew-bold', 'Noto Sans Thai', sans-serif;
}

::-webkit-selection {
    color: #FFFFFF;
    background: #204f96;
}

::-moz-selection {
    color: #FFFFFF;
    background: #204f96;
}

::selection {
    color: #FFFFFF;
    background: #204f96;
}

a {
    color: #003088;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #cc8900;
    outline: none;
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/* .row {
    margin: 0px;
    padding: 0px;
} */

.pointer {
    cursor: pointer;
}

.bgtop4all {
    height: 60px;
    padding: 0px;
    background: url(https://www.sustainabilityexpo.com/sx2024/images/images2024/bgtopall.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: left top;
}

#content img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 
.plaintopbanner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; 
  min-height: 120px;
  padding: 0px;  
}*/
#top {
    position: relative;
    background-repeat: repeat;
    padding-left: 0px;
}
/* 
.container-fluid {
    margin: 0;
    padding: 0;
    outline: 0
} */

.content {
    display: flex;
    flex-direction: column;
    /*  justify-content: center;
  align-items: center;*/
    z-index: 999;
    min-height: 700px;
    background-color: transparent;
    /*	background-color: #FFFFFF;*/
}

.container .article img {
    max-width: 100%;
    height: auto;
}

#main {
    transition: margin-left .5s;
	margin-top: 90px;
    /* height: 110%; */
    /* width: 100%; */
    /* padding: 16px; */
    /*position: fixed;*/
    /* background-color: #fff; */
    /* z-index: 1; */
}

#bgbody {
    background: url("../images2024/bgmenu.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.book {
    /* width: 180px; */
    width: 100%;
    margin-right: 10px;
    margin-bottom: 30px;
}

#media .subheader {
    text-transform: none;
}

#media .subheader::before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background: #e1e1e1;
    height: 2px;
    margin-top: 20px;
}

/* #media .subheader::after {
    content: '';
    display: block;
    width: 100%;
    margin-top: 5px;
    background: #e1e1e1;
    height: 2px;
    margin-bottom: 10px;
} */

.modal-video {
    max-width: 70%;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-video .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.modal-video .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: calc(100% - 50px);
}

.modal-video .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.title-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.btn-video-box {

}

/**************************** color ****************************/
.white {
    color: #FFFFFF;
}

.grey {
    color: #6e6e6e;
}

.black {
    color: #343535;
}

.brown {
    color: #cb8c2a;
}

.lightbrown {
    color: #ede8d9;
}

.green {
    color: #60a940;
}

.green2 {
    color: #9dcf87;
}

.lightgreen {
    color: #9dcf87;
}

.blue {
    color: #363f82;
}

.lightblue {
    color: #305489;
}

.lightblue2 {
    color: #61abd6;
}

.orange {
    color: #de4f19;
}

.bglightgreen {
    background-color: #9dcf87;
    color: #FFFFFF;
}

.bgblue {
    background-color: #363f82;
    color: #FFFFFF;
}

.bgorange {
    background-color: #de4f19;
}

.bggreen {
    background-color: #60a940;
    color: #FFFFFF;
}

.bggreen2 {
    background-color: #9dcf87;
}

.bgwhite {
    background-color: #ffffff;
}

.bglightbrown {
    background-color: #f8f5ea;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.bglightbrown2 {
    background-color: #de4f19;
    padding: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
    min-height: 350px;
    border: 1px solid rgba(203, 140, 42, .2);
    color: #FFFFFF;
}

.bggreen2 {
    background-color: #60a940;
    padding: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
    min-height: 350px;
    border: 1px solid rgba(203, 140, 42, .2);
    color: #FFFFFF;
}

.bglightblue {
    color: #ffffff;
    background-color: #62acd7;
    padding: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    min-height: 250px;
    border: 1px solid #62acd7;
    margin-bottom: 20px;
}

.bgevent {
    color: #cb8c2a;
}

.bgbrown {
    background-color: #cb8c2a;
}

.bggrey {
    background-color: #f4f4f4;
}

/**************************** top menu ****************************/
.flag {
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.logotop {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.logotop2 {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.metatop {
    display: block;
    width: 90px;
}

.spaceleft {
    margin-left: 40px;
}

.logotitle {
    display: block;
    margin-top: 10px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-20px);
}

/**************************** font ****************************/
.footer {
    text-transform: none;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 60px;
}

.footertext a {
    color: #c8c8c8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    padding: 5px;
}

.footertext a:hover, .footertext a:active, .footertext a:focus {
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.title {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 50px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
}

.title2 {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 2.4rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.title3 {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 2.4rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.titledate {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 50px;
    line-height: 42px;
}

.header {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 34px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
}

.pagename {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 34px;
    line-height: 38px;
    text-transform: uppercase;
}

.pagename::before {
    content: " ";
    border-right: solid 5px #363f82;
    margin-right: 10px;
}

.news .header {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 34px;
    line-height: 38px;
    text-transform: none;
}

.subheader {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.subheader2 {
    border-left: 1px solid #739414;
    padding-left: 5px;
    margin-bottom: 10px;
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.subheader3 {
    border-left: 1px solid #60a940;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #60a940;
}

.subheader4 {
    border-left: 1px solid #b2b2b2;
    padding-left: 5px;
    margin-bottom: 10px;
    color: #373737;
    font-weight: 600;
}

.subheader5 {
    border-left: 1px solid #e3e3e3;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #1D1D1D;
    font-weight: 600;
}

.subheader6 {
    border-left: 1px solid #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-weight: 600;
}

.article .subheader2 {
    border-left: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.small {
    font-size: 12px;
    line-height: 16px;
}

.copy {
    font-size: 11px;
}

.number {
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
}

.subtime {
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 12px;
    line-height: 12px;
}

.shadowbox {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.shadowbox2 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.shadowbox3 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.modealshadowbox {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 12px;
}

.topimages ul li {
    padding-top: 20px;
}

.topimages2 ul li {
    padding-top: 20px;
}

.share {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.roombox {
    font-size: 14px;
    line-height: 14px;
    background-color: rgba(186, 139, 54, .6);
    color: #FFFFFF;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    width: 280px;
    font-weight: 600;
}

#speaker .people {
    width: 80px;
}

#speaker li {
    padding-top: 5px;
    padding-left: 0px;
    margin-left: -10px;
}

.downloadicon {
    width: 90px;
    margin-right: 10px;
    margin-top: 5px;
}

.backicon {
    width: 50px;
}

.circleicon {
    width: 35px;
    margin-right: 5px;
    margin-left: 0px;
}

.text {
    font-size: 14px;
    line-height: 18px;
}

.icoprogram {
    width: 15px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: -5px;
}

/**************************** element ****************************/
.sponsorlogo {
    width: 80px;
    margin-bottom: 10px;
}

.next {
    width: 25px;
    margin-top: 10px;
}

.next a:hover {
    opacity: 0;
}

.content {
    padding-bottom: 20px;
}

.iconfront {
    height: 160px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.lineleft {
    border: 2px;
    border-bottom: 0px;
    border-right-style: none;
    border-left-style: solid;
    padding: 5px;
    border-color: #ffffff;
    height: auto;
}

.lineleft2 {
    border: 2px;
    border-bottom: 0px;
    border-right-style: none;
    border-left-style: dotted;
    padding: 5px;
    padding-left: 10px;
    margin-left: 3px;
    border-color: #305489;
    height: auto;
    color: #305489;
}

.boxnews2 .lineleft2 {
    height: 95px !important;
    max-height: 95px !important;
}

#lineleft {
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding-left: 20px;
    margin-left: 100px;
}

#lineleft2 {
    border-left: 1px solid #cb8c2a;
    padding-left: 20px;
    margin-left: 100px;
}

#lineleft3 {
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    margin-left: 100px;
}

hr.line {
    width: 100%;
    background-color: #cc8826;
    height: 2px;
    margin-top: 0px;
}

hr.grey {
    width: 100%;
    background-color: #d9d9d9;
    height: 2px;
    margin: 0px;
}

hr.green {
    width: 100%;
    height: 2px;
    margin: 0px;
    padding: 0px;
    border-top: 1px dotted #60a855;
}

.thumbnails {
    overflow: hidden;
    display: block;
    max-height: 240px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

.thumbnails img {
    margin: 0px;
    padding: 0px;
    max-height: 240px;
}

.thumbsmain {
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 2px;
    display: inline-flex;
}

.thumbnailsvdo {
    height: 150px;
    max-height: 240px;
    overflow: hidden;
}

.box {
    border: 1px solid rgba(144, 144, 144, .5);
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    padding-top: 40px;
    background-color: #FFFFFF;
}

.brandbox {
    border: 1px dotted rgba(144, 144, 144, .2);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.brandbox2 {
    border: 1px solid rgba(144, 144, 144, .2);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: table;
}

#agenda .brandbox {
    min-height: 550px;
}

.socialicon {
    width: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.playicon {
    width: 35px;
    float: right;
}

.playicon2 {
    width: 30px;
    margin-top: 5px;
}

.addtocalendar {
    width: 30px;
}

#movement {
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 1;
}

#movement2022 {
    margin: 0px;
    padding: 0px;
    margin-top: 65vh;
    width: 100%;
    z-index: 1;
}

.boxfood {
    width: auto;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 1px;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #cb8c2a;
    display: inline-block;
    border: 1px solid #cb8c2a;
    background-color: #ffffff;
}

.exhibitionicon {
    width: 120px;
    margin-bottom: 20px;
}

.exhibitionicon3 {
    height: 90px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.topimages {
    margin-top: 70px;
    padding-left: 0px;
    padding-top: 20px;
}

.topimages2 {
    margin-top: 60px;
}

.moreverticle {
    width: 50px;
}

.bghighlight {
    background-image: url('https://www.sustainabilityexpo.com/sx2024/images/images2024/main2.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.gallery {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
}

.dropdown-toggle {
    border-radius: 0px;
    padding: 10px;
    border: 1px solid rgba(144, 144, 144, .5);
    minwidth: 150px;
    background-color: #FFFFFF;
}

.intro {
    width: 100%;
    height: auto;
}

.intro2022 {
    width: 100%;
    height: 60vh;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed;
}

.exhibitionicon2 {
    width: 190px;
    display: block;
    margin-top: -60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.card {
    margin: 0px;
    border: 0px;
}

.card .card-header {
    background-color: transparent;
    color: #363f82;
}

/* ###### pagination ####### */
.pagination > li > a,
.pagination > li > span {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50% !important;
    font-size: 12px;
    line-height: 25px;
}
.page-item {
    margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid white;
}
.pagination li.active a {
    background-color: rgb(187 139 54);
    color: white;
    border-color: rgb(187 139 54);
}
.pagination li:hover:not(.active) a {
    background-color: #ddd;
}
.pagination a.page-link,
.pagination a.arrow {
    color: rgb(187 139 54);
    cursor: pointer;
}
.pagination a.active {
    background-color: rgb(187 139 54) !important;
    border-color: rgb(187 139 54);
    color: #fff;
    cursor: default;
}
.pagination a {
    background-color: rgb(235 235 235);
    color: black;
    border-color: rgb(235 235 235);
    text-align: center;
}
.pagination .pagi-disabled a {
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.pagination .pagi-disabled:hover {
    /* background-color: #00803F !important; */
}

/**************************** button ****************************/
.enter {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, .2);
    color: #ffffff;
    text-decoration: none;
}

.enter:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .6);
}

.enter:active {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .6);
}

.more {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #363f82;
    background-color: #363f82;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}

.more:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #cb8c2a;
    border: 1px solid rgba(255, 255, 255, 1);
}

.more:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #cb8c2a;
    border: 1px solid rgba(255, 255, 255, 1);
}

.taglive {
    text-transform: uppercase;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    padding: 3px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    /* border: 1px solid #ffb800;
  background-color: #ffb800; */
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    margin-bottom: 50px !important;
}

.me {
    background-color: #ff4d0a;
}

.living {
    background-color: #00ab32;
}

.community {
    background-color: #ffb800;
}

.world {
    background-color: #00397a;
}

.moreoutline {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    padding: 3px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #363f82;
    background-color: #ffffff;
    color: #363f82;
    text-decoration: none;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 70px;
    margin-right: auto;
    margin-left: auto;
}

.moreoutline:hover {
    color: #363f82;
    text-decoration: none;
    background-color: #ede8d9;
    border: 1px solid #ede8d9;
}

.moreoutline:active {
    color: #363f82;
    text-decoration: none;
    border: 1px solid #ede8d9;
}

.moreoutline2 {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    padding: 3px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #cb8c2a;
    background-color: #ffffff;
    color: #cb8c2a;
    text-decoration: none;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 70px;
    margin-right: 10px;
}

.moreoutline2:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #cb8c2a;
    border: 1px solid #ede8d9;
}

.moreoutline2:active {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #cb8c2a;
}

@media (max-width:390px) {
    .enter3 {
        font-size: 12px;
        line-height: 14px;
    }
}

/**************************** others ****************************/
.centered {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list li {
    padding-bottom: 10px;
    margin-left: -10px;
}

.pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.pagination a {
    color: black;
    float: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid rgba(0, 0, 0, .4);
    margin: 0 4px;
}

.pagination a.active {
    background-color: rgba(0, 0, 0, .4);
    color: white;
    border: 1px solid rgba(0, 0, 0, .4);
}

.pagination a:hover:not(.active) {
    background-color: rgb(236 198 127);
    color: #fcfcfc;
    border-color: rgb(236 198 127);
}

.tooltip-inner {
    background-color: #363f82;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #363f82 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #363f82 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #363f82 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #363f82 !important;
}

.zoom {
    transform: scale(1, 1);
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fadeIn {
    transition: transform .4s;
    /* Animation */
}

.fadeOut {
    transition: transform .4s;
    /* Animation */
}

.form-group input {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, .4);
    padding: 10px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #000000;
    width: 100%;
    font-size: .9rem;
}

::placeholder {
    color: #898a8b;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #898a8b;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px;
    color: #898a8b;
}
.lazyload {
    filter: blur(20px);
    transition: filter 0.5s ease;
}

.lazyload[data-src] {
    filter: blur(0);
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 12px;
    color: #898a8b;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #898a8b;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #898a8b;
}

.form-select {
    font-size: 14px;
}

.get-in-touch {
    margin: 10px auto;
    position: relative;
}

.get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
    color: #adadad;
    background: -moz-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
    background: -webkit-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
    background: linear-gradient(to right, #f4524d 0%, #5543ca 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
    position: relative;
    margin: 25px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 1px 0;
    border-color: #909090;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    background-color: transparent;
    padding-top: 20px;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label, .contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #cb8c2a;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

input.larger {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(144, 144, 144, .5);
}

.togglebox {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
}

.form-switch {
    margin-bottom: 10px;
    font-size: 14px;
}

.smalldevice {
    display: block;
}

/******************* VDO ***********************/
video {
    height: auto;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background {
    margin: 0px;
    padding: 0px;
}

.soundcon {
    top: 50%;
    z-index: 9;
    position: absolute;
    margin-left: 10px;
}

#unmuteButton {
    width: 60px;
    display: none;
}

#muteButton {
    width: 60px;
}

.textmarquee {
    font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
    font-size: 24px;
    padding: 10px;
    color: #FFFFFF;
}

.mainnewstitle {
    display: block;
    position: relative;
    letter-spacing: .1em;
    padding-top: 90px;
}

.mainnews {
    z-index: 0;
    position: relative;
    margin-top: -300px;
}

.mainnews .bgblue {
    min-height: 400px;
}

.mainnews .headnews {
    margin-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper1 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
}

.swiper2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    -webkit-justify-content: top;
    justify-content: top;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
}

/* .swiper-pagination {
    position: inherit;
    z-index: 1;
}

.swiper-pagination-bullet {
    margin-top: 40px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.7;
    border: 1px solid #ffffff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
} */

.swiper-slider-programs .swiper-slide img {
    margin-bottom: 20px;
}

.swiper-slider-programs .swiper-pagination {
    position: relative;
}

.swiper-slider-programs .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 0 4px;
}

.swiper-slider-programs .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-slider-programs .swiper-button-next,
.swiper-slider-programs .swiper-button-prev {
  top: 45%;
  /* background: unset; */
}

.butcontrol {
    width: 30px;
    margin: 10px;
    float: right;
}

.butcontrol2 {
    width: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 10px;
    float: right;
}

.boxvdo {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    color: #ffffff;
    border: 0px solid #739414;
    background-color: #739414;
    z-index: 1;
    min-height: 220px;
    margin-bottom: 20px;
}

.newsbox {
    width: 100%;
    padding: 0px;
    /* padding-bottom: 30px; */
    z-index: 1;
    height: 430px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px dotted rgba(144, 144, 144, .2);
}

.newsbox .thumbnails {
    min-height: 200px;
    background-color: transparent;
}

.newsbox .thumbnails {
    margin-bottom: 5px;
}

.newsbox .text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px;
    padding-top: 0px;
    height: 120px;
    color: #2b3760;
}

.multi-line-text-truncate {
    overflow: hidden;
    max-width: 400px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px auto;
    margin-top: 0px;
}

.vdobox {
    width: 100%;
    padding: 0px;
    padding-bottom: 30px;
    z-index: 1;
    height: 430px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px dotted rgba(144, 144, 144, .2);
}

.vdobox .thumbnails {
    min-height: 210px;
    margin-bottom: 10px;
}

.vdobox .text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px;
    padding-top: 0px;
    color: #2b3760;
}

.boxnews2 {
    width: 100%;
    padding: 15px 20px;
    /* padding-bottom: 30px; */
    color: #cb8c2a;
    background-color: #ffffff;
    border: 1px dotted #e4e4e4;
    z-index: 1;
    height: 280px;
    /* min-height: 220px; */
    max-height: 280px;
    /*  display: flex;
  align-items: center;
  flex-wrap: wrap;*/
    margin-bottom: 20px;
    /*  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}

.boxnews {
    width: 100%;
    padding: 20px;
    color: #ffffff;
    border: 1px solid #363f82;
    background-color: #363f82;
    z-index: 1;
    min-height: 250px;
    /**/
    /*  display: flex;
  align-items: center;
  flex-wrap: wrap;*/
    margin-bottom: 20px;
}

.boxnews .more {
    /* position: absolute; */
    bottom: 10px;
    width: 80px;
}

.boxnews .small {
    /*  position: relative;*/
    width: 100%;
}

.boxnews .small:after {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.swiper4 .boxnews {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    color: #ffffff;
    border: 1px solid #739414;
    background-color: #739414;
    z-index: 1;
    min-height: 250px;
}

.youtube {
    width: 45px;
    float: left;
    transform: scale(1, 1);
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    margin-bottom: 10px;
}

@-webkit-keyframes youtube {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.youtube:hover {
    transform: scale(1.15);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    cursor: pointer;
}

.swiper4 .boxnews .text {
    margin-bottom: 10px;
    width: 100%;
}

iframe {
    /* min-height: 80vh; */
    width: 100%;
}

.modal-backdrop {
    background-color: #ffffff;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.modal .modal-content {
    height: auto;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

.nav-tabs .nav-item .nav-link {
    color: #cb8c2a;
    font-size: 20px;
    border-bottom: 1px solid #cb8c2a;
    border-radius: 0px;
}

.nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #cb8c2a;
    font-size: 20px;
}

.tab-content {
    color: #cb8c2a;
    border-top: transparent;
    padding: 15px;
    border-top: 3px solid #cb8c2a;
    margin-top: -1px;
}

.tab-content .tab-pane {
    color: #cb8c2a;
    min-height: 200px;
    height: auto;
}

.directory {
    padding-bottom: 5px;
    color: #cb8c2a;
}

.directory::after {
    content: '';
    display: block;
    width: 10px;
    margin-top: 5px;
    background: #cb8c2a;
    height: 2px;
    margin-bottom: 10px;
}

.drop {
    margin-top: 10px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 0px;
    border: none;
    background-color: #FFFFFF;
    color: #C2C2C2;
    width: 120px;
    font-size: 16px;
    font-weight: 400;
}

.boxdrop {
    background-color: #ffffff;
    color: 000000;
    padding: 12px;
    width: 140px;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
}

.boxdrop::before {
    content: "\f13a";
    font-family: FontAwesome;
    top: 0;
    right: 5px;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    pointer-events: none;
}

.boxdrop:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.boxdrop select option {
    padding: 30px;
    color: #000000;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.outline {
    border: solid 1px #ffffff;
    color: #FFFFFF;
    font-size: 9px;
    padding: 1px;
    width: auto;
    margin-left: 10px;
}

/* add */
.boxfront {
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px #e9e9e9;
    text-align: left;
    color: #000000;
    margin: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom: 40px;
}

.boxfront .pad {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    min-height: 300px;
}

.arrow {
    width: 35px;
}

.morebottom {
    bottom: 40px;
    top: auto;
    position: absolute;
    width: 90%;
}

.morebottom .moreoutline {
    width: 80px;
    margin-left: 0px;
    margin-top: 20px;
    float: right;
}

#allagenda .morebottom .moreoutline {
    margin-bottom: 30px;
}

#allagenda .swiper-slide {
    padding: 0px;
    margin: 0px;
}

.picquote {
    width: 250px;
}

.input-group {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.form-control {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .8);
    border-radius: 0px;
    background-color: transparent;
    font-size: 20px;
    color: #000000;
}

.dropdown-item {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    color: #FFFFFF;
    border: 0px;
    outline: 0px;
}

.dropdown-item::after {
    content: '';
    display: block;
    width: 100%;
    background: #ffffff;
    height: 2px;
    margin: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}

.triangle {
    border-color: transparent #CB8C2A transparent transparent;
    float: right;
    margin-top: -30px;
    margin-right: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 70px 70px 0 0;
    transform: rotate(0deg);
    position: absolute;
}

.bigtriangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 150px 150px 0;
    border-color: transparent #CB8C2A transparent transparent;
    transform: rotate(0deg);
    right: 0px;
    left: auto;
    float: right;
    position: absolute;
    margin-bottom: 60px;
}

#banners .swiper-pagination-bullet,
#programs .swiper-pagination-bullet {
    background-color: #bebcbc;
    margin: 0 5px;
}

#banners .swiper-pagination-bullet-active,
#programs .swiper-pagination-bullet-active {
    background-color: #7a7777;
    margin: 0 5px;
}

#live-stream .stream-box .btn-stream {
    background-color: #bebcbc;
    border-color: #bebcbc;
    margin: 0 5px;
}

#live-stream .stream-box .btn-stream:hover,
#live-stream .stream-box .btn-active {
    background-color: #21396d;
    border-color: #21396d;
    margin: 0 5px;
}

.smtriangle {
    border-color: transparent #CB8C2A transparent transparent;  
	bottom: 0px;
	top: auto;
	left: auto;
	right: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    transform: rotate(0deg);  
	float: right;
	display: flex;
	position: relative;
}

@media (max-width:1366px) {
    .vdobox .thumbnails {
        min-height: 185px;
    }

    .newsbox .text {
        height: 150px;
    }

    .pad .subheader {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:1024px) {
    .vdobox .thumbnails {
        min-height: 155px;
    }
}

@media (max-width:992px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .modal-video {
        max-width: 100%;
    }
}

@media (max-width:768px) {

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .topimages {
        margin-top: 80px;
        padding-left: 0px;
    }

    .topimages2 {
        margin-top: 70px;
        padding-left: 0px;
        margin-left: 0px;
    }

    .newsbox {
        height: fit-content;
    }

    .thumbnails {
        max-height: 300px;
    }

    .thumbnails img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: unset;
    }

    .mainnews {
        z-index: 0;
        padding: 0px;
        margin-left: 0px;
        position: inherit;
        margin-top: 0px;
    }

    .mainnewstitle {
        display: none;
    }

    .mainnews .headnews {
        margin-left: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mainnews .bgblue {
        min-height: 300px;
    }
}

@media (max-width:512px) {
    .title {
        font-size: 34px;
        line-height: 36px;
    }

    .titledate {
        font-size: 60px;
        line-height: 52px;
    }

    .header {
        font-size: 26px;
        line-height: 28px;
    }

    .subheader {
        font-size: 20px;
        line-height: 26px;
    }

    .pad .subheader {
        font-size: 18px;
        line-height: 20px;
    }

    .pagename {
        font-family: 'thaibevsansnew-semibold', 'Noto Sans Thai', sans-serif;
        font-size: 24px;
        line-height: 28px;
        margin-top: 30px;
    }

    .pagename::before {
        border-right: solid 3px #363f82;
        margin-right: 10px;
    }

    .textshadow2 {
        -webkit-text-stroke-width: 1.2px;
        -webkit-text-stroke-color: #ffffff;
        color: transparent;
    }

    .news {
        padding: 0px;
        margin: 0px;
    }

    .newstext {
        padding: 10px;
        padding-top: 10px;
    }

    .title2 {
        font-size: 1.7rem;
        line-height: 2rem;
    }

    .mainnews .bgblue {
        min-height: 250px;
        height: 250px;
    }

    .bigtriangle {
        border-width: 0 120px 120px 0;
    }

    .boxfront .pad {
        min-height: 200px;
    }

    #allagenda .swiper-slide {
        padding-right: 10px;
    }

    .metatop {
        display: none;
    }

    .flag {
        height: 15px;
        margin-top: 15px;
    }

    .logotitle {
        display: block;
        width: 150px;
        margin-top: 10px;
        margin-bottom: 10px;
        transform: translateX(-30px);
    }

    .logotop {
        height: 45px;
        margin-right: auto;
        margin-top: 10px;
    }

    .logotop2 {
        height: 45px;
        margin-right: auto;
        margin-top: 10px;
    }

    .spaceleft {
        margin-left: 25px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper2 .swiper-slide {
        min-height: 100px;
    }

    .swiper1 .swiper-slide {
        min-height: 90px;
    }

    .butcontrol {
        width: 30px;
        margin-top: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

    .butcontrol2 {
        width: 30px;
        margin-top: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

    .boxnews {
        min-height: 250px;
    }

    .topimages {
        margin-top: 90px;
        padding-left: 0px;
        /*  padding-left: 32px;*/
    }

    .topimages2 {
        margin-top: 70px;
        padding-left: 0px;
        margin-left: 0px;
    }

    .exhibitionicon {
        width: 100px;
        margin-top: 20px;
    }

    .iconfront {
        height: 90px;
        margin-bottom: 20px;
    }

    .moreverticle {
        width: 45px;
    }

    .exhibitionicon2 {
        margin-top: -20px;
        width: 90px;
    }

    .exhibitionicon3 {
        height: 60px;
        margin-bottom: 30px;
    }

    #agenda .brandbox {
        min-height: 450px;
    }

    .thumbnailsvdo {
        height: 250px;
        max-height: 250px;
        overflow: hidden;
    }

	.body-style { 
        font-size: 14px;
        line-height: 24px; 
    }	
    #top {
        /*  padding-left: 32px;*/
    }

    .bgtop4all {
        height: 60px;
    }

    .soundcon {
        top: 25%;
    }

    #unmuteButton {
        width: 40px;
    }

    #muteButton {
        width: 40px;
    }

    .textmarquee {
        font-size: 11px;
        padding: 5px;
    }
}

@media (max-width:414px) {
    .closemov {
        position: absolute;
    }
}

@media (max-width:390px) {
    .boxfront .pad {
        min-height: 250px;
    }

    .form-switch {
        font-size: 12px;
    }

    .smalldevice {
        display: none;
    }
}


@media (max-width:214px) {
    .sideswipe {
        padding-left: 1px;
        padding-right: 1px;
    }

    .arrow {
        width: 15px;
    }

    .boxfront .pad {
        min-height: 300px;
    }

    .spaceleft {
        margin-left: 5px;
    }

    .logotitle {
        width: 90px;
    }

    .metatop {
        display: none;
    }

    .logotop {
        height: 25px;
        margin-left: -50px;
        margin-right: auto;
        margin-top: 10px;
    }

    .logotop2 {
        height: 25px;
        margin-left: -50px;
        margin-right: auto;
        margin-top: 10px;
    }
    .dropdown-toggle {
        width: 48px;
        font-size: 10px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .footer {
        font-size: 10px;
        line-height: 12px;
    }

    .titledate {
        font-size: 30px;
        line-height: 32px;
    }

    .downloadicon {
        width: 60px;
        margin-right: 10px;
    }

    .title {
        font-size: 1rem;
        line-height: 1rem;
    }

    .title2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .title3 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .subheader {
        font-size: 18px;
        line-height: 20px;
    }

    .subheader2 {
        font-size: 16px;
        line-height: 20px;
    }

    .newstext {
        padding: 10px;
    }
}