div#gform_wrapper_1 h2.gform_title.header-page,
.header-post

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14 Mar 2022, 16:40:22
    Author     : ngoth
*/
/* @font-face {
    font-family: 'light';
    src:url(../fonts/Light.otf);
}
@font-face {
    font-family: 'light';
    src:url(../fonts/LightItalic.otf);
    font-style: italic;
}
@font-face {
    font-family: 'regular';
    src:url(../fonts/Regular.otf);
}
@font-face {
    font-family: 'bold';
    src:url(../fonts/Bold.otf);
} */
body {
    /* font-family: 'regular'; */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.spacing {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.spacing-t {
    padding-top: 45px;
}

.spacing-b {
    padding-bottom: 45px;
}

h1 {
    font-size: 48px;
    line-height: 1.5;
}

h2 {
    font-size: 38px;
    line-height: 1.5;
}

h3 {
    font-size: 28px;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
    line-height: 1.5;
}

p, ::marker {
    color: #828282;
    font-family: "Open Sans", sans-serif;

}

a {
    font-family: "Open Sans", sans-serif;
}


.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main ul#menu-menu-chinh {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.logo-main {
    width: 15%;
}

a.navbar-brand.custom-logo-link {
    aspect-ratio: 7 / 3;
    display: block;
    overflow: hidden;
}

.logo-main img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.logo-footer img {
    height: 100px;
    object-fit: contain;
    width: auto;
}

.menu-main {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.header-main ul#menu-menu-chinh>li>a {
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3s all;
    font-weight: 700;
}

.header-main ul#menu-menu-chinh>li:hover>a,
.header-main ul#menu-menu-chinh>li.current-menu-item>a {
    color: #f15927;
}

.search-icon {
    cursor: pointer;
    aspect-ratio: 4/3;
    object-fit: cover;
}


nav#main-nav {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

nav#main-nav.bg-dark {
    background: #ffff;
}

nav#main-nav.bg-dark .search-icon ion-icon,
div#hamburger ion-icon {
    color: #343a40;
}

.search-icon ion-icon,
div#hamburger ion-icon {
    color: #fff;
    width: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin-top: 5px;
}

.search-icon:hover ion-icon {
    opacity: 0.7;
}

form.search-form span.input-group-append {
    display: none;
}

form.search-form input {
    padding: 30px 15px;
    font-size: 18px;
}

/*Footer*/
.top-footer {
    padding-top: 50px;
    background: linear-gradient(90deg, #061a48, #2c3691);
    padding-bottom: 50px;
}

.top-footer h3.widget-title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

ul.info,
ul#menu-menu-footer,
ul.social {
    padding: 0;
    margin: 0;
}

ul.info {
    padding-right: 80px;
}

ul.social {
    display: flex;
}

ul.info li,
ul#menu-menu-footer li,
ul.social li {
    list-style: none;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}

ul.social li {
    margin-right: 15px;
}

ul.info li ion-icon,
ul.info li a,
ul#menu-menu-footer li a,
ul.social li ion-icon {
    color: #fff;
    font-size: 1rem;
}

ul.info li ion-icon {
    margin-right: 15px;
    flex-shrink: 0;
    width: 25px;
}

div#wrapper-footer {
    background: #f8f9fa;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
    padding: 15px;
}

.site-info {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #115e31;
}

.top-footer {
    /* padding-top: 180px; */
    background: url(https://binhminhgolf.vn/wp-content/uploads/2024/03/z5295980885630_39126f0a97c6ede8e89cfe764920ae05.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: 0% 40%;
    ;
    background-size: cover;
    position: relative;
}

.gia_tri {
    position: relative;
}

.gia_tri::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
}

.top-footer::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

ul.social ion-icon {
    font-size: 20px !important;
}

/*End Footer*/


/*Bg top*/
section.vc_section.bg-top.spacing-b.vc_custom_1647335838345.vc_section-has-fill {
    background-position: top !important;
    margin-top: -150px !important;
    z-index: 9 !important;
    overflow: initial !important;
}

section.vc_section.bg-top.spacing-b.vc_custom_1647335838345.vc_section-has-fill .vc_row.wpb_row.vc_row-fluid:first-child {
    padding-top: 150px !important;
}

.w-50 {
    width: 50vw;
    margin: 0 auto;
}

/*End BgTop*/

/*Brand*/
section.vc_section.box-shadown {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px;
}

ul.brand-sc {
    padding: 0;
    margin: 0;
}

ul.brand-sc li {
    list-style: none;
}

ul.brand-sc .slick-arrow,
.review_sc .slick-arrow,
.partner_sc .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    transform: translateY(-50%);
}

.services_list_home .slick-arrow ion-icon,
ul.brand-sc .slick-arrow ion-icon,
.review_sc .slick-arrow ion-icon,
.partner_sc .slick-arrow ion-icon {
    font-size: 3.5rem;
    color: #ccc;
}

ul.brand-sc button,
.review_sc button,
.partner_sc button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul.brand-sc .prev-arrow,
.review_sc .prev-arrow,
.partner_sc .prev-arrow {
    left: -50px;
}

ul.brand-sc .next-arrow,
.review_sc .next-arrow,
.partner_sc .next-arrow {
    right: -50px;
}

ul.brand-sc li.brand-sc-img {
    height: 200px;
}

ul.brand-sc li.brand-sc-img img {
    height: 100%;
    object-fit: contain;
}

/*End Brand*/

/*Blog*/
.post__home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.post__home-item:first-child {
    grid-column: 1 / span 2;
}

.post__home-item,
.related__item {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.post__home-content,
.related-content {
    padding: 20px;
    flex: 1;
    background: #fff;
}

date.date-post {
    color: #ccc;
    display: block;
    margin: 10px 0px;
}

a.mh-post-grid__heading {

    font-family: "Montserrat";
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 90px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

a.mh-post-grid__heading:before {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 4px;
    background: #115e31;
    content: "";
}

.post__home-item:first-child a.mh-post-grid__heading {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 60px;
    position: static;
    padding-left: 0;
}

p.excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #828282;
}

.post__home-img {
    flex-shrink: 0;
    height: 210px;
}

.post__home-img img,
.related-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.3s;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__home-item:first-child .post__home-img {
    height: 280px;
}

.post__home-item:first-child p.excerpt {
    display: none;
}

a.btn_fill.btn {
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    color: #115e31;
    font-family: 'Montserrat', sans-serif;
}

a.btn_fill.btn .ion-icon {
    font-size: 23px;
    margin-left: 5px;
    margin-top: 5px;
    color: #115e31;
}

.post__home-item:first-child .info-additional {
    padding-left: 15px;
    position: relative;
}

.post__home-item:first-child .info-additional:before {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 4px;
    background: #115e31;
    content: "";
}

.viewall {
    margin-top: 30px;
}

/*End Blog*/


/*Page Default*/
.header-page,
.header-post {
    background: url(https://binhminhgolf.vn/wp-content/uploads/2024/03/HUY_0940-1-1.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

h1.entry-title,
h1.page-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 0 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

/*End Page Default*/
/*Contact Us*/
div#gform_wrapper_1 {
    width: 70%;
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 50px;
    border-radius: 30px;
    background: #ffff;
}

div#gform_fields_1 {
    grid-row-gap: 45px;
}

div#gform_wrapper_1 h2.gform_title {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 45px;
    text-transform: uppercase;
}

div#gform_fields_1 label {
    color: #999;
}

div#gform_fields_1 input,
div#gform_fields_1 textarea {
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #999 !important;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #999;
    background-color: transparent;
    outline: unset;
}

div#gform_fields_1 textarea {
    height: 45px;
}

input#gform_submit_button_1 {
    font-family: "Montserrat";
    color: white;
    padding: 15px 30px;
    width: 200px;
    border-radius: 4px;
    background-color: #115e31;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    border: none;
    font-size: 16px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.2s linear;
}

input#gform_submit_button_1:hover {
    transform: rotateY(-15deg);
}

div#gform_wrapper_1 .gform_footer.top_label {
    margin-top: 35px;
}


.info-items {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: url(https://binhminhgolf.vn/wp-content/uploads/2024/03/ESC_2847-1.jpg);
    height: 320px;
    background-position: center;
    border-radius: 50px;
    position: relative;
    z-index: -1;
    margin-top: -15px;
}

/* .info-items::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #115e31;
    opacity: 0.5;
    position: absolute;
    top: 0;
    border-radius: 50px;
    z-index: 1;
} */
.list-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    width: calc(75% - 70px);
    z-index: 2;
}

.list-item .item_icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.list-item p {
    color: #fff;
}

.title-info {
    width: 25%;
    text-align: center;
    border-right: 1px solid;
    padding-right: 35px;
    margin-right: 35px;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
}

.icon_sc {
    font-size: 30px;
}

/*End Contact Us*/

/*Archive Post*/
.box-feature-type {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 75px;
}

.img-feature-type {
    border-radius: 0px;
    overflow: hidden;
    height: 320px;
    width: 40%;
}

.img-feature-type img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-feature-type {
    width: 55%;
    padding-right: 5%;
}

.content-feature-type p.excerpt {
    -webkit-line-clamp: unset;
}

.feature-wg-tt {
    font-family: 'Montserrat', sans-serif;
    color: #f15927;
    text-transform: uppercase;
    font-weight: bold;
}

.box-feature-type a.mh-post-grid__heading {
    height: 80px;
    font-size: 2rem;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.post__content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.post__content-desc {
    flex: 1;
}

.post__content-desc .info-additional {
    padding-right: 25%;
}

.post__content-img {
    width: 450px;
    flex-shrink: 0;
    border-radius: 0px;
    overflow: hidden;
    margin-right: 35px;
    height: 300px;
}

.post__content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination {
    justify-content: center;
}

a.page-link {
    border: none;
    color: #ccc;
    font-size: 1.3rem;
}

.page-link:hover {
    color: #081c4c;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.page-item.active .page-link {
    border: none;
    background: transparent !important;
    color: #081c4c;
    font-size: 1.3rem;
}

ul.share {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border-top: 1px solid #999;
    padding-top: 15px;
}

ul.share li {
    list-style: none;
    margin-right: 20px;
}

ul.share li ion-icon {
    font-size: 25px;
    margin-top: 5px;
    color: #999;
}

/*End Archive Post*/

/*Related */

ul.related-post-wg {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.post__home-img,
.related-img {
    flex-shrink: 0;
    height: 280px;
    overflow: hidden;
}

h3.title-related {
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #f15927;
}

.viewall .ion-icon {
    margin-top: 0 !important;
}

/*End Related*/


/*Services*/

.services_sc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.services_sc-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 2;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.services_sc-item:nth-child(1) {
    left: 40px;
}

.services_sc-item:nth-child(2) {
    left: 40px;
    top: 40px;
}

.services_sc-item:nth-child(4) {
    top: 40px;
}

.services_sc-item:nth-child(5) {
    left: 10px;
}

.services_sc-item:nth-child(6) {
    left: 20px;
    top: 40px;
}

.services_sc-item:nth-child(7) {
    left: 20px;
}

.services_sc-images {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.services_sc-item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #115e312d;
    content: "";
    transition: 0.3s;
}

.services_sc-item:hover:before {
    background: #ffffffcf;
}

.services_sc-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_sc-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.services_sc-content a {
    text-decoration: none;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_sc-content h4 {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.services_sc-item:hover .services_sc-content h4 {
    color: #115e31;
    transition: 0.3s;
}


/*End Services*/


/*Team*/
/*.team_sc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 50px;
}
.team_sc-item {
    width: 30%;
}*/
.team_sc-content h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #212e7c;
}

span.position,
span.job {
    font-size: 16px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

span.position {
    color: #f15927;
    font-weight: bold;
}

span.job {
    color: #828282;
}

span.job b {
    color: #000;
}

.team_sc-images {
    margin-bottom: 25px;
    flex-shrink: 0;
}

.team_sc-images img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

h2.vc_custom_heading.bold {
    font-family: 'Montserrat', sans-serif;
}

.bd-left {
    position: relative;
}

.bd-left:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 5px;
    height: 60%;
    background: #fff;
    transform: translate(50%, -50%);
}

/*End Team*/


/*Review*/
.review_sc-item {
    display: flex !important;
    align-items: center;
    column-gap: 2%;
    justify-content: center;
}

.review_sc-images {
    width: 30%;
}

.review_sc-images a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.review_sc-content {
    width: 45%;
}

.review_sc-content {
    border: 1px solid #253184;
    padding: 75px 50px 15px 50px;
    border-radius: 25px;
    position: relative;
}

.review_sc-content p {
    font-size: 22px;
    margin-bottom: 35px;
    font-style: italic;
}

.review_sc-content:before {
    position: absolute;
    top: -29px;
    left: 35px;
    width: 110px;
    height: 80px;
    content: "";
    background: url(https://ngoisaothaian.com/wp-content/uploads/2022/03/multimark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.info-review h3 {
    color: #222e7d;
    font-size: 22px;
    margin: 0;
    margin-right: 5px;
}

.info-review span {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    padding-left: 5px;
}

.info-review {
    display: flex;
    align-items: center;
}

/*End Review*/

/*KOLS*/
.kols-info {
    margin-top: -35px;
    text-align: center;
}

.kols-info h4.pos {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: -5px;
}

.kols-info h3.name {
    color: #2c3691;
    font-family: 'Montserrat', sans-serif;
}

.bg-bottom {
    background-position: bottom;
    padding-bottom: 10% !important;
    padding-top: 5% !important;
    background-size: cover;
    background-color: #f7f7f7 !important;
}

.bg-top-page {
    background-position: top;
    padding-bottom: 10% !important;
    /* padding-top: 15%!important; */
    background-size: cover;
    background-color: #fff !important;
}

.page-id-210 .header-page {
    background-color: #f7f7f7;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 0px !important;
}

.gallery-case {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.gallery-case li {
    list-style: none;
    border-radius: 0px;
    overflow: hidden;
}

.gallery-case li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.related-case a.mh-post-grid__heading {
    height: 30px;
    -webkit-line-clamp: 1;
}

/*End KOLS*/
/*Feature case study*/
.home-feature-case {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.feature-case-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: 0.3s;
}

.feature-case-item:hover {
    transform: translateY(-15px);
}

.feature-case-item a {
    text-decoration: none;
}

.feature-case-image {
    height: 250px;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
}

.feature-case-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.feature-case-item:hover .feature-case-image img {
    transform: scale(1.1);
}

.feature-case-content {
    padding: 25px;
}

.feature-case-content h3 {
    color: #212e7c;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

span.year_case,
span.category_case {
    color: #999;
}

/*End Feature case study*/


/*Services Home*/

.home .services_sc {
    /* grid-template-columns: repeat(4, 1fr); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home .services_sc-item {
    min-height: 200px;
    flex: 1 1 23%;
    max-width: 23%;
}

.home .services_sc-item:nth-child(1),
.home .services_sc-item:nth-child(2),
.home .services_sc-item:nth-child(4),
.home .services_sc-item:nth-child(5),
.home .services_sc-item:nth-child(6),
.home .services_sc-item:nth-child(7) {
    left: 0;
    top: 0;
}

/*End Home*/


/*Search Full */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(0);
    opacity: 0;
    transition: 0.3s;
}

.overlay.open_s {
    transform: scale(1);
    opacity: 1;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

div#myOverlay input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    font-size: 3rem;
    width: 80%;
    text-align: center;
    color: #fff !important;
}

div#myOverlay input.submit.search-submit.btn.btn-primary {
    display: none;
}

div#myOverlay input:focus {
    outline: none;
    box-shadow: none;
}

.search h2.entry-title a {
    font-family: 'Montserrat', sans-serif;
    color: #212e7c;
}

.search-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    list-style-type: none;
    counter-reset: css-counter 0;
}

.search-layout article {
    border: 1px solid #999;
    padding: 15px;
    border-radius: 20px;
    counter-increment: css-counter 1;
    position: relative;
}

.search-layout article:before {
    content: counter(css-counter);
    font-size: 3rem;
    color: #212e7c;
    position: absolute;
    top: -35px;
    right: 14px;
}

/*End Search*/

.slider-for img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    padding: 5px;
}

.slider-nav img {
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    padding: 5px;
}

.tvc_item {
    position: relative;
}

.tvc_readmore {
    position: absolute;
    bottom: 15px;
    right: 20px;
    border-radius: 10px;
}

.tvc_readmore a {
    font-size: 3.5rem;
    color: #fff;
    text-decoration: none;
}

.show_post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.show_post a {
    text-decoration: none;
}

.show_item {
    display: flex;
    height: 320px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.show_item:hover {
    transform: translateY(-15px);
}

.show_img {
    width: 300px;
    flex-shrink: 0;
}

.show_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.show_content {
    padding: 15px;
    flex: 1;
}

.show_content p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #999;
}

.show_content h3 {
    font-family: 'Montserrat', sans-serif;
    color: #2c3691;
    line-height: 1.3;
}

.show_content ul {
    padding-left: 20px;
    color: #000;
    margin-bottom: 0;
}

/*.partner_sc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}*/
.partner_sc-item {
    display: flex !important;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 15px;
}

.partner_sc-images {
    width: 150px;
    flex-shrink: 0;
}

.partner_sc-item {
    display: flex;
    align-items: center;
}

.partner_sc-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner_sc-content {
    padding-left: 15px;
    text-align: left;
}

.post__home-item:hover .post__home-img img {
    transform: scale(1.2);
}

.partner_sc .slick-slider {
    margin: 0px -15px;
}

.partner_sc .slick-slide {
    padding: 10px;
    text-align: center;
    margin: 15px;
}

.partner_sc-content h3 {
    color: #212e7c;
    font-family: 'Montserrat', sans-serif;
}

span.web {
    padding: 10px 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

p.partner-content {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.tvc_play ion-icon {
    font-size: 10rem;
    color: #fff;
    cursor: pointer;
}

.tvc_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-play .modal-dialog {
    margin: 30px auto;
}

.modal-play .modal-content {
    background: transparent;
    border: none;
    outline: none;
}

.modal-play .modal-body {
    position: relative;
    padding: 0px;
}

.modal-play .close {
    position: absolute;
    right: -60px;
    top: -20px;
    z-index: 999;
    font-size: 5rem !important;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}