@import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap');
.srb {
    font-family: 'Sarabun', sans-serif !important;
}


/* 
.row{
    margin-right: 0;
}
*/

.mini__header {
    background-color: #142c52;
    padding: 10px 0;
}

.look-event {
    background-color: white;
    border-radius: 7px;
    padding: 4px 15px;
    box-shadow: 0 0 5px #b98208;
    color: black;
}

.details-partner img {
    transition: 0.3s;
}

.details-partner:hover img {
    filter: brightness(0.5);
}

.details-partner:hover .partner-title {
    opacity: 1;
}

.key_top {
    animation: MoveTop 1.8s linear infinite;
    position: relative;
}

.key_bottom {
    animation: MoveBot 2s linear infinite;
    position: relative;
}

.key_left {
    animation: MoveLeft 2.5s linear infinite;
    position: relative;
}

.key_right {
    animation: MoveRight 2s linear infinite;
    position: relative;
}

.key_t_right {
    animation: MoveTopRight 1.8s linear infinite;
    position: relative;
}

.key_t_left {
    animation: MoveTopLeft 2.5s linear infinite;
    position: relative;
}

.key_b_right {
    animation: MoveBottomRight 1.8s linear infinite;
    position: relative;
}

.key_b_left {
    animation: MoveBottomLeft 2s linear infinite;
    position: relative;
}

@keyframes MoveBottomLeft {
    0%,
    100% {
        bottom: 0;
        left: 0;
    }
    50% {
        bottom: 20px;
        left: 20px;
    }
}

@keyframes MoveBottomRight {
    0%,
    100% {
        bottom: 0;
        right: 0;
    }
    50% {
        bottom: 20px;
        right: 20px;
    }
}

@keyframes MoveTopLeft {
    0%,
    100% {
        top: 0;
        left: 0;
    }
    50% {
        top: 20px;
        left: 20px;
    }
}

@keyframes MoveTopRight {
    0%,
    100% {
        top: 0;
        right: 0;
    }
    50% {
        top: 20px;
        right: 20px;
    }
}

@keyframes MoveTop {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: 20px;
    }
}

@keyframes MoveBot {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 20px;
    }
}

@keyframes MoveLeft {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 20px;
    }
}

@keyframes MoveRight {
    0%,
    100% {
        right: 0;
    }
    50% {
        right: 20px;
    }
}

.header_pc {
    padding: 15px 0;
}

.search-input {
    padding: 25px;
    border-radius: 0;
    border-right: 0;
}

.search-articles {
    padding: 20px 25px;
    border-radius: 0;
}

.overlay-download {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
    top: 0;
}

.download-list {
    top: 30px;
    opacity: 0;
    right: -40px;
    position: absolute;
    z-index: 3;
    background-color: #f2f2f2;
    width: 375px;
    height: 560px;
    box-shadow: 5px 2px 5px;
    transition: 0.6s;
}

.jang {
    position: absolute;
    right: 56px;
    top: -16px;
}

.download-list {
    z-index: -1;
}

.item-cart {
    height: 330px;
    overflow-y: scroll;
}

.view-bag {
    width: 100%;
    border-radius: 30px;
    border: 0;
    color: white;
    font-size: 19px;
    background-color: #f37900;
}

.download-file {
    width: 100%;
    border-radius: 30px;
    border: 0;
    color: white;
    font-size: 19px;
    background-color: #0f4881;
}

@media only screen and (max-width: 1024px) {
    .main__canvas,
    .hide_linechart {
        display: none;
    }
}

#DataTables_Table_0_filter label {
    float: right !important;
}

#DataTables_Table_1_filter {
    display: none;
}

#DataTables_Table_1_paginate .page-item a,
#DataTables_Table_0_paginate .page-item a {
    border: 0;
    padding: 10px 5px;
    margin: 0 10px;
    background: transparent;
    color: #828282;
    min-width: 40px;
    text-align: center;
    border-radius: 100%;
}

#DataTables_Table_1_paginate .page-item.active a,
#DataTables_Table_0_paginate .page-item.active a {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 10px rgb(23 23 23 / 15%);
}

.hover:hover {
    cursor: pointer;
}

.group-b {
    box-shadow: 0 0 5px #ccc;
    padding: 10px 19px;
    transition: 0.5s;
    cursor: pointer;
}

.group-b:hover {
    background-color: #ccc;
    color: black;
}

.add_board {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    padding: 7px 0px;
    background-color: #104881;
    color: white;
}

.search-right {
    background-color: white;
    border-radius: 0;
}

.search-right:hover {
    cursor: pointer;
}

.people {
    margin-bottom: 15px;
    background-color: #dddddd;
    transition: 0.5s;
}

.video-play {
    /* border: 1px solid #949494; */
    transition: 0.3s;
}

.header-dis {
    padding: 20px;
    background-color: #ececec;
    color: #686868;
}

.itemChat {
    padding: 13px;
    background-color: white;
    box-shadow: 0 0 5px #e2e2e2;
}

.rightChat {
    float: right;
    border-left: 1px solid #ccc;
}

.group-bottom {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.listChat {
    position: relative;
    background-color: white;
    z-index: 5;
}

.listChat::after {
    content: "";
    background-color: #5e5e5e;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.header-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.video-play.active::after {
    content: "";
    width: 39px;
    height: 27px;
    background: url(../front_images/video/play.png);
    transition: 0.3s;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.border-right-video {
    position: relative;
}

.border-right-video::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #005596;
    position: absolute;
    top: 15px;
    right: -11px;
}

.active-video {
    color: #ff7833 !important;
}

.onBtnSm {
    position: absolute;
    right: 9px;
    top: 184px;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.onBtnSm:hover img {
    width: 17px;
}

.underline {
    text-decoration: underline;
}

.imgHover:hover {
    background-color: #142c52 !important;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.details-btn-sm {
    background-color: white;
    position: absolute;
    width: 95%;
    top: 224px;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.contact-form {
    color: #353535;
    border: 1px solid #a4a4a4;
    padding: 19px 25px;
    font-size: 14px;
    border-radius: 0;
}

.contact-form::placeholder {
    color: #353535;
}

.ar-info {
    position: absolute;
    top: 50%;
    z-index: 9;
}

.ar-info.left {
    left: -10%;
}

.ar-info:hover {
    cursor: pointer;
}

.ar-info.right {
    right: -10%;
}

.slideLayout {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.705);
}

.slidePosition {
    position: fixed;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.toggle-btn-sm:hover .details-btn-sm {
    opacity: 1 !important;
}

.toggle-btn-sm:hover .text-title-card {
    opacity: 0 !important;
}

.nav-print-media {
    border-radius: 31px;
    padding: 3px 16px;
    transition: 0.3s;
}

.articles-menu-active {
    width: 50%;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    border: 1px solid;
    /* border-bottom: 0px solid; */
    background-color: #f0f0f0;
}

.font-size-22 {
    font-size: 22px;
}

.articles-menu-active.active {
    background-color: white;
    border-bottom: 0px solid !important;
    border-top: 3px solid #315a84;
}

.articles-menu-active:hover a {
    color: #828282 !important;
}

.articles-content {
    border: 1px solid;
    border-top: 0px solid;
}

.p-title-nav {
    font-size: 15px;
    line-height: 1.2;
    color: black;
}

.hashtag {
    border-radius: 31px;
    padding: 1px 10px;
    transition: 0.3s;
    color: #1f1f1f;
    border: 1px solid #0f4881;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.hashtag i {
    transition: 0.3s;
}

.hashtag:hover {
    color: #0f4881;
}

.menu-learn {
    box-shadow: 0 0 5px #ccc;
    background-color: white;
    border-radius: 50px;
    padding: 10px 15px;
    width: 100%;
    color: black;
    margin-bottom: 10px;
    transition: 0.4s;
    display: block;
}

.menu-learn {
    color: rgb(43, 43, 43);
}

.menu-learn a i {
    color: rgb(43, 43, 43);
}

.list_none {
    list-style: none;
}

.menu-learn:hover {
    cursor: pointer;
}

.menu-learn:hover a {
    text-decoration: none;
    color: #fff;
}

.menu-learn:hover a i {
    color: #fff;
}

.menu-learn:hover {
    background-color: #142c52;
    text-decoration: none;
}

.menu-learn.active {
    background-color: #142c52;
}

.menu-learn.active {
    background-color: #142c52;
    color: #fff !important;
}

.menu-learn.active a,
.menu-learn.active a i {
    color: #fff !important;
}

.hashtag:hover i {
    transform: rotate(360deg);
}

.tpak-icon-head {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    text-align: center;
    transition: 0.3s;
}

.tpak-icon-head.active {
    -webkit-filter: grayscale(0%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}

.tpak-icon-head:hover {
    cursor: pointer;
    -webkit-filter: grayscale(0%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}

.callape img {
    width: 130px;
    transition: 0.3s;
}

.callape.active img {
    width: 60%;
}

.toggle-tpak {
    position: absolute;
    top: 50px;
    left: 0;
    transition: 0.3s;
}

.toggle-tpak.active {
    transform: rotate(45deg);
}

.close-tpak {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.col-tpak {
    position: relative;
}

.indent-40 {
    text-indent: 40px;
}

.content-tpak {
    position: relative;
    padding-left: 90px;
    padding-top: 90px;
    min-height: 100px;
}

.col-tpak::before {
    content: "";
    width: 2px;
    height: 100%;
    border-left: 2px solid;
    position: absolute;
    top: 71px;
    left: 31px;
}

.replace-line::before {
    height: 190% !important;
}

.col-tpak.active::before {
    content: "";
    height: 96%;
    border-left: 2px dashed;
    top: 118px;
}

.orange__theme {
    color: #EF7E25;
}

.data-section {
    padding-bottom: 70px;
    background-position: right;
}

.contenter_image {
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}

.img-data {
    display: none;
}

.contact_button {
    background-color: white;
    padding-top: 5px;
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
    border-radius: 37px;
    padding-left: 5px;
    text-align: center;
    padding-bottom: 5px;
    padding-right: 51px;
    margin-bottom: 14px;
    font-weight: 300;
    font-size: 18px;
    margin-right: 40px;
    min-width: 270px;
}

@media only screen and (min-width: 990px) {
    .data-section {
        /* background-image: url(../front_images/data_bg.png); */
        /* padding-bottom: 97px; */
        background-position: right;
    }
    .for-sm {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .img-data {
        display: block;
    }
    .border-md {
        border: 0 !important;
    }
    .nav-print-media {
        font-size: 14px;
    }
}

.data-project {
    background-color: #fafafa;
    border-radius: 30px;
    margin-bottom: 50px;
    box-shadow: 0 0 5px #ccc;
}

.th-blue {
    background-color: #0f4881;
    color: white;
}

.button-recom {
    background-color: #ededed;
    position: relative;
}

.list-number {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 13px;
}

.list-number span {}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.data-text-header {
    margin: auto;
    margin-top: -70px;
    background-color: #ffffff;
    color: #0f4881;
    font-size: 30px;
    box-shadow: 0 0 5px #ccc;
    padding: 15px 40px;
    border-radius: 50px;
}

.link-w100 {
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.partner-article-items {
    margin: 7px;
}

.partner-article-items img {
    width: 230px !important;
}

.col-tpak.last-line::before {
    height: 0% !important;
}

.col-tpak.last-line.active::before {
    height: 94% !important;
}

.col-tpak.last-line.on-p.active::before {
    height: 83% !important;
}

.col-tpak.a-first.active::before {
    height: 99% !important;
}

.col-tpak.k-first.active::before {
    height: 94% !important;
}

.col-tpak.last-line.on-k.active::before {
    height: 59% !important;
}

.col-tpak.active .toggle-tpak {
    top: 76px;
}

.hashtag.active {
    color: white;
    background-color: #0f4881;
}

.text-blue {
    color: #0f4881 !important;
}

.nav-print-media.blue:hover {
    color: #0f4881;
    /*
    background-color: #0f4881;
    */
}

.nav-print-media.blue.active {
    color: white;
    background-color: #0f4881;
}

.nav-print-media.blue {
    color: #0f4881;
    border: 1px solid #0f4881;
}

.nav-print-media.orange {
    color: #f47706;
    border: 1px solid #f47706;
}

.nav-print-media.orange:hover {
    color: #f47706;
    /* 
    background-color: #f47706;
    */
}

.nav-print-media.orange.active {
    color: white;
    background-color: #f47706;
}

.nav-print-media.gray {
    color: white;
    border: 1px solid #8d8d8d;
    background-color: #8d8d8d;
    display: flex;
    height: 32px;
}

.nav-print-media.gray span {
    position: relative;
    bottom: 3px;
}

.load-more-video {
    color: white;
    border: 1px solid #8d8d8d;
    background-color: #8d8d8d;
    border-radius: 31px;
    font-size: 26px;
    padding: 6px 30px;
}

.load-more-video:hover {
    color: white;
    background-color: #727070;
}

.cart-download {
    position: relative;
}

.nav-print-media.gray:hover {
    color: white;
    cursor: pointer;
}

.list-dn {
    width: 27px;
    background-color: red;
    margin-bottom: 0;
    text-align: center;
    margin-left: 13px;
    border-radius: 52px;
    font-size: 12px;
}

.nav-print-media i {
    transition: 0.3s;
}

.nav-print-media:hover i {
    transform: rotate(45deg);
}

.s-40 {
    font-size: 40px;
}

.text-ind {
    text-indent: 50px;
}

.input-center {
    padding: 24px;
    border-radius: 0;
    border-right: 0;
}

.icon__center {
    position: absolute;
    z-index: 10;
    left: 50.1%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.input-right {
    border-radius: 0;
    background-color: white !important;
    border-left: 0;
}

.btn-login {
    background: linear-gradient(0deg, rgba(0, 73, 111, 1) 0%, rgba(0, 110, 167, 1) 100%);
    padding: 12px;
    color: white;
    font-weight: 600;
    width: 100%;
    border: 0;
}

.or-modal {
    position: relative;
    background-color: white;
}

.or-modal:after {
    content: "";
}

.people:hover {
    overflow: hidden;
    cursor: pointer;
    border-radius: 7px;
    box-shadow: 0 0 5px #000;
}

.icon-people {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.people p {
    font-size: 20px;
}

.div__icon_people {
    color: #7692af;
    border: 1px solid;
    margin: 5px;
    width: 32px;
    transition: 0.5s;
}

.div__icon_people:hover {
    color: #0d4a81;
}

.header_pc a,
.blue__theme {
    color: #0d4a81;
}

.or-modal {
    position: relative;
}

.or-modal::before {
    content: "OR";
    position: absolute;
    z-index: 1;
    background-color: white;
    width: 70px;
    height: 30px;
    color: #939393;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -6%);
}

.print__media_sh {
    box-shadow: 0 0 5px #ccc;
}

.object_yy {
    z-index: 2;
    position: absolute;
}

.object_yy:hover {
    cursor: pointer;
}

.onhover:hover {
    cursor: pointer;
}

.old_0 {
    top: -107px;
    transform: rotate(0deg);
    right: -69px;
    transition: 0.5s;
    width: 240px;
}

.canvasjs-chart-credit {
    display: none !important;
}

.old_1 {
    right: -84px;
    top: 48px;
    transition: 0.5s;
}

.main__canvas {
    background-image: url('../front_images/pie/bg.png');
    background-size: cover;
}

.old_2 {
    bottom: -88px;
    right: -39px;
    transition: 0.5s;
}

.face__dek {
    position: absolute;
    top: -101px;
    right: 31px;
    z-index: 5;
    transition: 0.5s;
}

.face__kang {
    position: absolute;
    top: 127px;
    right: -52px;
    z-index: 5;
    transition: 0.5s;
}

.face__kee {
    position: absolute;
    top: 339px;
    right: -54px;
    z-index: 5;
    transition: 0.5s;
}

.graybeard_men {
    left: 47px;
    bottom: 12px;
}

.graybeard_girl {
    left: -115px;
    bottom: -35px;
}

.adult_men {
    left: 128px;
    bottom: 42px;
}

.adult_girl {
    left: 52px;
    top: 51px;
}

.child_men {
    left: 47px;
    bottom: 12px;
}

.border-radius_or {
    border-radius: 50%;
    border: #ffb400 solid 4px;
}

.border-radius_blue {
    border-radius: 50%;
    border: #12416d solid 4px;
}

.border-radius_sky {
    border-radius: 50%;
    border: #448aad solid 4px;
}

.border-radius_grey {
    border-radius: 50%;
    border: #b0c7d1 solid 4px;
}

.child_girl {
    left: 52px;
    top: 36px;
}

.only-1024 {
    width: 1024px !important;
}

.main__canvas {
    min-height: 700px;
}

.lable__group .box-icon {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.lable__group .box-icon.yellow {
    background: linear-gradient(90deg, rgba(245, 220, 70, 1) 0%, rgba(242, 141, 20, 1) 100%);
}

.lable__group .box-icon.blue {
    background: linear-gradient(90deg, rgba(114, 144, 170, 1) 0%, rgba(13, 65, 115, 1) 100%);
}

.lable__group .box-icon.light__blue {
    background: linear-gradient(90deg, rgba(105, 151, 178, 1) 0%, rgba(16, 122, 151, 1) 100%);
}

.lable__group .box-icon.gray {
    background: #90a4b2;
}

.text__icon {
    position: absolute;
    z-index: 2;
}

.g1 {
    top: -104px;
    left: -18px;
}

.g2 {
    top: -39px;
    left: -145px;
}

.g2.en {
    left: -178px;
}

.g3 {
    top: 40px;
    left: -176px;
}

.g3.en {
    top: 40px;
    left: -195px;
}

.g4 {
    top: 144px;
    left: -250px;
}

.g4.en {
    top: 144px;
    left: -296px;
}

.g5 {
    top: 240px;
    left: -170px;
}

.g5.en {
    top: 240px;
    left: -208px;
}

.g6 {
    top: 329px;
    left: -133px;
}

.g7 {
    top: 393px;
    left: 50px;
}

.g7.en {
    top: 393px;
    left: -25px;
}

.g8 {
    right: -162px;
    text-align: left;
    top: -180px;
    display: none;
}

.g8.en {
    top: -196px;
}

.g8 h6,
.g9 h6,
.g10 h6 {
    font-size: 23px;
}

.g9 {
    right: -310px;
    text-align: left;
    top: 156px;
    display: none;
}

.g10 {
    right: -244px;
    text-align: left;
    top: 360px;
    display: none;
}

.g10.en {
    right: -263px;
}

.dek__text {
    position: absolute;
    left: 57px;
    top: 103px;
    font-size: 26px;
    opacity: 0;
    transition: 0.5s;
    z-index: 111;
}

.kang__text {
    position: absolute;
    left: 78px;
    top: 26px;
    font-size: 26px;
    opacity: 0;
    transition: 0.5s;
}

.on_yellow_or {
    position: absolute;
    z-index: 11;
    left: 178px;
    top: 26px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_gray_or {
    position: absolute;
    z-index: 11;
    left: 63px;
    top: 98px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_blue_or {
    position: absolute;
    z-index: 11;
    left: 72px;
    top: 240px;
    font-size: 19px;
    transition: 0.3s;
}

.on_blue_or {
    position: absolute;
    z-index: 11;
    left: 240px;
    top: 190px;
    font-size: 19px;
    transition: 0.3s;
}

.on_yellow_blue {
    position: absolute;
    z-index: 11;
    left: 136px;
    top: 26px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_gray_blue {
    position: absolute;
    z-index: 11;
    left: 46px;
    top: 136px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_blue_blue {
    position: absolute;
    z-index: 11;
    left: 101px;
    top: 268px;
    font-size: 19px;
    transition: 0.3s;
}

.on_blue_blue {
    position: absolute;
    z-index: 11;
    left: 258px;
    top: 162px;
    font-size: 19px;
    transition: 0.3s;
}

.on_yellow_sky {
    position: absolute;
    z-index: 11;
    left: 201px;
    top: 290px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_gray_sky {
    position: absolute;
    z-index: 11;
    left: 271px;
    top: 171px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_blue_sky {
    position: absolute;
    z-index: 11;
    left: 197px;
    top: 28px;
    font-size: 19px;
    transition: 0.3s;
}

.on_blue_sky {
    position: absolute;
    z-index: 11;
    left: 40px;
    top: 162px;
    font-size: 19px;
    transition: 0.3s;
}

.on_yellow_grey {
    position: absolute;
    z-index: 11;
    left: 276px;
    top: 245px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_gray_grey {
    position: absolute;
    z-index: 11;
    left: 256px;
    top: 97px;
    font-size: 19px;
    transition: 0.3s;
}

.on_light_blue_grey {
    position: absolute;
    z-index: 11;
    left: 117px;
    top: 28px;
    font-size: 19px;
    transition: 0.3s;
}

.on_blue_grey {
    position: absolute;
    z-index: 11;
    left: 65px;
    top: 220px;
    font-size: 19px;
    transition: 0.3s;
}

.kee_text {
    position: absolute;
    left: -16px;
    top: -18px;
    font-size: 26px;
    opacity: 0;
    transition: 0.5s;
}

.border-pie {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 440px;
}

.letHoverActive:hover {
    cursor: pointer;
}

.or-modal::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 15px;
}

.facebook-share {
    background-color: #3162ec;
    color: white;
    padding: 0px 15px;
}

.partner_text {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 5px 30px;
    font-size: 40px;
}

.dropdown-menu {
    padding: 0;
    background-color: #007caa;
}

.dropdown-menu a {
    color: white;
    text-align: left;
    padding: 2px 20px 2px 14px;
}

.dropdown-menu a:hover {
    background-color: #0f4780;
    color: white;
}

.height-121 {
    height: 55px;
}

.entry-date {
    position: relative;
    float: left;
    width: 100px;
    height: 94px;
    padding-top: 21px;
    border: 4px solid #016699;
    border-radius: 4px;
    text-align: center;
}

.entry-date__day {
    margin-bottom: 13px;
    font-size: 48px;
    color: #005596;
    line-height: 22px;
}

.entry-header__heading {
    overflow: hidden;
    padding-left: 30px;
}

.entry-title {
    line-height: 54px;
    margin-top: -15px;
    margin-bottom: 14px;
    font-size: 28px;
    color: #005596;
}

.list-none {
    list-style: none;
}

.about__num {
    background-color: #0f4782;
    width: 35px;
    height: 35px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    font-weight: 600;
    margin-right: 22px;
    position: relative;
    margin-top: px;
}

.vi__line {
    position: absolute;
    z-index: 0;
    width: 4px;
    background-color: #0f4782;
    height: 86%;
    top: 15px;
    left: 30px;
}

.li__num {
    background-color: #0f4782;
    width: 35px;
    height: 35px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    font-weight: 600;
    margin-right: 22px;
    position: relative;
}

.li__num::after {
    content: "";
    width: 4px;
    position: absolute;
    height: 30px;
    background-color: #0f4782;
    z-index: 1;
    top: 25px;
    right: 15px;
}

.noline::after {
    display: none;
}

.views__article_details {
    background-color: #e3e3e3;
    padding: 0px 10px;
    font-size: 13px;
}

.entry-meta {
    list-style: none;
    padding: 0 0 7px;
    margin-bottom: 0;
    font-size: 0;
    border-bottom: 1px solid #dfdfdf;
}

.entry-meta li {
    max-width: 150px;
}

.entry-meta .cat-links {
    display: block;
    padding: 3px 8px;
    background: rgba(1, 27, 58, .85);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #fff !important;
    transition: all .3s ease;
}

.entry-header {
    margin-bottom: 50px;
}

.breadcrumb__article {
    background-color: #f8f8f8;
    padding: 30px;
}

.sm-d-block {
    display: none !important;
}

@media (min-width: 1199px) {
    .container,
    .container-lg,
    .container-md,
    .container-xl {
        max-width: 1356px !important;
    }
    .container-sm {
        max-width: 1320px !important;
    }
}

@media (max-width: 1400px) {
    .h-responsive {
        font-size: 24px !important;
    }
}

@media (max-width: 990px) {
    .all_articles_words {
        top: 50px;
        right: 15px !important;
    }
    .sm-d-none {
        display: none;
    }
    .sm-d-block {
        display: block !important;
    }
    .p-sm-0 {
        padding: 0;
    }
    .news__group {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px;
    }
    .article_details img {
        width: 100%;
    }
}

.btn-oren {
    background: linear-gradient(267deg, rgba(251, 176, 59, 1) 0%, rgba(241, 90, 36, 1) 100%) !important;
    color: black !important;
    border: 0 !important;
}

.ar-top {
    background: -webkit-linear-gradient(#fbae3b, #f68730);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ar-bot {
    color: #f68730 !important;
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}

.news-asm-news {
    /*  */
    color: rgba(15, 72, 129, 1);
    bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 30px;
    padding: 1px 20px;
}

.news-asm-news.active {
    background: linear-gradient(0deg, rgba(15, 72, 129, 1) 0%, rgba(48, 145, 242, 1) 100%);
    color: white;
}

.news__group {
    display: grid;
    text-align: center;
    margin: 15px;
}

.news__group img {
    margin: auto;
    margin-bottom: 15px;
}

.btn-asm {
    background: linear-gradient(0deg, rgba(15, 72, 129, 1) 0%, rgba(48, 145, 242, 1) 100%);
    color: white;
    bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 30px;
    padding: 8px 45px;
    font-size: 20px;
}

.color-5e {
    color: #5e5e5e !important;
}

.arrows:hover,
.partner-arrows {
    cursor: pointer;
}

.arrows {
    position: relative;
    top: 130px;
    z-index: 1;
}

.tpak-header {
    cursor: pointer;
}

.tpak-details {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0px;
    transition: 0.3s;
}

.tpak-details.active {
    position: relative;
    z-index: 1;
    opacity: 1;
    top: 0px;
}

.partner-arrows {
    position: absolute;
    top: 74px;
    z-index: 1;
    width: 25px;
}

.partner-title {
    position: absolute;
    left: 48%;
    top: 50%;
    color: white;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    text-align: center;
    width: 80%;
}

.item-partner:hover .partner-title {
    top: 50%;
    color: white;
    opacity: 1;
}

.item-partner img {
    transition: 0.4s;
}

.item-partner:hover img {
    filter: brightness(0.4);
}

.partner-a-left {
    left: -36px;
}

.partner-a-right {
    right: -36px;
}

.bg-medium-slate-blue2 {
    background-color: #ab5324;
}

.lol-show {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    text-align: center;
    width: 100%;
}

.lol-show {
    color: #333333;
}

.lol-show img {
    width: 31px;
}

.blog-post {
    position: relative;
}

.blog-post:hover .lol-show {
    top: 50%;
    opacity: 1;
}


/* .arrows.a-left{
    left: -90px;
}
.arrows.a-right{
    right: -90px;
} */

.btn-asm:hover,
.news-asm-news:hover {
    background: rgba(15, 72, 129, 1) !important;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.group__articles {
    box-shadow: 0 0 5px #ccc;
    padding: 23px;
    text-align: center;
    border-radius: 15px;
    font-size: 15px;
}

.br-15 {
    border-radius: 15px;
}

.articles {
    background-color: #ebf2ff;
}

.blog-grid .blog-post-image .blog-category {
    display: grid;
    text-align: center;
    margin-right: 8px;
    margin-top: 8px;
    background-color: #e2e2e2 !important;
    color: #898989 !important;
    /* padding: 5px 5px; */
}

.column {
    width: 100%;
}

.circle {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: -20px;
}

.circle.size-m {
    width: 40%;
}

.circle.size-s {
    width: 40%;
}

.circle.size-l {
    width: 60%;
}

.circle.size-x {
    width: 80%;
}

.icon-center {
    transition: all 0.6s ease-in-out;
    transform: rotate(0deg);
}

.hide_linechart {
    display: none;
}

.show_linechart {
    display: inline;
}

.hide_slide {
    display: none;
}

.show_slide {
    display: block;
}

.nav-data-side {
    padding: 15px;
    background-color: #104881;
}

.nav-data-top {
    background-color: #104881;
    padding: 10px;
}

.text-group {
    height: 100px;
}

.text-group.border-center {
    width: 3px;
    background-color: white;
    margin-right: 15px;
}

.enough,
.not_enough {
    position: relative;
}

.enough::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #104881;
    position: absolute;
    left: -23px;
    border-radius: 50px;
    top: 6px;
}

.enough.two::before {
    background-color: #fdb504;
}

.not_enough::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgb(182, 182, 182);
    position: absolute;
    left: -23px;
    border-radius: 50px;
    top: 6px;
}

.border-1 {
    border: 1px solid;
}

.btn-data {
    border: 0;
    border-radius: 4px;
}

.btn-data.back {
    background-color: transparent;
    color: white;
    font-size: 35px;
}

.nav-data-side ul {
    list-style: none;
}

.nav-data-side input[type=checkbox] {
    border: 0;
    border-radius: 0px;
    margin-top: 8px;
}

.btn-data.reset {
    width: 100px;
    background-color: white;
}

.about_tpak_more {
    color: #f09024;
    font-size: 20px;
    position: absolute;
    transition: 0.3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.about_tpak_more:hover {
    color: #f0942d;
    transform: rotate(45deg) scale(1.3);
    background-color: white;
    z-index: 9;
}

.about_tpak_more.active {
    color: #f0942d;
    transform: rotate(45deg) scale(1.3);
    background-color: white;
    z-index: 9;
}

#knowledge {
    top: 222px;
    left: 60px;
}

#signature {
    bottom: 65px;
    left: 25px;
}

#interest {
    bottom: 122px;
    left: 149px;
}

#dissemination {
    top: 61px;
    left: 225px;
}

#infomation {
    top: 177px;
    left: 330px;
}

.about-fade h5 {
    font-size: 27px;
}

.about-fade h6 {
    font-size: 19px;
}

.about-fade {
    opacity: 0;
    transition: 0.4s;
}

.about-fade.active {
    opacity: 1;
}

.dissemination img {
    width: 415px;
}

.dissemination {
    left: -198px;
    top: -25px;
}

.infomation img {
    width: 490px;
}

.infomation {
    right: -357px;
    top: -21px;
}

.knowlegde {
    left: -409px;
    top: 175px;
}

.knowlegde img {
    width: 460px;
}

.signature {
    bottom: 92px;
    right: -417px;
}

.signature img {
    width: 390px;
}

.interest {
    bottom: 137px;
    right: -280px;
}

.interest img {
    width: 542px;
}

.sm-nav-top {
    background: rgb(20, 44, 82);
    color: white;
}

.download-ab {
    background-color: #0f4a84;
    color: #f3bc20;
    font-weight: 600;
    border: 2px solid #f1a722;
    padding: 5px 27px;
    border-radius: 50px;
}

.download-ab:hover {
    color: white;
}

.all_articles_words {
    position: absolute;
    right: 0;
}

.team-member-image.bg-active{
    background-size: cover;
    background-position: center;
    height: 350px;
}


/* .assessment{
    background-color: #142c52;
    padding: 20px 0;
} */