body{
    font-family: 'Montserrat', sans-serif;
}

.detailnewsContent h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.detailnewsContent h3 {
	font-size: 21px;
	font-weight: 600;
	margin-top: 20px;
}

:root{
    --color-gradient: linear-gradient(90.05deg, #FFC74B 0.03%, #FF715F 99.95%);
    --color-1:#F45943;
    --color-2:#F68550;
    --color-3:#F6B55E;
    --color-4:#757575;
    --color-5:#313131;
    --color-6:#FFFFFF;
    --color-7:#B9B9B9;
    --color-8:#929292;
    --color-9:#F8F8F8;
    --color-10:#0B3B53;
}
.color-1{
    color: var(--color-1)!important;
}
.color-2{
    color: var(--color-2)!important;
}
.color-3{
    color: var(--color-3)!important;
}
.color-4{
    color: var(--color-4)!important;
}
.color-5{
    color: var(--color-5)!important;
}
.color-6{
    color: var(--color-6)!important;
}
.color-7{
    color: var(--color-7)!important;
}
.color-8{
    color: var(--color-8)!important;
}
a{
    text-decoration: none !important;
}
.bg_fill{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.btn_orange{
    background: var(--color-gradient);
    padding: 12px 20px;
    border-radius: 100px;
    /* box-shadow: 0px 6px 15px rgba(245, 127, 61, 0.32); */
    transition: all .75s ease;
}
.Title h1{
    font-size:42px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.btn_orange:hover {
    color: var(--color-6) !important;
    transform: scale(.9);
}
.btn_orange a{
    color: var(--color-5);
}
.btn_orange span{
    margin-right: 10px;
}
.segTitle{
    font-size: 32px;
    color: var(--color-5);
    font-weight: 600;
    text-align: center;
}
.box_search i {
    position: absolute;
    top: 51%;
    transform: translate(0,-50%);
    left: 13px;
    color: #B9B9B9;
    font-size: 14px;
}
.header{
    padding: 30px 0;
    transition: all .75s ease;
}
.header .menu li {
    position: relative;
    flex: 0 0 auto;
    margin: 0 18px;
}

li#menu-item-362 {}
/* .header .menu li:nth-child(6)::after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 10px;
    color: #FFF;
    opacity: .54;
    position: absolute;
    right: -18px;
    top: 12px;
    transform: translate(0,-50%);
} */
/* .header .menu li:nth-child(6):hover::after {
    content: "\f0d8";
} */
header.change li.current_page_item a {
    color: var(--color-6) !important;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}
.header .menu li a {
    padding: 2.5rem 0;
    cursor: pointer;
    font-weight: 600;
}
header.change img.logo{
/*     display: none !important; */
}
header.change img.logo2{
    display: block !important;
}
.header .menu li:hover ul.sub-menu {
    opacity: 1;
    transform: translate(-50%,0);
    pointer-events: auto;
}
.header .menu li ul.sub-menu {
    position: absolute;
    top: calc(100% + 32px);
    left: 50%;
    transform: translate(-50%,50%);
    width: 100%;
    transition: all .75s ease;
    opacity: 0;
    background: #FFF;border: 1px solid #DEDEDE;
    border-bottom: unset;
    box-shadow: 0px 4px 100px rgb(0 0 0 / 8%), inset 0px -4px 0px #ff715f;pointer-events: none;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
}
.header .menu li ul.sub-menu li.current_page_item  a {
    color: #000 !important;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.header .menu li ul.sub-menu li {
    
    
    margin: 0;
    padding: 10px;
border-bottom: 1px solid #DEDEDE;}
.header .menu li.current_page_item a {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header .menu li ul.sub-menu a {
    padding: 0;
    
color: #000;display: block;}

.header .menu li ul.sub-menu a:hover {color: unset;}
.change .header .menu  a {
    color: var(--color-5);
}

.change .header .menu a:hover {color: #FFF;}
.header .menu {
    display: flex;
    margin: 0;
    align-items: center;
}
.menuheader {
    display: flex;
}

.header .btn_login a {
    margin: 0 8px;
    color: var(--color-5);
}
.header .btn_login a:first-child {
    background: #FFF;
    padding: 4px 16px;
    border-radius: 100px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
}
.header .menu a {
    color: var(--color-5);
    font-size: 16px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header.change .header {
    padding: 10px 0;
}
header.change {
    background: var(--color-gradient);
}
header.change ul.sub-menu {
    top: calc(100% + 22px) !important;
}
header .logo img {
    width: 170px;
}
.box_search input {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    padding: 8px 0 8px 32px;
}
.box_search input:focus-visible {
    outline: none;
}
.filterBar{
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.list_filter li.active {
    background: #042C40;
    color: #FFF;
}
.list_filter li {
    border: 1px solid var(--color-7);
    border-radius: 100px;
    width: max-content;
}
.filterBar button.active {
    background: #042C40 !important;
    color: var(--color-6) !important;
}
.box_search {
    height: max-content;
}
.bg_img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-position: bottom !important;
}
.box_bg {
    clip-path: polygon(0 15%, 100% 0%, 100% 80%, 0% 100%);
    width: 100%;
    height: 800px;
    position: absolute;
    background: #042C40;
    z-index: 9;
}
footer .email i{
    border-radius: 50%;
    margin-right: 14px;
    height: 32px;
    color: #878787;
    width: 32px;
    background: #EFEFEF;
}
footer .logo {
    width: 170px;
    margin-bottom: 20px;
}
footer .--txt {
    width: 85%;
}
footer {
    background: #FBFAF9;
    padding-top: 40px;
}
footer a {
    color: var(--color-5) !important;
}
footer .coppyright {
    background: #F3F3F3;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    margin-top: 50px;
}
footer .footer-followUs ul {
    display: flex;
}
footer .footer-followUs li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    margin-right: 10px;
    flex: 0 0 auto;
    transition: all .5s ease;
}

footer .footer-followUs li a:hover {
    transform: scale(.8);
}
footer .footer-followUs li a:hover {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer a:hover {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .email a:hover i {
    background: none;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
}
footer .logo img {
    width: 100%;
}
footer .--title {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
}
footer .--link-footer {
    display: flex;
}
footer .footer-link {
    width: 50%;
    max-width: 50%;
}
footer .footer-Link li {
    margin-bottom: 14px;
}
.customBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.customBtns .btn {
    background: #FFF;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    margin: 0 12px;
}
.customBtns .holderJpage {
    display: flex;
}
.customBtns a {
    width: 36px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
    cursor: pointer;
    color: #BFBFBF;
}

.pagination li.active a {
    color: var(--color-5);
    background: var(--color-gradient);
}
.customBtns a.jp-current {
    color: #FFC74B;
}
.customBtns span i {
    background: #F5F5F5;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    margin: 0 8px;
    cursor: pointer;
}
.btn_login {
    display: flex;
}
@media (max-width: 640px){
    footer .--txt{
        width: 100%;
    }
    header .mobi{
        display: flex !important;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
/*     header .logo img.logo{
        display: none !important;
    } */
    header .logo img.logo2{
        display: block !important;
    }
    .customBtns .holderJpage{
        display: none;
    }
    .homeFuture .--right .--subTitle{
        color: var(--color-5);
    }
    .segTitle{
        text-align: center !important;
        color: var(--color-5) !important;
    }
    .filterBar{
        width: 100%;
        overflow-x: scroll;
    }
    .filterBar ul{
        display: flex;
    }
    .filterBar ul li {
        width: max-content;
        flex: 0 0 auto;
        margin: 0 1rem;
        display: flex;
        align-items: center;
    }
    .box_search {
        margin: 0 1rem !important;
    }
    .box_search {
        width: max-content;
        margin: auto 0;
    }
    .btn_orange {
        display: flex;
        width: max-content;
        margin: auto;
        align-items: center;
    }
    .homeFuture .--right .--title {
        color: var(--color-5);
        font-weight: 600;
    }
    .homeFuture .--content .row{
        flex-flow: column;
    }
    .homeFuture .--content{
        padding: 0;
    }
    .list_homeFuture span:nth-child(2){
        color:var(--color-5)
    }
    .homeFuture .--content .--left{
        padding-top: 4rem;
    }
    .homeFuture .triangle span:nth-child(2),.homeFuture .triangle span:nth-child(1),.homeFuture .triangle span:nth-child(3){
        display: none;
    }
    .box_bg{
        display: none;
    }
    footer .row{
        flex-flow: column;
    }
    header.active .mobi {
        align-items: center;
        justify-content: center;
    }
    header.active .mobi span:nth-child(3) {
        display: none;
    }
    header .mobi span{
        width: 30px;
        height: 4px;
        background: var(--color-6);
        margin-bottom: 6px;
        transition: all .5s ease;
    }
    header .mobi span:nth-child(3) {
        margin: 0;
    }
    header.active .mobi span:nth-child(1) {
        transform: translate(0px,3px) rotate(45deg);
        margin: 0;
    }
    header.active .mobi span:nth-child(2) {
        transform: rotate(-45deg);
        margin: 0;
    }
    .btn_login {
        opacity: 0 !important;
    }
    header{
        background: var(--color-gradient);
    }
    header .btn_login {
        transform: translate(-50%,200%);
        transition: all 1s ease;
        opacity: 0;
        position: fixed;
        left: 50%;
        bottom: 12%;
        width: calc(100% - 30px);
        justify-content: space-between;
    }
    header.active .btn_login {
        opacity: 1 !important;
        transform: translate(-50%,0);
        z-index: 9;
        display: flex;
    }
    header .btn_login a {
        border-radius: 6px !important;
        text-align: center;
        width: calc(50% - 10px) !important;
        margin: 0 !important;
        background: var(--color-6);
        padding: 4px 0;
    }
    .header .btn_login a:nth-child(2) {
        color: var(--color-5) !important;
    }
    header.active .logo {
        position: relative;
        z-index: 9;
    }
    header .menu li {
        margin: 0;
    }
    header.active .menu .sub-menu li {
        border: none !important;
        background: unset !important;
        padding: 0 !important;
        margin-left: 2rem !important;
    }
    header.active .menu li ul {
        position: relative !important;
        
        left: unset !important;
    border: none !important;box-shadow: none !important;}

header .menu li ul {
    opacity: 1 !important;
background: none !important;transform: none !important;}
    .header .menu li a {
        font-size: 24px;
        padding: 0;
    }
    .header .menu li.current_page_item a {
        background: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        color: var(--color-6);
    }
    .header .menu {
        flex-flow: column;
        align-items: start;
    }
    header .menuheader {
        background: var(--color-gradient);
        position: fixed;
        bottom: 0;
        justify-content: center;
        transition: all .5s ease;
        left: 0;
        opacity: 0;
        pointer-events: none;
        width: 100vw;
        height: 100vh;
        align-items: center;
        transform: translate(0,300px);
    }
    header.active .menuheader {
        opacity: 1;
    }
    header.active .menuheader {
        transform: none;
        pointer-events: auto;
    }
    .galleryBanner .--txt {
        width: 100%;
    }
    .galleryBanner .--txt h1 {
        font-size: 25px;
        margin-bottom: 1rem;
    }
    .galleryBanner .--title {
        margin-bottom: 1rem !important;
    }
    .galleryBanner .--txt h1 br {
        display: none;
    }
    footer .coppyright{
        margin-top: 30px;
    }
    .futureBanner {
        height: 70vh;
    }
    .box_search input:focus-visible{
        outline: none;
    }
    .footer-Link{
        padding-top: 1rem;
    }
}

.lpt-page-container {
	min-height: 70vh;
	padding-top: 100px;
}

.lpt-blog-vriframe {
	width: 100%;
	min-height: 450px;
	border: none;
}

.detailnewsContent article ul {
	padding-left: 20px;
}

.detailnewsContent article li {
	list-style: disc;
}

.single-post article img[class*=wp-image-] {
	border: 3px solid #FFC74B;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.single-post article img[class*=wp-image-].aligncenter {
	margin: 20px auto;
	display: block;
}

.single-post .detailnewsContent {
	max-width: 750px;
	margin: 0 auto;
	padding: 40px 20px;
}

@media (max-width: 480px) {
	.single-post h2 {
		font-size: 1.5rem;
	}
	
	.single-post h3 {
		font-size: 1.3rem;
	}
}