@charset "UTF-8";
html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family:  'Karla', 'PlexThai', Helvetica Neue, Helvetica, tahoma, Arial, sans-serif;
    font-weight: normal;
    color: #323031;
    background: #FFF !important;
    height: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative;
    opacity: 1;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    animation: fadeIn 0.5s ;
}

::-moz-selection {
    background: #e7b9f5;
    color: #9838b5;
    text-shadow: none;
}

::selection {
    background: #e7b9f5;
    color: #9838b5;
    text-shadow: none;
}

/*ins {background-color: #ed1c24;color: #FFF;text-decoration: none;}*/
mark {
    background-color: #e7b9f5;
    color: #9838b5;
    text-decoration: none;
}

a { outline-style: none;  outline-color: invert; padding-left: 0px; outline-width: 0px;  color: #323031; text-decoration: none; }
a:hover { color: #82298f !important;}
a:link, a:visited, a:active, a:hover {text-decoration: none;}
a[href^=tel] { color: inherit; }
.ui.list .list>.item, .ui.list>.item, ol.ui.list li, ul.ui.list li{
    line-height: 1.5rem!important
}
:focus {
    outline: none;
}


h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #82298f;
}
h1{ font-size: 2.6rem!important;}
h2{ font-size: 2.2rem!important;}
h3{ font-size: 1.6rem!important;}
h4{ font-size: 1rem!important;}
h5{ font-size: 0.8rem!important;}

.box {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
html::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}
html::-webkit-scrollbar-thumb {
    background-color: #808080;
}
html::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
html::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d;
}

/******************************************/

#loading{
    background: #82298f url("../images/three-dots.svg") no-repeat center center;
    background-size: 80px;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 150px;
    margin-top: -130px;
    margin-left: -75px;
}


/**********Header**********/
.header_wrapper{
    position: relative;
    width: 100%;
    border-top: 4px solid #82298f;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    background: #FFF;
    z-index: 1040;
}
.main-header{
    position: relative;
    width: 100%;
    height: 136px;
    margin: 0 auto;
    max-height: 136px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.main-header > .container{ position: relative}
.main-header a{ text-transform: uppercase;}
.main-header .dropdown.lang>.dropdown-toggle::after {
    font-family: 'feather' !important;
    content: "\e842";
    border: none;
    vertical-align: -0.1em;
}

.main-header .nav > .nav-item.divider{
    opacity: .7;
    padding: .5rem 0;
    font-size: 1em;
    color: rgba(0,0,0,.4);
}
.main-header .logo--mtu{
    width: 172px;
    height: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.language__wrapper{
    height: 20px;
    width: 80px;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
    cursor: pointer;
}
.headernav_wrapper{
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
}
.headernav_wrapper .nav-item:last-child > .nav-link{
    padding-right: 0;
}
.headernav_wrapper .applynow{
    margin-top: 32px;
    padding: .5rem 1rem;
    min-width: 140px;
    height: 40px;
    border: solid 1px #e5e5e5;
    background-color: #FFF;
}

.headernav_wrapper .applynow:hover{
    border: solid 1px #82298f;

}
.headernav_wrapper .applynow .arrow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll-right ;
    animation-name: scroll-right ;
}

.main-nav{
    min-height: 60px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #323031;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 29px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 29px 0 rgba(0,0,0,.05);
    -webkit-transition: background .3s,height .65s,padding .65s,color .3s,-webkit-box-shadow .5s;
    transition: background .3s,height .65s,padding .65s,color .3s,-webkit-box-shadow .5s;
    -o-transition: background .3s,height .65s,padding .65s,box-shadow .5s,color .3s;
    transition: background .3s,height .65s,padding .65s,box-shadow .5s,color .3s;
    transition: background .3s,height .65s,padding .65s,box-shadow .5s,color .3s,-webkit-box-shadow .5s;
}

.main-nav .navbar-nav > .nav-item > .nav-link.active{
    font-weight: bold;
    color: #711d7c!important;
}

.main-nav .logo--mtu__mobile{ display:none; width: 100px!important;}

.main-nav .applynow{
    padding: .5rem 1rem;
    min-width: 140px;
    height: 40px;
    border: solid 1px #e5e5e5;
    background-color: #FFF;
}

/**********Hero Banner**********/
.owl-carousel {
    width: 100%;
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer{   z-index: 1;}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    color: #d7d5d5!important;
    font-size: 40px;
    position: absolute;
    top: 0;
}
.owl-carousel .owl-nav {
    width: 100%;
    height: 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.owl-carousel .owl-dots {
    width: 100%!important;
    position: absolute!important;
    left: 0!important;
    bottom: 10px!important;
    text-align: center!important;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    background: rgba(255,255,255,0.5);
    height: 3px;
    width: 26px;
    margin: 0 5px;
    /*border-radius: 50%;*/
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: rgba(255,255,255,1);
}


.owl-carousel .owl-nav .owl-prev {
    left: 50%;
    margin-left: calc(-50% + 15px);
}
.owl-carousel .owl-nav .owl-next {
    right: 50%;
    margin-right: calc(-50% + 15px);
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-next > i.material-icons, .owl-carousel .owl-nav .owl-prev > i.material-icons{
    font-size: 40px!important;
}


.hero_wrapper{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.hero_wrapper .no-bleed {
    padding-top: 90px;
    padding-bottom: 90px;
}
.no-bleed{
    padding-top: 45px;
    padding-bottom: 45px;
}
.side-by-side.no-bleed{
    padding-left: 45px;
    padding-right: 45px;
}

.mtu-hero.full-bleed .mtu-hero__item__info.text-left, .mtu-hero.full-bleed .mtu-hero__item__info.text-right,
.owl-carousel .mtu-hero .mtu-hero__item__info.text-left .owl-carousel .mtu-hero .mtu-hero__item__info.text-right{
    width: 50%!important;
}

.mtu-hero.full-bleed .mtu-hero__item__info.text-center .mtu-hero__item__video,
.owl-carousel .mtu-hero .mtu-hero__item__info.text-center .mtu-hero__item__video {
    display: block !important;
    position: relative;
    -webkit-transform: translate(-50%, -17%);
    transform: translate(-50%, -17%);
    margin-top: 48px;
}

.mtu-hero.full-bleed .mtu-hero__item__info.text-right .mtu-hero__item__buttons,
.owl-carousel .mtu-hero .mtu-hero__item__info.text-right .mtu-hero__item__buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.mtu-hero__item__info {
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
}

.side-by-side .mtu-hero__item__info.text-center, .side-by-side  .mtu-hero__item__info.text-left, .side-by-side  .mtu-hero__item__info.text-right{
    left: 18.75%;
    text-align: center!important;
}



.mtu-hero.owl-carousel {
    width: 100%!important;
    max-width: none!important;
}
.mtu-hero.owl-carousel .owl-nav {
    width: 100%!important;
    /*height: 0!important;*/
    /*top: 0!important;*/
}
.mtu-hero.owl-carousel .owl-nav .owl-prev,
.mtu-hero.owl-carousel .owl-nav .owl-next {
    /*top: calc((100vh - 240px) * .5)!important;*/
}


.mtu-hero {
    display: block;
    position: relative;
    height: calc(100vh - 200px); /*240px*/
}
.mtu-hero__item {
    position: relative;
    height: calc(100vh - 200px); /*240px*/
}
.mtu-hero__item__image {
    position: relative;
    height: calc(100vh - 200px); /*240px*/
    overflow-x: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.mtu-hero__item__overlay > .animated{
    -webkit-animation-name: logo!important;
    animation-name: logo!important;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mtu-hero__item__overlay img{
    height: 100%;
}
/**********Banner**********/

.banner--panorama{
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
}
.banner--panorama img{ width: 60%}
/**********Section**********/
.section {
    position: relative;
    padding: 30px 0;
}

.heading__wrapper{
    width: 100%;
    min-height: 44px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: solid 1px #d8d8d8;
}
.heading__wrapper h3{
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}
.heading__wrapper h3 > .text-muted{
    color: #323031!important;
    margin-left: 32px;
}

/**********Highlight**********/
#highlight{
    margin-bottom: 40px;
    min-height: 600px;
}

#highlight .highlight__image{

}
#highlight .highlight__content{
    padding: 24px;
    background: #F5F5F5;
    height: 100%;
}
#highlight .highlight__content h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}

#highlight .highlight__content > .highlight--heading{
    font-family: "PlexThai","Castellar";
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}
#highlight .highlight__content > .highlight--content{
    font-family: 'Sarabun'!important;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #989898;
}
#highlight .highlight--action{
    margin-top: -68px!important;
    padding: 0 24px;
}

/**********News**********/
#news h3._heading{
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
}
#news ._hotnews,#news ._mtu,#news ._about,#news ._about,#news ._mtuarticle{margin-bottom: 100px}

.newsbox-list .news-item {
    padding: 0 0 15px;
}
.news-box figure{margin: 0!important;}
.news-box .news-item .thumb img {
    max-width: 100%;
    height: auto;
}
.newsbox-list .news-item .news-title {
    font-size: 1.1rem!important
}
.news-box .news-item  .news-title {
    margin: 0;
    line-height: 1.4;
}
.news-box .news-item .caption .news-description, .news-box .news-item .caption .news-date {
    font-family: 'Sarabun'!important;
    font-size: 14px;
    color: #989898;
    line-height: 1.43;
}

.news-action .nav-link:first-child, .highlight--action .nav-link:first-child{ padding-left: 0}

.news-box .news-action{
    margin-top: 28px;
}
.news-box .news-action a{ color: #82298f !important;}
.news-box .news-action a:hover{ color: #323031 !important;}
.news-box .news-action .news-date{
    line-height: 40px!important;
}


#news ._mtu h4{
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.33;
}

#news ._mtu .action a{
    color: #82298f !important;
}





/**********Rank Vote Now**********/
#rankvotenow{
    margin-bottom: 40px;
}

.heading__wrapper .rankvote_nav{ max-height: 28px}
.heading__wrapper .rankvote_nav > ._prev,.heading__wrapper .rankvote_nav > ._next{
    font-size: 28px!important;
    line-height: 28px;
    color: #323031;
    cursor: pointer;
}
.rankvote_head{
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
}
.rankvote_count{
    font-size: 18px;
}

/**********Contestants**********/
#contestants{

}
#contestants .contestant__wrapper{
    background: #82298f;
}
#contestants .contestant__wrapper ._content {
    position: absolute;
    width: calc(40% + 80px);
    height: 100%;
    z-index: 9;
    top: 0;
    padding: 40px;

}
#contestants .contestant__wrapper ._portrait >._description_mobile{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    width: 40%;

}
#contestants .contestant__wrapper ._portrait > ._content >._description{
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}


#contestants .contestant__wrapper ._portrait > ._content > ._number{
    margin-bottom: 10px;
}
#contestants .contestant__wrapper ._portrait > ._content > ._nickname,#contestants .contestant__wrapper ._portrait > ._content > ._name{
    font-family: "Castellar", "PlexThai";
    font-size: 30px;
    line-height: 1.2;
    max-width: 400px;
}
#contestants .contestant__wrapper ._portrait > ._content >._location{
    font-weight: bold;
    padding: 20px 0;
}
#contestants .contestant__wrapper ._portrait > ._content > ._votewrap{

}
#contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count{
    font-weight: bold;
    margin-bottom: 28px;
 }
#contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count > i{
    margin-right: 14px;
    color: #82298f;
    font-size: 26px;
}
#contestants .contestant__wrapper ._portrait  > ._thumb{
    position: absolute;
    bottom: 40px;
    right: 40px;
    max-height: 60px;
}
#contestants .contestant__wrapper ._portrait  > ._thumb > ._thumb_img{
    display: inline-block;
    margin-right: 8px;
}

#contestants .contestant__wrapper ._portrait  > ._thumb > ._thumb_img:last-child{ margin-right: 0;}
#contestants .contestant__wrapper ._portrait  > ._thumb > ._thumb_img >img{max-width: 60px}
#contestants  .contestant__list{
    display: block;
    position: relative;
}

.contestant__list .owl-carousel{
    transform: rotate(90deg);
    width: 270px;
    margin-top:100px;
}
.contestant__list .item{
    transform: rotate(-90deg);
}
.contestant__list .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}
.contestant__list .owl-carousel .owl-nav .owl-prev, .contestant__list .owl-carousel .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px;
}

.contestant__list .slick-prev.slick-arrow{
    margin-bottom: 26px;
}

.contestant__list .slick-next.slick-arrow{
    margin-top: 26px;
}
.slick-vertical .slick-slide{
    display: flex!important;
}
.contestant__list .slick-prev.slick-arrow,.contestant__list .slick-next.slick-arrow{
    width: 100%;
    height: 46px;
    background: #f5f5f5;
    border:none;
    font-size: 0;
}
.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contestant__list .slick-prev.slick-arrow:before{ content: "\f077"}
.contestant__list .slick-next.slick-arrow:before{ content: "\f078"}
#contestant_thumb._responsive{ margin-top: 20px; }
#contestant_thumb._responsive .slick-prev.slick-arrow, #contestant_thumb._responsive .slick-next.slick-arrow{
    position: absolute;
    width: 46px;
    height: 46px;
    margin: 0;
    top: 50%;
    background: rgba(255,255,255,.8);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99;
}
#contestant_thumb._responsive .slick-prev.slick-arrow{ left: -1rem}
#contestant_thumb._responsive .slick-prev.slick-arrow:before{ content: "\f053"}
#contestant_thumb._responsive .slick-next.slick-arrow{ right: -1rem}
#contestant_thumb._responsive .slick-next.slick-arrow:before{ content: "\f054"}


#contestant_thumb .media{
    padding: 4px;
    background: #FFF;
    transition: 0.8s;
    cursor: pointer;
}
#contestant_thumb._responsive .media{ text-align: center}
#contestant_thumb .media.slick-current{
    background: #82298f;
    color: #FFF!important;
}
#contestant_thumb img{
    max-width: 90px;
}
#contestant_thumb._responsive img{
    margin-right: 0!important;
    text-align: center;
    max-width: 100%;
}
#contestant_thumb ._number{
    font-size: 18px;
    font-weight: bold;
}
#contestant_thumb ._firstname, #contestant_thumb ._lastname{
    font-size: 18px;
}
#contestant_thumb._responsive ._firstname,#contestant_thumb._responsive ._lastname{ font-size: 14px}



/**********Our Sponsor**********/
#oursponsor{
    margin-top: 80px;
}
#oursponsor h3{
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}
#oursponsor .owl-carousel{
    width: calc(100% - 40px) !important;
    margin: 0 auto;
}

#oursponsor .owl-carousel .owl-nav {
    margin-top: 0;
    height: 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
#oursponsor .owl-theme .owl-nav [class*=owl-]:hover{ background: transparent}
#oursponsor .owl-carousel .owl-nav .owl-prev{margin-left: calc(-50% + -40px);}
#oursponsor .owl-carousel .owl-nav .owl-next{margin-right: calc(-50% + -40px);}

/**********Reality**********/
#reality{ margin-top: 40px}
.reality-play__wrapper .mtu-playbar{
    position: relative;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d8d8d8;
}
.reality-play__wrapper .mtu-playbar > .playbar-item{ display: inline-block; margin-right: 30px; color: #989898; font-size: 14px}
.reality-play__wrapper .mtu-playbar > .playbar-item > span{ margin-left: 10px;    vertical-align: middle!important;}
.reality-play__wrapper .mtu-playbar > .playbar-item:last-child{ margin-right: 0;}

.reality-play__wrapper .mtu-playbar > .playbar-item > .click_like{
    background-image: url("../images/ilike.svg");
    background-position: center center;
    background-size: 100% 100%;
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.reality-play__wrapper .mtu-playbar > .playbar-item > .click_like:hover, .reality-play__wrapper .mtu-playbar > .playbar-item > .click_like.liked{
    background-image: url("../images/iliked.svg");
}

.reality-play__wrapper .mtu-playbar > .playbar-uploaded{ float: right; color: #989898; font-size: 14px; text-align: right; line-height: 30px;}

.reality-play__wrapper .mtu-description{ padding: 1.5rem 0; }
.reality-play__wrapper .mtu-description > h1.mtu-title a{ font-size: 24px!important; font-weight: bold!important; color: #82298f!important;margin-bottom: 1.5rem}
.reality-play__wrapper .mtu-description > .mtu-detail{  font-size: 18px; font-weight: normal; color: #323031;}

.reality-list__wrapper{    overflow-x: hidden; overflow-y: auto; max-height: 740px}
.reality-list__wrapper::-webkit-scrollbar-thumb {
    background-color: #808080;
}
.reality-list__wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}
.reality-list__wrapper  .reality-item{position: relative; display: block; margin-bottom: 30px}
.reality-list__wrapper  .reality-item:before{ background-color: rgba(0,0,0,.6); width: 100%; height: 100%; position: absolute;}
.reality-list__wrapper  .mtu-thumbnail{position: relative; display: block;}
.reality-list__wrapper  .mtu-overlays{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 6.7%, .8);
    color: hsla(0, 0%, 100%, .8);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.reality-list__wrapper .reality-item:hover .mtu-overlays{
    background-color: hsla(0, 0%, 6.7%, .2);
}
.reality-list__wrapper  .mtu-title{
    font-size: 18px;
    font-weight: bold;
    color: #323031;
    padding: 12px 0 0;
    line-height: 1.33;
}
.reality-list__wrapper .mtu-view{
    font-size: 14px;
    font-weight: normal;
    color: #989898;
    line-height: 1.43;
}
.reality-list__wrapper .action a{ color: #82298f !important;}
.reality-list__wrapper .action a:hover{ color: #323031 !important;}

/*Pagination*/
.pagination {
    margin: 20px 0 0 0;
    text-align: center;
}
.pagination > .btn {
    padding: 0em!important;
    font-family: "PlexThai";
    font-size: 18px!important;
    font-weight: 700!important;
    background: #EEE;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 0!important;
}
.pagination > .btn.active {
    background: #414141;
    color: #FFF;
}
.pagination a {
    display: block;
    color: rgba(0,0,0,.6);
    line-height: 39px;
}
.pagination > .btn.active a {
    color: #FFF!important;
}


/**********Footer**********/
footer{
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
    width: 100%;
    height: auto;
    color: #FFF!important;
    font-size: 16px;
    background: #711d7c;
}
footer .footer_info > ._info{font-size: 16px; text-transform: uppercase}
footer .footer_info > ._contact,footer .footer_info > a._contact {
    font-size: 24px;
    font-weight: bold;
    color: #FFF!important;
}
footer .footer_social > .btn{
    color: #FFF;
    font-size: 24px;
}
footer .footer_social > .btn:hover{color: #edb6f5!important;}
footer .footer_link a{ color: #FFF!important; text-transform: uppercase}
footer .footer_link a:hover{ color: #edb6f5!important;}
footer .copyright{font-size: 14px; margin-top: 36px; padding: 24px; text-align: center; border-top: solid 1px rgba(255,255,255,.2)}

/**********Dashboard**********/
.dashboard-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1rem;
}
.dashboard-container > .sidebar{
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 0px 16px 16px 16px;
}
.dashboard-container > .sidebar_large{
    -ms-flex-preferred-size: 445px;
    flex-basis: 445px;
    padding: 0px 16px 16px 16px;
}
.dashboard-container > .content {
    padding: 0px;
    -ms-flex: 1;
    flex: 1;
}
.dashboard-container .button{
    font-family: 'Prompt','noto-sans','noto-sans-thai' !important;
    font-weight: bold!important;
}
.panel{
    position: relative;
    background-color: white;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 10px;
}
.panel:last-child, .panel--none:last-child{ margin-bottom: 60px}{ margin-bottom: 60px}
.dashboard-container .avatar{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.panel-container {
    padding: 0 4px;
}

.panel--none{
    position: relative;
    background: none;
    border: none;
    margin-bottom: 10px;
}

._small{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

._medium{
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

._large{
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}


.fullWidth {
    width: 100%;
}
.flexWrap {
    flex-wrap: wrap; }

.flexColumn { display: flex; flex-direction: column; }
.flexColumn.crossCenter { align-items: center; }
.flexColumn.mainCenter { justify-content: center; }
.flexColumn.crossStart { align-items: flex-start; }
.flexColumn.mainStart { justify-content: flex-start; }
.flexColumn.crossEnd { align-items: flex-end; }
.flexColumn.mainEnd { justify-content: flex-end; }
.flexColumn.fillSpace { flex: 1; }
.flexColumn.mainSpaceBetween { justify-content: space-between; }

.crossCenter { align-items: center; }
.mainCenter { justify-content: center; }

.float--left { float: left !important; }
.float--right { float: right !important; }
.push--bottom { margin-bottom: 20px !important; }
.text--center { text-align: center !important; }
.text--left { text-align: left !important; }
.text--right { text-align: right !important; }
.text--small {font-size: 0.9rem!important; color: grey;}
.text--small_normal {font-size: 0.9rem!important; }

.align--center { text-align: center; }


#resultsTB{
    margin-top: 10px;
}
#resultsTB_filter,#resultsTB_2_filter{ float: right;}
#resultsTB_filter input,#resultsTB_2_filter input{
    padding: 8px 20px;
    line-height: 1em;
    font-size: 1em;
}

._reviews .ui.cards>.card{
    margin: .4em .4em;
}

._reviews .blurring.dimmable>.dimmer {
    background-color: rgba(167,77,195,.6);
    cursor: pointer;
}
._reviews .ui.four.cards>.card{
    margin-left: .4em;
    margin-right: .4em;
}

/*Helper*/
._pa { padding: 16px; }
._pa20 {padding: 20px!important; }
._pb {padding-bottom: 16px!important; }
._pb8 {padding-bottom: 8px !important;}
._mr { margin-right: 16px!important; }
._mt{margin-top: 16px!important;}
._mt40{margin-top: 40px!important;}
._mt80{margin-top: 80px!important;}
._mb40{margin-bottom: 40px!important;}
._mb90{margin-bottom: 90px!important;}
._mb { margin-bottom: 16px!important; }
._mb-big { margin-bottom: 24px!important; }
._mb-small { margin-bottom: 8px!important; }
._plr5 { padding-left: 5px!important; padding-right: 5px!important;}
._plr16 { padding-left: 16px!important; padding-right: 16px!important;}
.noMargin { margin: 0px !important; }
._opa-50 { opacity: .5 !important; }
.color--main{ color: #323031;}
.color--violet{ color: #710193;}
.color--green{    color: rgb(76, 175, 80) !important;}
.bg--white{    background: rgb(255, 255, 255) !important;}
.form--bg{ background: #ebebeb; padding: 25px}

.float--left { float: left !important; }
.float--right { float: right !important; }
.push--bottom { margin-bottom: 20px !important; }
.text--center { text-align: center !important; }
.text--left { text-align: left !important; }
.text--right { text-align: right !important; }
.text--small {font-size: 0.9rem!important; color: grey;}
.text--upper{ text-transform: uppercase}

.content--hero{ font-family: "Prompt"; font-size: 1.4rem!important; width: 80%; font-weight: bold}
.error{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.link-contact{
    color: #82298f!important;
}
.link-contact:hover{color: #323031;}

h3._heading{
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 36px;
    border-bottom: 1px solid #d8d8d8;
}


figure.thumb {
    display: block;
}
figure.thumb img {
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.thumb img {
    height: 100%;
    width:100%;
    max-width: none;
    object-fit: cover;
}
.thumb img.portrait {
    width: 100%;
    height: auto;
}

.btn-main{ border-radius: 0; background: #82298f; color: #FFF!important; padding: 10px 40px;}
.btn-main:hover{  background: #a844b7;}
.btn-select{  border: solid 1px #d8d8d8; border-radius: 0;}

.ui.divider {
    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.ui.divider {
    font-size: 1rem;
}
.ui.horizontal.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    line-height: 1;
    text-align: center;
}
.ui.horizontal.divider:after, .ui.horizontal.divider:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
}
.ui.horizontal.divider:before {
    background-position: right 1em top 50%;
}

.ui.horizontal.divider:after {
    background-position: left 1em top 50%;
}

.ui.horizontal.divider:after, .ui.horizontal.divider:before {
    background-image: url('../images/divider.png');
}
.plyr--full-ui input[type=range]{color: rgba(130,14,143,1);}
.plyr__control--overlaid{background: rgba(130,14,143,.8);}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{background: #82298f;}
.plyr__control.plyr__tab-focus{    box-shadow: 0 0 0 5px rgba(130,14,143,.5);}
.plyr__video-wrapper::before {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    content: url('../images/logo_mtu_s.png');
    opacity: 0.4;
}


.lang-btn {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.499;
    padding: 5px 11px;
    border-radius: 2px;
    text-align: center;
    width: auto;
    height: 26px;
    display: flow-root;
}
/* Keyframes */
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-webkit-keyframes scroll-down {
    from {
        -webkit-transform: none;
        transform: none; }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px); }
    to {
        -webkit-transform: none;
        transform: none; }
}

@keyframes scroll-right {
    from {
        -webkit-transform: none;
        transform: none; }
    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px); }
    to {
        -webkit-transform: none;
        transform: none; }
}

@-webkit-keyframes logo{
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}



/**************** Responsive ****************/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    h1{ font-size: 2.2rem!important;}
    h2{ font-size: 1.8rem!important;}
    h3{ font-size: 1.2rem!important;}
    h4{ font-size: 1rem!important;}
    h5{ font-size: 1rem!important;}
    .btn-main{padding: 6px 16px;}

    .header_wrapper{ display: none;}
    .main-nav .logo--mtu__mobile{ display:inline-block;}

    .mtu-hero {
        height: 93.75vw;
    }
    .mtu-hero__item {
        height: 93.75vw;
    }
    .mtu-hero__item__image {
        height: 93.75vw;
    }

    .mtu-hero__item__info.text-center, .mtu-hero__item__info.text-left, .mtu-hero__item__info.text-right {
        left: 8.33333333%;
    }
    .mtu-hero__item__info, .mtu-hero__item__info.text-left, .mtu-hero__item__info.text-right {
        text-align: center!important;
    }
    .heading__wrapper h3 > .text-muted{ display: block; margin-left: 0;}
    .banner--panorama img{ width: 90%}
    #contestants .contestant__wrapper ._content{
        position: relative;
        width: 100%;
        padding: 15px;
        color: #FFF;
        background: #82298f;
    }
    #contestants .contestant__wrapper ._portrait >._description_mobile {    top: 15px; left: 15px; width: 40%;}
    #contestants .contestant__wrapper ._portrait >._description_mobile ._description {   margin-top: 10px; font-size: 11px;}

    #contestants .contestant__wrapper ._portrait > ._description_mobile > ._nickname, #contestants .contestant__wrapper ._portrait > ._description_mobile > ._name{
        font-family: "Castellar", "PlexThai"; font-size: 11px;
    }


    #contestants .contestant__wrapper ._portrait > ._content > ._number{ color: #FFF!important; }
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count{ margin-bottom:10px; margin-top: 0;}
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count.mtu{ margin-bottom:0; margin-top: 0;}
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap{
        position: relative;
        bottom: unset;
    }
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count > i{ font-size: 18px;margin-right: 5px; color: #FFF!important;}
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap .btn-main{background: #FFF!important; color: #82298f!important; }
    #contestants .contestant__wrapper ._portrait > ._content >._nickname, #contestants .contestant__wrapper ._portrait > ._content >._name{ font-size: 16px!important;}
    #contestants .contestant__wrapper ._portrait > ._thumb{  bottom: 100px; right: 15px;}
    #contestants .contestant__wrapper ._portrait > ._thumb.mtu{  bottom: 55px!important; right: 15px;}
    #contestants .contestant__wrapper ._portrait > ._content >._location{padding: 0 0 20px 0!important;}
    #contestants .contestant__wrapper ._portrait > ._description_mobile >._location{ margin-top: 5px}
    #contestants .contestant__wrapper ._portrait > ._thumb > ._thumb_img{margin-right: 2px!important;}
    #contestants .contestant__wrapper ._portrait  > ._thumb > ._thumb_img >img{max-width: 40px!important;}

    #highlight .highlight__content > .highlight--content{
        margin-bottom: 60px;
    }

    .rankvote_head{font-size: 14px;}
    .rankvote_count{font-size: 14px;}

    #rankvotenow {margin-bottom: 0}
    #oursponsor {margin-top: 0}
    .plyr__video-wrapper::before{content: ""}
    .reality-play__wrapper .mtu-playbar > .playbar-item{ margin-right: 10px}
    .reality-play__wrapper .mtu-playbar > .playbar-item > img{ height: 22px}
    .reality-play__wrapper .mtu-playbar > .playbar-item > span{margin-left: 5px}
    .reality-play__wrapper .mtu-playbar > .playbar-uploaded{ font-size: 12px}
    .reality-play__wrapper .mtu-description > .mtu-detail{  font-size: 14px;}

    .reality-play__wrapper .mtu-playbar > .playbar-item > .click_like{width: 22px; height: 20px}

    .news-item{ margin-left: 10px; margin-right: 10px}

    .news-item .row>div[class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    #highlight .highlight--action{
        margin-top: -50px!important;
    }
    ._divider{   -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari 3-8 */
        transform: rotate(90deg);}


    footer{ text-align: center!important; padding-top: 36px; font-size: 14px!important;}
    footer .footer_info > ._info{ font-size: 14px}
    footer .footer_info > ._contact{ font-size: 18px; margin: 10px 0; color: #FFF;}
    footer .footer_link a{font-size: 12px!important;}
    footer .footer_social > .btn{ font-size: 18px; margin-top: 20px}
    footer .footer_link > .nav{ justify-content: center!important;}
    footer .copyright{margin-top: 18px}

    .small, small{ font-size: 70%!important;}


}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    h1{ font-size: 2.4rem!important;}
    h2{ font-size: 2rem!important;}
    h3{ font-size: 1.4rem!important;}
    h4{ font-size: 1rem!important;}
    h5{ font-size: 1rem!important;}

    .header_wrapper{ display: none;}
    .main-nav .logo--mtu__mobile{ display:inline-block;}

    .mtu-hero {
        height: 93.75vw;
    }
    .mtu-hero__item {
        height: 93.75vw;
    }
    .mtu-hero__item__image {
        height: 93.75vw;
    }

    .mtu-hero__item__info.text-center, .mtu-hero__item__info.text-left, .mtu-hero__item__info.text-right {
        left: 8.33333333%;
    }
    .mtu-hero__item__info, .mtu-hero__item__info.text-left, .mtu-hero__item__info.text-right {
        text-align: center!important;
    }
    .heading__wrapper h3 > .text-muted{margin-left: 12px; font-size: 75%;}
    #contestants .contestant__wrapper ._content{
        position: relative;
        width: 100%;
        padding: 15px;
        color: #FFF;
        background: #82298f;
    }
    #contestants .contestant__wrapper ._portrait >._description_mobile {    top: 15px; left: 15px; width: 55%;}
    #contestants .contestant__wrapper ._portrait >._description_mobile ._description {   margin-top: 10px}

    #contestants .contestant__wrapper ._portrait > ._description_mobile > ._nickname, #contestants .contestant__wrapper ._portrait > ._description_mobile > ._name{
        font-family: "Castellar", "PlexThai";
    }

    #contestants .contestant__wrapper ._portrait > ._content > ._number{ color: #FFF!important; }
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count{ margin-bottom: 10px; margin-top: 10px;}
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap{
        position: relative;
        bottom: unset;
    }
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count > i{ font-size: 18px;margin-right: 5px; color: #FFF!important;}
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap .btn-main{background: #FFF!important; color: #82298f!important; }
    #contestants .contestant__wrapper ._portrait > ._content >._nickname, #contestants .contestant__wrapper ._portrait > ._content >._name{ font-size: 16px!important;}
    #contestants .contestant__wrapper ._portrait > ._thumb{    bottom: 195px; right: 15px;}
    #contestants .contestant__wrapper ._portrait  > ._thumb > ._thumb_img >img{max-width: 40px!important;}

    .rankvote_head{font-size: 14px;}
    .rankvote_count{font-size: 14px;}

    #rankvotenow {margin-bottom: 0}
    #oursponsor {margin-top: 0}
    #highlight .highlight--action{
        margin-top: -50px!important;
    }

    #contestants .contestant__wrapper ._portrait > ._content >._nickname, #contestants .contestant__wrapper ._portrait > ._content >._name{ font-size: 24px}
    #contestants .contestant__wrapper ._portrait  > ._thumb > ._thumb_img >img{max-width: 46px!important;}


    footer .footer_link > .nav{ justify-content: center!important;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .container{max-width: 100%!important;}
    #contestants .contestant__wrapper ._portrait > ._content >._description{font-size: 14px}
    #contestants .contestant__wrapper ._portrait > ._content > ._votewrap ._vote_count{margin-bottom: 18px;}
    footer .footer_link > .nav{ justify-content: center!important;}


}

@media only screen and (min-width: 768px){
    .mtu-hero.full-bleed .mtu-hero__item__info.text-left, .mtu-hero.full-bleed .mtu-hero__item__info.text-right,
    .owl-carousel .mtu-hero .mtu-hero__item__info.text-left .owl-carousel .mtu-hero .mtu-hero__item__info.text-right{
        max-width: 445px;
    }
    .mtu-hero.full-bleed .mtu-hero__item__info.text-left, .owl-carousel .mtu-hero .mtu-hero__item__info.text-left{
        left: 10%;
        padding-left: 0;
        padding-right: 45px;
    }
    .mtu-hero.full-bleed .mtu-hero__item__info.text-right, .owl-carousel .mtu-hero .mtu-hero__item__info.text-right {
        left: auto;
        padding-left: 45px;
        right: 80px;
        padding-right: 0;
        text-align: left;
    }

    .hero_wrapper .full-bleed.mtu-hero:not(.video-hero) .mtu-hero__item .mtu-hero__item__info{
        width: 33.33333333%;
        top: 25%;
        transform: none;
    }

    .hero_wrapper .full-bleed.mtu-hero:not(.video-hero) .mtu-hero__item .mtu-hero__item__info.text-left{
        padding-right: 45px;
    }
    .hero_wrapper .full-bleed.mtu-hero:not(.video-hero) .mtu-hero__item .mtu-hero__item__info.text-right {
        padding-left: 45px;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #contestants ._portrait ._nickname,#contestants ._portrait ._name{ font-size: 24px!important;}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        max-width: 1324px;
    }
}