body {
    background-image: url(../images/bg.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
#header-05 .intro-text {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
}
a {
	word-break: break-all!important;
}
.a-center {
	text-align: center;
}
.fr-view p {
    width: 100%;
    margin-bottom: 0rem!important;
    font-family: 'Kanit', 'Prompt', sans-serif;
}
.fg-password {
    margin: 60px 0px;
}
/* header-banner */
.head-banner img {
    width: 100%;
    height: 20%;
}
.headerImage {
    margin-top: 30px;
}
.headerImage img {
    width: 100%;
    height: auto;
}
/* oparation-view */

.nopadding {
    padding: 0px!important;
}
.padding-m {
    padding: 15px 0;
}
/* Home*/
.homeIcon {
    margin: 15px 0;
}
.opr-content {
    margin: 15px 0px;
    color: black;
}
.opr-content > p {
    margin: 15px 0px;
}
.opr-content > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.h-margin {
    margin: 30px 0px;
}
.oprh {
    margin: 30px 0px 15px 0px;
    padding: 10px 0px;
    color: #20408b !important;
    word-break: break-all;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.policy-h {
    text-align: center;
    margin: 40px 0px;
}
.nofooter {
    margin-bottom: 0px;
}
.orangeSelect {
    margin-top: 20px;
    background-color: #20408b;
    border: 0px;
    color: #fff;
}
.orangeSelect:focus {
    color: #ffffff;
    background-color: #20408b;
}
.orangeSelect:before {
    content: "V";
}
/* Learning */

.lrn-content img {
    width: 100%;
    height: auto;
}
.lrn {
    color: #5d5d5d !important;
    font-size: 30px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}
.lrn-fh {
    color: rgb(248, 133, 10);
    margin-top: 30px;
    padding: 15px 0;
}
/*Profile*/
.col-form-label {
    color: #686868;
}
.indent {
    text-indent: 1.5em;
}
.indent-li {
    text-indent: 3em;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name h4 {
    margin-bottom: 5px;
}
/*--------netdetail-----------*/
.modal-img > img {
    width: 100%;
    height: 50%;
    text-align: center;
}
.media img {
    max-width: 150px;
    height: auto;
    text-align: center;
}
.net-de > .net-margin > img {
    width: 80%;
    height: auto;
    text-align: center;
}
.net-margin > p {
    color: #7a839e;/*
	line-height: 10em!important;
*/
}
.net-margin {
    margin: 20px 0;
}
.networkSubCatClick {
    cursor: pointer
}
.networkSubCatClick:hover {
    opacity: 0.8;
}
/* detail page */
.de-h {
    color: #20408b!important;
    margin-top: 20px;
}
.detail {
    margin: 30px 0;
}
.detail img {
    width: 100%!important;
    height: auto;
    padding: 0 15px
}
.detail h4, p {
    color: #272727;
}
.detail-h3 {
    margin-top : 30px;
    color: #272727;
}
.detail p {
    padding: 0 15px;
    margin-bottom: 0rem;
}
/* News */
#blog-post .post-area img.postAreaBanner {
    width: 100%;
}
.news-h {
    margin-top: 40px;
    color: #20408b!important;
    word-break: break-all;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.m-top {
    margin-top: 30px!important;
}
.m-bottom {
    margin-bottom: 30px!important;
}
.btn-margin {
    margin: 15px 0!important;
}
.btn-info {
    padding: 5px 20px;
    margin: 0 15px;
    border: 0px;
}
.btn-add {
    background-color: rgb(248, 133, 10);
    border: none;
    color: white;
    margin: 0 0 0 15px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}
a > .caption {
    color: #fff;
}
.caption {
    text-align: center;
    background-color: #CFA071;
}
/*download*/
figure.effect-goliath {
    background: #e56f52;
}
figure.effect-goliath img, figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-goliath img {
    background-size: cover;
    background-position: center;
    background-color: #fff;
}
figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-goliath h2, figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
}
figure.effect-goliath p {
    padding: 0px;
}
figure.effect-goliath h2 {
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.58);
    color: rgba(255, 255, 255, 0.8);
}
figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    font-size: 14px;
    line-height: 1.2em;
    height: 80px;
    overflow: hidden;
}
figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}
figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}
figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 10px solid #e56f52;
    text-align: left;
}
figcaption > a {
    color: #e56f52!important;
    outline: none;
    text-decoration: none;
}
figcaption > p {
    color: #fff!important;
}
/* mypost */
.post-h1 {
    margin: 40px 0;
    color: #20408b!important;
}
.post-f-h1 {
    margin-top: 40px;
}
.border-r {
    border-right: 2px solid #fff;
}
.mb-3, .my-3 {
    margin-bottom: 0rem!important;
}
/*----------- table ------------*/
.dataTables_wrapper {
    overflow: hidden;
}
.table {
    background-color: rgba(255, 255, 255, 0.6);
}
.table > thead > tr > th {
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    letter-spacing: 1px;
    color: #FFFFFF;
    border-right: 2px solid #fff;
    font-weight: normal;
}
.table > tbody > tr > td {
    text-align: center;
    color: #424242;
}
.table > tbody > tr > td > img {
    width: 100%;
    height: auto;
}
.m-table {
    margin: 10px 0;
}
.m-table tr td:nth-of-type(1) {
    min-width: 30px;
}
.m-table tr td:nth-of-type(2) {
    min-width: 100px!important;
}
.m-table tr td:nth-of-type(3) {
    min-width: 400px!important;
    text-align: left;
}
.m-table tr td:nth-of-type(4) {
    min-width: 90px!important;
}
.m-table tr td:nth-of-type(5) {
    min-width: 60px!important;
}
.m-table tr td:nth-of-type(6) {
    min-width: 60px!important;
}
.m-table tr td:nth-of-type(7) {
    min-width: 60px!important;
}
.mypostSlideTable {
    margin-top: 10px;
}
.mypostSlideTable tr td {
    text-align: center;
}
.mypostSlideTable tr td:nth-of-type(1) {
    min-width: 30px;
}
.mypostSlideTable tr td:nth-of-type(2) {
    min-width: 200px!important;
    max-width: 200px;
}
.mypostSlideTable tr td:nth-of-type(3) {
    min-width: 400px!important;
}
.mypostSlideTable tr td:nth-of-type(4) {
    min-width: 90px!important;
}
.mypostSlideTable tr td:nth-of-type(5) {
    min-width: 60px!important;
}
.mypostSlideTable tr td:nth-of-type(6) {
    min-width: 60px!important;
}
.mypostSlideTable tr td:nth-of-type(7) {
    min-width: 60px!important;
}
.fa-chevron-circle-up, .fa-chevron-circle-down {
    color: rgb(248, 133, 10);
}
/*title news*/
#blog-post .post-area {
	    margin-bottom: 50px!important;
		padding-bottom: 0px!important;
}

.btn--circle {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1001;
    text-align: center;
    line-height: 60px;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    border-radius: 1000px;
    border: 1px solid #20408b;
    height: 60px;
    width: 60px;
    transition: all cubic-bezier(0.31, -0.105, 0.43, 1.4) 0.2s;
    background-color: #20408b;
}
.tag-mg {
    margin: 30px 0;
}
.pad-text, .tag {
    padding: 0 20px;
}
.tag {
    line-height: 32px;
}
/* sub-menu */

.nav>li>a {
    padding: 0!important;
}
.lrnMenuArea {
    border-bottom: 4px solid #20408b;
}
.nav-scroller-nav > .nav-scroller-content > a {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    text-align: center;
    color: #20408b!important;
    text-decoration: none;
    display: block;
}
.nav-scroller-nav > .nav-scroller-content > a:hover {
    border-bottom: 40px solid #20408b;
    color: #fff!important;
    height: 40px;
}
.nav-scroller-nav > .nav-scroller-content > a.active {
    border-bottom: 40px solid #20408b;
    color: #fff!important;
    height: 40px;
}
.lrn-menu {
    margin-top: 40px;
}
.lrn-menu > ul {
    list-style-type: none;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.lrn-menu > ul li {
    display: inline-block;
}
.lrn-menu > ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    text-align: center;
    color: #20408b!important;
    text-decoration: none;
    display: block;
}
.lrn-menu > ul li a:hover {
    border-bottom: 40px solid #20408b;
    color: #fff!important;
    height: 40px;
}
.lrn-menu > ul li a.active {
    border-bottom: 40px solid #20408b;
    color: #fff!important;
    height: 40px;
}
.lrn-btn {
    background-color: rgb(248, 133, 10);
    color: #fff;
    border: 0px;
    padding: 15px 0px;
    width: 100%;
}
/* IMG CAPTION */
.fa-video {
    color: #20408b!important;
}
.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 14px;
}

/* Individual effects */



/*---------------*/

/***** Honey *****/

/*---------------*/




@media screen and (max-width: 50em) {
.content {
    padding: 0 10px;
    text-align: center;
}
.grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
}
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
a {
    outline: none;
    color: #bd5b46;
    text-decoration: none;
}
a:hover, a:focus {
    color: #da7e6a;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.12);
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px 5px 8px 10px;
    color: #793324;
    content: "/\00a0";
}
ul.breadcrumb li a {
    text-decoration: none;
    font-size: 16px;
}
ul.breadcrumb li a:hover {
    text-decoration: underline;
}
ul.breadcrumb li.active {
    color: rgba(0,0,0,0.5);
    white-space: nowrap;
    max-width: calc(100% - 290px);
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
ul.breadcrumb li.active {
    display: none;
}
}
/*====== NETWORK ICON ==========*/
	
#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 2% auto;
    overflow: hidden;
    font-size: 15px;
    list-style-type: none;
}
.hex {
    position: relative;
    visibility: hidden;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after {
    content: '';
    display: block;
    padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn {
    position: absolute;
    width: 96%;
    padding-bottom: 110.851%; /* =  width / sin(60) */
    margin: 0 2%;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.hexIn * {
    position: absolute;
    visibility: visible;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}
.hex h1, .hex p {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background-color: rgba(238, 111, 87, 0.8);
    font-weight: 300;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .3s ease-out;
    transition: transform .2s ease-out, opacity .3s ease-out;
    color: #fff;
}
.hex h1 {
    bottom: 50%;
    padding-top: 50%;
    font-size: 1.2em;
    z-index: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)l;
}
.hex h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 10%;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.hex p {
    top: 50%;
    padding-bottom: 50%;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1, .hexLink:focus h1, .hexLink:hover p, .hexLink:focus p {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
#hexGrid {
    padding-bottom: 5%
}
.hex {
    width: 20%; /* = 100 / 5 */
}
.hex:nth-child(9n+6) { /* first hexagon of even rows */
    margin-left: 10%;  /* = width of .hex / 2  to indent even rows */
}
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
#hexGrid {
    padding-bottom: 6%
}
.hex {
    width: 25%; /* = 100 / 4 */
}
.hex:nth-child(7n+5) { /* first hexagon of even rows */
    margin-left: 12.5%;  /* = width of .hex / 2  to indent even rows */
}
}

@media (max-width: 900px) and (min-width:401px) { /* <- 3-2  hexagons per row */
#hexGrid {
    padding-bottom: 8%
}
.hex {
    width: 33.333%; /* = 100 / 3 */
}
.hex:nth-child(5n+4) { /* first hexagon of even rows */
    margin-left: 16.666%;  /* = width of .hex / 2  to indent even rows */
}
}

@media (max-width: 400px) {
#hexGrid {
    font-size: 13px;
    padding-bottom: 15%
}
.hex {
    width: 50%; /* = 100 / 3 */
}
.hex:nth-child(3n+3) { /* first hexagon of even rows */
    margin-left: 25%;  /* = width of .hex / 2  to indent even rows */
}
}
.hexlogopartner {
    width: 100%;
    height: 100%;
}
.hexlogopartner > div {
    width: 81%;
    height: 54%;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9%;
    margin-top: 26%;
    mix-blend-mode: multiply;
}

/* ------------------------------------------------------------------------------ */


/* Navabr */

@media only screen and (max-width: 400px) {
.header .navbar .language .facebook {
    display: none;
}
}

@media screen and (max-width: 767px) {
.news-hide {
    display: none;
}
.area-mobile, .btn--circle {
    display: block;
}
.lrnMenuArea {
    border-bottom: 4px solid #20408b;
    height: 44px;
    margin: 5px 0;
}
.oprh, .post-h1, .news-h {
    margin: 15px 0;
    font-size: 32px!important;
    word-break: break-all;
}
.grid figure h2 {
    font-size: 22px!important;
    padding: 10px 10px!important;
}
.header .navbar .dropdown .dropdown-menu {
    margin-top: 0!important;
}
#header-05 .navbar .navbar-nav .nav-item:last-child {
    margin-right: 30px!important;
}
figure.effect-goliath > p {
    padding: 0px!important;
}
.nav-scroller-nav > .nav-scroller-content > a.active, .nav-scroller-nav > .nav-scroller-content > a {
    font-size: 16px;
}
}

@media screen and (max-width: 971px) {
.login_icon, .login_input {
    font-size: 15px!important;
}
}

@media screen and (max-width: 768px) {
.login_input {
    padding-left: 0px!important;
    font-size: 14px!important;
}
.login_icon {
    font-size: 14px!important;
}
.grid figure h2 {
    font-size: 14px!important;
}
figure.effect-goliath > p {
    padding: 0px!important;
}
.header .navbar .dropdown .dropdown-menu {
    margin-top: 0px;
    font-size: 14px;
}
.margt50 {
	margin-top: 20px!important;	
}
}

@media screen and (min-width: 768px) {
.lrnMenuArea, .news-hide {
    display: block;
}
.area-mobile, .btn--circle {
    display: none;
}
}
.btn_footArea {
    text-align: center;
    margin: 20px 0px;
}
.frameArea {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.05);
}
.frameArea.paddingFrame {
    padding: 25px 15px;
    margin-top: 20px;
}
.nav-pills .nav-item .nav-link {
    padding: 9px 15px !important;
    border-radius: 0px;
    color: #ef7c4a;
}
.tab-content>.tab-pane {
    padding: 15px;
    border-top: 3px solid #f17c41;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ef7c4a;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ef7c4a;
}
.articleShareBtn .fab {
    font-size: 30px;
}
.articleShareBtn .fa-facebook-square {
    color: #4267b2;
}
.articleShareBtn .fa-line {
    color: #00b900;
}
.articleShareBtn .fa-twitter-square {
    color: #1da1f2;
	font-size: 22px;
}

.fb-share-button{
    float: left;
    margin-right: 8px;
	    margin-top: -4px;
}


.line-it-button {
	width: 23px !important;
    height: 27px !important;
    float: left;
	margin-right: 5px;
	    padding-top: 1px;
}


/*----------- Log in ------------*/
.login_row {
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.login_input {
    display: inline-block;
    /*  width: 22rem;*/
    height: 100%;
    padding-left: 1.5rem;
    font-size: 18px;
    background: transparent;
}
.login_icon {
    margin-bottom: -0.4rem;
    margin-right: 0.4rem;
    font-size: 18px;
    color: #20408b;
}
.login_row > input {
    outline: none;
    border: none;
    width: calc(100% - 30px);
}
.lpLogin {
    padding-top: calc(100vh / 2 - 300px);
    height: 100vh;
    background-image: url("../../assets/images/bg.png");
    background-size: cover;
    background-position: center;
}
.loginoverlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(249, 253, 255, 0.22);
    top: 0;
    left: 0;
}
.h-login {
    margin-bottom: 40px;
    color: #20408b;
    font-weight: 600;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.c-login {
    margin-bottom: 15px;
    color: #4242;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.form_login {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.22);
    margin: 0 auto 200px;/*  padding: 45px 80px;*//*  text-align: center;*/
 /*  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.forgotpassbtn {
    padding-top: 10px;
}
.pull-right {
    float: right;
}
.red {
    color: red;
}
.head-warning {
    color: #424242;
}
.check-margin {
    margin: 30px 0;
}
.form-check-inline {
    margin-right: 30px;
}
/*============ check box ===========*/
/* The formcheck */
.formcheck {
    color: #424242;
    margin-right: 25px;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.formcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.18);
}
.formcheck:hover input ~ .checkmark {
    background-color: #ccc;
}
.formcheck input:checked ~ .checkmark {
    background-color: #20408b;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.formcheck input:checked ~ .checkmark:after {
    display: block;
}
.formcheck .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.span-checkbox {
    padding-left: 35px;
}
/*====== Margin Style =======*/
.margb {
    margin-bottom: 0px;
}
.margt50 {
    margin-top: 50px;
}
.custom-file-label {
    text-align: left;
    color: #495057a8;
    word-break: break-all;
    overflow: hidden;
    line-height: 25px;
}
.crop_div {
    display: none;
}
.table_pagenavigate .btn-toolbar {
    display: block;
    text-align: right;
}

@media only screen and (max-width: 767px) {
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name {
    margin-left: 0px;
    line-height: 15px;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name {
    margin-left: 0px;
}
}

/*
@media only screen and (max-width: 375px) and (max-height: 812px){
	#hexGrid {
		display: block;
	}
	.hex{
		margin-bottom: 100px;
	}
}
*/
@media only screen and (max-width: 320px) {
.navbar-brand {
    margin-right: 0px!important;
}
}


.btnFixed{
	position: fixed;
    top: 100px;
}
