/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */



@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600');

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
  
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
     font-family: 'Prompt', sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    color: #000 !important;
}

.Head2 {
     font-family: 'Prompt', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #000 !important;
}

/* style of item titles on edit and admin pages */
.SubHead {
      font-family: 'Prompt', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: #069 !important;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
     font-family: 'Prompt', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #069 !important;
}
ul.SubSubHead
{
    margin-bottom:40px
}
ul.SubSubHead li
{
    margin-left:40px;
    line-height:30px
}
ul.SubSubHead li a,ul.SubSubHead li a:link,ul.SubSubHead li a:visited {
     font-family: 'Prompt', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #069 !important;
   
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

H5, DT {
}

H6 {
}

TFOOT, THEAD {
}

TH {
}

A:link {
}

A:visited {
}

A:hover {
}

A:active {
}

SMALL {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI {
}

    UL LI LI {
    }

        UL LI LI LI {
        }

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}

OL UL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}

/*nti custom css*/



body {
    background: url(/Portals/0/Images/bg-gradient2.png) repeat-x top left;
    background-size: contain !important;
    /*background-color:#175fa6 !important*/
    background-color: #b43351 !important;
}

.bg1 {
    background: #4d4d4d;
}

.bg2 {
    background: rgba(22,96,167,1);
    background: -moz-linear-gradient(top, rgba(22,96,167,1) 0%, rgba(180,51,81,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,96,167,1)), color-stop(100%, rgba(180,51,81,1)));
    background: -webkit-linear-gradient(top, rgba(22,96,167,1) 0%, rgba(180,51,81,1) 100%);
    background: -o-linear-gradient(top, rgba(22,96,167,1) 0%, rgba(180,51,81,1) 100%);
    background: -ms-linear-gradient(top, rgba(22,96,167,1) 0%, rgba(180,51,81,1) 100%);
    background: linear-gradient(to bottom, rgba(22,96,167,1) 0%, rgba(180,51,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1660a7', endColorstr='#b43351', GradientType=0 );
}

.header {
    padding: 20px 0;
}

.navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 30px;
    margin-right: 30px;
}

*:lang(en-us) .nav, *:lang(en-us) .nav a, *:lang(en-us) .nav a:link, *:lang(en-us) .nav a:visited, *:lang(en-us) .nav a:active, *:lang(en-us) .nav ul li, *:lang(en-us) .nav ul li a {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #353d76 !important;
    border-bottom: solid 2px #fff;
}

*:lang(th-th) .nav, *:lang(th-th) .nav a, *:lang(th-th) .nav a:link, *:lang(th-th) .nav a:visited, *:lang(th-th) .nav a:active, *:lang(th-th) .nav ul li, *:lang(th-th) .nav ul li a {
    font-family: 'Prompt', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #353d76 !important;
    border-bottom: solid 2px #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #353d76 !important;
    background-color: #fff !important;
    font-weight: 400;
    border-bottom: solid 2px #fbb947;
}

.nav a:hover, .nav a:hover {
    color: #353d76 !important;
    background-color: #fff !important;
    border-bottom: solid 2px #fbb947;
}

.navbar {
    border: 0 !important;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fff !important;
}
/*logo*/
.navbar-brand2 {
    margin-right: 15px;
}
/*language*/
.language {
    margin-left: 15px;
    margin-right: 15px;
}

    .language span {
        color: #353d76;
        font-family: 'Prompt', sans-serif !important;
        font-size: 20px;
        font-weight: 300;
    }

    .language a {
        font-family: 'Prompt', sans-serif !important;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
    }

        .language a.active, .language a.active:link, .language a.active:visited {
            font-weight: 400;
            color: #353d76;
        }

            .language a.active:hover {
                font-weight: 400;
                color: #000;
            }

        .language a.disable, .language a.disable:link, .language a.disable:visited {
            font-weight: 400;
            color: #c9c9c9;
        }


/*btn*/
.btn {
    border-radius: 0 !important;
}
/*btn blue*/
.btn-blue {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
    color: #fff;
    background-color: #353d76 !important;
    border-color: #353d76 !important;
    border-radius: 0;
}

    .btn-blue.focus, .btn-blue:focus {
        color: #fff !important;
        background-color: #174b84 !important;
        border-color: #174b84 !important;
    }

    .btn-blue:hover {
        color: #fff !important;
        background-color: #174b84 !important;
        border-color: #174b84 !important;
    }

    .btn-blue.active, .btn-blue:active, .open > .dropdown-toggle.btn-blue {
        color: #fff !important;
        background-color: #174b84 !important;
        border-color: #174b84 !important;
    }

        .btn-blue.active.focus, .btn-blue.active:focus, .btn-blue.active:hover, .btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover, .open > .dropdown-toggle.btn-blue.focus, .open > .dropdown-toggle.btn-blue:focus, .open > .dropdown-toggle.btn-blue:hover {
            color: #fff !important;
            background-color: #174b84 !important;
            border-color: #174b84 !important;
        }

    .btn-blue.active, .btn-blue:active, .open > .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled.focus, .btn-blue.disabled:focus, .btn-blue.disabled:hover, .btn-blue[disabled].focus, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue.focus, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:hover {
        background-color: #174b84;
        border-color: #174b84;
    }

    .btn-blue.badge {
        color: #fff;
        background-color: #174b84;
    }

/*btn blue*/
.btn-blue2 {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
    color: #353d76;
    background-color: #fff;
    border-color: #353d76;
    border-radius: 0;
}

    .btn-blue2.focus, .btn-blue2:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-blue2:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-blue2.active, .btn-blue2:active, .open > .dropdown-toggle.btn-blue2 {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-blue2.active.focus, .btn-blue2.active:focus, .btn-blue2.active:hover, .btn-blue2:active.focus, .btn-blue2:active:focus, .btn-blue2:active:hover, .open > .dropdown-toggle.btn-blue2.focus, .open > .dropdown-toggle.btn-blue2:focus, .open > .dropdown-toggle.btn-blue2:hover {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

    .btn-blue2.active, .btn-blue2:active, .open > .dropdown-toggle.btn-blue2 {
        background-image: none;
    }

    .btn-blue2.disabled.focus, .btn-blue2.disabled:focus, .btn-blue2.disabled:hover, .btn-blue2[disabled].focus, .btn-blue2[disabled]:focus, .btn-blue2[disabled]:hover, fieldset[disabled] .btn-blue2.focus, fieldset[disabled] .btn-blue2:focus, fieldset[disabled] .btn-blue2:hover {
        background-color: #000;
        border-color: #000;
    }

    .btn-blue2.badge {
        color: #fff;
        background-color: #000;
    }
/*btn white*/
.btn-white {
    color: #b43351 !important;
    background-color: #fff !important;
    border-color: #b43351 !important;
    font-family: 'Prompt', sans-serif !important;
    border: solid 1px #B43351 !important;
    display: inline-table !important;
}

    .btn-white:focus,
    .btn-white.focus {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

    .btn-white:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-white:active:hover,
        .btn-white.active:hover,
        .open > .dropdown-toggle.btn-white:hover,
        .btn-white:active:focus,
        .btn-white.active:focus,
        .open > .dropdown-toggle.btn-white:focus,
        .btn-white:active.focus,
        .btn-white.active.focus,
        .open > .dropdown-toggle.btn-white.focus {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled:hover,
    .btn-white[disabled]:hover,
    fieldset[disabled] .btn-white:hover,
    .btn-white.disabled:focus,
    .btn-white[disabled]:focus,
    fieldset[disabled] .btn-white:focus,
    .btn-white.disabled.focus,
    .btn-white[disabled].focus,
    fieldset[disabled] .btn-white.focus {
        background-color: #000;
        border-color: #000;
    }

    .btn-white .badge {
        color: #fff;
        background-color: #000;
    }

    .btn-white span.dx-vam:hover {
        color: #fff;
    }
/*btn pink*/
.btn-pink {
    color: #fff !important;
    background-color: #b43351 !important;
    border-color: #b43351;
    font-family: 'Prompt', sans-serif !important;
    border: solid 1px #b43351 !important;
    display: inline-table !important;
}

    .btn-pink:focus,
    .btn-pink.focus {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

    .btn-pink:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.btn-pink {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

        .btn-pink:active:hover,
        .btn-pink.active:hover,
        .open > .dropdown-toggle.btn-pink:hover,
        .btn-pink:active:focus,
        .btn-pink.active:focus,
        .open > .dropdown-toggle.btn-pink:focus,
        .btn-pink:active.focus,
        .btn-pink.active.focus,
        .open > .dropdown-toggle.btn-pink.focus {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.btn-pink {
        background-image: none;
    }

    .btn-pink.disabled:hover,
    .btn-pink[disabled]:hover,
    fieldset[disabled] .btn-pink:hover,
    .btn-pink.disabled:focus,
    .btn-pink[disabled]:focus,
    fieldset[disabled] .btn-pink:focus,
    .btn-pink.disabled.focus,
    .btn-pink[disabled].focus,
    fieldset[disabled] .btn-pink.focus {
        background-color: #000;
        border-color: #000;
    }

    .btn-pink .badge {
        color: #fff;
        background-color: #000;
    }

    .btn-pink span.dx-vam:hover {
        color: #fff;
    }
/*btn white border*/
.btn-white-border {
    color: #fff;
    background-color: rgba(180,51,81,0);
    border-color: #fff;
    font-family: 'Prompt', sans-serif !important;
}

    .btn-white-border:focus,
    .btn-white-border.focus {
        color: #fff;
        background-color: #000;
        border-color: #000 !important;
    }

    .btn-white-border:hover {
        color: #fff;
        background-color: #000;
        border-color: #000 !important;
    }

    .btn-white-border:active,
    .btn-white-border.active,
    .open > .dropdown-toggle.btn-pink {
        color: #fff;
        background-color: #000;
        border-color: #000 !important;
    }

        .btn-white-border:active:hover,
        .btn-white-border.active:hover,
        .open > .dropdown-toggle.btn-white-border:hover,
        .btn-white-border:active:focus,
        .btn-white-border.active:focus,
        .open > .dropdown-toggle.btn-white-border:focus,
        .btn-white-border:active.focus,
        .btn-white-border.active.focus,
        .open > .dropdown-toggle.btn-white-border.focus {
            color: #fff;
            background-color: #000;
            border-color: #000 !important;
        }

    .btn-white-border:active,
    .btn-white-border.active,
    .open > .dropdown-toggle.btn-white-border {
        background-image: none;
    }

    .btn-white-border.disabled:hover,
    .btn-white-border[disabled]:hover,
    fieldset[disabled] .btn-white-border:hover,
    .btn-white-border.disabled:focus,
    .btn-white-border[disabled]:focus,
    fieldset[disabled] .btn-white-border:focus,
    .btn-white-border.disabled.focus,
    .btn-white-border[disabled].focus,
    fieldset[disabled] .btn-white-border.focus {
        background-color: #000;
        border-color: #000 !important;
    }

    .btn-white-border .badge {
        color: #fff;
        background-color: #000;
    }

    .btn-white-border span.dx-vam:hover {
        color: #fff;
    }
/*btn trans*/
.btn-trans {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0;
}

    .btn-trans.focus, .btn-trans:focus {
        color: #fff !important;
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .btn-trans:hover {
        color: #fff !important;
        background-color: #174b84 !important;
        border-color: #174b84 !important;
    }

    .btn-trans.active, .btn-trans:active, .open > .dropdown-toggle.btn-trans {
        color: #fff !important;
        background-color: #174b84 !important;
        border-color: #174b84 !important;
    }

        .btn-trans.active.focus, .btn-trans.active:focus, .btn-trans.active:hover, .btn-trans:active.focus, .btn-trans:active:focus, .btn-trans:active:hover, .open > .dropdown-toggle.btn-trans.focus, .open > .dropdown-toggle.btn-trans:focus, .open > .dropdown-toggle.btn-trans:hover {
            color: #fff !important;
            background-color: #174b84 !important;
            border-color: #174b84 !important;
        }

    .btn-trans.active, .btn-trans:active, .open > .dropdown-toggle.btn-trans {
        background-image: none;
    }

    .btn-trans.disabled.focus, .btn-trans.disabled:focus, .btn-trans.disabled:hover, .btn-trans[disabled].focus, .btn-trans[disabled]:focus, .btn-trans[disabled]:hover, fieldset[disabled] .btn-trans.focus, fieldset[disabled] .btn-trans:focus, fieldset[disabled] .btn-trans:hover {
        background-color: #174b84;
        border-color: #174b84;
    }

    .btn-trans.badge {
        color: #fff;
        background-color: #174b84;
    }
/*text*/
.h-white {
    font: 400 24px 'Prompt', sans-serif;
    color: #fff;
}
/*icon in textbox*/
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/*input textbox*/
.input-style {
    height: 33px;
    background-color: #fff;
    width: 100%;
    border: solid 1px #fff;
    padding: 0px 5px;
    font-family: 'Prompt', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
}
/*box container*/
.box-pink {
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

    .box-pink .h-zone {
        background-color: #973b7f;
        height: 100px;
    }

        .box-pink .h-zone h2 {
            color: #fff;
            padding: 20px 15px;
            margin: 0;
            font: 400 24px/30px 'Prompt', sans-serif !important;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        }

    .box-pink .c-zone {
        background-color: #fff;
        padding: 10px 0;
    }
/*box-pink2*/
.box-pink2 {
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

    .box-pink2 .h-zone {
        background: rgba(169,52,83,1);
        background: -moz-linear-gradient(left, rgba(169,52,83,1) 0%, rgba(169,52,83,1) 58%, rgba(78,59,111,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,52,83,1)), color-stop(58%, rgba(169,52,83,1)), color-stop(100%, rgba(78,59,111,1)));
        background: -webkit-linear-gradient(left, rgba(169,52,83,1) 0%, rgba(169,52,83,1) 58%, rgba(78,59,111,1) 100%);
        background: -o-linear-gradient(left, rgba(169,52,83,1) 0%, rgba(169,52,83,1) 58%, rgba(78,59,111,1) 100%);
        background: -ms-linear-gradient(left, rgba(169,52,83,1) 0%, rgba(169,52,83,1) 58%, rgba(78,59,111,1) 100%);
        background: linear-gradient(to right, rgba(169,52,83,1) 0%, rgba(169,52,83,1) 58%, rgba(78,59,111,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93453', endColorstr='#4e3b6f', GradientType=1 );
    }

        .box-pink2 .h-zone h2 {
            color: #fff;
            padding: 10px 15px;
            margin: 0;
            font: 400 24px/30px 'Prompt', sans-serif !important;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        }

    .box-pink2 .c-zone {
        background-color: #fff;
        padding: 0;
    }
/*box-pink3*/
.box-pink3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .box-pink3 .h-zone {
        background: rgba(169,52,83,1);
    }

        .box-pink3 .h-zone h2 {
            color: #fff;
            padding: 10px 15px;
            margin: 0;
            font: 400 24px/30px 'Prompt', sans-serif !important;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        }

    .box-pink3 .c-zone {
        background-color: transparent;
        padding: 1px 0;
    }
/*style backgroudn-img for header container*/
.h-bg1 {
    background-image: url(/Portals/0/Images/bg1.png);
    background-repeat: no-repeat;
}

.h-bg2 {
    background-image: url(/Portals/0/Images/bg2.png);
    background-repeat: no-repeat;
}

.h-bg3 {
    background-image: url(/Portals/0/Images/bg3.png);
    background-repeat: no-repeat;
}

.h-bg4 {
    background-image: url(/Portals/0/Images/bg4.png);
    background-repeat: no-repeat;
}

.h-bg5 {
    background-image: url(/Portals/0/Images/bg5.png);
    background-repeat: no-repeat;
}

.h-bg6 {
    background-image: url(/Portals/0/Images/bg6.png);
    background-repeat: no-repeat;
}

.h-bgTopThaiBrand {
    background-image: url(/images/activity/TopThaiBrandHeader.png);
    background-repeat: no-repeat;
}

.h-bgThaiLandWeek {
    background-image: url(/images/activity/ThailandWeek.png);
    background-repeat: no-repeat;
}

.h-ExternalActivity {
    background-image: url(/images/activity/OVERSEAS.png);
    background-repeat: no-repeat;
}
/*bg positon*/
.h-right {
    background-position: right top;
}
/*news*/


.news .item {
    border-bottom: solid 1px #9dc2df;
    padding: 20px 0;
    width: 100%;
}

    .news .item .pic img {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
        margin: auto;
    }



    .news .item .top {
        margin-bottom: 15px;
    }



        .news .item .top .normal {
            font: 300 16px/22px 'Prompt', sans-serif !important;
            color: #333;
            margin-bottom: 5px;
        }

    .news .item .bottom {
        margin-top: 10px;
    }
/*news2*/
.news2 {
}

    .news2 .item {
        background-color: rgba(0, 0, 0, 0.1);
        margin: 1px 0;
        padding: 0;
        width: 100%;
    }

        .news2 .item .pic {
            padding: 0;
        }

@media(max-width:768px) {

    .news2 .item {
        background-color: rgba(0, 0, 0, 0.1);
        margin: 1px 0;
        padding: 15px;
        text-align: center;
        width: 100%;
    }
}

.news2 .item .pic img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: auto;
}

.news2 .item .details {
    padding: 15px;
}



.news2 .item .top .topic, .news2 .item .top .topic a, .news2 .item .top .topic a:link, .news2 .item .top .topic a:visited {
    font: 400 20px/22px 'Prompt', sans-serif !important;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-decoration: none;
}

.news2 .item .top .normal {
    font: 300 16px/22px 'Prompt', sans-serif !important;
    color: #fff;
    margin-bottom: 5px;
}

.news2 .item .bottom {
    margin-top: 10px;
}
/*read more*/
.more a, .more a:link, .more a:visited {
    font: 400 16px/20px 'Prompt', sans-serif !important;
    text-decoration: none !important;
    color: #000;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px auto;
}

    .more a:hover {
        font: 400 16px/20px 'Prompt', sans-serif !important;
        text-decoration: none !important;
        color: #fff;
        background-color: #000;
        padding: 5px 15px;
        display: inline-block;
        margin: 10px auto;
        text-decoration: none;
    }

    .more a span {
        font: 400 16px/20px 'Prompt', sans-serif !important;
        text-decoration: none !important;
        color: #b43351;
    }

        .more a span:hover {
            font: 400 16px/20px 'Prompt', sans-serif !important;
            text-decoration: none !important;
            color: #fff;
        }
/*for calendar news*/
.post-date {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    text-align: center;
    border-right: solid 1px #000;
}

    .post-date span.month {
        color: #333;
        padding: 0;
        font: 400 16px/20px 'Prompt', sans-serif !important;
    }

    .post-date span.day {
        color: #b43351;
        display: block;
        font: 400 24px/30px 'Prompt', sans-serif !important;
    }
/*banners link*/
.banners img {
    display: block;
    margin: 30px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

    .banners img:hover {
        display: block;
        margin: 30px auto;
        box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }

/*btn-search*/
.btn-padding {
    padding: 6px 25px !important;
}
/*text-step*/
.text-step, a.text-step, a.text-step:link, a.text-step:visited {
    font-size: 16px;
    line-height: 20px;
    color: #B43351;
    text-decoration: none;
}

    .text-step:hover {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        text-decoration: none;
    }

    .text-step span, .text-step span:link, .text-step span:visited {
        font-family: 'Prompt', sans-serif;
        vertical-align: text-top;
        color: #B43351;
        text-decoration: none;
    }

        .text-step span:hover {
            font-family: 'Prompt', sans-serif;
            vertical-align: text-top;
            color: #333;
            text-decoration: none;
        }

/*nti custom*/
.userMessages {
    display: none !important;
}

.userNotifications {
    display: none !important;
}

.userProfileImg {
    display: none !important;
}

.social-icons {
    display: none !important;
}

.searchInputContainer {
    display: none !important;
}
/*nav menu custom position for*/
header nav ul.nav-main {
    /*margin: -30px 220px 40px 0px !important;
     margin: 10px 0px 50px 145px !important; for home
     margin-left:5px !important;*/
    margin-top: 10px !important;
}

/*custom icon menu right and left*/
.icon-menu-left:before {
    content: "";
}

.icon-menu-right::after {
    content: "";
}
/*custom background button*/
.btn-step .dxbButton {
    background-image: none !important;
    border: 0 !important;
    background-color: transparent !important;
}
/*center*/
.center-block {
    margin: auto !important;
    display: block !important;
    float: none !important;
}

/*calendar*/

.dxMonthGrid table {
    border-collapse: separate; /* Or do nothing, this is default */
    border-spacing: 10px 0px; /* Only works if border-collapse is separate */
    border-top: 1px solid #5d79ab;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.dxeCalendarHeader_Moderno tr {
    border-bottom: solid 1px #fff;
}

table.dxeCalendar_Moderno, table.dxeCalendar_Moderno td {
    background-color: transparent !important;
    border: 0;
}

.dxeCalendarHeader_Moderno td.dxe span {
    color: #fff !important;
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
}

tr.dx-ac .dxeCalendarDayHeader_Moderno {
    color: #fff !important;
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
}

td.dxeCalendarOtherMonth_Moderno {
    border: 0 !important;
    color: #fff;
    opacity: 0.5;
    text-shadow: 2px 2px 4px #000000;
}

td.dxeCalendarDay_Moderno {
    border: 0 !important;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}

td.dxeCalendarToday_Moderno {
    border: solid 0px #FFF !important;
    border-radius: 100%;
    color: #ff9900;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
}

td.dxeCalendarSelected_Moderno {
    border: solid 1px #FFF !important;
    border-radius: 100%;
    color: #ff9900;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
}

#dnn_ctr1915_View_calendarActivity_mt {
    height: 330px !important;
}

#dnn_ctr1915_View_calendarActivity_NYC {
    display: none;
}

#dnn_ctr1915_View_calendarActivity_PYC {
    display: none;
}

#dnn_ctr1915_View_ASPxCallbackPanel1_calendarActivity_mt {
    height: 330px !important;
}

#dnn_ctr1915_View_ASPxCallbackPanel1_calendarActivity_PYCImg {
    display: none;
}

#dnn_ctr1915_View_ASPxCallbackPanel1_calendarActivity_NYCImg {
    display: none;
}

#container-nti.container {
    padding-right: 0px;
    padding-left: 0px;
}
/*#footer.container{border-top: solid 0px #fff !important;}*/
footer {
    border-top: solid 0px #fff !important;
}

.ms-slide-link {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*Terms and conditions apply*/
.condition {
    padding: 15px;
    width: 90%;
    margin: auto;
    background-color: #fff;
}

    .condition h2 {
        font-family: 'Prompt',sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #333;
        margin-bottom: 5px;
    }

    .condition ol {
        counter-reset: item;
        padding-left: 0 !important;
    }

    .condition li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .condition li:before {
            content: counters(item, ".") " ";
            counter-increment: item;
        }

    .condition ol > li {
        font-family: 'Prompt',sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #333;
    }

        .condition ol > li > ol > li, .condition p {
            font-family: 'Prompt',sans-serif;
            font-weight: 300;
            color: #333;
            font-size: 18px;
            line-height: 28px;
        }

        .condition ol > li ol {
            margin-bottom: 20px;
            padding-left: 20px;
        }
/*custom radio color*/
.dxEditors_edtRadioButtonUnchecked_PlasticBlue {
    background-image: url("/portals/0/images/radio.png");
    background-position: 0px 0px;
    height: 15px;
    width: 15px;
}

.dxEditors_edtRadioButtonChecked_PlasticBlue {
    background-image: url("/portals/0/images/radio.png");
    background-position: 0 -100px;
    height: 15px;
    width: 15px;
}

.dxeButtonEditButtonHover_PlasticBlue .dxEditors_edtClear_PlasticBlue, .dxEditors_caRefresh_PlasticBlue, .dxEditors_edtBinaryImageDelete_PlasticBlue, .dxEditors_edtBinaryImageOpenDialog_PlasticBlue, .dxEditors_edtCalendarFNNextYear_PlasticBlue, .dxEditors_edtCalendarFNPrevYear_PlasticBlue, .dxEditors_edtCalendarNextMonth_PlasticBlue, .dxEditors_edtCalendarNextMonthDisabled_PlasticBlue, .dxEditors_edtCalendarNextYear_PlasticBlue, .dxEditors_edtCalendarNextYearDisabled_PlasticBlue, .dxEditors_edtCalendarPrevMonth_PlasticBlue, .dxEditors_edtCalendarPrevMonthDisabled_PlasticBlue, .dxEditors_edtCalendarPrevYear_PlasticBlue, .dxEditors_edtCalendarPrevYearDisabled_PlasticBlue, .dxEditors_edtClear_PlasticBlue, .dxEditors_edtDETSClockFace_PlasticBlue, .dxEditors_edtDETSHourHand_PlasticBlue, .dxEditors_edtDETSMinuteHand_PlasticBlue, .dxEditors_edtDETSSecondHand_PlasticBlue, .dxEditors_edtDropDown_PlasticBlue, .dxEditors_edtDropDownDisabled_PlasticBlue, .dxEditors_edtEllipsis_PlasticBlue, .dxEditors_edtEllipsisDisabled_PlasticBlue, .dxEditors_edtError_PlasticBlue, .dxEditors_edtRadioButtonChecked_PlasticBlue, .dxEditors_edtRadioButtonCheckedDisabled_PlasticBlue, .dxEditors_edtRadioButtonUnchecked_PlasticBlue, .dxEditors_edtRadioButtonUncheckedDisabled_PlasticBlue, .dxEditors_edtSpinEditDecrementImage_PlasticBlue, .dxEditors_edtSpinEditDecrementImageDisabled_PlasticBlue, .dxEditors_edtSpinEditIncrementImage_PlasticBlue, .dxEditors_edtSpinEditIncrementImageDisabled_PlasticBlue, .dxEditors_edtSpinEditLargeDecImage_PlasticBlue, .dxEditors_edtSpinEditLargeDecImageDisabled_PlasticBlue, .dxEditors_edtSpinEditLargeIncImage_PlasticBlue, .dxEditors_edtSpinEditLargeIncImageDisabled_PlasticBlue, .dxEditors_edtTBDecBtn_PlasticBlue, .dxEditors_edtTBDecBtnDisabled_PlasticBlue, .dxEditors_edtTBDecBtnHover_PlasticBlue, .dxEditors_edtTBDecBtnPressed_PlasticBlue, .dxEditors_edtTBIncBtn_PlasticBlue, .dxEditors_edtTBIncBtnDisabled_PlasticBlue, .dxEditors_edtTBIncBtnHover_PlasticBlue, .dxEditors_edtTBIncBtnPressed_PlasticBlue, .dxEditors_edtTokenBoxTokenRemoveButton_PlasticBlue, .dxEditors_edtTokenBoxTokenRemoveButtonDisabled_PlasticBlue, .dxEditors_fcadd_PlasticBlue, .dxEditors_fcaddhot_PlasticBlue, .dxEditors_fcgroupaddcondition_PlasticBlue, .dxEditors_fcgroupaddgroup_PlasticBlue, .dxEditors_fcgroupand_PlasticBlue, .dxEditors_fcgroupnotand_PlasticBlue, .dxEditors_fcgroupnotor_PlasticBlue, .dxEditors_fcgroupor_PlasticBlue, .dxEditors_fcgroupremove_PlasticBlue, .dxEditors_fcopany_PlasticBlue, .dxEditors_fcopavg_PlasticBlue, .dxEditors_fcopbegin_PlasticBlue, .dxEditors_fcopbetween_PlasticBlue, .dxEditors_fcopblank_PlasticBlue, .dxEditors_fcopcontain_PlasticBlue, .dxEditors_fcopcount_PlasticBlue, .dxEditors_fcopend_PlasticBlue, .dxEditors_fcopequal_PlasticBlue, .dxEditors_fcopexists_PlasticBlue, .dxEditors_fcopgreater_PlasticBlue, .dxEditors_fcopgreaterorequal_PlasticBlue, .dxEditors_fcopless_PlasticBlue, .dxEditors_fcoplessorequal_PlasticBlue, .dxEditors_fcoplike_PlasticBlue, .dxEditors_fcopmax_PlasticBlue, .dxEditors_fcopmin_PlasticBlue, .dxEditors_fcopnotany_PlasticBlue, .dxEditors_fcopnotbetween_PlasticBlue, .dxEditors_fcopnotblank_PlasticBlue, .dxEditors_fcopnotcontain_PlasticBlue, .dxEditors_fcopnotequal_PlasticBlue, .dxEditors_fcopnotlike_PlasticBlue, .dxEditors_fcopsingle_PlasticBlue, .dxEditors_fcopsum_PlasticBlue, .dxEditors_fcoptypefield_PlasticBlue, .dxEditors_fcoptypefieldhot_PlasticBlue, .dxEditors_fcoptypevalue_PlasticBlue, .dxEditors_fcoptypevaluehot_PlasticBlue, .dxEditors_fcremove_PlasticBlue, .dxEditors_fcremovehot_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDH_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHHover_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHPressed_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDH_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHHover_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHPressed_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDH_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHHover_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHPressed_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDH_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHHover_PlasticBlue, .dxeFocused_PlasticBlue .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHPressed_PlasticBlue, .dxeTBHSys .dxEditors_edtTBMainDH_PlasticBlue, .dxeTBHSys .dxEditors_edtTBMainDHDisabled_PlasticBlue, .dxeTBHSys .dxEditors_edtTBMainDHHover_PlasticBlue, .dxeTBHSys .dxEditors_edtTBMainDHPressed_PlasticBlue, .dxeTBHSys .dxEditors_edtTBSecondaryDH_PlasticBlue, .dxeTBHSys .dxEditors_edtTBSecondaryDHDisabled_PlasticBlue, .dxeTBHSys .dxEditors_edtTBSecondaryDHHover_PlasticBlue, .dxeTBHSys .dxEditors_edtTBSecondaryDHPressed_PlasticBlue, .dxeTBVSys .dxEditors_edtTBMainDH_PlasticBlue, .dxeTBVSys .dxEditors_edtTBMainDHDisabled_PlasticBlue, .dxeTBVSys .dxEditors_edtTBMainDHHover_PlasticBlue, .dxeTBVSys .dxEditors_edtTBMainDHPressed_PlasticBlue, .dxeTBVSys .dxEditors_edtTBSecondaryDH_PlasticBlue, .dxeTBVSys .dxEditors_edtTBSecondaryDHDisabled_PlasticBlue, .dxeTBVSys .dxEditors_edtTBSecondaryDHHover_PlasticBlue, .dxeTBVSys .dxEditors_edtTBSecondaryDHPressed_PlasticBlue {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/portals/0/images/radio.png");
    background-repeat: no-repeat;
}
/*custom for mobile edit by  pairote 2018 Oct 29 */
/*css for ePay_ActivityExternalList, ePay_ActivityInternalList,ePay_ActivitySeminarList and ePay_TopThaiBrand*/
@media (max-width:767px) {

     .news .item 
     {
         padding-top:40px;
         padding-bottom:40px;
     }
    .news .item .pic {
        padding-right: 15px;

 
    }

    .news .thumb {
        width: 160px;
        height: 160px;
        display: block;
        margin: auto;
    }

        .news .item .top .topic {
        font: 400 20px/22px 'Prompt', sans-serif !important;
        color: #773757;
        white-space: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
         margin:10px auto
    }

    .news .item .details {
        padding-left: 15px;
        padding-top:15px;
         text-align: center;
    }

    .news .item .btn-zone {
        text-align: center;
    }
    .news .btn-margin
    {
        margin-top:5px;
        margin-bottom:5px;
    }
}

@media (min-width:768px) {

    .news .item .pic {
        padding-right: 15px;
    }

    .news .thumb {
        width: 150px;
        height: 150px;
    }
        .news .item .top .topic {
        font: 400 20px/22px 'Prompt', sans-serif !important;
        color: #773757;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
        display: block;
        width: 100%;
         text-align: left;
    }

    .news .item .details {
        padding-left: 15px;
        text-align: left;
    }
}

@media (min-width:992px) {

    .news .item .pic {
        padding-right: 0 !important;
    }

    .news .thumb {
        width: 96px;
        height: 96px;
    }
        .news .item .top .topic {
        font: 400 20px/22px 'Prompt', sans-serif !important;
        color: #773757;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
        display: block;
        max-width: 450px;
    }

    .news .item .details {
        padding-left: 0 !important;
    }

}
    /*css for ePay_SearchActivity*/
.wp-search{
    padding:15px;
    margin:auto
}
    .search-zone{
        margin-top:10px
    }

@media (min-width:992px) {
    .custom-control{
        padding-left: 0 !important; 
        padding-right: 10px !important
    }
    .custom-control-last{
        padding-left: 0 !important; 
        padding-right: 0 !important
    }
}
/*Download App*/
@media (max-width:767px) {
.DownloadApp a img
{
 margin:10px 10px !important;

}
}
/*for ePay_SeminarAndTrainingActivityList*/
@media (max-width:767px){
     .ListImage{
         Width:100%;
           min-height:209px;
        max-Height:250px;
        display:block;
        margin:auto;
    }
     }
@media (min-width:768px){
     .ListImage{
      Width:100%;
        Height:209px;
        display:block;
        margin:auto;
    }
}
@media (min-width:992px){
    .ListImage{
         Width:100%;
        Height:209px;
        display:block;
        margin:auto;
    }
}
/*css for ePay_UpcomingEvents*/
.WP-BG
{
	background-color:#fff;

}
.ePayUpcomingEvents a,.ePayUpcomingEvents a:link,.ePayUpcomingEvents a:visited
{
	border:0;
}
.ePayUpcomingEvents img
{
	max-width:100%;
	height:auto;
	display:block;
	margin:auto;
	border:0;
}
.edsms__multiSlider{margin-top:10px !important;} 
header nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 0px !important;
}

/*custom  live form*/
.LiveForm.Default .Field.Heading h2
{
font-family:prompt !important;
  font-weight:400 !important
}
.Field-Label-Top, .Submit-Align-Default input[type=submit]
{
  font-family:prompt !important;
  font-weight:400 !important
}
.bytutorial-copyright{display:none}
.DownloadApp a img {    margin: 10px 10px !important;}
.ModByTutorialModulesHitCounterC{margin-top:10px}
.thank-you h3
{
    font-family: 'Prompt', sans-serif !important;
}

/*Teerayut Cutom Intro page =========*/
.intro-bg{
/*  background: url(/Portals/0/Images/bg-gradient2.png) repeat-x top left; */
  background-size:unset !important;  
  background-color: transparent !important;
 /* min-height:1000px*/
}

body{
  background-size:unset !important;
}
    


























