@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap");

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

footer ul {
    list-style: none;
}

body {
    line-height: 1;
}

html,
body {
    font-family: "Sarabun", sans-serif !important;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

ol:not(.bullet), ul:not(.bullet) {
    /*list-style: none;*/
}

.page-content ol,
.page-content ul {
    /*list-style: inherit !important;*/
}

.page-content li {
    line-height: 1.5;
}

.page-content li ul {
    padding-top: 5px;
    margin-bottom: 15px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    max-width: 100%;
    height: auto;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    color: #0079C7;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a:hover {
    text-decoration: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.upscreenline {
    background-color: #0079C7 !important;
    position: static;
}

@media (max-width: 991px) {
    .zoom-40 {
        zoom: 0.4 !important;
    }

    .zoom-200 {
        zoom: 3 !important;
    }

    .upscreenline {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .second-date {
        top: -4px !important;
    }

    .navbar-grey {

    }
}


.img-placeholder {
    position: relative;
    display: block;
}

.img-placeholder .caption {
    text-align: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.img-card-placeholder {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.img-card-placeholder .image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.img-card-placeholder:hover .image {
    transform: scale(1.2);
}

.img-card-placeholder.no-effect:hover .image {
    transform: scale(1);
}

.img-card-placeholder-2 {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.img-card-placeholder-2 .image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.img-card-placeholder-2:hover .image {
    transform: scale(1.0);
}

.img-card-placeholder-2.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.img-card-s1 {
    padding-top: 110%;
}

.img-card-s2 {
    padding-top: 60%;
}

.gallery-group .col-lg-4 .img-card-s2 {
    padding-top: 106%;
}


.gallery-group .col-lg-6 .img-card-s2 {
    padding-top: 67.8%;
}

.gallery-group .col-lg-3 .img-card-s2 {
    padding-top: 147%;
}

@media (max-width: 991px) {
    .gallery-group .img-card-s2 {
        padding-top: 60% !important;
    }

}


.img-card-s3 {
    padding-top: 117.5%;
}

.img-card-s4 {
    padding-top: 80%;
}

@media (max-width: 991px) {
    .img-card-s1,
    .img-card-s2,
    .img-card-s3 {
        padding-top: 40% !important;
    }
}

@media (max-width: 767px) {
    .img-card-s1,
    .img-card-s2,
    .img-card-s3 {
        padding-top: 80% !important;
    }
}

.img-card-placeholder.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.img-card-placeholder .category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #E61E25;
    color: #fff;
    padding: 5px 10px;
    z-index: 9;
    border-radius: 5px;
}

.img-card-placeholder .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.img-card-placeholder .caption .inner {
    padding: 15px;
    color: #fff !important;
}


.calendar-activity {
    /*border-top: 1px solid #ccc;*/
}

.calendar-activity .item {
    /*padding: 15px 0;*/
    border-bottom: 1px solid #ccc;
}

.calendar-activity .item > .row > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.calendar-activity .item > .row > [class*="col-"]:first-child {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    .calendar-activity .item > .row > [class*="col-"]:first-child {
        /*box-shadow:inset 0px 0px 0px 10px #f00;*/
    }
}

th.fc-col-header-cell {
    background-color: #6c757d !important;
    color: #fff !important;
}

th.fc-col-header-cell.fc-day-sun,
th.fc-col-header-cell.fc-day-mon {
    background-color: #0177c0 !important;

}

.fc-col-header-cell {
    padding: 15px 0 !important;
}

.bgOrg {
    position: relative;
}

.bOrg .color {
    position: absolute;
    top: 0;
    left: 12px;
    width: 5px;
    height: 100%;
}

.calendar-activity .item .date {
    font-size: 44px;
    font-weight: 700;
}

.calendar-activity .item .month {
    line-height: 1;
    font-size: 12px;
}

.calendar-activity .item .bOrg {
    border-left: 3px solid #E66E1E;
}

.calendar-activity .item .bViolet {
    border-right: 3px solid #DF36EB;
}

@media (min-width: 992px) {
    .calendar-activity {
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}


.tag-item {
    padding: 5px 15px;
    background-color: #4C4C4C;
    margin: 0 5px 5px 0;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}

.tag-item:hover {
    background-color: #343333;
    color: #fff;
}


.page-cover.lg {
    background-color: #000;
    position: relative;
    padding: 150px 0;
}

.page-cover.lg:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-cover .container,
.page-cover {
    position: relative;
    background-size: cover;
    /*background-color: #0b0b0b;*/
    /*background-color: #E61E25;*/
}

.page-cover .container {
    position: relative;
    z-index: 111;
}

@media (max-width: 992px) {
    .page-cover {
        padding: 30px 0 50px 0;
    }
}

.page-cover .container:before {
    background-image: url(../images/Background_1.png);
    background-position: right bottom;
    left: 0;
    /*content: '';*/
    position: absolute;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
}

.page-cover-image {
    position: relative;
    background-size: cover;
}

.page-cover-image .caption {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    color: #fff;
}


.page-cover img {
    /*opacity: .5;*/
}


.page-cover h2:after {
    position: relative;
    /*content: '';*/
    width: 25%;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px solid rgba(255, 255, 255, 0.64);
}

@media (max-width: 991px) {
    .page-cover img {
        display: none;
    }

    .page-cover .row > div:first-child {
        text-align: right;
    }

    .page-cover .row > div:first-child > * > * {
        text-align: right;
        justify-content: flex-end;
    }

    .page-cover-image h1,
    .page-cover-image .h1,
    .page-cover h1,
    .page-cover .h1 {
        font-size: 28px;
    }

    .page-cover-image h5,
    .page-cover-image .h5 {
        font-size: 14px;
    }

    .page-heading {
        padding-top: 0;
    }
}


.border-btm-lightgrey {
    border-bottom: 1px solid #B9B9B9;
}

footer ul li {
    padding-bottom: 5px;
}

.footer-content {
    line-height: 1.5;
}


.nav-news {
    border-bottom: 2px solid #0079C7;
}

.nav-tabs.nav-news .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding: .5rem 1.5rem;
    border: none;
}

.nav-tabs-sm.nav-tabs .nav-link {
    font-size: 16px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

@media (max-width: 767px) {
    .nav-tabs.nav-news .nav-item {
        display: block;
        width: 100%;
    }

    .nav-tabs.nav-news .nav-link {
        font-size: 14px;
        text-align: left !important;
        padding-right: 0;
        padding-left: 0;
    }
}

.nav-org .nav-link {
    background-color: #f1f1f1;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    font-weight: 500;
    /*color: #E61E25 !important;*/
}

.nav-org .nav-link.active {
    background-color: #0079C7 !important;
    color: #0079C7 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0079C7 !important;
    background-color: transparent !important;
}

.tab-content-org {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.nav-tabs.nav-news.sm .nav-link {
    color: #333;
    font-size: 14px;
    padding: .5rem .8rem;
}

.nav-tabs.nav-news.sm li:last-child .nav-link {
    padding-right: 0 !important;
}

.nav-tabs.nav-news.sm .nav-link.active {
    color: #333 !important;
}


.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 5px;
}

.owl-carousel .owl-dots button.active {
    background-color: #0050a0;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    color: #0050a0 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.owl-carousel .owl-nav button i {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.clients {
    margin-bottom: 40px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.clients .owl-stage {
    /*display: flex;*/
    /*align-items: center;*/
}

.clients .owl-carousel .owl-item img {
    width: auto;
}

@media (min-width: 1200px) {


    .owl-carousel .owl-nav button i {
        font-size: 30px;
        color: #aaa;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
}


.dropdown-item {
    font-size: 14px;
}

.link-download img {
    width: 30px;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper video,
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row.row-ssm {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.row.row-ssm > [class*="col-"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.row.row-sm {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.row.row-sm > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 30px;
    }

    .header {
        position: fixed;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .header > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .upscreenline {
        background-color: #046fb6 !important;
        position: static;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .header .avartar-solid {
        width: 30px;
    }

    .header .navbar-toggler {
        color: #fff;
    }

    body {
        padding-top: 115px;
    }
}

.breadcrumb {
    font-size: 12px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1875rem;
}

.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}


.card-header {
    padding: .9375rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .02);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.header-elements-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.card-header:first-child {
    border-radius: .125rem .125rem 0 0;
}

.card-header:not([class*=bg-]):not([class*=alpha-]) {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom-width: 0;
}
