@import url(_reset.css);
@import url(_animate.css);
@import url(_form.css);
@import url(fonts.css);
/* @import url(style_res-min.css); */
/* @import url(style_res-min960.css); */
/* @import url(style_res-max960.css); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: 'DB_EE_Stroke_X';
    src: url('../fonts/DB EE Stroke X.ttf') format('ttf'),
        url('../fonts/DBEEStrokeX.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_ee {
    font-family: 'DB_EE_Stroke_X', sans-serif !important;
    line-height: 200% !important;
}

body,
html {
    width: 100%;
    height: 100%;
}

* {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Nunito', 'Sukhumvit Set', Arial, Tahoma, sans-serif; */
    /* font-weight: 300; */
}

body {
    color: #000;
    background: #FFF;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: repeat;
}

a {
    color: #32C5F4;
    text-decoration: none;
}

a:hover {
    color: #203764;
}

h1 {
    color: #203764;
    font-weight: 500 !important;
}

i.fa-sharp.fa-light.fa-eye {
    font-weight: 100 !important;
    font-size: 14px;
}

h2,
h3,
h4,
h5,
h6 {
    /* color: #203764; */
    font-family: 'Roboto', sans-serif !important;
    /* font-weight: 600 !important; */
}

a,
img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

nav,
ul,
li {
    margin: inherit !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.detail-text ul {
    display: block;
    margin: 0px !important;
}

.detail-text li {
    display: list-item;
    margin: 0px !important;
}

.wrap-subnav ul {
    margin: inherit !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.nofonts {
    font-family: Arial, Tahoma, sans-serif !important;
}

.shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.vertical-middle {
    position: absolute;
    width: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/***** FANCYBOX *****/
.fancybox-wrap,
.fancybox-inner {
    background: #FFF !important;
}

.fancybox-close {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/close-W.png') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 20;
    width: 40px !important;
    height: 40px !important;
}

.fancybox-prev span,
.fancybox-next span {
    width: 50px !important;
    height: 80px !important;
    margin-top: -40px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.fancybox-prev span {
    background-image: url('../images/arrow-left-W.png') !important;
}

.fancybox-next span {
    background-image: url('../images/arrow-right-W.png') !important;
}

.row_statistical {
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
}

.row_statistical_info {
    height: 72px !important;
    display: flex !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    justify-content: center !important;
    align-items: end !important;
    padding: 35px;
    padding-bottom: 15px !important;
}

.row_statistical_title {
    font-size: 70px !important;
    color: #000 !important;
}

.row_statistical_content {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    display: block !important;
}

.row_statistical hr {
    border-top: 5px solid #19b8de !important;
    width: 50% !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}

/***** ELEMENTS *****/
.overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    position: fixed;
}

.position-fixed {
    position: fixed;
}

#page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #FFF;
}

#page-loader #page-loader-icon {
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    margin-top: -20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#page-loader #page-loader-line {
    background: #CCC;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
}

#page-loader #page-loader-line-done {
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    display: none;
}

#page-loader img {
    height: 60px;
    width: auto;
    margin-bottom: 5px;
}

#page-loader .page-loader-text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #18baa8;
    font-size: 36px;
    line-height: 1;
    margin-top: 5px;
}

body #nprogress .bar,
#page-loader #page-loader-line-done {
    background: #32C5F4;
}

#adminbox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

/***** TOGGLE *****/
.toggle-nav {
    position: fixed;
    right: 0;
    top: 60px;
    padding: 18px 15px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: none;
}

.toggle-nav-btn {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.toggle-nav-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #CCC;
    border-radius: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.toggle-nav span:nth-child(1) {
    top: 0px;
}

.toggle-nav span:nth-child(2),
.toggle-nav span:nth-child(3) {
    top: 10px;
}

.toggle-nav span:nth-child(4) {
    top: 20px;
}

.toggle-nav.open span:nth-child(1),
.toggle-nav.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}

.toggle-nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-nav.open .toggle-nav-btn span {
    background: #FFF !important;
}

.toggle-nav.open {
    background: #203764;
}

.toplink.fixed {
    bottom: 10px;
}

.toplink {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 10;
    overflow: hidden;
    right: 10px;
    bottom: -40px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.toplink a {
    line-height: 12px;
    position: relative;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    text-indent: -9999px;
    display: block;
}

.toplink a:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    content: "\2191";
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 24px;
    background: #203764;
    text-indent: 0;
}

/***** BUTTON *****/
.btn {
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-shadow: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    color: #FFF;
    background: #ffffff;
}

.btn:hover {
    color: #FFF;
    /* background: #203764; */
}

.btn-small {
    font-size: 14px;
}

.btn-round {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn-lineLB {
    color: #203764 !important;
    border: 2px solid #32C5F4 !important;
    background-image: linear-gradient(to right, #FFFFFF 50%, #32C5F4 50%) !important;
}

.btn-lineLB:hover {
    color: #FFF !important;
}

.btn-line {
    color: #32C5F4 !important;
    border: 2px solid #32C5F4;
    background: none;
    line-height: 26px;
}

.btn-line:hover {
    color: #FFF !important;
}

.btn-lineW {
    color: #FFF !important;
    border: 2px solid #FFF;
    background: none;
    line-height: 26px;
}

.btn-lineW:hover {
    color: #666 !important;
    background: #FFF !important;
}

.btn-lineB {
    color: #203764 !important;
    border: 2px solid #203764;
    line-height: 26px;
    height: 50px;
    background-size: 200% 100%;
    text-decoration: none;
    background-image: linear-gradient(to right, #F2F2F2 50%, #203764 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.btn-lineB:hover {
    color: #FFF !important;
    background-position: -100% 0;
    /* background: #BF8B2E !important;
    border: 2px solid #BF8B2E; */
}

.btn-lineBW {
    color: #203764 !important;
    border: 2px solid #203764;
    line-height: 26px;
    background-size: 200% 100%;
    text-decoration: none;
    background-image: linear-gradient(to right, #FFF 50%, #203764 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.btn-lineBW:hover {
    color: #FFF !important;
    background-position: -100% 0;
    /* background: #BF8B2E !important;
    border: 2px solid #BF8B2E; */
}


.btn-lineWB {
    color: #ffffff !important;
    border: 2px solid #ffffff;
    line-height: 26px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #000000 50%, #ffffff 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.btn-lineWB:hover {
    color: #000 !important;
    background-position: -100% 0;
    /* background: #BF8B2E !important;
    border: 2px solid #BF8B2E; */
}

.btn-color {
    color: #FFF !important;
    border: 2px solid #FFF;
    background: #32C5F4;
}

.btn-color:hover {
    background: #203764;
}

.btn-black {
    background: #666 !important;
    color: #FFF !important;
}

.btn-black:hover {
    background: #32C5F4 !important;
}

.btn-white {
    background: #FFF !important;
    color: #666 !important;
}

.btn-white:hover {
    background: #32C5F4 !important;
    color: #FFF !important;
}

.btn-brown {
    background: #BF8B2E !important;
    color: #FFF !important;
}

.btn-brown:hover {
    background: #8c6522 !important;
}

/***** IMGFX *****/
.imgfx {
    display: block;
    overflow: hidden;
}

.imgfx img {
    width: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/***** WRAPPER *****/
.wrap-all {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrap-content {
    margin: auto;
}

.wrap-top {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #FFF;
}

.wrap-top.absolute {
    position: absolute;
}

.wrap-body {
    width: 100%;
    position: relative;
    z-index: 2;
}

.wrap-body img {
    max-width: 100%;
}

.wrap-fullwidth-grey {
    background: #F2F2F2;
}

/***** CONTENT *****/
.wrap-content-header h2 {
    font-weight: 700 !important;
    text-align: center;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
}

.wrap-content-header h3 {
    font-weight: 700 !important;
    text-align: left;
}

.wrap-content-header hr,
.fullwidth-content .fullwidth-title hr {
    border-top: 5px solid #BF8B2E;
    width: 50px;
}

.wrap-fullwidth-center * {
    text-align: center;
}

.wrap-fullwidth-center h2,
.wrap-fullwidth-center h3,
.wrap-fullwidth-center hr {
    float: none;
}

.wrap-fullwidth-center hr {
    margin-left: auto;
    margin-right: auto;
}

.wrap-content-header h2 {
    margin-bottom: 0 !important;
}

.wrap-fullwidth-center .wrap-content-header h2 {
    text-align: center;
    float: none !important;
}

.wrap-fullwidth-center .wrap-content-header hr {
    margin-left: auto !important;
    margin-right: auto !important;
}

.content-body-text {
    font-size: 16px;
    line-height: 150%;
}

.content-body-text p,
.content-body-text p * {
    font-size: inherit;
    line-height: inherit;
}

.template-content .wrap-content-header h2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}

/***** HEADER *****/
.wrap-header {
    position: relative;
    z-index: 2;
    display: flow-root;
    justify-content: space-between;
}

.wrap-header header {
    float: left;
}

.wrap-header header #logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrap-header header #logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.wrap-header header #logo img {
    height: 48px;
    width: auto;
    margin-bottom: 8px;
}

.wrap-header header #logo .logo-text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #18baa8;
    font-size: 30px;
    line-height: 1;
    margin-top: 0px;
}

.wrap-content-body h1,
.wrap-content-body h2,
.wrap-content-body h3,
.wrap-content-body h4,
.wrap-content-body span {
    color: #000;
}

/***** MAINNAV *****/
.wrap-mainnav {
    float: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.wrap-mainnav ul,
.wrap-mainnav ul li {
    list-style: none !important;
}

.wrap-mainnav ul li {
    display: block;
    position: relative;
}

.wrap-mainnav ul li a {
    display: block;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
}

.wrap-mainnav ul li a i {
    margin-right: 0 !important;
    margin-left: 10px;
    line-height: normal;
}

.wrap-mainnav ul li ul {
    display: none;
}

.wrap-mainnav ul li ul li {
    float: none;
}

.wrap-mainnav ul li {
    float: left !important;
}

.wrap-mainnav ul li ul li a {
    line-height: 20px;
    padding: 5px 20px;
    font-weight: normal !important;
    color: #000 !important;
    text-decoration-color: #32C5F4 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px;
}

.wrap-mainnav ul li#nav_countries ul li span {
    font-weight: 600;
    color: #32C5F4;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}

.wrap-mainnav ul li#nav_countries ul li ul {
    padding: 0;
}

.wrap-mainnav ul li#nav_countries ul li ul li {
    float: none;
}

.wrap-mainnav ul li#nav_countries ul li ul li a {
    padding: 0;
    line-height: 20px;
    font-size: 12px;
}

.wrap-mainnav ul li#nav_countries ul li ul li a:hover {
    background: none;
    color: #32C5F4;
}

.wrap-metatop {
    background: #214C9C;
    height: 40px;
    position: relative;
    z-index: 1;
}

.wrap-metatop a {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    position: relative;
}

.wrap-metatop a:first-child:after {
    content: "";
    display: block;
    border-right: 1px solid #FFF;
    height: 20px;
    width: 1px;
    float: right;
}

.wrap-metatop a:hover,
.wrap-metatop a.active {
    background: #0C4DA2;
}

.wrap-metatop a.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0C4DA2;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

/***** BANNER *****/
.wrap-banner {
    width: 100%;
    background-color: #EAEAEA;
}

.wrap-swiper {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wrap-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #FFF;
    background: none;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-indent: -200px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 5px 10px !important;
}

.wrap-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #FFF;
    width: 14px;
    height: 14px;
    margin: 3px 8px !important;
}

.wrap-swiper .swiper-button-prev,
.wrap-swiper .swiper-button-next {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 99;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-indent: -999px;
}

.wrap-swiper .swiper-button-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.wrap-swiper .swiper-button-prev {
    left: 0;
    background: rgba(0, 0, 0, 0.5) url('../images/arrow-left-W.png') center center no-repeat;
}

.wrap-swiper .swiper-button-next {
    right: 0;
    background: rgba(0, 0, 0, 0.5) url('../images/arrow-right-W.png') center center no-repeat;
}

.wrap-swiper .swiper-button-disabled {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}

.wrap-swiper .slide {
    position: relative;
}

.wrap-swiper .slide .slide-image {
    z-index: 1;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrap-swiper .slide .slide-image .slide-overlay,
.wrap-pageheader .slide-overlay {
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}

.wrap-swiper .slide .slide-image .slide-overlay {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}

.wrap-swiper .slide .slide-image img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.wrap-swiper .slide .slide-caption {
    position: absolute;
    top: 0;
    height: 95%;
    z-index: 3;
}

.slide-content h2,
.wrap-pageheader .pageheader-content h2,
.wrap-pageheader .pageheader-content h3 {
    color: #FFF;
    -webkit-animation: fadeInUp 1s;
    -webkit-animation-delay: 1s;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px #000;
    padding-left: 20px;
    border-left: 5px solid #FFF;
    margin-bottom: 50px;
}

.slide-content .slide-text {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300 !important;
    -webkit-animation: fadeInDown 1s;
    -webkit-animation-delay: 0.5s;
}

.slide-content .slide-cta {
    margin-top: 50px;
    text-align: left;
    display: block;
}

.slide-content .slide-cta a {
    border-radius: 0px !important;
    background: none;
    display: inline-block;
}

.slide-content .slide-cta a:hover {
    background: #32C5F4 !important;
    color: #FFF !important;
    border: 2px solid #32C5F4;
}

.county_name:hover {
    border-bottom: 2px solid #32C5F4;
}

.content-bg-lightblue h3 a:hover {
    border-bottom: 2px solid #32C5F4;
}

/***** PAGE HEADER *****/
.wrap-pageheader {
    position: relative;
    width: 100%;
    color: #FFF;
    background-color: #666;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: inherit;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrap-pageheader .pageheader-content {
    z-index: 3;
    text-align: center;
    width: 100%;
}

.wrap-pageheader .pageheader-btn {
    margin-top: 20px;
}

.wrap-pageheader .pageheader-content h2,
.wrap-pageheader .pageheader-content h3 {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 0;
}

/***** MAP *****/
.wrap-map {
    position: relative;
    min-height: 700px;
}

.wrap-map #map svg {
    height: 100%;
}

.jvectormap-tip {
    background: #203764 !important;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    background: #203764 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
    right: 0px !important;
    left: auto !important;
}

.jvectormap-zoomin {
    top: 0px !important;
}

.jvectormap-zoomout {
    top: 40px !important;
}

.wrap-map .map-image img {
    width: 100%;
}

.map-country {
    text-align: left;
}

.map-country h4 {
    text-align: left;
    text-transform: uppercase;
    color: #32C5F4;
    font-size: 16px;
    line-height: 30px;
}

.map-country ul,
.map-country ul li {
    list-style: none !important;
    text-align: left;
    padding: 0;
}

.map-country ul li a {
    color: #666;
    line-height: 25px;
    font-size: 14px;
}

.map-country ul li a:hover {
    color: #32C5F4;
}

/***** BLOG *****/

.wrap-blog-list {
    margin: -10px;
}

.wrap-blog-list .blog {
    margin: 20px;
    border: 0px solid #cccccc52;
    position: relative;
}

.wrap-blog-list .blog {
    border-bottom: 4px solid #FFF;
}

.wrap-blog-list .blog:hover {
    border-bottom: 2px solid #32C5F4 !important;
}

/* .wrap-blog-list .wrap-blog{
    
} */
.wrap-blog-lists {
    margin: -10px;
}

.wrap-blog-lists .blog {
    margin: 10px;
    border: 1px solid #cccccc52;
    position: relative;
}

.wrap-blog-lists .blog {
    border-bottom: 5px solid #FFF;
}

.wrap-blog-lists .blog:hover {
    border-bottom: 5px solid #32C5F4;
}

.blog {
    background: #FFF;
}

.blog img {
    max-width: 100%;
}

.blog .blog-content {
    padding: 20px;
}

.blog .blog-header {
    margin-bottom: 10px;
}

.blog .blog-header-category {
    margin-bottom: 5px;
}

.blog .blog-header-category,
.blog .blog-header-category a {
    font-weight: 600 !important;
    color: #999;
}

.blog .blog-header .blog-header-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.blog .blog-text {
    color: #999;
}

.blog-header-title {
    /* font-weight: bold; */
}

.blog .blog-type {
    background: #32C5F4;
    padding: 10px 20px;
}

.blog .blog-type,
.blog .blog-type * {
    color: #FFF;
}

.blog .blog-tag {
    color: #000;
}

.blog .blog-tag i {
    width: 15px;
    display: inline-block !important;
}

.blog .blog-tag a:hover,
.blog .blog-header-category a:hover {
    color: #32C5F4;
}

.blog .blog-tag div {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
}

.blog .blog-tag div a {
    display: inline-block;
    color: #000;
    font-weight: 400 !important;
    font-size: 18px;
}

.blog .blog-tag .blog-tag-country {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}

.blog .blog-tag .blog-tag-country a {
    display: inline-block;
    color: #000;
    font-weight: 400 !important;
    font-size: 14px;
}

.wrap-content-body .blog-tag .blog-tag-country a {
    font-size: 18px;
}

.blog .blog-tag .blog-tag-theme {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}

.blog .blog-tag .blog-tag-theme a {
    display: inline-block;
    color: #000;
    font-weight: 400 !important;
    font-size: 14px;
}

.blog .blog-tag .blog-tag-sgd {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}

.blog .blog-tag .blog-tag-sgd a {
    display: inline-block;
    color: #000;
    font-weight: 400 !important;
    font-size: 14px;
}



.blog .blog-meta {
    background: #FFF;
}

.blog .blog-meta,
.wrap-rawdata-list .blog .blog-download {
    border-top: 0px solid #CCC;
    width: 100%;
    padding-left: 20px;
}

.container .blog-meta {
    border-top: 0px solid #CCC;
    width: 95%;
    padding-left: 0px;
}

i.fa-solid.fa-bars {
    font-style: inherit !important;
}

i.fa-solid.fa-list {
    font-style: inherit !important;
}

i.fa-regular.fa-clock {
    font-style: inherit !important;
    font-weight: 100 !important;
}

i.fa-light.fa-location-dot {
    font-weight: 100 !important;
    font-style: inherit !important;
}

.blog .blog-meta .blog-stat,
.blog .blog-meta a {
    float: left;
    text-align: left;
    margin: 0px 0;
}

.wrap-blog-list .blog:hover .blog .blog-meta a {
    font-weight: 600 !important;
}

.blog .blog-meta * {
    line-height: 20px;
    font-size: 12px;
    color: #000;
}

.blog .blog-meta span {
    display: inline-block !important;
}

.blog .blog-meta .blog-meta-button {
    background: #203764;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
}

.blog .blog-meta div,
.blog .blog-meta a {
    width: 33%;
}

.blog .blog-meta .blog-meta-button:hover {
    /* color: #FFF !important; */
    /* background-position: -100% 0; */
    /* background: #BF8B2E !important;
    border: 2px solid #BF8B2E; */

}

.blog .blog-meta .blog-meta-button i {
    margin-right: 0 !important;
    margin-left: 10px !important;
    color: #FFF;
}

.wrap-news .blog .blog-header {
    margin-bottom: 0;
}

.blog .blog-date {
    color: #000000;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

a.blog-header-title {
    color: #000000 !important;
}

/***** EVENT *****/
.event {
    margin-bottom: 20px;
}

.event a {
    display: block;
    margin-left: 70px;
    background: #FFF;
}

.event span {
    display: block;
}

.event .event-date {
    margin-left: -70px;
    width: 50px;
    float: left;
    color: #FFF;
    height: 80px;
    padding: 10px;
    text-align: center;
    background: #32C5F4;
}

.event.event-past .event-date {
    background: #BF8B2E;
}

.event .event-date .event-date-month {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.event .event-date .event-date-day {
    font-size: 40px;
    line-height: 40px;
    font-weight: 200 !important;
}

.event .event-date .event-date-year {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
}

.event .event-video .event-video-overlay {
    background-size: 40px !important;
}

.event .event-content {
    float: left;
    color: #000;
    overflow: hidden;
}

.event .event-content .event-content-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #203764;
}

.event .event-content .event-content-text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0px;
}

.event .event-content .event-image {
    overflow: hidden;
    position: relative;
}

.event .event-image img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.template-event_list .event a,
.wrap-blog-search .event a {
    border: 1px solid #DDD;
}

.template-event_list .event .event-content .event-content-text {
    font-size: 14px;
    line-height: 20px;
}

.wrap-video-list {
    color: #FFF;
    background-color: #000;
}

/***** COUNTDOWN *****/
.wrap-countdown {
    position: relative;
    background-image: url('../images/footer-bg.jpg') !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    padding: 100px 0;
    text-align: center;
    color: #FFF;
}

#countDownDateTime {
    display: none;
}

.wrap-countdown .wrap-content .vertical-middle {
    width: 1300px;
}

.wrap-countdown * {
    color: #FFF;
}

.wrap-countdown h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

.wrap-countdown-box {
    width: 600px;
    height: 150px;
    margin: auto;
    margin-top: 50px;
}

.countdown-box {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.countdown-box span {
    display: block;
}

.countdown-number {
    font-size: 40px;
    line-height: 50px;
}

.countdown-unit {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#countdown-sec:before {
    display: none;
}

/***** FOLLOW *****/
.wrap-follow {
    text-align: center;
}

.wrap-follow h3 {
    margin-bottom: 30px !important;
}

.follow-social,
.follow-social * {
    color: #666;
    font-size: 20px;
    line-height: 30px;
}

.follow-social a {
    margin: 0 20px;
}

/***** NEWSLETTER *****/
.wrap-newsletter {
    position: relative;
    background-image: url('../images/newsletter-bg.jpg') !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}

.wrap-newsletter h3 {
    color: #666;
    margin-bottom: 10px;
    font-weight: bold !important;
}

.wrap-newsletter #formresult {
    margin-top: 10px;
    height: 20px;
}

.formresult p {
    padding-bottom: 0;
    line-height: 20px;
    font-weight: 600 !important;
}

.formresult.formresult-failed,
.formresult.formresult-duplicated {
    color: #CC0000;
}

.formresult.formresult-success {
    color: #009900;
}

.wrap-newsletter .wrap-content .newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#form-newsletter input {
    line-height: 20px;
    font-size: 16px;
    padding: 20px;
    color: #666;
    border: 1px solid #666;
    background: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

#form-newsletter .formerror-msg {
    right: 20px;
    top: 10px;
}

#form-newsletter .formerror-msg * {
    font-size: 16px;
}

#form-newsletter button {
    line-height: 20px;
    background: #666;
    color: #FFF;
    font-size: 16px;
    font-weight: bold !important;
    background-image: url(../images/icon-send-W.png);
    background-repeat: no-repeat;
    background-size: 30px;
    float: left;
    display: block;
    padding: 20px 20px 20px 60px !important;
    background-position: 20px center !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 1px solid #666;
    text-shadow: none;
}

/***** FOOTER *****/
.wrap-footer {
    background: #203764;
    padding: 50px 0;
}

.wrap-footer * {
    color: #FFF;
}

.nav-footernav {
    width: 100%;
    float: left;
}

.nav-footernav .wrap-subnav {
    width: 20%;
    float: left;
}

.nav-footernav ul,
.nav-footernav ul li {
    list-style: none !important;
    padding: 0;
}

.nav-footernav h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400 !important;
    margin-bottom: 15px;
}

.nav-footernav ul li a {
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.nav-footernav ul li a:hover {
    color: #FFF;
}

.nav-footernav .subnav2 a {
    font-weight: bold !important;
}

.footernav-social {
    text-align: center;
}

.footernav-social img {
    width: 80%;
    margin-bottom: 10px;
}

.footernav-switchon {
    margin-bottom: 20px;
}

.footernav-follow h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: bold !important;
}

.footernav-follow a {
    display: inline-block;
    margin-left: 10px;
}

.footernav-follow a span {
    display: none;
}

.footernav-follow a i {
    margin-right: 0 !important;
    font-size: 20px;
}

.footernav-follow a:hover i {
    /* color: #32C5F4; */
}

.footer-copyright {
    background: #203764;
    /* border-bottom: 5px solid #32C5F4; */
}

.footer-copyright img {
    height: 60px;
    float: left;
    margin-right: 20px;
}

.footer-copyright .wrap-content {
    border-top: 1px solid #FFF;
    padding-top: 20px;
    color: #FFF;
}

.footer-copyright .wrap-content a {
    color: #FFF;
    text-decoration: underline;
}

/***** DETAIL *****/
.no-sidebar .wrap-detail {
    margin-right: 0;
}

.template-country .wrap-detail-content {
    padding-bottom: 0;
}

.detail-image {
    margin-bottom: 20px;
}

.detail-image img {
    max-width: 100%;
}

.detail-text,
.detail-text p,
.detail-text span,
.detail-text li {
    font-weight: inherit;
    color: inherit;
    font-size: 16px;
    line-height: 30px;
}

.detail-text p *,
.detail-text span *,
.detail-text li * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.detail-text strong,
.detail-text strong * {
    font-weight: bold !important;
}

.detail-text a {
    color: #32C5F4 !important;
}

.detail-text a:hover {
    text-decoration: underline;
}

.detail-text h1 {
    font-size: 40px !important;
    margin-top: 24px;
    line-height: 200%;
}

.detail-text h2 {
    font-size: 1.8em;
    margin-top: 0.8em;
    line-height: 200%;
}

.detail-text h3 {
    font-size: 1.5em;
    margin-top: 0.6em;
    line-height: 200%;
}

.detail-text h4 {
    font-size: 1.2em;
    margin-top: 0.5em;
    line-height: 200%;
}

.detail-text h5 {
    font-size: 16px;
    margin-top: 0.4em;
    line-height: 200%;
}

.detail-text h6 {
    font-size: 0.7em;
    margin-top: 0.3em;
    line-height: 200%;
}

.wrap-detail .blog-header {
    margin-bottom: 20px;
    border-left: 5px solid #32C5F4;
}

.wrap-detail .blog-header-category,
.wrap-detail .blog-header-category a {
    color: #32C5F4;
    font-size: 16px;
    line-height: 20px;
}

.wrap-detail .wrap-meta {
    float: left;
}

.wrap-detail .blog-stat {
    float: left;
    margin-right: 20px;
    line-height: 30px;
}

.wrap-detail .blog-stat * {
    color: #999;
}

.wrap-detail .blog-stat *,
.wrap-detail .blog-tag * {
    font-size: 14px;
    line-height: 20px;
}

.wrap-social span,
.wrap-social a,
.wrap-social i {
    display: inline-block;
    line-height: 30px !important;
    font-size: 14px;
}

.wrap-social .label {
    margin-right: 10px;
}

.socialshare {
    border: 1px solid #32C5F4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.socialshare:hover {
    background: #32C5F4;
    color: #FFF;
}

.wrap-social a span {
    display: none;
}

.wrap-social a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 5px;
}

.wrap-social i {
    margin-right: 0;
    font-size: 14px;
}

.wrap-detail .blog-tag {
    margin-bottom: 30px;
}

.wrap-detail .detail-intro {
    color: #32C5F4;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 600 !important;
}

.wrap-detail .detail-intro0 {
    color: #BF8B2E;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 30px;
}

.wrap-detail .detail-text {
    margin-bottom: 50px;
}

.wrap-detail .detail-info {
    background: rgba(50, 197, 244, 0.1);
}

.wrap-detail .detail-info h5 {
    color: #32C5F4;
}

.wrap-detail .detail-info-box {
    font-size: 16px;
    line-height: 150%;
}

.wrap-detail .detail-contact {
    margin-top: 30px;
    background: rgba(32, 55, 100, 0.1);
}

.detail-partner {
    margin-top: 50px;
}

.detail-lead-partner h3 {
    background: #32C5F4 !important;
}

.detail-partner h3 {
    background: #203764;
    color: #FFF;
    font-weight: bold !important;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.detail-gallery h3 {
    background: #BF8B2E;
    color: #FFF;
    font-weight: bold !important;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.partner {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.partner-image {
    float: right;
    width: 150px;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}

.partner-image img {
    max-width: 100%;
}

.partner-content {}

.partner-content h4 {
    color: #666;
    margin-bottom: 10px;
}

.partner-content p {
    font-size: 16px;
    line-height: 150%;
}

.blog-file {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #333;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=1);
    border: 1px solid #CCC;
    text-shadow: 0 1px 0 #FFF;
    box-shadow: 0px 5px 0px #AAA, 0px 8px 5px rgba(0, 0, 0, 0.2);
}

.blog-file span {
    display: block;
}

.back-button:hover {
    text-decoration: none !important;
}

.blog-file .blog-file-icon img {
    width: 100%;
}

.blog-file .blog-file-title .blog-file-headline {
    font-weight: bold;
    color: #203764;
}

.blog-file .blog-file-title .blog-file-name {
    margin-top: 10px;
    overflow: hidden;
}

.blog-file .blog-file-title .blog-file-name span {
    display: block;
    line-height: 25px;
    font-size: 14px;
}

.blog-file .blog-file-title .blog-file-name span * {
    line-height: inherit;
    font-size: inherit;
}

.blog-file .blog-file-download {
    text-align: center;
    background: rgb(50, 197, 244);
    background: -moz-linear-gradient(180deg, rgba(50, 197, 244, 1) 0%, rgba(39, 155, 194, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(50, 197, 244, 1) 0%, rgba(39, 155, 194, 1) 100%);
    background: linear-gradient(180deg, rgba(50, 197, 244, 1) 0%, rgba(39, 155, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32c5f4", endColorstr="#279bc2", GradientType=1);
}

.blog-file .blog-file-download i {
    color: #FFF;
}

.blog-result-info {
    font-size: 16px;
    line-height: 30px;
    /* background: rgba(32, 55, 100, 0.1); */
    color: #666;
}

.blog-filter-info {
    margin-bottom: 20px;
    /* background: rgba(50, 197, 244, 0.1); */
}

.blog-result-info a {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    /* padding-left: 13px; */
    padding-right: 26px;
    text-decoration-color: #32C5F4 !important;
    text-decoration-thickness: 3px !important;
    text-underline-offset: 5px;
}

.blog-result-info a:hover {
    text-decoration: underline;
}

.blog-result-info a.active {
    text-decoration: underline;
}

.blog-result-info h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-result-info .blog-result-count,
.blog-result-info .blog-result-show {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.blog-result-info * {
    font-size: inherit;
    line-height: inherit;
}

.wrap-blog-paging {
    margin-top: 100px;
    margin-bottom: 120px;
    text-align: center;
}

.wrap-blog-paging ul {
    display: inline-block;
}

.wrap-blog-paging ul,
.wrap-blog-paging ul li {
    padding: 0;
    margin: 0;
    list-style: none !important;
}

ul.MarkupPagerNav {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.wrap-blog-paging li {
    float: left;
    display: block;
    height: 50px;
    line-height: 48px;
    color: #999;
    font-size: 18px;
    width: 50px;
    overflow: hidden;
    border: 1px solid #DDD;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.wrap-blog-paging li a {
    border: 1px solid #DDD;
}

.wrap-blog-paging li a,
.wrap-blog-paging li span {
    display: block;
    line-height: 48px;
    color: #666;
    font-size: 18px;
    font-weight: 400 !important;
}

.wrap-blog-paging li.MarkupPagerNavOn {
    border: 1px solid #203764;
    font-weight: 400;
}

.wrap-blog-paging li.MarkupPagerNavOn a {
    border: 1px solid #FFF;
}

.wrap-blog-paging li.MarkupPagerNavOn * {
    background: #203764;
    color: #FFF;
}

.wrap-blog-paging li.MarkupPagerNavNext span {
    background: transparent url('../images/arrow-R.png') no-repeat center center;
    background-size: 30px;
    text-indent: -999px;
}

.wrap-blog-paging li.MarkupPagerNavPrevious span {
    background: transparent url('../images/arrow-L.png') no-repeat center center;
    background-size: 30px;
    text-indent: -999px;
}

/***** CONTENT STYLE *****/
.blue {
    color: #000000 !important;
    font-size: 40px !important;
    /* color: #32C5F4 !important; */
}

.brown {
    color: #BF8B2E !important;
}

.black {
    color: #333 !important;
}

p.blue {
    padding-bottom: 0;
}

.wrap-detail-country .detail-text a {
    color: #203764 !important;
    font-weight: 500;
}

.wrap-box {
    margin: 50px auto;
}

.box {
    text-align: center;
}

.wrap-box h3 {
    color: #333;
}

.wrap-box h5 {
    margin: 20px auto;
    font-size: inherit;
    line-height: inherit;
    color: #333;
}

.wrap-box p {
    padding: 20px 10px 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.template-content-branding .wrap-box h2 {
    margin-bottom: 20px;
}

.box2 {
    text-align: left;
}

.wrap-box-none .box2 p {
    text-align: center;
}

.box img {
    max-width: 80%;
}

.wrap-icon .box img {
    max-width: 30%;
    margin-bottom: 20px;
}

.wrap-promoting {
    border: 1px dashed #CCC;
    position: relative;
}

.wrap-promoting img {
    width: auto !important;
}

.promoting-logo {
    position: absolute;
}

.promoting-region img,
.promoting-logo img {
    height: 100%;
}

.promoting-region img {
    float: left;
    margin-right: 20px;
}

.promoting-region,
.promoting-region * {
    text-transform: uppercase;
}

.wrap-box-whiteblue .box span {
    display: block;
    border: 3px solid #32C5F4;
    background: #FFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: auto;
}

.wrap-box-none .box img,
.wrap-box-blue .box img,
.wrap-box-brown .box img,
.wrap-box-whiteblue .box img {
    max-width: 100%;
}

.wrap-implement .implement-logo h3 {
    margin-top: 0;
}

.wrap-implement .implement-logo h4 {
    font-size: 20px;
    line-height: 30px;
}

.wrap-boxdot {
    border: 1px dashed #CCC;
}

.wrap-box-none .box span {
    display: block;
    margin: auto;
}

.wrap-box-blue .box span {
    display: block;
    background: #32C5F4;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: auto;
}

.wrap-box-brown .box span {
    display: block;
    background: #BF8B2E;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: auto;
}

.wrap-box-brown .box {
    font-weight: 600 !important;
}

.wrap-box-brown .box strong {
    font-size: 0.8em;
    line-height: 200%;
    font-weight: 600 !important;
}

.box-icon p {
    padding-bottom: 20px;
    clear: both;
    min-height: 60px;
}

.box-icon img {
    height: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    width: auto !important;
}

.wrap-promoting-implementing {
    margin-top: 100px;
}

.wrap-promoting-implementing h3 {
    font-size: 40px;
    line-height: 50px;
}

.wrap-policy h3 {
    font-size: 30px;
    line-height: 40px;
}

.wrap-policy {
    margin-bottom: 100px;
}

.policy {
    margin-top: 30px;
    text-align: center;
}

.policy-title {
    padding: 5px;
    border: 3px solid #203764;
    margin: auto;
}

.policy-title h4 {
    background: #203764;
    color: #FFF;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 20px;
    font-weight: bold !important;
    margin-top: 0;
}

.policy-title-blue {
    border: 3px solid #0C4DA2;
}

.policy-title-blue h4 {
    background: #0C4DA2;
}

.policy-arrow {
    margin-top: 30px;
}

.policy-text {
    margin-top: 30px;
}

.policy-text h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal !important;
}

.policy-text strong {
    font-weight: bold !important;
}

.policy-text p {
    padding-top: 10px;
    padding-bottom: 0;
}

/***** TEAM *****/
.team {
    margin-bottom: 100px;
}

.team-detail h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.team-detail .team-info * {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 150%;
}

.team-detail .team-info strong {
    font-size: 22px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.team-detail .team-info p {
    padding-bottom: 10px;
}

.team-detail .team-info a:hover {
    font-weight: 500 !important;
}

.team-text {
    border-left: 1px solid #CCC;
}

/***** CONTENT TABLE *****/
.content-table {
    padding-bottom: 20px;
}

.content-table h3,
.content-table .content-table-link p {
    line-height: 30px;
    padding-bottom: 0;
}

.content-table h3 {
    font-size: 30px;
}

.content-table .content-table-link p {
    font-size: 20px;
}

.content-table .content-table-link a {
    color: #32C5F4;
}

.content-table .content-table-link a:hover {
    color: #203764;
}

.content-table .content-table-text {
    font-size: 20px;
    line-height: 30px;
}

.content-table .content-table-text h4 {
    margin-top: 0;
}

.content-table:last-child {
    border-bottom: none;
}

/***** BRANDING *****/
.branding {
    float: left;
}

.branding .branding-image {
    margin-bottom: 20px;
    text-align: center;
}

.branding .branding-image img {
    max-width: 60%;
}

.branding .branding-content {
    text-align: center;
}

.branding .branding-content h4 {
    color: #666;
}

/***** SIDEBAR *****/
.wrap-sidebar {
    margin-bottom: 50px;
    border-bottom: 1px solid #CCC;
}

.wrap-sidebar h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #32C5F4;
}

.wrap-sidebar h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #32C5F4;
}

.wrap-sidebar ul,
.wrap-sidebar ul li {
    padding: 0;
    margin: 0;
    list-style: none !important;
}

.wrap-sidebar ul li a {
    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 200 !important;
    color: #666;
}

.wrap-sidebar ul li a:hover {
    color: #32C5F4;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebar-resource {
    display: block;
    /* margin-top: 30px; */
    overflow: hidden;
    text-align: center;
}

.sidebar-resource img {
    max-width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.sidebar-resource:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.wrap-blog.who-we-are-blog:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.wrap-blog.who-we-are-blog:hover .btn-lineB {
    color: #FFF !important;
    background-position: -100% 0;
}

.blog-header-title:hover {
    text-decoration: none;
}

.wrap-blog-list .blog:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.wrap-blog-list .blog:hover .register {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}


.wrap-blog-list .blog:hover .read_bt {
    font-weight: 600 !important;
}

.wrap-blog-new-first:hover .read_bt {
    font-weight: 600 !important;
}

.wrap-blog-new-first img:hover .read_bt {
    font-weight: 600 !important;
}

.event-blog:hover .read_bt {
    font-weight: 600 !important;
}

.wrap-blog-lists .blog:hover .read_bt {
    font-weight: 600 !important;
}

.wrap-blog-lists .blog:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.sidebar-resource span {
    display: block;
    padding-top: 10px;
    color: #203764;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 18px;
}

.wrap-sidebar-resource {
    padding-bottom: 30px;
}

.wrap-sidebar-resource .wrap-meta {
    float: none;
    text-align: center;
    margin-top: 10px;
}

.wrap-sidebar-resource .blog-stat {
    float: none;
    margin-right: 0 !important;
    line-height: 20px;
}

/***** NEWS & EVENT *****/
.wrap-news-event .wrap-event h3 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.wrap-news-event .wrap-event p {
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.wrap-news-event .wrap-event .wrap-content-header {
    margin-top: 80px;
    margin-bottom: 30px;
}

.wrap-news-event .wrap-event .wrap-content-header h2 {
    color: #000 !important;
}

.wrap-news-event .wrap-event .wrap-content-header hr {
    display: none;
}

.wrap-news-event .wrap-event .event-content-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.wrap-news-event .wrap-event .content-header-button {
    float: none;
}

.wrap-news-event .wrap-event .content-header-button a {
    margin-left: 0 !important;
}

/***** CONTACT *****/
.template-contact .wrap-content-header p {
    font-size: 20px;
    line-height: 30px;
}

.template-contact .content-body-text {
    padding: 0;
    margin: auto;
}

#form-contact input,
#form-contact textarea {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

#form-contact .formrow {
    margin-bottom: 20px;
    margin-right: 22px;
    height: 50px;
}

#form-contact .textarearow {
    height: 110px;
}

#form-contact button {
    border: none;
    margin: 30px auto 0;
    float: none;
}

#form-contact #formresult {
    margin-bottom: 30px;
}

.template-contact .wrap-content-header h1 {
    margin-bottom: 20px;
    color: #32C5F4;
}

.template-contact .wrap-content-header p {
    color: #203764;
}

.template-contact .wrap-content-body {
    margin-top: 30px;
}

.template-contact .wrap-content-body p {
    font-size: 16px;
    line-height: 24px;
}

/***** SEARCH *****/
.wrap-searchform {
    position: relative;
}

.wrap-search {
    position: relative;
    display: none;
}

.wrap-search.active {
    display: block;
}

.wrap-search-close {
    float: right;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    background: url('../images/close.png') right center no-repeat;
    background-size: 20px !important;
    color: #666;
}

.wrap-search h2 {
    float: left;
    color: #666;
    font-weight: bold !important;
}

.wrap-search-box .formrow {
    height: 50px;
}

.wrap-search-box .formrow input {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}

.wrap-search-box .selectrow label {
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}

.wrap-search-box .selectrow .styled-select {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    height: 50px;
    line-height: 50px;
}

.wrap-search-box .selectrow select {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

#form-search button {
    width: 150px;
    background: #203764;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

#form-search button,
#form-search button:hover {
    border: none;
}

.wrap-blog-filter .checkboxrow {
    position: relative;
}

.wrap-blog-filter .labelgroup {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 30px;
    height: 30px;
    color: #203764;
    border-bottom: 1px solid #BF8B2E;
}

.wrap-blog-filter .labelgroup,
.wrap-blog-filter .labelgroup i {
    font-size: 20px;
}

.wrap-blog-filter .blog-filter:last-child .labelgroup {
    margin-right: 0;
}

.wrap-blog-filter i.fa-sort-down {
    float: right;
    margin-right: 0 !important;
    line-height: 40px !important;
    display: inline-block !important;
    font-size: 20px;
}

.wrap-blog-filter label {
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    width: auto;
    font-weight: 400;
    color: #000;
}

.wrap-detail .blog-tag i {
    margin-right: 10px !important;
    width: 15px;
}

.wrap-blog-filter #formrow-country .wrap-checkboxgroup {
    column-count: 2;
    column-gap: 0;

}

.wrap-blog-filter .wrap-checkboxgroup {
    padding-top: 10px;
}

.wrap-blog-filter .input-checkbox {
    margin-top: 5px;
}

.wrap-search .wrap-blog-filter-resource {
    display: none;
    margin-top: 20px;
}

.wrap-search .wrap-blog-filter {
    padding: 0;
    background: none;
    width: 100%;
    display: block;
}

/***** GALLERY *****/
.wrap-gallery {
    margin-top: 50px;
}

.wrap-gallery a {
    display: inline-flex;
    width: 24.8%;
    overflow: hidden;
    padding: 0px;
    border: 10px solid #FFF;
}

.wrap-gallery a img {
    max-height: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.wrap-gallery a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

blockquote {
    font-size: 1.4em;
    width: 80%;
    margin: 30px 0;
    padding: 30px 30px 30px 70px;
    border-left: 8px solid #203764;
    line-height: 1.6;
    position: relative;
    background: #EFEFEF;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #203764;
    font-size: 4em;
    position: absolute;
    left: 20px;
    top: -10px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

blockquote p {
    padding-bottom: 0 !important;
}

.wrap-news-event .wrap-news {
    padding-left: 5% !important;
}

.blog-header-type a {
    color: black;
    font-weight: 400;
}

.blog-header-type {
    margin-bottom: 10px;
}

.container {
    width: 100%;
    box-shadow: 0px 2px 14px 6px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}

span.event-content-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.event-blog {
    border-right: 3px solid #ffffff;
}

.event-blog:hover {
    border-right: 3px solid #32C5F4;
}

.cover {
    padding: 0px 65px;
    position: relative;
}

.social_voice_section {
    height: auto;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
}

.container_thumnail {
    position: relative;
    width: 280px;
    max-width: 500px;
}

.image_thumnail {
    display: block;
    width: 100%;
    height: auto;
}

.overlay_thumnail {
    position: absolute;
    bottom: 0%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 35%, rgb(255 255 255 / 0%) 65%);
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 60px;
    text-align: center;
    vertical-align: middle;
}

.overlay_thumnail_com {
    position: absolute;
    bottom: 0%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 35%, rgb(255 255 255 / 0%) 65%);
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 75px;
    text-align: center;
    vertical-align: middle;
}

.content-bg-lightblue {
    background: #F0F5F7;
    padding: 70px;
}

.event-desktop {
    display: block;
}

.event-mobile {
    display: none;
}

.img-full {
    width: 124% !important;
    max-width: 200% !important;
    margin-left: -12% !important;
}

.img-full114 {
    width: 114% !important;
    max-width: 200% !important;
    margin-left: -12% !important;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
}

.detail-tag.blog-tag>a {
    color: #000;
}

.blog-stat.blog-meta-share span {
    color: #000;
    font-weight: 400;
}

.blog-stat.blog-meta-share i.fas.fa-share-alt {
    color: #000;
}

.blog-stat.blog-meta-view span {
    color: #000;
    font-weight: 400;
}

.content-body-text .detail-text ul {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
}

.content-body-text .detail-text ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
}

.content-body-text .detail-text h2 {
    font-weight: 500 !important;
    /* font-size: 18px; */
    line-height: 200%;
}

.content-body-text .detail-text h3 {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 200%;
}

.content-body-text .detail-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
}

.blog-stat.blog-meta-view i.fas.fa-eye {
    color: #000;
}

.detail-info-box a {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-decoration-color: #32C5F4 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px;
    text-decoration: none;
}

.detail-info-box a:hover {
    text-decoration: underline;
}

.wrap-detail .blog-tag strong {
    font-size: 18px;
}

.wrap-detail .blog-tag a {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    text-decoration-color: #32C5F4 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px;
    font-weight: 400;
    text-decoration: none;
}

.wrap-detail .detail-info .detail-info-box {
    font-weight: 400;
}

.wrap-detail .detail-info-box p {
    font-weight: 400;
}

.partner-content p {
    font-weight: 400;
    color: #000;
}

.partner-content h4 {
    font-weight: 400;
    color: #000;
}

.wrap-detail .detail-info-box a {
    font-weight: 400;
}

.wrap-detail .blog-tag a:hover {
    text-decoration: underline;
}


.img-full111 {
    width: 111% !important;
    max-width: 200% !important;
    height: 600px;
    object-position: top;
    object-fit: cover;
    margin-left: -5.5% !important;
}

.img-74 {
    width: 100% !important;
    max-width: 200% !important;
    margin-left: 0% !important;
}

.hided_s {
    display: none;
}

.myDIV:hover+.hided_s {
    display: block;
    color: red;
}

.pwcmb-widget {
    padding: 15px !important;
}

.pwcmb-widget__text p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.pwcmb-widget__text a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #FFF;
    text-decoration: underline;
}

p {
    padding: 0 0 0em;
}

button.pwcmb-widget__button.js-pwcmb-allow-cookies {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    border-radius: 0px !important;
}

button.pwcmb-widget__button.js-pwcmb-manage-cookies {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    border-radius: 0px !important;
}

[class^="fa-"],
[class*=" fa-"] {
    margin-right: 5px !important;
}

.grand-p {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
    color: #000 !important;
    margin-bottom: 60px;
}

.detail-text a:hover {
    font-weight: 500 !important;
}

.content-bg-lightblue h1 {
    font-size: 40px !important;
    margin-top: 0px;
    line-height: 120%;
    margin-bottom: 40px;
}

.content-bg-lightblue h3 a {
    color: #000000 !important;
    border-bottom: 2px solid gray;
}

.content-bg-lightblue h3 a:hover {
    text-decoration: none;
}

.content-bg-lightblue h3 {
    margin-top: 0px;
    font-size: 18px !important;
    line-height: 30px;
    font-weight: 300 !important;
}

.blog-content a.btn.btn-lineB {
    color: #203764 !important;
}

.blog-content a.btn.btn-lineB:hover {
    color: #FFF !important;
    text-decoration: none !important;
}


.expandable {
    background: #fff;
    overflow: hidden;
    color: #000;
    line-height: 50px;
    transition: all .5s ease-in-out;
    height: 0;
}

.expandable:target {
    height: auto;
}

button {
    text-shadow: 0 0px 0 #FFF !important;
}


/* cockies-policy-content */
.cockies-policy-content p {
    font-size: 18px !important;
    line-height: 200% !important;
    font-weight: 300;
}

.cockies-policy-content ul li {
    font-size: 18px !important;
    line-height: 200% !important;
    font-weight: 300;
}

.cockies-policy-content h2 {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 500 !important;
    line-height: 200%;
}

.template-privacy-policy .detail-text a {
    color: #000 !important;
    font-weight: 300;
}

.template-cookies-policy .detail-text a {
    color: #000 !important;
    font-weight: 300;
}

.contact_rowleft {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}

.contact_rowright {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #203764;
}

.contact_rowright a {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #203764;
}

.contact_rowright2 {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000000;
}

.template-contact hr {
    border-top: 2px solid #000;
}

.mail-s a {
    color: #000 !important;
    font-weight: 300;
}

.content2 h4 {
    font-size: 20px !important;
}

em {
    color: #000;
    font-weight: 300;
}

.template-resource_list .blog-result-info a {
    font-size: 16px;
    padding-right: 0px;
}

.template-project_list .blog-result-info a {
    font-size: 14px;
    padding-right: 0px;
}

a:focus {
    outline-offset: 0px !important;
    outline: none;
}

.template-news .detail-text p {
    display: block;
    margin-bottom: 20px;
}

.template-who-we-are .detail-text p {
    display: block;
    margin-bottom: 20px;
}

.content-bg-lightblue p {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1285px) {
    .event-mobile {
        display: block;
    }

    .event-desktop {
        display: none;
    }
}