/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 9, 2020, 12:09:23 PM
    Author     : John Ray
*/


@font-face {
  font-family: 'Avenir'; /*a name to be used later*/
  src: url(../fonts/Avenir.woff); /*URL to font*/
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Marsden-Cm'; /*a name to be used later*/
  src: url(../fonts/Marsden-cm-Semibold.woff);
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
} 

@font-face {
  font-family: 'Sarabun'; /*a name to be used later*/
  src: url(../thai-fonts/Sarabun-Regular.woff);
  font-style: normal;
} 

@font-face {
  font-family: 'Barlow Condensed'; /*a name to be used later*/
  src: url(../fonts/BarlowCondensed-Regular.ttf);
  font-style: normal;
  font-stretch: normal;
} 

@font-face {
  font-family: 'Poppins'; /*a name to be used later*/
  src: url(../fonts/Poppins-Regular.ttf);
  font-style: normal;
  font-stretch: normal;
} 
 


/*@font-face {
  font-family: Avenir;
  src: local(Avenir-Book),
    url(/path/to/Avenir-Book.woff2) format("woff2"),
    url(/path/to/Avenir-Book.woff) format("woff"),
    url(/path/to/Avenir-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Avenir;
  src: local(Avenir-Heavy),
    url(/path/to/Avenir-Heavy.woff2) format("woff2"),
    url(/path/to/Avenir-Heavy.woff) format("woff"),
    url(/path/to/Avenir-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Marsden-Cm;
  src: local(Marsden-Cm-SemiBold),
    url(/path/to/Marsden-Cm-SemiBold.woff2) format("woff2"),
    url(/path/to/Marsden-Cm-SemiBold.woff) format("woff"),
    url(/path/to/Marsden-Cm-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}*/

body {
    background-color: #fff;
    font-size: 18px !important;
    font-family: "Avenir";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.09px;
}
.header-menu .menu-nav {  /*change menu position to center*/
    gap: 40px;
}
.blockUI.blockMsg.blockPage {
    z-index: 1090 !important;
}
.header-mobile .burger-icon span,
.header-mobile .burger-icon span::after, 
.header-mobile .burger-icon span::before{ 
    background-color: #193c6a;    
}


.btn-undp {
    color: #fff;
    background-color: #193c6a !important;
    border-color: #193c6a !important;
    padding: 13px 24px 12px 24px !important;
    font-weight: 900 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.09px;
}

.btn-undp:hover {
    color: #fff;
    background-color: #102645 !important;
    border-color: #102645 !important;
}

.btn-rectangle-about:hover,
.btn-rectangle-faq:hover,
.btn-subscribe:hover{
    color: #fff;
    background-color: #102645 !important;
    border-color: #102645 !important;
}


.btn-rectangle-about {
    color: #fff;
    background-color: #193c6a !important;
    border-color: #193c6a !important;
    padding: 17px 60px 16px 61px !important;
}

.btn-subscribe {
    color: #fff;
    padding: 17px 44px 16px 45px !important;
    background-color: #193c6a !important;
    border-color: #193c6a !important;
    border-radius: 30px;
}
.btn-rectangle-faq{
    color: #fff;
    background-color: #193c6a !important;
    border-color: #193c6a !important;
    padding: 17px 68px 16px 70px !important;
}



 .font-size-32  {
    font-size: 32px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.14px;
}
 
.font-size-20 {
    font-size: 20px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}


#kt_footer{
    background-color: #193c6a !important;
}

.bg-transparent {
    background-color: transparent;
    border: none;
}

.overlay-div {
    margin-top: -100px !important;
}

.th-overlay-div {
    margin-top: -100px !important;
}

.overlay-header {
    margin-top: -80px !important;
}

#image-banner {
    max-height: 470px;
    min-height: 394px;
}

.span-header-trigger {
   display: block; position: relative; top: -120px; visibility: hidden;
}

.card-header-color {
    background-color: #193c6a !important;
    color: #fff;
}

.cursor-pointer {
    cursor:pointer
}

.text-dark {
    color :#151719 !important;
}

.h1-header {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 70px;
}

.font-20 {
    font-size:20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.09px;
}
.max-height-logo {
    max-height: 112px !important;
}
.btn.btn-pill {
    border-radius: 3rem;
}


.custom-header {
    font-family: Marsden-Cm; 
}

p {
    margin-bottom: 2rem !important;
}

.text-dark-50 {
    color : #616366 !important;
}

.text-charcoal-grey {
    color : #33373b !important;
}

.text-dark-sky-blue {
    color: #3ea9da !important;
}
.text-light-blue-grey {
    color: #cccfd3 !important;
}


.sub-header{
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.08px;
  color: #193c6a;
}

.custom-hr{
    margin-top: 40px;
    margin-bottom: 40px;
} 

.custom-font {
    font-family: 'Barlow Condensed', sans-serif;
}

.thai-font {
    font-family: "Sarabun", Arial, sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    
}

.custom-input {
    padding: 2.3rem 1rem !important;
    border-color: #cccfd3;
    border-radius: 10px;
}
input[type="email"].custom-input::-webkit-input-placeholder{
   font-family: 'Avenir';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.07px;
    color: #616366;
}

.severity-text {    
    left: -57px;
    /*right: 85px;*/
    bottom: 15px;  
    /*top:28px;*/
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.07px;
}

.th-severity-text {    
    left: -65px;
    /*right: 85px;*/
    bottom: 25px;  
    /*top:28px;*/
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.07px;
}

.likelihood-text {    
    left: -74px;
    bottom: 30px;    
    transform: rotate(-90deg);
    /*font-size: 16px;*/
    font-size:18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.07px;
}

.th-likelihood-text {    
    left: -95px;
    bottom: 30px;    
    transform: rotate(-90deg);
    /*font-size: 16px;*/
    font-size:18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.07px;
}

.primary-color {
    color: #193c6a !important;
}

.blockPage {
    width: 0 !important;
}

.mobile-menu-text {
    font-family: 'Avenir';
    font-size: 20px;
    font-weight: 900;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.09px;
}

.header-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: #193c6a !important;
    font-weight: 900;
    font-size: 19px; 

    }


@media (max-width: 767px) {
    #container-content .row .col-md-6,    
    #container-content .row .col-md-4{
        padding-top: 2.5rem !important;
    }
    
    #footer-menu,
    .footer-text,
    .footer-menu-item p{
        text-align: center !important;
    }
    .footer-container,
    .footer-menu-item{
        text-align: center !important;
        position: static !important;
    }
    .footer-menu-item .nav-dark {
        justify-content: center !important;
    }
    .main-font-size {
        font-size:15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.09px;
    }
    .con-font-size{
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0px;
    }
  
    
    .h1-header {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 32px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.32px;
    }
    .custom-header {
        font-size: 32px !important;
        font-weight: 600 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.21px;
    }
    .h1-header {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) {
    
    .font-20 {
        font-size:20px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.09px;
    }
    
    .main-font-size {
        /*font-size:18px;*/
        font-size:20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.09px;
    }
    .con-font-size{
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    #container-content .row .col-md-6{
        padding-top: 0 !important;
    }
    #container-content .row .col-md-4{
        padding: 2rem !important;
        
    }
    .h1-header {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 48px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.32px;
    }
    
    .text-footer {
        font-size: 18px;
        font-weight: 500;
    }
    
    .col-custom-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .col-custom-7 {
         -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 60%;
        max-width: 60%;
    } 
    .custom-header {
        font-size: 24px !important;
        font-weight: 600 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.21px;
    }
    
}


@media (min-width: 992px) {
    .header-fixed[data-header-scroll=on] .header {
        height : 100px !important;
    }
    .header-menu .menu-nav >.menu-item>.menu-link{
        padding: 0px;
    }
    
    .header-menu .menu-nav>.menu-item>.menu-link .menu-text {
        color: #193c6a !important;
        font-weight: 900;
        font-size: 19px; 
        
    }
     
    .header-menu-wrapper {
        width: 100% !important;  
    } 
    
    .header-menu .menu-nav {  /*change menu position to center*/
        justify-content: center; 
        width: 100%;
        gap: 10px;
    }
    
/*    .header-menu .menu-nav>.menu-item.menu-item-rel {    menu items spacing
        padding-left: 10px;
        padding-right: 10px;
    }*/
  
    
    .padding-left-6 {
        padding-left: 6rem !important;
    }
    .padding-right-6 {
        padding-right: 6rem !important;
    }
    
    
    .btn {
        font-family: Avenir;
        font-size: 20px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
    }
    
    .image-banner {
        min-height: 550px;
        height: 550px;
    }
    
    #image-banner {
        min-height: 753px;
        height: 753px;
    }
    
    .custom-header {
        font-size: 48px !important;
        font-weight: 600 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.21px;
    }
    
    .h1-header {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 40px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.32px;
    }
    .main-font-size {
        font-size:20px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.09px;
    }
    .con-font-size{
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0px;
    }
   
    .col-custom-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    
    .col-custom-8 {
         -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 72%;
        max-width: 72%;
        padding-left: 65px !important;
    } 
    .overlay-header {
        margin-top: -145px !important;
    }
}



@media (max-width: 1024px) { 
    .h1-header{
        font-size: 50px;
    }
    .header-menu-wrapper {
        z-index: 1001;
        position: fixed;
        top: 0;
        bottom: 0;
        -webkit-transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease;
        transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease;
        left: -295px;
        width: 275px;
    }
    .header-menu .menu-nav{
        gap: 10px;
    }
    .header-menu .menu-nav>.menu-item>.menu-link .menu-text{
        font-size: 19px !important;
    }
}

@media (max-width: 1243px) { 
    .h1-header{
        font-size: 50px;
    }
    .header-menu .menu-nav{
        gap: 10px;
    }
    .header-menu .menu-nav>.menu-item>.menu-link .menu-text{
        font-size: 19px;
    }
}

@media (min-width: 1025px){
    .header {
        height: 134px !important; 
    }
} 

@media (min-width: 1025px) and (max-width: 1179px){
    .header-menu .menu-nav {  /*change menu position to center*/
        gap: 5px;
    }
     .header-menu .menu-nav>.menu-item>.menu-link .menu-text{
        font-size: 14px;
    }
} 

@media (min-width: 1331px) {
    .header-menu .menu-nav {  /*change menu position to center*/
        gap: 30px;
    }
   
}
@media (min-width: 1400px) {
    .header-menu .menu-nav {  /*change menu position to center*/
        gap: 40px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
        padding: 0;
    }
    .h1-header{
        font-size: 70px;
    }
/*    .header-menu .menu-nav>.menu-item.menu-item-rel {    menu items spacing
        padding-left: 20px;
        padding-right: 20px;
    }   */
}

@media (max-width: 767px) {
    .likelihood-text{
        left: -70px;   
    }
    .th-likelihood-text{
        left: -85px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .likelihood-text{
        left: -72px;
    }
    .th-likelihood-text{
        left: -82px;
    }
}
