<?php header("Content-Type: text/css"); ?>
@font-face {
    font-family: 'Thonburi';
    src: url('<?php echo base_url("assets/fonts/Thonburi.otf"); ?>') format("opentype");
    font-weight: bold;
}
    .kanit-thin {
	  font-family: "Kanit", sans-serif;
	  font-weight: 100;
	  font-style: normal;
	}
	
	.kanit-extralight {
	  font-family: "Kanit", sans-serif;
	  font-weight: 200;
	  font-style: normal;
	}
	
	.kanit-light {
	  font-family: "Kanit", sans-serif;
	  font-weight: 300;
	  font-style: normal;
	}
	
	.kanit-regular {
	  font-family: "Kanit", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	}
	
	.kanit-medium {
	  font-family: "Kanit", sans-serif;
	  font-weight: 500;
	  font-style: normal;
	}
	
	.kanit-semibold {
	  font-family: "Kanit", sans-serif;
	  font-weight: 600;
	  font-style: normal;
	}
	
	.kanit-bold {
	  font-family: "Kanit", sans-serif;
	  font-weight: 700;
	  font-style: normal;
	}
	
	.kanit-extrabold {
	  font-family: "Kanit", sans-serif;
	  font-weight: 800;
	  font-style: normal;
	}
	
	.kanit-black {
	  font-family: "Kanit", sans-serif;
	  font-weight: 900;
	  font-style: normal;
	}
	
	.kanit-thin-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 100;
	  font-style: italic;
	}
	
	.kanit-extralight-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 200;
	  font-style: italic;
	}
	
	.kanit-light-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 300;
	  font-style: italic;
	}
	
	.kanit-regular-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 400;
	  font-style: italic;
	}
	
	.kanit-medium-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 500;
	  font-style: italic;
	}
	
	.kanit-semibold-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 600;
	  font-style: italic;
	}
	
	.kanit-bold-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 700;
	  font-style: italic;
	}
	
	.kanit-extrabold-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 800;
	  font-style: italic;
	}
	
	.kanit-black-italic {
	  font-family: "Kanit", sans-serif;
	  font-weight: 900;
	  font-style: italic;
	}
	
	
	/*Aktiv Grotesk Thai Regular*/
	font-family: "aktiv-grotesk-thai", sans-serif;
	font-weight: 400;
	font-style: normal;
	/*Aktiv Grotesk Thai Italic*/
	font-family: "aktiv-grotesk-thai", sans-serif;
	font-weight: 400;
	font-style: italic;
	/*Aktiv Grotesk Thai Bold*/
	font-family: "aktiv-grotesk-thai", sans-serif;
	font-weight: 700;
	font-style: normal;
	/*Aktiv Grotesk Thai Bold Italic*/
	font-family: "aktiv-grotesk-thai", sans-serif;
	font-weight: 700;
	font-style: italic;
	
}

body {
	/*font-family: 'Thonburi';*/
	font-family: "aktiv-grotesk-thai", sans-serif;
	font-weight: 400;
	font-style: normal;
	
    font-size: 17px;
    line-height: 1.42857143;
    margin: 0;  
    padding: 0; 
    background-color: #fff;
    height: 100%;
    color: #666;
    /*filter: grayscale(30%);*/ 
} 


a {
    color: #333;
    text-decoration: none;
}

a:hover, a p:hover {
    color: #ed1d24; 
    text-decoration: none;
}
h3 {
	font-size: 20px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Kanit", sans-serif;
    font-weight: 400;
    margin: 8px 0 10px;
    padding: 5px 0;
} 

.y-padding {
    padding: 15px;
}

.padding-not{
	padding-left:0px;
	padding-right: 0px;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}


.y-padding-top {
    padding-top: 15px;
}

.y-padding-bottom {
    padding-bottom: 15px;
}

.y-padding-left{
    padding-left: 15px;
}

.y-padding-right{
    padding-right: 15px;
}

.text-sett{
    padding-left:15px;
    padding-right: 15px;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

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

.margin-bottom {
    margin-bottom: 15px;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.y-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-tb{
    margin-top: 5%;
    margin-bottom: 5%;
}

.margin-head {
    margin-top: 2%;
    margin-bottom: 3%;
}

.margin-l-r{
    margin-left: 2%;
    margin-right: 2%;
}

.margin-ten{
    margin-top: 10px;
}

.no-margin-ten{
    margin-top: -10px;
}


.y-margin-bottom{
    margin-bottom: 10px;
}

/* HEADER */
/*.identity {
    position: relative;
    height: 100px;
}*/
.identity {
    position: relative;
    height: 175px;
    background-image: url(https://kaichononline.com/assets/img/icon/Cloud-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.today {
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 28px;
    font-size: 12px;
}

.today h5 {
    font-size: 16px;
    line-height: 18px;
    color: #ed1d24;
    margin: 0;
}

.today h6 {
    color: #2f3031;
    margin: 0;
    padding: 0;
}

.identity .logo {
    z-index: 10;
}


.logo {
    position: absolute;
    top: 45%;
    left: 46%; 
    margin: -5px 0 0 -115px;
    background-position: 0 -100px;
}

.box-logo {
    text-align: center;
    margin-top: 5px;
}

.logo-xs {
    margin-left: -35px !important;
}

.weather {
    position: absolute;
    right: 0;
    bottom: 0;
}

.weather .city {
    margin: 0 5px 0 0;
    padding: 0;
    color: #999;
    display: inline-block;
}

.true-hits {
    float: right;
    margin-left: 5px;
}

a.siginBtn {
    position: relative;
    cursor: pointer;
   /* padding: 6px 6px;*/
    -webkit-border-radius: 3px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    top: 0px;
    color: #666;
    text-decoration: none;
}

a.siginBtn:hover {
    background: #fff0 !important;
    color: #000 !important;
}

a.siginBtn i.fa {
    display: inherit !important;
    font-size: 15px;
    margin-left: 3px;
}

div.infoBtn {
    position: relative;
    cursor: pointer;
    border: solid 0px #b5b5b5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 100px;
    text-align: center;
    display: -webkit-inline-box;
    padding: 2px 2px;
    height: 25px;
    font-weight: 500;
}

div.infoBtn:hover {
    background: #ffffff00 !important;
    color: #666 !important;
}

div.infoBtn a {
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    text-decoration: none;
}

#hot-topic {
	font-family: "Kanit", sans-serif;
    position: relative;
    line-height: 35px;
    color: #555;
    margin: 0 0 10px;
    padding-left: 40px;
    background-color: rgb(56, 56, 57);
    /* background-color: rgb(219 0 10);*/
    min-height: 35px;
    overflow: hidden;
}

.links-wrapper {
    overflow: auto;
    margin-right: 135px;
}

.hot-links {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 24px;
}

.hot-links li {
    display: inline-block;
    border-right: 1px solid #777;
    line-height: 16px;
    margin: 0;
    padding: 0 10px 0 5px;
}

.hot-links a {
    display: block;
    color: #f1eded;
    line-height: 16px;
    padding-bottom: 0;
}

#hot-topic .links-wrapper .hot-links .active {
    color: #ed1d24;
}

.hot-links a:hover {
    color: #ed1d24;
    text-decoration: none;
}

.social-links {
    position: absolute;
    top: 7px;
    right: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #eeeeee;
    text-align: center;
    float: left;
    border-radius: 50%;
    margin-left: 5px;
    overflow: hidden;
}

.social-links li.follow {
    width: auto;
    font-size: 12px;
    background-color: transparent;
    border-radius: 0;
    padding: 0 10px;
    color: #ccc;
}

.social-links li.facebook {
    background-color: #eee;
}

.social-links li.line {
    background-color: #eee;
}

.social-links li.youtube {
    background-color: #eee;
}

.social-links li.twitter {
    background-color: #eee;
}

#hot-topic .social-links li a, .social-links li a, .wf-active #hot-topic .social-links li a {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    background-image: none;
}

.btn-danger {
    color: #fff;
    background-color: #ed1d24;
    border-color: #ed1d24;
}

.box-subscribe{
    box-sizing: border-box;
    display: block;
    padding: 1.1875rem 1.0625rem 1.125rem;
    color: #555;
    border: 7px;
    border-radius: 4px;
    /* transition: border-color .2s cubic-bezier(.25,.46,.45,.94); */
    height: 46px;
    width: 100%;
}

/* Footer */
.footer {
    text-align: center;
    background-color: #222;
    border-top: 5px solid #ed1d24;
    color: #ccc;
    margin: 0 0 0 0 ;
    padding: 25px 0 20px;
}

.footer .container {
    overflow: hidden;
}

.footer .row {
    text-align: left;
}

hgroup.break {
    position: relative;
    border-top: 3px solid #eee;
    margin: 20px 0;
    height: 20px;
}

.footer hgroup {
    border-top: 1px solid #555;
    height: 0;
}

.footer .social {
    display: inline-block;
    padding: 0;
    margin: -10px 0 20px;
}

.icon {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

.footer .social a {
    margin: 0 2px;
}

.footer .social a.icon {
    display: inline-block;
    float: none;
    color: #fff;
    font-size: 20px;
}

.kaichon-red {
    color: #ed1d24;
}

.footer-links {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    color: #555;
}

.footer-links a {
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ed1d24;
}

.footer-links .lead-link {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footer-links a.lead-link {
    color: #fff;
}

@media screen and (max-width: 767px) {
	.no-padding {
    			padding: unset;
	}
}

ul.footer-links li ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li ul li {
    display: inline-block;
}

.footer-links h3 {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 8px;
    display: inline;
    margin-right: 20px;
    color: #333;
}

.footer-links h3 a:hover {
    color: #ed1d24;
}

.footer-links li ul li:before {
    content: "|";
}

.footer-links li ul li:first-child:before {
    content: "";
}

.footer-link {
    padding: 0 10px;
}

.white.small {
    display: block;
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
}

.copyright {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
    color: #555;
    list-style: none;
    display: inline-block;
}

.copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.copyright li:first-child:before {
    content: "";
}

.copyright li:before {
    content: "|";
}

.copyright a {
    color: #777;
    text-decoration: none;
}

.copyright a:hover {
    color: #ed1d24;
}

.copyright li:first-child a.footer-link {
    padding-left: 0;
}

ul.sponsers {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #777;
}

ul.sponsers li {
    float: left;
    margin: 0 0 0 10px;
}

ul.sponsers li a {
    font-size: 12px;
    color: #777;
    text-decoration: none;
}

ul.sponsers li a:hover {
    color: #ed1d24;
}

.footerTab .panel-default {
    color: #FFFFFF;
    background-color: transparent !important;
    border-color: transparent !important;
}

.footerTab .panel-default>.panel-heading {
    color: #FFFFFF;
    background-color: transparent !important;
    border-color: transparent !important;
}

.footerTab .panel-heading {
    padding: 0 !important;
}

.glyphicon {
    font-size: 18px;
}

.footerTab .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none !important;
}

.back-to-top, .back-to-top:focus {
    display: block;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    background-color: #ed1d24;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 1;
}

.back-to-top .glyphicon, .back-to-top .glyphicon {
    font-size: 30px;
    line-height: 38px;
}

/* MENU */
.navigation {
    position: relative;
    min-height: 40px;
}

#navbar-main {
	font-family: "Kanit", sans-serif;
    background-color: #e4e4e4;
    margin: 0;
    padding: 0 5px;
    min-height: 40px;
    height: 40px;
    width: 100%;
    border-radius: 0;
    position: static;
    top: -40px;
}

.wrapper-navigation {
    position: relative;
    z-index: 999;
}

/*.wrapper-navigation a.toggle-search {
    right: 13px;
    position: absolute;
    top: 7px;
}*/

#navbar-main .container {
    position: relative;
}

.navbar-main-collapse {
    display: block;
    visibility: visible;
}

.navbar-main-collapse {
    display: inline-block;
}

#menu-main {
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

#menu-main li {
    padding-top: 3px;
    height: 39px;
}

#menu-mobile {
    display: none;
}

#navbar-main ul li.home {
    padding: 0;
    text-align: center;
    width: 30px;
    border: none;
}

#navbar-main ul li.home a i {
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 10px;
    line-height: 18px!important;
}

#navbar-main ul li.home a:hover {
    color: #ed1d24;
}

#navbar-main ul li:last-child {
    border: none;
}

#navbar-main span, #navbar-main a, #navbar-category span, #navbar-category a {
    font-size: 16px;
    color: #333;
    line-height: 18px;
    /*padding: 2px 10px 12px;*/
}

#navbar-main #menu-main li a {
    position: relative;
    height: 100%;
    border-radius: 0;
    padding: 0 15px;
    line-height: 35px;
    letter-spacing: 0;
}

#navbar-main #menu-main li a:hover {
    background-color: #eee;
    color: #ed1d24;
}

#navbar-main #menu-main .nav-item {
    float: left;
}

#navbar-main #menu-main li .active {
    background-color: #e4e4e400;
    color: #ed1d24; 
}

#menu-main .dropdown-menu {
    /*background-color: #333;*/
    border-radius: 0rem;
    margin-top: -2px !important;
}

#menu-main .dropdown:hover .dropdown-menu {
    display: block;
}

#navbar-main .flag_socail {
    position: absolute;
    top: 10px;
    right: 15px;
}

#navbar-main .flag_socail a {
    padding: 0;
}

#navbar-main .flag_socail span {
    padding: 0;
    margin-right: 15px;
}

#navbar-main .flag_socail a img {
    vertical-align: inherit;
}

#navbar-main .flag_socail a .fa {
    font-size: 20px;
}

.icon-bar {
    background-color: #555;
}


/* Page content*/
#gallery-home .carousel-inner .item {
    height: 423px;
    overflow: hidden;
    text-align: center;
}

#gallery-home .carousel-inner .item .gallery-item-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
}

#gallery-home .carousel-inner .item .gallery-item-wrapper img {
    position: absolute;
}

#gallery-home .left, #gallery-home .right{
    background: 0 0;
}

#gallery-home {
    margin-top: -10px;
    margin: 0;
    padding: 0 0 103px;
}

#gallery-home .carousel-indicators {
    bottom: 0;
    margin: 0;
    width: auto;
    left: auto;
    right: 0;
    height: auto;
    text-indent: 0;
    border-radius: 0;
    display: inline-block;
}

#gallery-home .carousel-indicators.images {
    left: 0;
    width: 100%;
    height: 103px;
    padding: 20px 0;
    background-color: #eee;
    text-align: left;
    white-space: nowrap;
    background-color: transparent;
    overflow: hidden;
}

#gallery-home  .carousel-indicators li {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    border: none;
    border-radius: 0;
    float: left;
    text-indent: 0;
    line-height: 25px;
    text-align: center;
    margin: 0;
    padding: 3px 0 0;
    font-weight: 400;
    color: #ccc;
    font-size: 12px;
}

#gallery-home .carousel-indicators.images li {
    width: 120px;
    height: auto;
    display: block;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
    float: none;
}

#gallery-home .carousel-indicators li .badge {
    background-color: transparent;
}

#gallery-home .carousel-indicators.images li .badge {
    display: none;
}

#gallery-home img {
    margin: 0;
    width: 100%;
}

#gallery-home .carousel-indicators.images li img {
    display: block;
    margin-bottom: 0;
}

.carousel-control .icon-prev {
    background-position: -420px -91px;
    content: " ";
    width: 40px;
    height: 40px;
    display: block;
    left: 15px;    
    margin: -100px 0 0;
    font-size: 80px;
}

.carousel-control .icon-next{
    background-position: -453px -90px;
    width: 40px;
    height: 40px;
    display: block;
    left: auto;
    right: 15px;
    margin: -100px 0 0;
    font-size: 80px;
}

.div-webboard .thumbnail { 
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 325px;
}

.div-webboard .img-thumb {
    background-color: #f5f5f5;
}

.div-webboard .thumbnail img {
    transition: all 0.5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    object-fit: scale-down;
    object-position: 50% 50%;
    max-width: 100%;
    height: 180px !important;;
}

.list-group-item-text {
	font-family: "Kanit", sans-serif;
    margin-bottom: 5px;
    font-size: 14px;	
}

.div-webboard .caption .text-muted {
    margin: 0;
    font-size: 12px;
}

.list-group-item-h{
    font-size: 16px;
    font-family: "Kanit", sans-serif;
}

.list-text-h{
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #827878;
}

.text-line-new{
    color: #000;
    border-bottom: 3px solid;
}

.text-view {
    font-size: 11px;
    color: #c3c3c3;
    text-align: right;
}

.div-content .blog-line-bottom {
    height: 125px;
    position: relative;
}

.div-content .blog-line-bottom .list-group-item-h {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
    height: 46px;
	font-family: "Kanit", sans-serif;
}

.social-f-box{
    border-radius: 50%;
    padding: 6px 9px 9px 8px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    float: right;
}

.div-content .text-view {
    display: block;
    text-align: left;
    font-size: 11px;
}



.lastest-news{
    border-bottom: #ccc dotted 1px;
    margin-bottom: 5px;
}

.back-new .lead {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.div-content .thumb-content {
    background-color: #f5f5f5;
}

.div-content .thumb-content img {
    transition: all 0.5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    object-fit: scale-down;
    object-position: 50% 50%;
    max-width: 100%;
    height: 150px !important;
    display: block;
}

/* Old Css*/

.blog-co-line{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.blog-line-bottom{
    padding-top: 10px;
    padding-bottom: 15px;
}

/* Text web */
.text-line-r{
    text-align: right;
}

.news-hilight {   
    border: solid 1px #eaeaea;
    padding: 15px;
    background: #eee;
}

.box-intro-title{
    border: solid 1px #eaeaea;
    padding: 15px;
    background: #fff; 
}

.text-line-r-boder{
    margin-right: 0px;
}

.text-spac{
    letter-spacing: 10px;
}

.text-line-top{
    padding-top: 5px;
}

.blog-title {
    margin-top: 30px;
    margin-bottom: 0;
}

.new-img {
    width: 100%;
    height: 143px;
}

.adnew-img {
    width: 100%;
}

.text-item-h {
    font-size: 14px;
}

.blog-logo-line{
    text-align: left;
    padding-left: 0px;
}
/* End Text web all */ 

.blog-col-zero{
    padding-left: 0px;
    padding-right: 0px;
}

.blog-zero-r{
    padding-right: 0px;
}

.blog-zero-l{
    padding-left: 0px;
}

.unzero-bottom{
    margin-bottom: 15px;
}

.unzero-top{
    margin-top: 15px;
}

.unzero-right{
    margin-right: 15px;
}

.blog-zero{
    padding-left: 0px;
    padding-right: 0px;
}

.box-small-h{
    width: 350px;
    padding-right: 0px;
}

.row-new {
    margin-left: 0px;
    margin-right: -15px;
}

.blog-home-line{
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-line-l-r{
    padding-left: 15px;
    padding-right: 15px;
}

.blog-line-margin{
    margin-left: 15px;
    margin-right: 15px;
}

.blog-margin-zero{
    margin-left: 0px;
    margin-right: 0px;
}

.blog-popular{
    background-color: #fff;
    height: 448px;
}

.font-kai-no {
    color: rgb(121, 117, 117);
    font-size: 14px;
}

.text-follow{
    color: #ff0000;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #ed1d24;
    border: 0px solid #ed1d24;
}

.text-date-new {
    background: #f00807;
    color: #fff;
    font-size: 8px;
    border-radius: 3px;
    margin-bottom: 0px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#newsarticle__page .newsarticle__share, #program__page--detail .newsarticle__share {
    padding: 4px 6px;
}

.button__wrap.\--icon-font {
    padding: 0;
    display: inline-block;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #666;
    background-color: #fff;
    color: #666;
    padding: 1px 5px 1px 5px;
}

.button-icon {
    padding: 5px;
}

.title h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    background: #f00807;
    color: #fff;
    margin :0px 15px 0px 15px;
    font-size: 18px
}

.title2 h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background: #f00807;
    color: #fff;
    margin :0px 15px 0px 15px;
}

.back-new{
    background-color: #fff;
    height: 486px;
}

#loadMore {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    background-color: #f00807;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    cursor: pointer;
}
#loadMore:hover {
    background-color: #ff7878;
    color: #fff;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

/* footer */
.footer {
    bottom: 0;
    width: 100%;
    background-color: #333333;
}

.text-send-new{
    color: #ccc;
    text-align: right;
    font-size: 18px;
}

.text-send-footer{
    color: #ccc;
    font-size: 18px;
}

.footer-color {
    color: #7c7c7c;
    font-size: 15px;
    line-height: 10px;
}

.form-btn1 {
    /* display: block; */
    width: 240px;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7c7c7c;
    border-radius: 1px;
    background-color: #333333;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

button.sup-step1 {
    float: right;
    width: 45px;
    height: 45px;
    font-size: 18px;
    border: none;
    background: #a9a9a9;
    color: #fff;
    cursor: pointer;
    border-radius: 1px;
}

.footer-call {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: -10px;
    border-left-width: 2px;
    border-left: 2px #a9a9a9 solid;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.tag-line{
    border-bottom: 1px #948d8d solid;
}

.text-head-T{
    margin-top: 0px;
    color: #000;
}

.view {
    font-size: 11px;
    color: #807d7d;
    display: block;
}

.contentView {
    font-size: 16px;
    color: #807d7d;
}

.title-view{
    color: #666;
}

.title-related:before {
    content: '';
    left: 15px;
    height: 25px;
    width: 5px;
    position: absolute;
    background: #ed1d24;
    text-transform: uppercase;
    font-weight: 400;    
}

.text-num-view{
    font-size: 20px;
    color: #f00807;
}

.poppulur-tap{
    margin-left: 45px;
}

.show {
    display: block;
}

.thumb-board {
    background-color: #f5f5f5;
}

.thumb-board img {
    transition: all 0.5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    object-fit: scale-down;
    object-position: 50% 50%;
    max-width: 100%;
    height: 205px !important;
    display: block;
}

.form-search {
    height: 30px; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}

.text-magazine-home{
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.box-product-m{
    border: 1px solid #e0dede;
    padding: 8px;
    margin-right: 20px;
    width: 22.5%;
}

.div-popular {
    padding: 10px 0;
    min-height: 100px;
}

.thumb-poppular {
    background-color: #f5f5f5;
}

.div-popular .thumb-poppular img {
    transition: all 0.5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    object-fit: scale-down;
    object-position: 50% 50%;
    max-width: 100%;
    height: 70px !important;
    display: block;
}

.box-img {
    width: 100%;
}

.row.title {
    margin-bottom: 15px;
}

.text-random{
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-not-margin{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.social-f {
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.social-f .fa-facebook-f {
    background-color: #000;
    color: #fff;
}

.social-f .fa-facebook-f, .social-f .fa-twitter, .datetime p i {
    border-radius: 50%;
    padding: 9px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.text-share-detail{
    font-size: 17px;
}

.box-share-icon{
    margin-top: 0px;
    margin-right: 0px;
}

.chat-not-show {
    display: none;
}

.text-book{
    padding-top: 7px;
    line-height: 16px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfafa;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.blog-left-line-ccc {
    display: block;
    top: 22.9%;
    position: absolute;
    z-index: 1030;
    left: -15px;
}

.live-report div {
    float: left;
    height: 25px;
}

.blog-marguee {
    padding: 3px 5px;
    width: 100%;
    background-color: #eee;
}

.blog-right-line-ccc {
    display: block;
    top: 10px;
    position: absolute;
    z-index: 1030;
    right: -45px;
}

.title-live {
    color: #ed1d24;
    font-weight: bold;
}

label[required]:after {
    display: inline-block;
    content: "*";
    color: #ed1d24;
}

.modal-content {
    border-radius: 0;
}

.modal-content .btn {
    border-radius: 0;
}

#formTopic .btn {
    border-radius: 0;
}

.map-width iframe{
	width: 100%!important;
	height: 300px !important;
}


/* blog new 09/18*/
.col-blog-b{
	padding-left: 0px;
    padding-right: 0px;
    /*background-color: #eee;*/
     background: rgb(56, 56, 57);
    margin-bottom: 35px;
}
.col-blog-b h4:hover{
	color: red;
}

.box-height_titil {
    padding-left: 15px;
    padding-right: 15px;
    color: #fbf8f8;
    font-size: 16px;
}


.bottom-hight{
	margin-bottom: 25px;
}

.news-hilight {
    border: solid 1px #333!important;
    padding: 15px;
    background: #333!important;
}

.bannner-headbox{
	width: 200px;
}

.bannner-headbox-logo{
	width: 300px;
}
    


/* Screen Site Mobile */
@media screen and (max-width: 900px) {

	#gallery-home {
	    margin-top: -10px;
	    margin: 0;
	    padding: 0 0 10px;
	}
	
	#gallery-home .carousel-indicators.images {
	    width: 100%;
	    display: none!important;
	}
	
	.not-show {
        display: none;
    }
    
    figure {
	    width: 345px!important;
	    height: 100%!important;
    }
    
    .boxbg-call{
    	background-color: rgb(29, 33, 41);
	    border-color: rgb(29, 33, 41);
	    height: 100%;
    }
    
    .news-hilight {
	    border: solid 1px #3330!important;
	    padding: 15px;
	    background: #3330!important;
	}
	
	.bannner-headbox{
		width: 150px;
	}
	
	.bannner-headbox-logo{
		width: 150px;
	}
	   
    
    

}


/* Screen Site Mobile */
@media screen and (max-width: 768px) {
    .not-show {
        display: none;
    }

    .chat-not-show {
        display: block;
    }

    .navbar-fixed-top {
        top: 0; 
        border-width: 0 0 1px;
    }

    .on-top-mainmanu {
        padding-top: 0px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .blog-con-zero{
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padding-left {
        padding-left: 0;
        padding-right: 0px;
    }
    
    .div-content .blog-line-bottom .list-group-item-h {
	    color: #232020;
	}

}



@media screen and (max-width: 480px) {
    
    .news-hilight {
        border: solid 1px #fff;
        padding-left: 0px;
        padding-right: 0px;
        background: #fff;
    }

    .blog-popular {
        background-color: #fff;
        height: auto;
    }

    .back-new {
        height: auto;
    }

    .text-view {
        padding-right: 15px; 
    }
    
    .not-show {
        display: block;
    }
    
    .btn-boxset-saa {
        border-radius: 20px;
    }
    
    .text-view-sher-set {
        display: inline-block;
        margin-bottom: 0px;
        font-size: 12px;
        color: #212121;
        vertical-align: middle;
        width: 70px;
        padding: 7px 5px;
    }
    
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #757575;
    }
     .nav>li>a:focus, .nav>li>a:hover {
        background-color: #777;
    }
}

@media screen and (max-width: 414px) {
        .text-view-sher-set{
            width: 85px;
        }
}

@media screen and (max-width: 320px) {

}

.section-title i {
    color: #eb622c;
    font-size: 0.8rem;
    margin-right: 0.25rem;
}


/** 02-12-19 */
    .text-info-headd{
        color: #b2b2b2;
        font-size: 14px;
    }
    
    .btn-boxset-s{
        border-radius: 0px;
    }
    
    .text-view-sher-set{
        display: inline-block;
        margin-bottom: 1px;
        font-size: 12px;
        color: #212121;
        vertical-align: middle;
        width: 85px;
    }
    
    .text-titlehead-detail{
    	  font-family: "Pridi", serif;
		  font-weight: 400;
		  font-style: normal;
        margin-bottom: 12px;
        font-size: 38px;
        line-height: 1.05;
        color: #212121;
        font-weight: 600;
    }
    
    .box-maginset-top{
        margin-top: 18px;
    }
    
    
    /* Zoom In #1 */
    .hover01 figure img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .hover01 figure:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    
    .column {
    margin: 0px 0px 0;
    padding: 0;
    }
    .column:last-child {
        padding-bottom: 60px;
    }
    .column::after {
        content: '';
        clear: both;
        display: block;
    }
    .column div {
        position: relative;
        float: left;
        width: 300px;
        height: 200px;
        margin: 0 0 0 25px;
        padding: 0;
    }
    .column div:first-child {
        margin-left: 0;
    }
    .column div span {
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: -1;
        display: block;
        width: 300px;
        margin: 0;
        padding: 0;
        color: #444;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
    }
    
    figure {
        width: 360px;
        height: 202px;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }
    figure:hover+span {
        bottom: -36px;
        opacity: 1;
    }
    
    .fig-imgset{
        width: 100%;
    }
    
    .fig-imgset14{
        width: 150px;
        height: 100px;
    }
    
    /* Shine */
    .hover14 figure {
        position: relative;
    }
    .hover14 figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .hover14 figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    
    /* Opacity #1 */
    .hover11 figure img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .hover11 figure:hover img {
        opacity: .5;
    }
    
    /* 22-12-19*/
   .text-icon-hert {
        color: #ed1c23;
        font-size: 14px;
    }
    
    .set-mmm-color{
        background-color: #333;
        color: #fff;
    }
    
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
    }
    
    .sticky + .content {
      padding-top: 60px;
    }
    
    
    
    
