@charset "utf-8";
/* CSS Document */

.clearfix {clear: both;}

.text_small {font-size: 11px;}
.text_medium {font-size: 14px;}
.text_big {font-size: 18px;}
.text_extra {font-size: 21px;}
.text_inline {display: inline;}

.fw500 {font-weight: 500;}
.fw700 {font-weight: 700;}
.fw900 {font-weight: 900;}
.fwnormal {font-weight: normal;}
.fwbold {font-weight: bold;}
.fwbolder {font-weight: bolder;}

.radius_3 {border-radius: 3px;}
.radius_5 {border-radius: 5px;}
.radius_5_left {border-radius: 5px 0px 0px 5px;}
.radius_5_right {border-radius: 0px 5px 5px 0px;}
.radius_6 {border-radius: 6px;}
.radius_10 {border-radius: 10px;}
.radius_15 {border-radius: 15px;}
.radius_20 {border-radius: 20px;}
.radius_100 {border-radius: 100%;}

.ar-1-1  {width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top center;}
.ar-3-2  {width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: top center;}
.ar-4-3  {width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center;}
.ar-16-9 {width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center;}
.ar-16-9-center {width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center center;}
.ar-16-9-center-2 {width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: center center;}
.ar-2-3  {width: 100%; aspect-ratio: 2 / 3; object-fit: cover; object-position: top center;}
.ar-3-4  {width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center;}
.ar-9-16 {width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top center;}

.bor1_gray {border: 1px solid #999999;}

.bg_red {background-color: #FF0000 !important;}
.bg_bd_red_1 {border: 1px #FF0000 solid !important;}
.bg_bd_red_2 {border: 2px #FF0000 solid !important;}
.text_red {color: #FF0000 !important;}
.text_white {color: #FFFFFF !important;}
.text_orange {color:#ff9933;}
.text_darkorange {color:#FF3300;}
.text_xs {font-size: 11px;}
.text_s {font-size: 14px;}
.text_m {font-size: 18px;}
.text_b {font-size: 24px;}

.pd_0 {padding: 0px !important;}
.mg_0 {margin: 0px !important;}

.text_gray {color:#999999;}
.text_litegray {color:#EEEEEE;}
.text_darkred {color: #ca0219;}
.text_darkgreen {color: #03646d;}
.bg_white {background: #ffffff;}
.bg_darkred {background: #ca0219;}
.bg_darkgreen {background: #03646d;}
.bg_litegray {background:#EEEEEE;}
.bg_orange {background:#ff9933;}
.bg_darkorange {background:#FF3300;}

.ver_top {vertical-align: top;}
.ver_middle {vertical-align: middle;}
.ver_bottom {vertical-align: bottom;}
.ver_text_top {vertical-align: text-top;}
.ver_text_bottom {vertical-align: text-bottom;}

.lh12 {line-height: 12px}
.lh14 {line-height: 14px}
.lh16 {line-height: 16px}
.lh18 {line-height: 18px}
.lh22 {line-height: 22px}
.lh24 {line-height: 24px}
.lh26 {line-height: 26px}
.lh28 {line-height: 28px}

.mg0 {margin: 0px;}
.mg5 {margin: 5px;}
.mg10 {margin: 10px;}
.mg15 {margin: 15px;}
.mg20 {margin: 20px;}
.mg30 {margin: 30px;}
.mg40 {margin: 40px;}
.mg50 {margin: 50px;}
.mg100 {margin: 100px;}

.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt100 {margin-top: 100px;}

.mb0 {margin-bottom: 0px;}
.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;} 	
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.ml100 {margin-left: 100px;}

.mr5 {margin-right: 5px;}
.mr6 {margin-right: 6px;}
.mr10 {margin-right: 10px;} 	
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mr100 {margin-right: 100px;}

.pd5 {padding: 5px;}
.pd10 {padding: 10px;}
.pd13 {padding: 13px;}
.pd14 {padding: 14.3px;}
.pd15 {padding: 15px;}
.pd20 {padding: 20px;}
.pd30 {padding: 30px;}
.pd40 {padding: 40px;}
.pd50 {padding: 50px;}
.pd100 {padding: 100px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;} 	
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt100 {padding-top: 100px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;} 	
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb100 {padding-bottom: 100px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl13 {padding-left: 13px;}
.pl14 {padding-left: 14.3px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}
.pl100 {padding-left: 100px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;} 	
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pr100 {padding-right: 100px;}

.countdown {
    display: inline-block;
	margin:0px;
	padding:0px;
}

.countdown .item {
    display: block;
    float: left;
    margin: 0 2px;
    text-align: center;
	color:#000000 !important;
}

.countdown .item .days, .countdown .item .hours, .countdown .item .minutes, .countdown .item .seconds {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
	color:#FFFFFF !important;
    background-color: #CC0000;
	border: #333333 1px solid;
    border-radius: 100%;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.countdown .item .days_ref, .countdown .item .hours_ref, .countdown .item .minutes_ref, .countdown .item .seconds_ref {
    font-size: 11px;
	color:#000000 !important;
}

.noshow {display:none;}

.fb_widget {
	display: inline-block;
    position: relative;
}

/* Start TextDetail */
		
.wrap_detail {
	text-align:justify;
}
.wrap_detail p {
	color: #000000;
	margin-bottom: 1.5em; /*20px*/
}
.wrap_detail p:empty {
	display: none;
	visibility: hidden;
}
 .readmore {
	text-align: center;
    background: linear-gradient(360deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    /*padding-top: 25px;
    padding-bottom: 25px;*/
	padding: 20px;
	margin-top: 1.5em;
    margin-bottom: 50px;
    border-radius: 0px 0px 5px 5px;
}
.readmore_btn {
	width: 100%;
	/*font-size: 14px;*/
	color: #ffffff !important;
	font-weight: 600;
	text-align:center;
    background-color: #ca0219;
    border-radius: 5px;
	padding:15px;
	display: inline-block;
}
.readmore_btn:hover {
	color: #ffffff !important;
    background-color: #ca0219;
	opacity: 0.9;
	text-decoration: none;
}
.readmore_btn i {
	vertical-align: middle;	
}
.bt1 {
	color: #ffffff !important;
	padding:10px;
	border-radius: 5px;
}
.wrap_detail img {
width: 100%;
/*height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: top center;*/
border-radius: 10px;
margin-bottom: 1.5em; /*20px*/
}
.wrap_detail iframe { 
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  margin-bottom: 1.5em; /*20px*/
}

.wrap_detail ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
		
.wrap_detail ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.wrap_detail ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.wrap_detail ol li {
  list-style-type: 1;
  display: list-item;
  text-align: -webkit-match-parent;
}

.wrap_detail ul li {
  list-style-type: disc;
  display: list-item;
  text-align: -webkit-match-parent;
}


.wrap_detail_2 {
	text-align:justify;
}
.wrap_detail_2 p {
	color: #000000;
	margin-bottom: 0.5em; /*20px*/
}
.wrap_detail_2 p:empty {
	display: none;
	visibility: hidden;
}

.wrap_detail_2 div {
	color: #000000;
}

.wrap_detail_2 img {
/*width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: top center;*/
border-radius: 5px;
margin-bottom: 0.5em; /*20px*/
}
.wrap_detail_2 iframe { 
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  margin-bottom: 0.5em; /*20px*/
}

.wrap_detail_2 ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
		
.wrap_detail_2 ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.wrap_detail_2 ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.wrap_detail_2 ol li {
  list-style-type: 1;
  display: list-item;
  text-align: -webkit-match-parent;
}

.wrap_detail_2 ul li {
  list-style-type: disc;
  display: list-item;
  text-align: -webkit-match-parent;
}
		
/* End TextDetail */

/* Start Copy Link */

.copylink .tooltip_2 {
  position: relative;
  display: inline-block;
}

.copylink .tooltip_2 .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #333333;
  color: #fff;
  font-size:11px;
  font-weight:500;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.copylink .tooltip_2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}

.copylink .tooltip_2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.copylink .inputURL {
	width:300px;
	display:inline-block;
	margin-right:5px;
    border: 1px solid #eee;
	border-radius: 5px;
    padding: 15px;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.copylink .copyURL {
	width:150px;
	background: #d72924;
    border: 1px solid #d72924;
    color: #fff;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 5px;
    /*text-transform: uppercase;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
}
.copylink .copyURL:hover {
	opacity: 0.9;
}
@media (max-width: 480px) {
.copylink .inputURL {
	width:100% !important;
	margin-right:0px;
	margin-bottom:15px;
}
.copylink .copyURL {
	width:100% !important;
	padding: 15px;
}
}


/* End Copy Link */

.endPost_orange {
    font-size: 18px;
    color: #FFFFFF !important;
    background: #ff9933;
    margin-top: 70px;
    margin-bottom: 50px;
    padding: 20px;
    text-align: center;
}

.meta-info-bg-color a {
    letter-spacing: /*.03em*/ 0px;
    display: inline-block;
    font-size: /*10*/ 14px;
    font-weight: /*700*/ 500;
    line-height: 1;
    padding: /*3*/ 5px /*6*/ 10px;
    background: /*#f70d28*/ #ff9933;
    text-transform: uppercase;
    transition: .2s;
    color: #fff;
    border-radius: /*3*/ 5px;
}

.text-box .meta-info a {
    display: inline-block;
    vertical-align: /*middle*/ top;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.meta-info ul li+li {
    margin-left: 5px !important;
}

.bt-comment-wrapper .ctitle {
    font-size: /*18*/ 24px;
    margin-bottom: 20px;
}

.bt-comment-wrapper {
    background: #fafafa;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid #eee;
    /*margin-bottom: 40px;*/
	border-radius: 5px;
}

.blog-style-one .text-box-2 {
    /* margin-top: -60px; */
    float: left;
    /* width: 90%; */
    background: #fff;
    position: relative;
    /*padding: 15px 15px 0px 0px;*/
}

.blog-style-one .single-blog-style-one .text-box-2 h3 a {
    margin: 0;
    font-size: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}