/*** common css **/
body, html {
    font-weight: 400;
    font-size: 62.5%;
    overflow-x: hidden;
    font-style: normal;
    font-family: "Kanit", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    padding-left: 8%;
    padding-right: 8%;
}

@media(max-width: 480px) {
    .container {
        padding-left: 7%;
        padding-right:7%;
    }
}

.main-wrapper {
    position: relative;
}

.dropanchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.primary-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
    background-color: #F7D147;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.primary-btn:hover {
    background-color: #AF9432;
}

.secondary-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
    background-color: #F7D147;
    font-family: 'Kanit', sans-serif;
    color: #fff;
}

.secondary-btn:hover {
    background-color: #AF9432;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.search-map-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
    background-color: #F7D147;
    font-family: 'Kanit', sans-serif;
    color: #fff;
}

.search-map-btn:hover {
    background-color: #AF9432;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.transparent-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
}

.transparent-btn:hover {
    background-color: #F9FAFB;
    color: #344054;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.learn-more-btn {
    background-color: #FDF1C6;
    border: 1px solid #FBEAAA;
    color: #AF9432;
}

.finder__search-btn {
    padding: 1rem 1.8rem;
    width: 10rem;
}

.learn-more-btn:hover {
    color: #887327;
    background-color: #FDF1C6;
}
/*** header menu navigation css **/
.navigation__container {
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}

/*** mobile menu **/

.mobile__menu--active {
    height: 100% !important;
    overflow: auto;
}

.mobile__menu--active .bar__line:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
}

.mobile__menu--active .bar__line:nth-child(2) {
    display: none;
}

.mobile__menu--active .bar__line:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
}

.mobile__menu-box--active {
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile__menu-box {
    transition-delay: 100ms !important;
}

body .mobile__menu--active {
    height: 100%!important; 
    overflow-y: auto !important;
}


/*** lander form section css **/
.banner__subscribe-container {
    margin-top: 6.4rem;
}

.banner__subscribe-image-box {
    background-image: url('../images/lander-image.jpg');
    background-position: center;
}

.banner__suscribe-form {
    width: 100%;
}

.banner__form-field {
    height: 4.4rem;
}

.banner__form-field input {
    width: 100%;
    height: 4.2rem;
    outline: none;
    padding-left: 1rem;
}


.banner__form-field .country-code {
    background-color: #fff;
    width: 8rem;
}

/*** articles three column **/

.article__item-container {
    margin-top: 4rem;
}

.article__item-image img {
    height: 23.3rem;
    width: 100%;
    object-position: center;
}

.article__item-content {
    margin-top: 1.6rem;
}

.article__item-title {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #383838;
}

.article__item-author {
    margin-top: 1.6rem;
    position: relative;
}

.article__item-author-image {
    height: 3.9rem;
    width: auto;
    border-radius: 100%;
}


/*** Map **/

.map_container--active {
    visibility: visible !important;
    height: 100% !important;
    opacity: 1 !important;
    transition-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1) !important;
    transition-duration: 500 !important;
}

/*** content typhography **/

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
    font-family: 'Kanit',sans-serif;
    font-weight: 700;
}

.content h1 {
    font-size: 2.4rem;
}

.content h2 {
    font-size: 2.2rem;
}

.content h3 {
    font-size: 2.0rem;
}

.content h4 {
    font-size: 1.8rem;
}

.content h5 {
    font-size: 1.6rem;
}

.content h6 {
    font-size: 1.4rem;
}

.content p,
.content b,
.content span,
.content a,
.content i
{
    font-family: 'Kanit', sans-serif;
    font-size: 1.6rem;
    color: #475467;
}

.content b,
.content strong {
    font-size: 1.8rem;
}

@media(max-width: 920px) {
    .content img {
        height: auto !important;
        width: auto !important;
    }
}

.content ul li h5 {
    font-family: 'Kanit', sans-serif;
    font-size: 1.6rem;
    color: #000;
}

.content ul li h5:hover {
    color: #F7D147;
}

.content table {
    border-collapse: collapse;
    width: 100%;
}

.content table td {
    border: 1px solid #B9B9B9;
    padding: .4rem;
    color: #000;
    padding: 1rem;
}

.content table th {
    border: 1px solid #18191F;
    background-color: #B9B9B9;
    padding: 1rem 0;
    color: #000;
}

/* .banner__search, .offer__page {
    background-image: url('../images/main-banner-image.jpg');
} */

.banner__thank-you {
    background-image: url('../images/bg-thank-you-page.jpg');
}

.subscribe__bottombox-content,
.subscribe__bottombox-title {
    color: #fff;
}

.banner__above__fold {
    background-image: url('../images/subscribe-banner-image.png')
}

#in-article {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    display: block !important;
    justify-content: center !important;
}

#mid-article {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    display: flex !important;
    justify-content: center !important;
}

.article-content img {
    margin: 0 0 10px 0;
}

.article-content p {
    margin: 20px 0;
}

.article-content h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.article-content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/* banner top ads */

.ads-btn {
    cursor:pointer;
    -webkit-transition: all .3s ease-in .20s;
    -moz-transition: all .3s ease-in .20s;
    -o-transition: all .3s ease-in .20s;
    -ms-transition: all .3s ease-in .20s;
    transition: all .3s ease-in .20s;
}

.ads-btn.down {
    -webkit-transform: rotate(180deg);
    -moz-transform:  rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner__ads-top-container {
    opacity:1;
    overflow: visible;
    max-height: 100%;
}

.banner__ads-top-container.hide {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 !important;
}

.dot-separator {
    font-size: 0.8rem !important;
    vertical-align: middle;
    padding: 0 .4rem;
}

.article-content img {
    height: auto !important;
    width: 100% !important;
}

/* .offer__item-container {
    border: 1px solid #EAECf0;
    border-radius: 1.6rem;
} */

.offer__creative p, .offer__creative span{
    color: #475467 !important;
}

.offer__item {
    padding: 0.8rem 2.4rem;
}

.selected {
    color: #AF9432;
}

@media(max-width:820px) {
    .lander__video iframe {
        width: 100%;
    }
}

.menu__scroll::-webkit-scrollbar {
    display: none;
}

@media(max-width: 480px) {
    .article-banner__image {
        height: 280px;
    }
}

/* survey custom styling */

.article__item-content [data-survey] h3,
.content [data-survey] h3{
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    color: #101828 !important;
    line-height: 3.2rem;
    margin-bottom: .8rem;
}

.article__item-content [data-survey] span,
.content [data-survey] span {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: .8rem;
    color: #475467 !important;
    display: inline-block;
}

.card-body {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
    color: #101828 !important;
    padding: 1.6rem;
}



.content [data-survey] {
    background-color: #f9fafb;
    padding: 2.6rem;
    border: 1px solid #EAECf0;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.content > div {
    min-height: unset !important;
}

progress {
    height: 1rem;
    border: 1px solid #475467;
    margin-bottom: 2rem;
    border-radius: 1.6rem;
}

progress::-moz-progress-bar {
    background: #F7D147;
}
/* For Chrome or Safari */
progress::-webkit-progress-value {
    background: #F7D147;
}
/* For IE10 */
progress {
    background: #F7D147;
}

.card-body span {
    font-family: 'Kanit', sans-serif;
    line-height: 3.2rem;
}

.card-body  input[type=radio], .card-body input[type=checkbox] {
    accent-color: #F7D147;
}

.pl-2 {
    padding-left: 1rem;
}

#vote {
    text-align: center !important;
    line-height: 2.4rem !important;
    width: 100%;
    margin-top: 1.6rem;
    color: #ffffff;
    background-color: #F7D147;
    font-size: 19px;
    border: 1px solid #F7D147;
    border-radius: 1px;
    padding: 10px 20px;
    letter-spacing: 1px;
}

#vote:hover {
    background-color: #F7D147 !important;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

#see_results {
    color: #F7D147 !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 5;
}
.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #F7D147;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 100%;
}
.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #F7D147;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}
.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    /* background: #29f0b4; */
    border-radius: 100%;
}
.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #F7D147;
    border-radius: 100%;
}
.go-top-wrap .go-top-btn:hover {
    color: #344054;
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.sidebar-box {
    background-color: #F9FAFB;
    border: 1px solid #EAECF0;
    border-radius: 1.6rem;
    padding: 1.5rem;
}

.sidebar-heading {
    margin-bottom: 2rem;
}

.content table.my-2 {
    width: auto;
}

.content table.my-2 td {
    border: none;
    vertical-align: top;
    padding: 0 0 0 1rem;
}

.content table.my-2 td input[type=text],
.sidebar-box table.my-2 td input[type=text],
.article__item-content table.my-2 td input[type=text] {
    font-family: 'Kanit', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    outline: none;
    padding: .2rem 1.5rem;
    border: 1px solid #EAECf0;
    color: #475467;
    font-weight: 400;
}

small {
    font-size: 1.4rem;
    color: #475467;
    font-weight: 400;
}

#take_survey_again {
    color: #fff;
    font-weight: 400;
    margin-top: 1.5rem;
}

/* adopted classes from bootstrap */

.content .d-flex {
    display: flex;
}

.content .justify-content-center {
    justify-content: center;
}

.content .align-items-center {
    align-items: center;
}

.content .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.align-top {
    vertical-align: top;
}

@media (min-width: 768px){
    .content .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .content .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

/* modification per site */

.banner_search-title,
.banner_search-subtitle {
    color: #fff;
}



.bg-menu-btn {
    border: 1px solid #ED3009;
}

.article__item-content-meta {
    border-color: #FBEAAA;
    color:#AF9432;
}

.article__item-content-category {
    border-color: #FBEAAA;
    color: #AF9432;
}

.article__item-content-read {
    color: #AF9432;
}

.swiper-pagination-bullet-active {
    background-color: #F7D147 !important;
}

footer {
    background-color: #0BA5EC;
}

.footer__box-right-text {
    padding-top: 2.2rem;
}

.lander__photocontent-item h5 {
    padding-top: 2rem;
}

.lander__slide-item-content {
    font-size: 2.4rem;
    font-weight: 500;
}


@media(max-width: 480px) {
    .lander__slide-item-content {
        font-size: 1.4rem;
    }
}

.lander__photocontent_grid-container {
    column-gap: 3.2rem;
}

.lander__photocontent-item:last-of-type {
    margin-top: 1.5rem;
}

.site-logo--mobile {
    padding: 2.5rem;
}

.footer__box-center-title {
    font-weight: 700;
    color: #fff;
}

/** Bootstrap class */

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

#back {
    padding-right: 2rem;
}

.search-map-btn {
    border-radius: .8rem;
    padding: 1.5rem 2.8rem;
    text-align: center;
    background-color: #F7D147;
    border: 1px solid #F7D147;
}

.search-map-btn:hover {
    background-color: #F7D147;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.clear-btn {
    border-radius: .8rem;
    padding: 1.5rem 2.8rem;
    text-align: center;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #D0D5DD, #D0D5DD);
    border: 1px solid #D0D5DD
}

.clear-btn:hover {
    background-color: #7b7b7b;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

#auto-detect-button img {
    position: absolute;
    top: 12px;
    right: 11px;
}
/* finder category */
.finder_category_list_item.checked {
    border-width: 5px;
    border-color: #7D89B0;
}

.no-link {
    background-color: #F7D147;
}

.no-link:hover {
    background-color: #F7D147;
}

/* anouncement bar */

.announcementbar__container {
    background: linear-gradient(45deg, #0E9384 0%, #0E9384 100%);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.close__button {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 12rem;
    cursor: pointer;
}

.announcementbar__content {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
}

.announcementbar__content a {
    color: #CCFBEF;
}

@media(max-width: 820px) {
    .announcementbar__container {
        position: fixed;
        z-index: 11;
        justify-content: space-between;
        width: 100%;
    }

    .announcementbar__content {
        width: 90%;
        padding: 0 1rem;
    }

    .close__button {
        right: 1.5rem;
    }

    .mobile__menu-container.active {
        margin-top: 5rem;
    }

    .mobile__menu-box.active {
        margin-top: 7.5rem;
        position: relative;
    }
}

@media(max-width: 375px) {
    .mobile__menu-box.active {
        margin-top: 10rem;
    }    
}


.sovrn-slider.proper-dynamic-insertion {
    position: fixed;
}