/** ----
	// นาม สมคเน อยู่หงษ์
	// Email : somkhane.nea@gmail.com
	// Tel : 0800796564
	// Facebook : https://www.facebook.com/somkhane.sy
	// Line : https://line.me/R/ti/p/%40tbf7649k
	// Web : https://naelike.com
---- **/

iframe {
    border-radius: 15px;
    height: 420px;
    width: 100%;
}

.div-w-name {
    width: 192px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* blog_info */

.blog_info video {
    border-radius: 15px;
}

.blog_info img {
    border-radius: 15px;
}

.blog_info blockquote {
    border-left: solid 2px #4dd26b;
    background-color: #d7d7d736;
    padding: 24px;
    border-radius: 15px;
    margin-top: 22px;
    margin-bottom: 22px;
}


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

.animate-loadimg {
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    /* background: #f6f7f8; */
    background-size: 800px 104px;
    min-height: 12px;
    display: block;
    clear: both;
    background: linear-gradient(to right, #eeeeeeb8 16%, #e7e7e7 31%, #eeeeeeb8 45%);
}
html[class="dark-mode"]  .animate-loadimg {
	/* background: linear-gradient(to right, #24282b 16%, #d7d7d736 31%, #24282b 45%); */
	background: linear-gradient(to right, #2e2e2e 16%, #111519 31%, #2e2e2e 45%);
}
.name-loadimg-box {
	background-color: #e7e7e7;
	height: 24px;
	margin-bottom: 8px;
	border-radius: 5px;
}
.text-loadimg-box {
	background-color: #e7e7e7;
	height: 16px;
	margin-top: 4px;
	border-radius: 5px;
}
.img-loadimg-box {
	background-color: #e7e7e7;
	height: 160px;
	margin-top: 4px;
	border-radius: 10px;
}

/*  */

#itemDetailBox h1 {
    font-size: 22px;
}

#itemDetailBox h2 {
    font-size: 18px;
    color: #3e3e3e;
}

#itemDetailBox h3 {
    font-size: 16px;
}

#itemDetailBox .blog_info blockquote {
    border-left: solid 4px #112c4f;
    background-color: #eeeeee1c;
    padding: 19px 19px 2px 18px;
    border-radius: 0px 6px 6px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#itemDetailBox .fr-file {
    color: #00619b !important;
}