<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.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_0 {border-radius: 0px 0px 0px 0px !important;}
.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-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;}

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

.text_gray {color:#999999;}
.text_litegray {color:#EEEEEE;}
.text_darkred {color: #970c11 !important;}
.text_darkgreen {color: #03646d;}
.bg_black {background: #000000;}
.bg_white {background: #ffffff;}
.bg_darkred {background: #970c11;}
.bg_darkgreen {background: #03646d;}
.bg_litegray {background:#EEEEEE;}
.bg_litegray_2 {background-color: #F8F8F8 !important;}

.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 !important;}
.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 !important;}
.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;}

.ml0 {margin-left: 0px;}
.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;}

.mr0 {margin-right: 0px;}
.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;}

.pd0 {padding: 0px 0 !important;}
.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;}

.pt0 {padding-top: 0px;}
.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;}

.pb0 {padding-bottom: 0px;}
.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;}

.pl0 {padding-left: 0px;}
.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;}

.pr0 {padding-right: 0px;}
.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, .wrap_detail div {
	font-size : 15px;
	color: #333333;
	line-height: normal;
	margin-bottom: 15px;
}
.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*/ 0px;
    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: 5px;
/*margin-bottom: 15px;*/
}
.wrap_detail iframe { 
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  /*margin-bottom: 15px;*/
}

.wrap_detail ul, ol {
  margin-top: 0;
  margin-bottom: 15px;
}
		
.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 {
  font-size : 15px;
  list-style-type: 1;
  display: list-item;
  text-align: -webkit-match-parent;
}

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

.wrap_detail_2 p, .wrap_detail_2 div {
	font-size : 15px;
	color: #333333;
	line-height: normal;
	margin-bottom: 15px;
}

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

.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: #ca0219;
    border: 1px solid #ca0219;
    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 */

.slick-prev, .slick-next {
    width: 40px;
    height: 80px;
    background-color: #ca0219;
    margin-top: 25px;
}

.hop6 .slick-prev:hover, .hop6 .slick-next:hover {
    background-color: #970c11;
}

.text_title_red {
	color: #ca0219;
    color: #970c11;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#ca0219), to(#970c11));
    background: -o-gradient(linear, left top, left bottom, from(#ca0219), to(#970c11));
    -webkit-background-clip: text;
   /*background: -webkit-linear-gradient(#95999c, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	/*filter: drop-shadow(0px 0px 1.5px #666666);*/
}

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

/* Switch Language */

.main-slider.hp_6 .checking-form {
    position: fixed;
    top: 5px;
    right: 5px;
	z-index: 9999;
    width: 100%;
}
.checking-form .src-book {
    background-color: #ca0219;
    float: right;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-slider.hp_6 .src-book li.lang_slct {
    background-color: #ca0219;
    padding: 0;
    width: 100px;
    height: 60px;
    text-align: center;
	border-radius: 5px;
}
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    margin-top: 5px;
    right: 5px;
    z-index: 9999;
    width: 90px;
    padding: 24px 0 21px;
    text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.select-items div {
    margin-bottom: 17px;
    color: #ca0219;
    font-size: 14px;
    font-family: "Noto Sans Thai", arial, sans-serif;
    cursor: pointer;
    text-transform: none;
}
.select-items div:hover {
    color: #000000;
}
.select-items:before {
    position: absolute;
    content: "";
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px;
}
.main-slider.hp_6 .select-selected:after {
    right: 15px;
}
.main-slider.hp_6 .lang-slct {
    border-left: 0;
    float: none;
    line-height: 60px;
    padding: 0;
}

/* End Switch Language */

.top_header {
	padding: 30px 0;
}

@media (max-width: 1200px) {
.resp_head {
    border-bottom: 1px solid /*#3e414e*/ #ffffff;
    padding: /*8px 20px 12px*/ 30px;
}
.side_menu_hd {
    position: fixed;
    width: 100%;
    height: auto;
	z-index: 99999;
}
.main_content {
	margin-top: 101px;
}
.top_header {
	display:none;
}
.scrollTop.active {
    bottom: 30px;
}
.scrollTop {
	left: 15px;
}
}

@media (max-width: 768px) {
.resp_head {
    border-bottom: 1px solid /*#3e414e*/ #ffffff;
    padding: /*8px 20px 12px*/ 30px;
}
.main_content {
	margin-top: 101px;
}
}

@media (max-width: 480px) {
.resp_head {
    border-bottom: 1px solid /*#3e414e*/ #ffffff;
    padding: /*8px 20px 12px*/ 15px;
}
.main_content {
	margin-top: 71px;
}
}

.post-title {
    font-family: "Noto Sans Thai", arial, sans-serif !important;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.blog_info .post-title {
    color: #252c41;
    font-size: 25px;
    text-transform: none;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-secs.v2 .blog_info .post-title {
    font-size: 20px;
    margin-bottom: 8px;
}

.blog-secs.v2 .blog_info_2 .post-title_2 {
	font-family: "Noto Sans Thai", arial, sans-serif !important;
    font-size: 25px;
	line-height: normal;
    margin-bottom: 10px;
}

.sec-title &gt; h3 {
    color: /*#252c41*/ #ca0219;
    font-size: /*30*/ 50px;
    text-transform: uppercase;
    padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
.sec-title &gt; h3 {
    font-size: /*18*/ 40px;
	line-height: 42px;
	margin-bottom: 0px;
}
.blog-secs.v2 .blog_info_2 .post-title_2 {
    font-size: 23px;
    line-height: normal;
	}
}

@media (max-width: 480px) {
.sec-title &gt; h3 {
    font-size: /*20*/ 30px;
    line-height: 32px;
	margin-bottom: 5px;
}
.blog-secs.v2 .blog_info_2 .post-title_2 {
    font-size: 20px;
    line-height: normal;
	}
}

.sec-title .section-subtitle {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    color: #333333;
    padding: 0 10px;
    font-family: "Noto Sans Thai", arial, sans-serif;
    font-weight: 500;
	margin-bottom: 0px;
}

.sec-title .section-subtitle:before {
    right: 100%;
}

.sec-title .section-subtitle:after {
    left: 100%;
}

.sec-title .section-subtitle:before, .sec-title .section-subtitle:after {
    content: '';
    height: 1px;
    background: #333333;
    width: /*75*/ 55px;
    bottom: /*6*/ 11px;
    position: absolute;
}

.meta {
    font-size: 12px;
	color: #999999;
    display: block;
    margin-bottom: /*18*/ 15px;
}

.meta li a {
    display: inline-block;
    color: /*#70778b*/ #ca0219;
    font-size: /*15*/ 12px;
}

.meta li {
    display: inline-block;
    padding: 0 /*10*/4px 4px;
}

@media (max-width: 480px) {
.meta li {
    padding: 0 /*10*/4px 4px;
}
}

@media (max-width: 1200px) {
.meta li {
    padding: 0 /*10*/4px 4px;
}
}

.blog_info &gt; a i {
    padding-left: /*10*/ 5px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.blog_item {
	border-radius: 5px !important;
	border-bottom: /*1*/0px solid #f3f3f3;
}

.blog-secs.v2 .blog_img {
    position: relative;
    margin: 0;
    border-radius: 5px 5px 0px 0px/* !important*/;
}

.blog-secs.v2 .blog_info {
    background-color: #ffffff;
    padding: 24px 30px 26px;
    border-radius: 0px 0px 5px 5px !important;
}

.blog-category {
    display: inline-block;
	font-size: 12px;
    color: #ffffff;
    background: #ca0219;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 3px 9px;
    z-index: 9999;
    font-weight: 500;
    border-radius: 5px;
}
.blog_img a {color: #ffffff;}
.blog_img a:hover {color: #ffffff;}

.blog_img img {
  transform: scale(1);
  transition: transform .4s ease;
}
											
.icon_overlay {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity .4s ease;
  z-index: 999;
}
											
.blog_img:hover {
  cursor: pointer;
}
.blog_img:hover img {
  transform: scale(1.1);
}
.blog_img:hover .icon_overlay {
  opacity: 1;
  transform: scale(1.1);
}

.blog_img_2 a {color: #ffffff;}
.blog_img_2 a:hover {color: #ffffff;}

.blog_img_2 img {
  transform: scale(1);
  transition: transform .4s ease;
}

.blog_img_2:hover {
  cursor: pointer;
}
.blog_img_2:hover img {
  transform: scale(1.1);
}
.blog_img_2:hover .icon_overlay {
  opacity: 1;
  transform: scale(1.1);
}

.blog-secs.v2 .blog_img_2 {
    position: relative;
    margin: 0;
    border-radius: 0px 0px 0px 0px !important;
}

.blog-secs.v2 .blog_item {
    margin-bottom: 30px;
    padding: 0;
    -webkit-box-shadow: 0px 5px 15px rgba(37, 44, 65, .15);
    -moz-box-shadow: 0px 5px 15px rgba(37, 44, 65, .15);
    -ms-box-shadow: 0px 5px 15px rgba(37, 44, 65, .15);
    -o-box-shadow: 0px 5px 15px rgba(37, 44, 65, .15);
    box-shadow: 0px 5px 15px rgba(37, 44, 65, .15);
	border-radius: 5px;
}

.blog-secs.v2 .blog_item_2 {
    margin-bottom: 30px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(37, 44, 65, .15);
    -moz-box-shadow: 0px 0px 0px rgba(37, 44, 65, .15);
    -ms-box-shadow: 0px 0px 0px rgba(37, 44, 65, .15);
    -o-box-shadow: 0px 0px 0px rgba(37, 44, 65, .15);
    box-shadow: 0px 0px 0px rgba(37, 44, 65, .15);
}

.blog_info_2 {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}

.blog-secs.v2 .blog_info_2 {
    background-color: #fff;
    padding: /*50*/0px 0px /*45*/0px 0px !important;
}

@media (max-width: 780px) {
.blog-secs.v2 .blog_info_2 {
    background-color: #fff;
    padding: /*30*/0px 0px /*15*/0px 0px !important;
}
}

.blog {
	margin-bottom:0px;
}

@media (max-width: 991px) {
.blog-items {
	margin-bottom: /*-30*/0px;
}
}

.pager-sec {
background-color: #000000;
background-image: url(https://www.นิวส์ไวร์.ไทย/template/assets/images/top_bg.png);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
padding: 35px 0;
text-align: center;
z-index: 1;
width: 100%
}
.pager-sec-details &gt; h3 {
color: #fefefe;
font-size: 40px;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 15px;
}

.tags_sec &gt; h3, .share_links &gt; h3 {
    float: none;
    color: #151b2e;
    font-size: /*28*/20px;
	line-height: /*25*/ 20px;
    padding-top: 0px;
}

.post-comment &gt; h3 {
    color: #ca0219;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.post-comment .comment-respond {
    background: #fafafa;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
}

.tags_sec &gt; ul {
    float: none;
    padding-left: /*25px*/ 0px;
}

.tags_sec &gt; ul li a {
	display: block;
    padding: 7px 10px;
    border: 1px solid #970c11;
    color: #ca0219;
	background: transparent;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
	border-radius: 5px;
	height: 32px;
    line-height: normal;
}

.tags_sec &gt; ul li a:hover {
    
	border: 1px solid #970c11;
    color: #ffffff;
	background: #ca0219;
}

.tags_sec &gt; ul li {
    display: inline-block;
    margin-right: 2px;
	margin-bottom: 5px;
}

@media (max-width: 1200px) {
.tags_sec &gt; ul li {
    margin-right: 2px;
	margin-bottom: 2px;
}
}

@media (max-width: 768px) {
.tags_sec &gt; ul li {
    margin-right: 2px;
	margin-bottom: 5px;
}
}

.sc_list li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: transparent;
    color: #ca0219;
    border: 1px solid #970c11;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    font-size: 14px;
}
.sc_list li a:hover {
    border: 1px solid #970c11;
    background-color: #ca0219;
    color: #ffffff;

}

.sc_list {
    float: none;
    padding-left: 0px;
}

@media (max-width: 991px) {
.sc_list {
    float: none;
}
}

@media (max-width: 480px) {
.sc_list {
    padding-left: 0px;
    margin-top: 0px;
}
.sc_list li {
    margin-bottom: 0px;
}
}</pre></body></html>