@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kanit&display=swap");
/*
Theme Name: SPC 01 Theme
Theme URI: 
Author: the WordPress team
Author URI: 
Description: 
Tags: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spc01theme
*/

html[lang=en-US] {
    font-family: Verdana, Helvetica, Arial, sans-serif;
  }
  
  html[lang=en-US] .ming {
    font-family: 'Satisfy', cursive;
  }
  
  html[lang=th] {
    font-family: "SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  
  /* html[lang=th]  */
  .eng {
    font-family: "Raleway", sans-serif;
  }
  
  html[lang=zh-hant] {
    font-family: "SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  
  html[lang=zh-hant] .ming {
    font-family: inherit;
  }


* { box-sizing: border-box; }
body,input,select,textarea {
    /* font-family: "Raleway", sans-serif; */
    font-family: 'Kanit', cursive;
    font-style: normal;
    font-optical-sizing: auto;
    font-variant-numeric: lining-nums;
-moz-font-feature-settings:"lnum" 1; 
-moz-font-feature-settings:"lnum=1"; 
-ms-font-feature-settings:"lnum" 1; 
-o-font-feature-settings:"lnum" 1; 
-webkit-font-feature-settings:"lnum" 1; 
font-feature-settings:"lnum" 1;
}
body {
    margin: 0;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,p {
    margin-top:0;
}
p {
    line-height: 1.4;
}
img {
    display: block;
}
.img_responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.img_full {
    width: 100%;
}
.spc_container {
    max-width: 1200px;
    width: 100%;
    margin:0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* HEADER */
header {
    position: relative;
}
header .header_inside {
    /* position: absolute; */
    width: 100%;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 425px 1fr 100px;
    left: 0;
    background-color: #fff;
    align-items: center;
}
header .header_inside .logo {
    align-self: center;
    display: flex;
    grid-gap: 15px;
}
header .header_inside .logo > a{ 
    display:grid;
    /* grid-template-columns:25px 1fr; */
    grid-gap:15px;
    align-self: center;
    text-decoration: none;
    color:#000;
}
header .header_inside .logo > a span {
    font-size:24px;
    color:#000;
}
header .header_inside .lang_switch_pc {
    display: block;
}
header .header_inside .logo .lang_switch_sp {
    display: none;
}
header .header_inside .logo .toggle-menu {
    position: relative;
    width: 45px;
    height: 42px;
    border: 0 !important;
    align-self: center;
    background: transparent;
    display: none;
}
header .header_inside .logo .toggle-menu span,header .header_inside .logo .toggle-menu span:before,header .header_inside .logo .toggle-menu span:after {
    position: absolute;
    transition: all 0.4s;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #000;
    display: block;
    content: '';
    cursor: pointer;
    z-index: 50;
}
header .header_inside .logo .toggle-menu span {
    top: 8px;
    left: 5px;
}
header .header_inside .logo .toggle-menu span:before {
    bottom: -10px;
}
header .header_inside .logo .toggle-menu span:after {
    bottom: -20px;
}
header .header_inside .logo .toggle-menu.active span{
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
header .header_inside .logo .toggle-menu.active span:before {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    opacity: 0;
}
header .header_inside .logo .toggle-menu.active span:after{
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(90deg);
}
.head_title , .head_title_normal {
    margin-bottom: 48px;
}
.head_title {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap:36px;
}
.head_title_normal { 
    text-align: center;
}
.head_title h2,.head_title_normal h2 {
    font-size: 50px;
    font-weight: 800;
}
.head_title h2,.head_title p,.head_title_normal p {
    margin-bottom: 0;
}
.head_title_normal h2 {
    margin-bottom: 24px;
}
.head_title p,.head_title_normal p {
    font-size: 20px;
    font-weight: 400;
}
/* MENU custom */
.wp_menu ul {
    display: flex;
    list-style: none;
    justify-content: end;
}
.wp_menu ul li {
    padding-left: 24px;
    padding-right: 24px;
}
.wp_menu ul#menu-footer-menu li:last-child {
    padding-right: 0;
}
.wp_menu ul li a {
    color: #000;
    text-decoration: none;
}
.wp_menu ul#menu-header-menu li a{ 
    font-size: 16PX;
    font-weight:500;
}
.wp_menu ul#menu-footer-menu li a { 
    font-size: 14px;
    font-weight:400;
}
.wp_menu ul li.red a {
    border:1px solid #B00120;
    padding:8px 24px 8px 24px;
    border-radius:2px;
    background: linear-gradient(to right, #B00120 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    color:#B00120;
}
.wp_menu ul li.red a:hover {
    background-position: left bottom;
    color:#fff;
    text-decoration: none;
}


.red-btn {
    display:inline-block;
    border:1px solid #B00120;
     border-radius:2px;
     padding:8px 24px 8px 24px;
     color:#B00120;
      text-decoration: none;
    display: inline-block;
position: relative;
border: 1px solid #B00120;
color: #B00120;
background: transparent;
border-radius: 2px;
background: linear-gradient(to right, #B00120 50%, transparent 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .3s ease-out;
}

.red-btn:hover {
background-position: left bottom;
color: #fff;
}


.wp_menu ul#menu-header-menu li:not(:last-child) a:after,.wp_menu ul#menu-footer-menu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.wp_menu ul#menu-header-menu li:not(:last-child) a:hover:after,.wp_menu ul#menu-footer-menu li a:hover:after { 
    opacity: 1;
    visibility: visible;
}

.wp_menu ul#menu-footer-menu li a {
    position:relative;
    color: #fff;
}
.wpml-ls-current-language {
    position: relative;

}

.wpml-ls-current-language a {
    color: #333;
    text-decoration: none;
}
.wpml-ls-current-language > a {
    display: flex;
    align-items: center;
}
.wpml-ls-current-language .sub-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.wpml-ls-current-language {
    position: relative;
    display: inline-block;
    border-left: 1px solid #000;
}


.wpml-ls-current-language:hover .sub-menu {
    display: block;
}

.wpml-ls-current-language>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    content: "\f0d7";
    margin-left: 15px;
}

.wpml-ls-current-language>a::before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/01/world.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: 100%;
    width: 30px;
    height: 30px;
    max-width: 30px;
    margin-right: 10px;
}

@media screen and (max-width: 1250px) and (min-width: 768px) {
    header .header_inside {
        grid-template-columns: 70px 1fr 100px;
    }
    header .header_inside .logo {
        grid-gap: 10px;
    }
    header .header_inside .logo > a.logo_title {
        display: none;
    }
    header .header_inside .logo > a span {
        font-size: 16px;
    }
    .head_title h2,.head_title_normal h2 {
        font-size: 44px;
    }
    .head_title p,.head_title_normal p {
        font-size: 18px;
    }
    .wp_menu ul {
        padding-left: 0;
    }
    .wp_menu ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width:768px) {
    header {
        position:sticky;
        top:0;
        background: #000000;
    }
    header .header_inside {
        position:relative;
        /*padding: 24px 0 24px 0;*/
        grid-template-columns: 1fr;
        padding: 5px 20px;
    }
    header .header_inside .logo {
        display: grid;
        /*display: flex;*/
        justify-content: space-around;
        grid-gap:10px;
        grid-template-columns: 70px 1fr 45px;
    }
    header .header_inside .logo > a img { 
        width: 45px;
        height: 45px;
    } 
    
    header .header_inside .lang_switch_pc {
        display: none;
    }
    header .header_inside .logo .lang_switch_sp {
        display: flex;
        align-self: center;
        justify-content: flex-end;
    }
    header .header_inside .logo .wpml-ls-statics-shortcode_actions {
        width: 110px;
        text-align: right;
    }
    header .header_inside .logo > a.logo_title {
        display: none;
    }
    header .header_inside .logo > a span {
        font-size:20px;
    }
    header .header_inside nav {
        display: none;
    }
    header .header_inside nav.active {
        display: block;
    }
    header .header_inside .logo .toggle-menu {
        display: block;
    }
    header .header_inside nav .wp_menu ul {
        flex-direction: column;
        padding-left: 0;
    }
    header .header_inside nav .wp_menu ul li { 
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        border-bottom: 1px solid #d2d2d2;
    }
    header .header_inside nav .wp_menu ul li:last-child {
        margin-bottom: 0;
    }
    .wp_menu ul#menu-header-menu li:last-child a {
        display: block;
    }
    .wp_menu ul li.red a {
        border:unset;
        padding:0;
        background: transparent;
        color:#000;
    }
    .wp_menu ul li.red a:hover {
        color:#000;
    }
    .wpml-ls-current-language {
        border-left: none;
        border-right: 1px solid #000;
    }
    .wpml-ls-current-language>a::before {
        width: 25px;
        height: 25px;
        max-width: 25px;
    }
}

/* Main */
body.home main {
    /*background: linear-gradient(180deg, #151515 20.44%, #272D4A 68.02%, #334AC3 107.08%);*/
}
section#home > img {
    width:100%;
}
section#home > .spc_container {
    position:relative;
}
section#home .txt {
    /* position:absolute; */
    color: #B00120;
    bottom: 0;
    padding: 50px 0;
}
section#home .txt .title {
    font-size:52px;
    /* font-weight:800; */
    margin-bottom:24px;
}
section#home .txt .des {
    font-size:32px;font-weight:400;
}
section#partners .world_01 {
    padding:36px 0 36px 0;background:#fff;
}
section#partners .world_01 .title {
    text-align:center; margin-top:0;font-size:36px;font-weight:800;
}
section#partners .world_01 .list {
    display:flex; 
    justify-content:center;
    flex-wrap: wrap;
    column-gap:30px;
    row-gap:15px;
    font-size:20px;
}
section#partners .world_01 .list .item {
    display:grid;grid-template-columns:28px 1fr;grid-gap:10px;
}
section#partners .world_01 .list a {
    text-decoration-color: #fff;text-underline-offset: 6px;
}
section#partners .world_02 {
    padding:36px 0 36px 0;background:#B00120;
}
section#partners .world_02 .list {
    display:flex;justify-content:center; color:#fff;gap:148px; text-align:center;position:relative;
}
section#partners .world_02 .list .topic .highlight {
    font-size:36px; font-weight:800;margin-bottom:8px;
}
section#partners .world_02 .list .topic .highlight .meaning{
    font-size:20px;font-weight:400;
}
section.product,section.service {
    background: transparent;
}
.spc_container.service_top {
    max-width: 1250px;
}
.product_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap:150px;
    row-gap: 48px;
    margin-bottom: 48px;
}
.product_list .product_item {
    flex: calc(34% - 24px);
    max-width: calc(34% - 24px);
}
.product_list .product_item img {
    /*width: 100%;*/
}
.product_list .product_item .product_img {
    width: 100%;
    height:250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_list .product_item h3{
    color: #B00120;
}

.product_list .product_item p{
    color: #000;
}

section#product {
    padding:84px 0 84px 0;
    background-color: #fff;
}

section#product .head_title h2 {
    color: #B00120;
}

section#product .head_title p {
    color: #000;
}

section#service,section#news,section#contact {
    padding:84px 0 84px 0;
    background-color: #B00120;
}

section#service .head_title h2 {
    color: #fff;
}

section#service .head_title p {
    color: #fff;
}

.latest_news_list {
    display:grid;
    grid-template-columns:584px 1fr;
    margin-bottom: 40px;
}
.latest_news_list .latest_news_item {
    color:#fff;
    padding:24px;
    cursor: pointer;
    transition:0.3s;
    border-radius:4px;
    text-decoration: none;
}
.latest_news_list .latest_news_item:hover  {
    background:#ACB9FF40;
}
.latest_news_list .latest_news_item .news_img {
    overflow: hidden; position: relative;border-radius:2px;
}
.latest_news_list .latest_news_item.first_item .news_img {
    width:536px;height:464px;
}
.latest_news_list .latest_news_item.other_item .news_img {
    width:177px;height:165px;
}
.latest_news_list .latest_news_item .news_img  img {
    width: 100%;
    object-fit: cover;
max-width: 100%;
padding-bottom: 0;
position: absolute;
height: 100%;
}
.latest_news_list .latest_news_item.first_item {
    grid-row: 1 / span 3; 
}
.latest_news_list .latest_news_item.other_item {
    display:grid;
    grid-template-columns:177px 1fr; 
}
.latest_news_list .latest_news_item.other_item img { 
    padding-right:12px;
}
.latest_news_list .latest_news_item.first_item .content_txt {
    padding-top:24px;    
    height: 155px;
}
.latest_news_list .latest_news_item.first_item .content_txt .date_cat {
    margin-bottom:10px;
}
.latest_news_list .latest_news_item.other_item .content_txt_box {
    padding-left:12px;
    border-left:1px solid #fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.latest_news_list .latest_news_item.other_item .content_txt .date_cat {
    margin-bottom:8px;
}
.latest_news_list .latest_news_item.first_item .content_txt .date_cat .date,.latest_news_list .latest_news_item.other_item .content_txt .date_cat .date {
    font-size:14px;    
    padding-right: 10px;
}
.latest_news_list .latest_news_item.first_item .content_txt .date_cat .cat,.latest_news_list .latest_news_item.other_item .content_txt .date_cat .cat {
    font-size:14px; 
    padding:3px 20px 3px 20px; 
    background:#fff;color:#000; 
    border-radius:2px;
    display: inline-block;
}
.latest_news_list .latest_news_item .content_txt .title , .latest_news_list .latest_news_item .content_txt .des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest_news_list .latest_news_item .content_txt .title {
    font-size:20px;
    font-weight:800;
    margin-bottom:8px;
}
.latest_news_list .latest_news_item .content_txt .des {
    font-size:16px;
}
.news_more_detail {
    padding-top:8px;
    text-align:right;
}
.news_more_detail span{
    display: inline-block;
    position: relative;
    padding-right:30px;
    font-size:14px;
    transition:0.3s;
    color:#000;
}
.news_more_detail span:after {
content: "";
position: absolute;
background-image: url("data:image/svg+xml; utf8, <svg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.3462 9.15369L13.277 8.09994L15.627 5.74994H0.5V4.24994H15.627L13.2923 1.89994L14.3615 0.846191L18.5 4.99994L14.3462 9.15369Z' fill='black'/></svg>");
        width: 19px;
        height: 10px;
top: 50%;
right: 0;
transform: translate(0, -50%);
}
.latest_news_list .latest_news_item:hover .news_more_detail span {
text-decoration: underline;
}
@media screen and (max-width: 1250px) and (min-width: 992px) { 
    section#home .txt .title {
        font-size:44px;
    }
    section#home .txt .des {
        font-size:24px;
    }
    section#partners .world_01 .title {
        font-size:32px;
    }
    section#partners .world_01 .list .item .item_title {
        font-size:18px;
    }
    section#partners .world_01 .list {
        width: 700px;
        margin: 0 auto;
        column-gap:48px;
    }
    section#partners .world_02 .list:before,.world_02 .list:after {
        content: "";
        display: inline-block;
    }
    section#partners .world_02 .list .topic .highlight {
        font-size:32px;
    }
    section#partners .world_02 .list .topic .highlight .meaning{
        font-size:18px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
    body.home .spc_container {
        /*padding-left: 44px;
        padding-right: 44px;*/
    }
    body.home #news .spc_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    section#product,section#service,section#news,section#contact {
        padding:56px 0 56px 0;
    }
    section#partners .world_02 .list {
        justify-content: space-evenly;
        gap:20px;
    }
    .latest_news_list .latest_news_item.first_item .content_txt .date_cat .date,.latest_news_list .latest_news_item.other_item .content_txt .date_cat .date,
        .latest_news_list .latest_news_item.first_item .content_txt .date_cat .cat,.latest_news_list .latest_news_item.other_item .content_txt .date_cat .cat,
        .news_more_detail span{
            font-size:13px;    
    }
    .product_list {
        column-gap: 50px;
    }
    .product_list .product_item {
        flex: calc(45% - 24px);
        max-width: calc(45% - 24px);
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .latest_news_list {
        grid-template-columns: 1fr;
    }
    .latest_news_list .latest_news_item.first_item {
        grid-row: unset;
        display: grid;
        grid-template-columns: 177px 1fr;
    }
    .latest_news_list .latest_news_item.first_item .news_img {
        width:177px;height:165px;
    }
    .latest_news_list .latest_news_item.first_item .news_img img {
        padding-right: 12px;
    }
    .latest_news_list .latest_news_item.first_item .content_txt_box {
        padding-left: 12px;
        border-left: 1px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .latest_news_list .latest_news_item.first_item .content_txt {
        padding-top:0;
        height: auto;
    }
}
@media(max-width: 768px) {
    section#product, section#service, section#news, section#contact {
        padding: 42px 0 42px 0;
    }
    section#home .txt {
        padding-bottom: 35px;
    }
    section#home .txt .title {
        font-size: 20px;
        margin-bottom: 10px;
    } 
    section#partners .world_01 .title {
        font-size:24px;
    }
    section#home .txt .des {
        font-size: 14px;
    }
    section#partners .world_01 .list {
        font-size: 20px;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
    section#partners .world_01 .list .item {
        grid-template-columns: 28px 200px;
        justify-content: center;
    }
    section#partners .world_01 .list .item .item_title {
        font-size:15px;
    }
    .latest_news_list {
        grid-template-columns: 1fr;
    }
    section#partners .world_02 .list {
        gap: 20px;
        flex-direction: column;
    }
    section#partners .world_02 .list .topic .highlight {
        font-size: 24px;
        margin-bottom: 0px;
    }
    section#partners .world_02 .list .topic .meaning {
        font-size: 14px;
    }
    .head_title {
        grid-gap: 10px;
        flex-direction: column;
    }
    .head_title h2, .head_title_normal h2 {
        font-size: 30px;
    }
    .head_title p, .head_title_normal p {
        font-size:14px;
        text-align: center;
    }
    .head_title, .head_title_normal {
        margin-bottom:24px;
    }
    .product_list {
        row-gap: 24px;
        margin-bottom: 24px;
    }
    .product_list .product_item {
        flex: 100%;
        max-width: 100%;
    }
    .latest_news_list .latest_news_item.first_item {
        grid-row: unset;
        display: grid;
        grid-template-columns: 1fr;
    }
    .latest_news_list .latest_news_item.other_item {
        grid-template-columns: 1fr;
    }
    .latest_news_list .latest_news_item.first_item .news_img {
        width:100%;height:auto;
    }
    .latest_news_list .latest_news_item.first_item .news_img img {
        padding-right: 12px;
    }
    .latest_news_list .latest_news_item.first_item .content_txt {
        padding-top:0;
        height: auto;
    }
}


/*Breadcrumb*/
.breadcrumb {
    padding-top:16px;
    padding-bottom:16px;
}
.breadcrumb > * {
    margin-left:8px;
    margin-right:8px;
}
.breadcrumb > *:first-child {
    margin-left:0;
}
/* PAGE */
.header-content .title_page {
    border-bottom:2px solid #B00120;
    margin-bottom:40px;
    padding-bottom: 40px;
}
.header-content .title_page .title {
    font-size:36px; 
    font-weight:700;
    margin-bottom:8px;
    line-height: 1.25;
    text-transform: capitalize;
}
body.single-post .header-content .title_page .title {
    margin-bottom:0px;
}
.header-content .title_page .des {
    font-size:20px;
    margin-bottom:0;
}
.entry-content {
    margin-bottom:80px;
}
@media (max-width:768px) {
    .header-content .title_page {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .header-content .title_page .title {
        font-size: 20px;
    }
    .header-content .title_page .des {
        font-size:16px;
    }
    .breadcrumb  {
        font-size: 14px;
    }
}

/* Archive */
.banner-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-header::before {
    content: "";
    position: absolute;
    background-color: #656565;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
}
.banner_page {
    height:250px;
    padding-top:123px;
    position:relative;
}
.banner_page .banner_txt {
    color:#fff;  
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size:40px; 
    font-weight:700;
    width: 90%;
    text-align: center;
    text-transform: capitalize;
}
.filter_post {
    margin-bottom:24px;
}

.filter_post .filter_cat,.filter_post .filter_day {
    position:relative;
    margin-right:16px;border:1px solid #B00120; border-radius:2px; padding:5px 15px 5px 15px;
    cursor: pointer;
}
.filter_post .filter_cat:before,.filter_post .filter_day:before {
    content:"";
    position:absolute;
    top:50%;
    transform: translate(0, -50%);
    width:20px;
    height:20px;
}
.filter_post .filter_cat:before {
    background-image:url(/wp-content/themes/spc01theme/assets/images/icon/calendar_month.svg);
    background-size:20px;
}
.filter_post .filter_day:before {
    background-image:url(/wp-content/themes/spc01theme/assets/images/icon/Menu.svg);
    background-size:20px;
}
.filter_post .submit_filter {
    padding: 5px 15px 5px 15px;
    background-color: #B00120;
    color:#fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.filter_post .filter_cat,
 .filter_post .filter_day {
    color: #B00120;
    font-size: 16px;
    cursor: pointer;
}
.post_news_list {
    margin-bottom:70px;
}
.post_news_list .news_item {
    display:grid; grid-template-columns:250px 1fr; grid-gap:24px; margin-bottom:24px;
}
.post_news_list .news_item .news_img {
    overflow: hidden; position: relative; width:250px;height:250px;border-radius:2px;background:#000;
}
.post_news_list .news_item .news_img img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    padding-bottom: 0;
    position: absolute;
    height: 100%;
}
.post_news_list .news_item .news_content {
    display:flex;flex-direction:column;justify-content:center;
}
.post_news_list .news_item .news_content .news_detail .date {
    font-size:14px; margin-bottom:16px;
}
.post_news_list .news_item .news_content .news_detail h2 {
    font-size:20px;
    margin-bottom:8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.post_news_list .news_item .news_content .news_detail p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.wp-pagenavi {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.wp-pagenavi > * {
    position:relative;
    padding-right:24px;
    padding-left:24px;
    font-size:16px;
    color:#B8B8B8;
    text-decoration:none;
}
.wp-pagenavi .current {
    color:#000;
    font-weight:600;
}

.wp-pagenavi > *:after {
    position:absolute;
    content:"";
    width: 0.5px;
    height: 100%;
    background:#000;
    right: 0;
    z-index: 10;
    font-weight:400;
}
.wp-pagenavi > .previouspostslink:before , .wp-pagenavi > .nextpostslink:before,.wp-pagenavi > .previouspostslink:after , .wp-pagenavi > .nextpostslink:after,.wp-pagenavi > *:last-child:after {
    content:none;
}
.wp-pagenavi > a.previouspostslink,.wp-pagenavi > a.nextpostslink {
    font-size:0;
}
.wp-pagenavi > a.previouspostslink svg,.wp-pagenavi > a.nextpostslink svg {
    position:absolute;
    top: 0;
    transform: translateY(-50%);
}
.wp-pagenavi > a.previouspostslink svg {
    left:0;
}
.wp-pagenavi > a.nextpostslink svg {
    right:0;
}
.red-btn {
        display:inline-block;
        border:1px solid #B00120;
         border-radius:2px;
         padding:8px 24px 8px 24px;
         color:#B00120;
          text-decoration: none;
        display: inline-block;
    position: relative;
    border: 1px solid #B00120;
    color: #B00120;
    background: transparent;
    border-radius: 2px;
    background: linear-gradient(to right, #B00120 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    }

    .red-btn:hover {
    background-position: left bottom;
    color: #fff;
    }

@media (max-width:768px) {
    .banner_page {
        height: 180px;
    }
    .banner_page .banner_txt {
        font-size: 30px;
    }
    .post_news_list .news_item {
        grid-template-columns:1fr;
        grid-gap: 12px;
        margin-bottom: 40px;
    }
    .post_news_list .news_item .news_content .news_detail h2 {
        font-size:18px;
    }
    .filter_post {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
    }
    .filter_post .filter_cat,.filter_post .filter_day { 
        margin: 0;
        width: 100%;
    }
    .filter_post .submit_filter {
        width: 100%;
        grid-column: 1 / -1;
    }
}


    .single-post .entry-content article h2 {
        font-size:22px;
    }
    .single-post .entry-content article h3 {
        font-size:18px;
    }
    .single-post .entry-content article img {
        margin-bottom:24px;
    }


/* FOOTER */
footer {
    background:#B00120;
    color:#fff;
    padding: 36px 48px 36px 48px;
}
footer .footer_main {
    display: grid;
    /*grid-template-columns: 200px 1fr;*/
}
footer .footer_main .logo {
    display:grid;
    grid-template-columns:35px 1fr;
    grid-gap:15px;
    align-self: center; 
    margin-bottom:24px;
}
footer .footer_content {
    display:grid;
    /*grid-template-columns:1fr 1fr 1fr;*/
    grid-template-columns: 1fr 1fr 410px;
    grid-gap: 15px;
    margin-bottom:36px;
}
footer .footer_content .footer_detail .list {
    margin-bottom:24px;
}
footer .footer_content .footer_detail .list + .list { 
    margin-bottom:0;
}
footer .footer_content .footer_detail .list .title { 
    margin-bottom:8px; 
    font-weight:700;
    font-size: 14px;
}
footer .footer_content .footer_detail .list .des { 
    font-size:12px;
    margin-bottom: 0;
}
footer .footer_content .footer_menu {
    display: flex ; 
    flex-direction: column; 
    justify-content: space-between;
}
footer .footer_content .footer_menu .wp_menu ul li a {
    position:relative;
    color: #fff;
    font-size: 14px;
}
footer .footer_content .footer_menu .wp_menu #menu-footer-menu-en {
    margin:0;
    padding:0;
}
footer .footer_content .footer_menu .wp_menu #menu-footer-menu-en li {
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
}
footer .footer_content .footer_menu .wp_menu #menu-footer-menu-en li:first-child {
    padding-left:0;
}
footer .footer_content .footer_menu .wp_menu #menu-footer-menu-en li:last-child {
    padding-right:0;
}
footer hr {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:0.5px solid #D0D3E4;
}
footer .social_media {
    display: flex;
    gap: 18px;
    align-self: end;
    justify-content: flex-end;
}
footer .copyright {
    margin-top:24px; 
    font-size:14px;
}
@media screen and (max-width: 992px) and (min-width: 768px) { 
    footer .footer_content .footer_menu {
        grid-column: 1 / span 2;
    }
}
@media (max-width: 992px) {
    footer .footer_content .footer_menu nav {
        display: none;
    } 
    footer .footer_content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:768px) {
    footer {
        padding: 24px 0 15px 0;
    }
    footer .footer_main {
        grid-template-columns: 1fr;
    }
    footer .footer_main .logo {
        display: none;
        /*grid-template-columns: 35px 60px;*/
        grid-template-columns: 35px;
        justify-content: center;
    }
    footer .footer_content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-bottom: 25px;
    }
    footer .footer_content .footer_detail + .footer_detail {
        border-top:1px solid #000;
        padding-top: 20px;
    }
    footer .social_media {
        justify-content: center;
    }
    footer .copyright {
        margin-top: 15px;
        font-size: 12px;
        text-align: center;
    }
    
    .single-post iframe {
        aspect-ratio: 16 / 9;
        height: 100%;
        width: 100%;
    }
}
