@charset "utf-8";
/*html {
    -moz-filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    filter: gray;

    filter: grayscale(80%);
}
*/
body {
    font-family: 'supermarket';
    color: #000;
}
a,
button {
    -moz-transition: color .1s ease-in, background-color .1s ease-in, background-image .1s ease-in;
    -o-transition: color .1s ease-in, background-color .1s ease-in, background-image .1s ease-in;
    -webkit-transition: color .1s ease-in, background-color .1s ease-in, background-image .1s ease-in;
    transition: color .1s ease-in, background-color .1s ease-in, background-image .1s ease-in;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

.nopadding {
    padding: 0;
}

.nopaddingright {
    padding-right: 0;
}

.nopaddingleft {
    padding-left: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 20px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-top-list2f ul li a:hover,
.box-top-list2f ul li a:focus,
.top-contact2f ul li a:hover,
.top-contact2f ul li a:focus,
.footer-address2f a:hover {
    color: #a865c2;
}

#top-header2f {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
}

.font-language {
    float: left;
}

.box-top2f {
    float: right;
}

.box-top-list2f {
    /* min-width: 155px; */
    float: left;
    margin-top: 6px;
}

.footer-address2f {
    margin-bottom: 5px;
}

.box-top-language2f {
    font-size: 15px;
    color: #444444;
    text-align: center;
    float: left;
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

.box-top-language2f select {
    border: none;
    background-color: #fff;
    padding-top: 3px;
    width: 75px;
}

.box-top-list2f ul li a {
    font-size: 15px;
    color: #444444;
    padding-left: 10px;
}

.box-top-list2f ul li img {
    position: relative;
    left: -10px;
    top: -2px;
}

.box-top-social2f {
    float: left;
    margin-left: 5px;
}

.box-top-social2f ul li {
    padding: 0;
}

.box-top-social2f ul li a {
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
}

.box-top-social2f ul li a.i-facebook {
    background-image: url(../images/i-facebook.png);
}

.box-top-social2f ul li a.i-facebook:hover,
.box-top-social2f ul li a.i-facebook:focus {
    background-image: url(../images/i-facebook-hover.png);
}

.box-top-social2f ul li a.i-twitter {
    background-image: url(../images/i-twitter.png);
}

.box-top-social2f ul li a.i-twitter:hover,
.box-top-social2f ul li a.i-twitter:focus {
    background-image: url(../images/i-twitter-hover.png);
}

.box-top-social2f ul li img {
    width: 20px;
}

.box-top-social2f .i-small,
.box-top-social2f .i-medium,
.box-top-social2f .i-large {
    position: relative;
    top: 5px;
}

.footer-social2f ul {
    list-style: none;
}

.footer-social2f ul li {
    display: inline-block;
    padding: 0 3px 0 0;
}

.footer-social2f ul li a {
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
}

.footer-social2f ul li a.i-facebook {
    background-image: url(../images/i-facebook.png);
}

.footer-social2f ul li a.i-facebook:hover,
.footer-social2f ul li a.i-facebook:focus {
    background-image: url(../images/i-facebook-hover.png);
}

.footer-social2f ul li a.i-twitter {
    background-image: url(../images/i-twitter.png);
}

.footer-social2f ul li a.i-twitter:hover,
.footer-social2f ul li a.i-twitter:focus {
    background-image: url(../images/i-twitter-hover.png);
}

.footer-social2f ul li a.i-youtube {
    background-image: url(../images/i-youtube.png);
    background-size: contain;
}

.footer-social2f ul li a.i-youtube:hover,
.footer-social2f ul li a.i-youtube:focus {
    background-image: url(../images/i-youtube-hover.png);
}

.footer-social2f ul li a.i-line {
    background-image: url(../images/i-line.png);
    background-size: contain;
}

.footer-social2f ul li a.i-line:hover,
.footer-social2f ul li a.i-line:focus {
    background-image: url(../images/i-line-hover.png);
}

.box-top-search2f {
    width: 165px;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.box-top-search2f .form-control {
    height: 25px;
    background-color: #F0F0F0;
    border: none;
    border-radius: 8px !important
}

.box-top-search2f .input-group-addon {
    padding: 4px 6px 0 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #F0F0F0;
    border: none;
    border-radius: 0 8px 8px 0;
    width: auto;
    position: absolute;
    z-index: 2;
    right: 0;
}

.input-group-addon img {
    padding-bottom: 2px;
}

.logo2f {
    position: relative;
    float: left;
    margin: 10px 0 0 0;
}

.logo2f a {
    display: table;
    width:auto;
}

.logo2f .img-logo2f {
    float: left;
    margin-right: 5px;
    line-height: 0;
}

.img-logo2f img {
    height: 50px;
}

.webname2f {
    /* float: left; */
    font-family: 'ThaiSansLiteRegular';
    position: relative;
    top: -2px;
    display: table-cell;
    vertical-align: middle;
}

.webname01 {
    font-size: 28px;
    color: #802C8B;
    font-weight: bolder;
    line-height: 28px;
    padding-bottom: 3px;
}

.webname02 {
    font-size: 22px;
    color: #637480;
    line-height: 22px;
}

.webname03 {
    font-size: 26px;
    color: #646464;
    line-height: 28px;
    padding-bottom: 3px;
    margin-top: 10px;
    font-weight: bolder;
}




.logo2f .img-logo2f2 {
    float: left;
    margin-right: 20px;    
}

.img-logo2f2 img {
    height: 75px;
}
.webname2f2 {
    /* font-family: 'DBHeaventv3_2'; */
    /* font-family: 'ThaiSansLiteRegular'; */
    float: left;
    line-height: 24px;
    margin-top: 10px;
}
.webname-02 {
    font-size: 22.5px;
    line-height: 29px;
    color: #81218b;
    position: relative;
    /* font-weight: bolder; */
}
.webname-02::after{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ebe3e3;
    position: absolute;
    top: 0;
    left: 0;
}
.webname-01 {    
    color: #de350b;
    font-size: 19px;
    line-height: 30px;
    /* font-weight: bolder; */
}





#menu2f .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

#menu2f .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#menu2f .navbar {
    position: relative;
    min-height: inherit;
    margin-bottom: 0px;
    border: none;
}

#menu2f .nav>li {
    background-repeat: no-repeat;
    background-position: right 13px;
    background-image: url(../images/line-menu.png);
}

#menu2f .nav>li:last-child {
    background-image: none;
}

#menu2f .nav>li>a {
    position: relative;
    padding: 6px 3px 10px 4px;
    font-size: 19px;
    color: #444444;
    font-weight: bolder;
}

#menu2f .nav>li:last-child a {
    padding-right: 0;
}

#menu2f .navbar-nav>li>a:hover,
#menu2f .navbar-nav>li.active>a,
#menu2f .navbar-default .navbar-nav>.active>a,
#menu2f .navbar-default .navbar-nav>.active>a:hover,
#menu2f .navbar-default .navbar-nav>.active>a:focus {
    color: #82288C;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/line-menu.png);
}

#menu2f .nav>li.dropdown.open>a {
    background-image: none;
}

#menu2f .container-fluid {
    padding-right: 0;
}

#mainmenu2f {
    clear: both;
}

.top-contact2f ul li a {
    color: #444444;
    font-size: 12px;
    font-family: arial;
}

.top-contact2f ul li img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.box-top-search2f>.input-group {
    width: 100%;
    position: relative;
}

.mainmenu-top01 {
    float: right;
    padding: 10px 0;
}

.top-contact2f {
    float: left;
    width: auto;
    padding-top: 5px;
    margin-right: 50px;
}

.top-callcenter2f {
    float: left;
}

.footer01 {
    background-color: #f2f4f3;
    padding: 15px 0;
}

.footer02 {
    padding: 10px 0;
    background-color: #333333;
}

.t-copyright2f {
    color: #B4BFC5;
    font-size: 13px;
    line-height: 20px;
    font-family: sans-serif;
}

.footer-menu2f {
    text-align: right;
}

.footer-menu2f ul li a {
    color: #B4BFC5;
    font-size: 13px;
    line-height: 20px;
    padding: 0 5px;
    font-family: sans-serif;
}

.footer-menu2f ul li a:hover {
    color: #fff;
}

.footer-menu2f ul li {
    background-image: url(../images/line-footer.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.footer-menu2f ul li:last-child {
    background-image: none;
}

.footer-menu2f ul li:last-child a {
    padding-right: 0;
}

/* .logo2f span {
    display: block;
} */

.footer-detail-left2f h3 {
    color: #7F2C8B;
    font-family: 'ThaiSansLiteRegular';
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

.footer-address2f,
.footer-address2f a {
    font-size: 15px;
    color: #777777;
    line-height: 18px;
}

.footer-address2f span {
    display: inline-block;
    margin-right: 15px;
}

.footer-address2f strong {
    font-weight: lighter;
    margin-right: 5px;
}

.footer-visitor2f strong {
    float: left;
    color: #777777;
    font-weight: lighter;
    font-size: 17px;
    margin-top: 3px;
}

.footer-visitor2f ul {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.footer-visitor2f ul li {
    width: 20px;
    height: 20px;
    background-image: url(../images/bg-circle-visitor.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-visitor2f ul li a {
    font-family: arial;
    font-size: 13px;
    color: #333333;
    padding: 1px;
    line-height: 21px;
}

.footer-callcenter2f {
    float: left;
    width: 100%;
    text-align: right;
}

.footer-callcenter2f a {
    display: block;
}

.footer-visitor2f {
    float: right;
    margin-bottom: 0px;
}

.footer-address2f {
    /*	background-image:url(../images/i-pin.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:40px;*/
}


/* css menumobile*/

#menu2f .navbar-default .navbar-toggle {
    border: none;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

#menu2f .navbar-default .navbar-toggle:hover,
#menu2f .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#menu2f .navbar-toggle .icon-bar {
    width: 35px;
    height: 4px;
    margin-top: 3px;
}

#menu2f .navbar-default .navbar-toggle .icon-bar {
    background-color: #812d8b;
}

#menu2f .navbar-toggle .icon-bar {
    border-radius: 3px;
}

#menu2f .dropdown-menu>li>a {
    font-size: 20px;
    color: #fff;
    padding: 3px 5px 3px 22px;
    width: 100%;
    line-height: 18px;
}

#menu2f .dropdown-menu>li>a:hover,
#menu2f .dropdown-menu>li>a:focus {
    color: #000;
    background-color: transparent;
}

#menu2f .navbar-default .navbar-nav>.open>a,
#menu2f .navbar-default .navbar-nav>.open>a:hover,
#menu2f .navbar-default .navbar-nav>.open>a:focus {
    background-color: #812d8b;
    color: #fff;
}

#menu2f .navbar-right .dropdown-menu {
    right: inherit;
    left: 0;
}

#menu2f .dropdown-menu {
    border: none;
    color: #444;
    background-color: rgba(129, 45, 139, 0.8);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tx-menu {
    font-size: 15px;
    line-height: 18px;
    color: #802C8B;
}

#menu2f .nav>li.dropdown>a {
    background-image: url(../images/i-arrow01.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 35px; */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-logo2f a {
    display: block;
}

.footer-logo2f img {
    height: 80px;
    position: relative;
    top: 11px;
}

.footer-logo2f {
    float: left;
    padding-right: 20px;
    height: 95px;
    background-image: url(../images/line-footer.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 20px;
}

.footer-contact2f {
    width: 100%;
    text-align: right;
    float: left;
    width: 100%;
}

.home-informaiton-left2f h3 {
    font-size: 19px;
    height: 27px;
    overflow: hidden;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.footer-contact2f h3 {
    font-size: 22px;
    color: #81278C;
    line-height: 22px;
    margin-bottom: 5px;
    font-family: 'ThaiSansLiteRegular';
    font-weight: bolder;
    padding-top: 5px;
}

.footer-contact2f .form-control {
    float: right;
    max-width: 190px;
    border: none;
    font-size: 16px;
    line-height: 18px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 30px;
    padding: 2px 10px 5px 5px;
}

.footer-detai2f {
    padding-top: 5px;
}

.insite-iconshare2f ul li img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.insite-iconshare2f ul li {
    padding-right: 5px;
}

.social-content2f {
    margin-bottom: 20px;
    text-align: right;
}

.content-externallink2f button.slick-prev {
    background-image: url(../images/left01.png);
    left: -30px;
}

.content-externallink2f button.slick-next {
    background-image: url(../images/right01.png);
    right: -30px;
    background-position: right;
}

.content-externallink2f {
    padding: 0 30px;
    margin-bottom: 30px;
}

.content-externallink2f button.slick-prev,
.content-externallink2f button.slick-next {
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
    width: 25px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9999;
    top: 17%;
}


/* css banner item*/

.item_bannerlink .slick-slide img {
    width: 100%;
    height: auto;
}

.item_bannerlink .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.item_bannerlink .slick-slide {
    overflow: hidden;
    margin: 0 10px;
}

.item_bannerlink .slick-list {
    margin: 0 -10px;
}

.content-externallink2f {
    padding: 0 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.item_bannerlink .slick-slide a {
    position: relative;
}

.item_bannerlink .slick-slide a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.item_bannerlink .slick-slide a:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.mainmenu-top02>.row .col-lg-4.col-md-5 {
    width: 38%;
}

.mainmenu-top02>.row .col-lg-8.col-md-7 {
    width: 62%;
}

.footer-social2f .tooltip.top .tooltip-inner img {
    margin: 0;
    top: initial;
}

.footer-social2f .tooltip.top .tooltip-inner {
    padding: 8px 8px 1px;
}

.body-interest-link-credit a {
    font-size: 19px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.body-interesting-link-credit ul {
    margin-left: 0px;
    list-style: none;
}

.body-interesting-link-credit ul li a {
    font-size: 19px;
    line-height: 24px;
    color: #000;
}

.body-interest-link-credit a:hover,
.body-interesting-link-credit ul li a:hover {
    color: red;
}
/* css minisite 27-09 */
#home-bigbanner2f{
  margin-bottom: 30px;
}
.credit-banner img{
  width: 100%;
  margin: 0 auto 30px;
}
.credit_right {
    padding-left: 60px;
}
.credit_right ul{
  list-style: none;
}
.heading_link > h3,
.interest-link-credit > h3,
.calendar-credit h3,
.interesting-link-credit > h3 {
    display: block;
    padding: 10px 15px 10px 15px;
    background-color: #7f2c8b;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}
.body-interesting-link-credit,
.control_heading_link,
.body-interest-link-credit{
    padding: 20px 20px 20px 20px;
    background-color: #E7E9F1;
    background-image: url(../images/i-arrow03.png);
    background-repeat: no-repeat;
    background-position: 20px top;
    margin-bottom: 30px;
}
.img-link-credit ul li{margin-bottom: 15px;}
.img-link-credit ul li:last-child{margin-bottom: 0;}
.bannerlink a{ display: block;     background-color: #fff;}
.bannerlink a img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.body-calendar-credit{
  margin-bottom: 30px;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 7px;
    padding-bottom: 0;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #9a58a2 !important;
    color: #fff;
}
div.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {
    background-color:#fae3ff !important;

}
div.zabuto_calendar .table tr.calendar-month-header th span{
  font-size: 23px;
}
div.zabuto_calendar .table tr td div.day{
  font-size: 17px;
line-height: 12px;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 10px;
    padding-bottom: 0;
}
div.zabuto_calendar .table-bordered,
div.zabuto_calendar .table-bordered > thead > tr > th,
div.zabuto_calendar .table-bordered > tbody > tr > th,
div.zabuto_calendar .table-bordered > tfoot > tr > th,
div.zabuto_calendar .table-bordered > thead > tr > td,
div.zabuto_calendar .table-bordered > tbody > tr > td,
div.zabuto_calendar .table-bordered > tfoot > tr > td {
    border: none;
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: none;
}
.badge{
  padding: 8px 6px;
  font-size: 15px;
  border-radius: 100%;
  line-height: 10px;
  position: relative;
  top: -5px;
}
div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
    background-color: #7f2c8b !important;
    color: #fff;
    text-shadow: none;
}
.body-interesting-link-credit ul li a {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    background-image: url(../images/i-bullet-violet.png);
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 15px;
}
.infosite .blog-link-info a{ color: #000;}
.ima-link-info{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin:0 auto 15px;
}

.infosite .home-content01 .slick-slide h2 {
    font-size: 21px;
    line-height: 24px;
}
.banner_rightinfo{
  height: 230px;
  overflow: hidden;
  background-color: #eee;
  margin-bottom: 30px;
}
.banner_rightinfo img{
  height: 100%;
  display: block;
  margin: 0 auto;
}
.infosite .home-tabnews2f .nav-tabs > li,
.infosite .home-tabnews2f .nav-tabs > li > a{
  height: 70px;
}
.infosite .home-tabnews2f .nav-tabs > li > a{
  font-size: 19px;
}
.infosite .home-tabnews2f .nav-tabs > li  span{
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  height: 48px;
}
.img-link-credit li{
  list-style: none;
}
.bannerlink{
  border: 1px solid #ccc;
  margin-bottom: 15px;
  line-height: 0;
}
.infosite .home-content01 .slick-slide img{
  width: 100% !important;
}
.rss-2f{
	text-align: right;
	font-style: italic;
}
.rss-2f a{
	color: #7E90A5;
}
.rss-2f span{
	font-size: 17px;
}
.rss-2f img{
	width:20px;
	margin-left: 5px;
}
.listcollapse .body-collapse2f {
    padding: 0 0 0 20px;
    background-color: #fff;
    border-top: none;
}
.for_admin {
    float: left;
    position: relative;
    margin-right: 10px;
    top: 4px;
}
.for_admin a {
    font-size:15px;
    line-height: 25px;
    color: #444;
}
.for_admin a:hover {
    color: #a865c2;
}