html {
    font-size: 14px; /* set root font-size  10px */
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: Tahoma;
    font-weight: 500;
    line-height: 1.2;
    color: #0066B3;
}
h1, .h1 {
    font-size: 3.2rem;
}

h2, .h2 {
    font-size: 1.5rem !important;
}

h3, .h3 {
    font-size: 2.6rem;
}

h4, .h4 {
    font-size: 2.2rem;
}

h5, .h5 {
    font-size: 2rem;
}

h6, .h6 {
    font-size: 1.8rem;
}
.clear-fix{
    clear:both;
}
body {
    font-family: Tahoma;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 !important;
    padding: 0;
}
a {
    color: #212529;
    text-decoration: none !important;
    background-color: transparent;
}
a:hover{
    text-decoration:none !important;
}
html.theme-light-1 .logo-theme-light {
    display:block;
}
html.theme-light-1 .logo-theme-dark {
    display: none;
}
.text-dimgray {
    color: dimgray !important;
}
.hr, hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(0,0,0,.1);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: keep-all !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(180, 180, 180, 0.40);
}

*[data-href] {
    cursor: pointer;
}

.mb-6 {
    margin-bottom: 5rem !important;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    background-color: transparent;
    transition: background-color .2s ease;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: Tahoma;
    font-size: 17px;
    padding: 0 11px;
    font-weight: 400;
    color: #fff;
}

#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 400;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffb307 !important;
}

.logo-ptt img {
    height: 64px;
}
.logo-ptt2 img {
    height: 64px;
}
.header-banner h1 {
    font-size: 4.5rem;
    color: #0066B3;
    padding-left: 20px;
}
.box-new {
    height: 170px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.box-new-all {
    height: 165px;
}
.box-chatbot {
    background-color: #bfe0f3;
    right: -30px;
    position: absolute;
    width: 250px;
    top: 0;
    z-index: 999;
}
    .box-chatbot img {
        position: absolute;
        max-height: 26vh;
        right: 0;
        margin-left: -90px;
        bottom: 0px;
        margin-top: -35px;
        z-index: 999;
    }

.box-search .text-left {
    text-align: left;
}
.form-control {
    font-size: 22px !important;
}
.form-group label {
    font-size: 22px !important;
}
.text-weight {
    font-weight: 600;
}

.btn {
    font-family: Tahoma;
    font-size:1.8rem;
}
.btn-xl {
    padding: 0.5rem 2rem;
    font-size: 17px;
    font-weight: 100;
    text-transform: uppercase;
    border: none;
    border-radius: 10rem;
}
.btnSitemap{
    font-size: 17px;
}

html.theme-dark-1 .btn-Register {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
html.theme-dark-2 .btn-Register {
    color: #00fcfa !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn-Register {
    color: #fff;
    background-color: #0066B3;
    border-color: #0066B3;
}

    .btn-Register:hover {
        color: #fff;
        background-color: #005a9d;
        border-color: #005a9d;
    }

    .btn-Register:focus, .btn-Register.focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
    }

    .btn-Register.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #0066B3;
        border-color: #0066B3;
    }

    .btn-Register:not(:disabled):not(.disabled):active, .btn-Register:not(:disabled):not(.disabled).active,
    .show > .btn-Register.dropdown-toggle {
        color: #fff;
        background-color: #005a9d;
        border-color: #005a9d;
    }

        .btn-Register:not(:disabled):not(.disabled):active:focus, .btn-Register:not(:disabled):not(.disabled).active:focus,
        .show > .btn-Register.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
        }
html.theme-dark-1 .btn-primary {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #ffb307;
}
html.theme-dark-2 .btn-primary {
    color: #00fcfa !important;
    background-color: #000 !important;
    border-color: #ffb307;
}
.btn-primary {
    color: #fff;
    background-color: #ffb307;
    border-color: #ffb307;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #eca400;
        border-color: #eca400;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #ffb307;
        border-color: #ffb307;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #eca400;
        border-color: #eca400;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
        }

.box-btn {
    position: relative;
    z-index: 11;
}

.btn-Register {
    padding: 5px 20px;
    font-size: 17px;
    margin-top: 3px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    border-radius: 0.5rem;
    width: 205px;
    height: 125px;
}

.size-icon-Register {
    color: #fff;
    font-size: 100px;
    position: absolute;
    opacity: .2;
    margin-left: -15px;
    margin-top: 5px;
    width: 205px;
    text-align: left;
    float: left;
}

.size-icon-Register2 {
    color: #fff;
    font-size: 60px;
    padding-right: 10px;
    padding-top: 5px;
}

.btn-Login {
    padding: 5px 20px;
    font-size: 17px;
    margin-top: 3px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    border-radius: 0.5rem;
    width: 205px;
    height: 125px;
}

.size-icon-Login {

}

.size-icon-Login2 img {
    color: #fff;
    font-size: 60px;
    margin-top: 7px;
    padding-right: 10px;
    vertical-align: bottom;
    height: 63px;
}

.size-icon-Login img {
    height: 110px;
    position: absolute;
    opacity: 0.4;
    margin-left: -44px;
    margin-top: 2px;
}

.boxTopMenu {
    font-family: Tahoma;
    display: block;
    height: 32px;
    line-height: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#247CB3), color-stop(80%, #247CB3), to(#68BE58));
    background: -webkit-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: -o-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    color: #fff;
    position: relative;
    z-index: 5;
}

    .boxTopMenu .boxLeft {
        display: block;
        float: left;
    }

#header  .ctrl-font-size {
    display: block;
    float: left;
    padding: 0px 12px 0px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

    #header  .ctrl-font-size .title-1 {
        font-size: 17px;
    }

    #header  .ctrl-font-size .title-1 {
        display: block;
        float: left;
    }

    #header .ctrl-font-size .boxList_1 {
        display: block;
        float: left;
        padding: 0px 0px 0px 5px;
        font-size: 17px;
    }

        #header .ctrl-font-size .boxList_1 a {
            display: block;
            position: relative;
            float: left;
            padding: 0px 5px;
            height: 32px;
            opacity: 0.5;
            cursor: pointer;
        }

            #header .ctrl-font-size .boxList_1 a.action {
                opacity: 1;
                text-decoration: underline;
            }

            #header  .ctrl-font-size .boxList_1 a:nth-child(2) {
                font-size: 24px;
                line-height: 30px;
            }

            #header  .ctrl-font-size .boxList_1 a:nth-child(3) {
                font-size: 28px;
                line-height: 28px;
            }

#header  .ctrl-view-theme {
    display: block;
    float: left;
    padding: 0px 12px 0px 15px;
}

    #header  .ctrl-view-theme .title-1 {
        font-size: 17px;
    }

    #header  .ctrl-view-theme .title-1 {
        display: block;
        float: left;
    }

    #header .ctrl-view-theme .boxList_1 {
        display: block;
        float: left;
        padding: 0px 5px;
    }

        #header  .ctrl-view-theme .boxList_1 a {
            display: block;
            position: relative;
            float: left;
            padding: 0px 10px;
            cursor: pointer;
            font-size: 17px;
        }

            #header .ctrl-view-theme .boxList_1 a.action {
                opacity: 1;
                text-decoration: underline;
            }

            #header .ctrl-view-theme .boxList_1 a:nth-child(2) {
                color: #fff;
                background: #000;
            }

            #header .ctrl-view-theme .boxList_1 a:nth-child(3) {
                color: #FFFD38;
                background: #000;
            }
        #header .ctrl-view-theme .boxList_1 a {
            display: block;
            position: relative;
            float: left;
            padding: 0px 10px;
            cursor: pointer;
            font-size: 17px;
        }

.boxMainMenu {
    display: block;
    position: relative;
    height: 69px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

#header .boxTopMenu .boxRight {
    display: block;
    float: right;
    color: #fff;
}
    #header .boxTopMenu .boxRight a {
        color: #fff;
    }
        #header .boxTopMenu .boxRight a:hover {
            color: #fff;
        }
html.theme-dark-2 #header .boxTopMenu .boxRight {
    display: block;
    float: right;
    color: #00fcfa;
}

    html.theme-dark-2 #header .boxTopMenu .boxRight a {
        color: #00fcfa;
    }

        html.theme-dark-2 #header .boxTopMenu .boxRight a:hover {
            color: #ff0;
        }
        html.theme-dark-2 #header .boxTopMenu .boxRight a.action {
            color: #ff0;
            text-decoration:underline;
        }
.hotline {
    font-size: 17px;
    display: block;
    float: left;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 0px 10px 0px 10px;
}

.boxLang {
    display: block;
    float: left;
    height: 100%;
}

    .boxLang a {
        font-size: 17px;
        display: block;
        position: relative;
        float: left;
        padding: 0px 7px;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        background: transparent;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }

        .boxLang a.action {
            color: #fff;
            text-decoration: underline;
        }
#header {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 100;
}
#header .boxLang a:first-child {
    border-left: none;
}

header.masthead {
    padding-top: 3rem;
    background: url(../img/bg-masthead.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 98vh;
}

    header.masthead h1 {
        font-size: 4rem;
    }

    header.masthead p {
        font-size: 2.4rem;
        margin-top:14px;
    }
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50px;
    z-index: 999;
    box-shadow: 5px 6px 5px #2d4d65;
    padding: 6px 13px;
    font-size: 17px;
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
}
html.theme-dark-2 .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50px;
    z-index: 999;
    box-shadow: 5px 6px 5px #3a3838;
    padding: 6px 13px;
    font-size: 17px;
    color: #000000;
    background-color: #00fcfa;
    border-color: #00fcfa;
}
html.theme-dark-1 .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50px;
    z-index: 999;
    box-shadow: 5px 6px 5px #3a3838;
    padding: 6px 13px;
    font-size: 17px;
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.viewFooter #btnScrollToTop {
    bottom: 40%;
}
.w-100 {
    width: 100% !important;
    height: 80vh;
}

.box-text-search {
    position: relative;
    z-index: 10;
}

.h-40 {
    height: 40% !important;
}

.h-77 {
    height: 77% !important;
}

.h-25 {
    height: 25% !important;
}

.h-100 {
    height: 100% !important;
}
.carousel-inner {
    position: absolute;
    width: 100%;
    top: 0;
    height: 78vh;
    overflow: hidden;
}

.carousel-caption {
    position: absolute;
    right: 55%;
    top: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0066B3;
    text-align: left;
}
html.theme-dark-1 .carousel-caption {
    color: #fff !important;
}

html.theme-dark-2 .carousel-caption {
    color: #ff0 !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
    z-index: 0;
}

.carousel-indicators {
    bottom: 30%;
}

    .carousel-indicators .active {
        opacity: 1;
        background-color: #ffb307;
    }

.bg-search {
    background-color: #0066B3;
    height: 25vh;
    margin-top: -34px;
}
html.theme-dark-1 .bg-search {
    background-color: #000;
    height: 25vh;
}

html.theme-dark-2 .bg-search {
    background-color: #000;
    height: 25vh;
}
.box-search {
    margin-top: 15px;
}

.masthead-bg3 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 25vh;
    margin-top: 0px;
    background-color: #0000001f;
    transform-origin: bottom right;
    z-index: 9;
}

.masthead .masthead-bg3 {
    min-height: 0;
    shape-outside: polygon(0 0, 0 0, 0px 0px);
    clip-path: polygon(80% 0px, 0 0, 0 123px);
    transform-origin: top left;
    background: linear-gradient(to right bottom, rgba(17, 59,56, 0.12) 50%, rgba(0, 0, 0, 0) 50%);
    height: 15vh;
    z-index: 19;
}

.size-icon-search {
    color: #fff;
    font-size: 14rem;
    padding-left: 9%;
    padding-top: 3%;
    position: absolute;
    opacity: .2;
    z-index: 99;
}

.form-control {
    font-size: 2.2rem;
}

.form-control-search {
    display: block;
    width: 100%;
    float: left;
    font-size:22px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-radio {
    font-size: 2.4rem;
    color: #fff;
}

.form-check-inline {
    margin-right: 4rem;
    margin-left: 4rem;
}

.text-lef {
    text-align: left;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

hr.divider {
    max-width: 6rem;
    border-width: 2px;
    border-color: #ffb307;
    border-style: solid;
}

.card-pttvm {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255,255,255,0.6);
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 5% 0px;
    margin-right: 7%;
    margin-top: 7%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: #00AFF0;
    background: linear-gradient(to right bottom, #0066B3 50%, #00AFF0 50%);
    height: 120px;
    padding: 20px;
    line-height: 1.3;
    border-radius: 0;
}
.nav-pills .nav-link {
    height: 120px;
    padding: 2rem 2rem;
    line-height: 1.3;
    border-bottom: 1px dashed #d3d3d3;
    color: #575555;
}
.nav-link.btn-tab:hover {
    color: #fff;
    background: #00AFF0;
    background: linear-gradient(to right bottom, #0066B3 50%, #00AFF0 50%);
    height: 120px;
    padding: 2rem 2rem;
    line-height: 1.3;
    border-radius: 0;
    position: relative;
}
.nav-link.btn-tab.active {
    position: relative;
}

    .nav-link.btn-tab.active::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-left: 20px solid #00AFF0;
        left: auto;
        right: -20px;
    }
html.theme-dark-1 .nav-pills .nav-link {
    height: 120px;
    padding: 2rem 2rem;
    line-height: 1.3;
    border-bottom: 1px dashed #fff;
    color: #fff;
}
    html.theme-dark-1 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000;
        background: #fff;
        height: 120px;
        padding: 20px;
        line-height: 1.3;
        border-radius: 0;
    }

html.theme-dark-1 .nav-link.btn-tab:hover {
    color: #fff;
    background: #000;
    height: 120px;
    padding: 2rem 2rem;
    line-height: 1.3;
    border-radius: 0;
    position: relative;
}
html.theme-dark-1 .nav-link.btn-tab.active {
    position: relative;
}

    html.theme-dark-1 .nav-link.btn-tab.active::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-left: 20px solid #fff;
        left: auto;
        right: -20px;
    }
html.theme-dark-2 .nav-pills .nav-link {
    height: 120px;
    padding: 2rem 2rem;
    line-height: 1.3;
    border-bottom: 1px dashed #fff;
    color: #00fcfa;
}
    html.theme-dark-2 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #ff0;
        background: #000;
        height: 120px;
        padding: 20px;
        line-height: 1.3;
        border-radius: 0;
    }

html.theme-dark-2 .nav-link.btn-tab:hover {
    color: #ff0;
    background: #000;
    height: 120px;
    padding: 2rem 2rem;
    line-height: 1.3;
    border-radius: 0;
    position: relative;
}
html.theme-dark-2 .nav-link.btn-tab.active {
    position: relative;
}

    html.theme-dark-2 .nav-link.btn-tab.active::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-left: 20px solid #fff;
        left: auto;
    }
.size-icon-open-document {
    color: #fff;
    font-size: 11rem;
    position: absolute;
    opacity: 0.8;
    margin-left: -22px;
    top: 0;
}
html.theme-dark-1 .size-icon-open-document {
    display:none;
}
html.theme-dark-2 .size-icon-open-document {
    display: none;
}
.flex-column {
    flex-direction: column !important;
    border-right: 3px solid #00aff0;
}
html.theme-dark-1 .flex-column {
    flex-direction: column !important;
    border-right: 3px solid #fff;
}

html.theme-dark-2 .flex-column {
    flex-direction: column !important;
    border-right: 3px solid #fff;
}


.btn-tab {
    font-size: 28px;
}

    .btn-tab span {
        font-size: 17px;
    }

.card-pttnew {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px dashed rgba(0,0,0,.125);
}
html.theme-dark-1 .card-pttnew {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border-bottom: 1px dashed rgba(0,0,0,.125);
}
    html.theme-dark-1 .card-pttnew a {
        color: #fff;
    }
        html.theme-dark-1 .card-pttnew a:hover {
            background-color: #4a4848;
        }
html.theme-dark-2 .card-pttnew {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border-bottom: 1px dashed rgba(0,0,0,.125);
}

html.theme-dark-2 .card-pttnew a {
    color: #00fcfa;
}
html.theme-dark-2 .card-pttnew a:hover {
    background-color: #4a4848;
}
.header-pttnew2 {
    margin-bottom: 50px;
}

.header-pttnew-more {
    margin-bottom: 10px;
}

.card-pttnew2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
}

    .card-pttnew2 .card-title {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-pttnew2 .card-text:last-child {
        margin-bottom: 0;
        text-indent: 0px;
        line-height: 1.3;
        text-indent: 20px;
    }
.p-indent p {
    text-indent: 20px;
}
.card-text {
    margin-bottom: 0;
    text-indent: 0px;
    line-height: 1.3;
}

.card-img-top {
    margin-top: -3px;
    position: relative;
    width: 100%;
    height: 150px;
}
.card-img-top2 {
    margin-top: -3px;
    position: relative;
    width: 100%;
    height: 82px;
}
html.theme-dark-1 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #3c3c3c;
    background-clip: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .25rem;
}
html.theme-dark-2 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #3c3c3c;
    background-clip: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .25rem;
}
html.theme-dark-1 .card-announce .card-header {
    padding: .2rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(60, 60, 60);
    border-bottom: 1px dashed #ffffff;
}
html.theme-dark-2 .card-announce .card-header {
    padding: .2rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(60, 60, 60);
    border-bottom: 1px dashed #ffffff;
}
/*.pin {
    background: url(../img/pin.png) no-repeat;
    width: 100%;
    height: 37px;
    margin-top: -36px;
    position: initial;
    margin-left: 1px;
    float: right;
    background-position: right;
    right: 12px;
    left: -14px;
}*/
html.theme-dark-1 .pin {
    background-color: #6b6b6b;
    transform: rotate(-2deg) translateY(87%);
    transform-origin: bottom left;
    height: 20px;
    margin-top: -36px;
    position: initial;
    margin-left: 1px;
    margin-right: 0px;
    float: right;
}
html.theme-dark-2 .pin {
    background-color: #00fcfa;
    transform: rotate(-2deg) translateY(87%);
    transform-origin: bottom left;
    height: 20px;
    margin-top: -36px;
    position: initial;
    margin-left: 1px;
    margin-right: 0px;
    float: right;
}
.pin {
    background-color: #0066B3;
    transform: rotate(-2deg) translateY(87%);
    transform-origin: bottom left;
    height: 20px;
    margin-top: -36px;
    position: initial;
    margin-left: 1px;
    margin-right: 0px;
    float: right;
}
    .pin::before {
        content: "\f276";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        text-decoration: inherit;
        color: #4D4F5C;
        position: absolute;
        z-index: 10;
        border: 0;
        margin-top: -21px;
        left: auto;
        right: -4px;
        font-size: 3rem;
        transform: rotate(29deg) translateY(-4%);
    }
.bg-pttnew {
    background-color: #F2F7FA !important;
}
html.theme-dark-1 .bg-pttnew {
    background-color: #000 !important;
}
html.theme-dark-2 .bg-pttnew {
    background-color: #000 !important;
}
.pttnew2 {
    background-color: #dce7ec !important
}
html.theme-dark-1 .bg-pttnew {
    background-color: #000 !important;
    border-top: 1px dashed #423f3f;
}
html.theme-dark-2 .bg-pttnew {
    background-color: #000 !important;
    border-top: 1px dashed #423f3f;
}
.bg-hight-light {
    background: url(../img/bg-pattern.png)top center no-repeat;
    background-size: cover;
    background-color: #0066B3 !important;
    padding: 100px 0px !important;
}

    .bg-hight-light i.icons {
        font-size: 50px;
        display: inline-block;
        border-radius: 76px;
        border: 2px solid #fff;
        padding: 0.4em 0.4em;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
html.theme-dark-1 .bg-hight-light {
    background: url(../img/bg-pattern2.png)top center no-repeat;
    background-size: cover;
    background-color: #000 !important;
    padding: 100px 0px !important;
    border-top: 1px dashed #423f3f;
}

    html.theme-dark-1 .bg-hight-light i.icons {
        font-size: 50px;
        display: inline-block;
        border-radius: 76px;
        border: 2px solid #fff;
        padding: 0.4em 0.4em;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
html.theme-dark-2 .bg-hight-light {
    background: url(../img/bg-pattern2.png)top center no-repeat;
    background-size: cover;
    background-color: #000 !important;
    padding: 100px 0px !important;
    border-top: 1px dashed #423f3f;
}

    html.theme-dark-2 .bg-hight-light i.icons {
        font-size: 50px;
        display: inline-block;
        border-radius: 76px;
        color: #05fcfa;
        border: 2px solid #05fcfa;
        padding: 0.4em 0.4em;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
.border-hight-light {
    border-bottom: 0px dashed #fff;
}

.border-hight-light2 {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    height: 305px;
}
    .border-hight-light2:nth-child(1n) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }

    .border-hight-light2:nth-child(n+4) {
        border-left: 0px dashed #fff !important;
        border-right: 1px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }

    .border-hight-light2:nth-child(1) {
        border-left: 0px dashed #fff !important;
        border-right: 1px dashed #fff !important;
        border-top: 0px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }

    .border-hight-light2:nth-child(2) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 0px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }

    .border-hight-light2:nth-child(3) {
        border-left: 1px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 0px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(6) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(9) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(12) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(15) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(18) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(21) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(24) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(27) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(30) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(33) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(36) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(39) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(42) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
    .border-hight-light2:nth-child(45) {
        border-left: 0px dashed #fff !important;
        border-right: 0px dashed #fff !important;
        border-top: 1px dashed #fff !important;
        border-bottom: 0px dashed #fff !important;
        padding: 10px;
    }
/*html.font-medium*/
html.font-medium .feature-item {
    padding: 5px;
    background-color: transparent;
}

html.font-medium .feature-item a {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: transparent;
}

    html.font-medium .feature-item a:hover {
        color: #fff;
        background-color: rgba(1, 75, 130, 0.68);
        height: 310px;
        text-decoration: none;
        padding: 24px 0px;
    }
html.font-medium .border-hight-light2 {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    height: 330px;
}

html.font-medium .border-hight-light2:nth-child(1) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(2) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(3) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(4) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(5) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(6) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(7) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(8) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(9) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(10) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(11) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-medium .border-hight-light2:nth-child(12) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}
/*html.font-big*/
html.font-big .feature-item {
    padding: 5px;
    background-color: transparent;
}

    html.font-big .feature-item a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: transparent;
    }

        html.font-big .feature-item a:hover {
            color: #fff;
            background-color: rgba(1, 75, 130, 0.68);
            height: 350px;
            text-decoration: none;
            padding: 24px 0px;
        }
html.font-big .bg-content .feature-item {
    padding: 5px;
    height: 200px;
    background-color: transparent;
}

    html.font-big .bg-content .feature-item a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: transparent;
    }

        html.font-big .bg-content .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 190px;
            text-decoration: none;
            padding: 24px 0px;
        }
html.font-medium .bg-content .feature-item {
    padding: 5px;
    height: 200px;
    background-color: transparent;
}

    html.font-medium .bg-content .feature-item a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: transparent;
    }

        html.font-medium .bg-content .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 190px;
            text-decoration: none;
            padding: 24px 0px;
        }
html.font-big .border-hight-light2 {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    height: 370px;
}

html.font-big .border-hight-light2:nth-child(1) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(2) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(3) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(4) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(5) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(6) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(7) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(8) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(9) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(10) {
    border-left: 0px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(11) {
    border-left: 0px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}

html.font-big .border-hight-light2:nth-child(12) {
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px dashed #fff;
}
.text-blue {
    color: #005290;
}
html.theme-dark-1 .text-blue {
    color: #fff;
}
html.theme-dark-2 .text-blue {
    color: #ff0;
}

.bg-content2 {
    padding: 30px 0px !important;
    background-color: #f8f8f8 !important;
}

.bg-content-Contact {
    padding: 30px 0px !important;
    background-color: #f8f8f8 !important;
}

    .bg-content-Contact i.fa {
        font-size: 6rem;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 2px solid #005290;
        padding-top: 15px;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .bg-content-Contact .feature-item a {
        display: block;
        color: #000;
        height: 160px;
        background-color: transparent;
    }

        .bg-content-Contact .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 160px;
            text-decoration: none;
        }
.bg-content-img {
    padding: 30px 0px !important;
    background: url(../img/bg-pattern3.png);
    background-size: cover;
    background-color: #fbfbfb !important
}
html.theme-dark-1 .bg-content-img {
    padding: 30px 0px !important;
    background: url(../img/bg-pattern3.png);
    background-size: cover;
    background-color: #000 !important
}
html.theme-dark-2 .bg-content-img {
    padding: 30px 0px !important;
    background: url(../img/bg-pattern3.png);
    background-size: cover;
    background-color: #000 !important
}
.bg-content {
    padding: 30px 0px !important;
    background: url(../img/bg-pattern2.png);
    background-size: cover;
    background-color: #fbfbfb !important
}
html.theme-dark-1 .bg-content {
    padding: 30px 0px !important;
    background: url(../img/bg-pattern2-theme-dark.png);
    background-size: cover;
    background-color: #000 !important
}
html.theme-dark-2 .bg-content {
    padding: 30px 0px !important;
    background: url(../img/bg-pattern2-theme-dark.png);
    background-size: cover;
    background-color: #000 !important
}
    .bg-content i.fa {
        font-size: 90px;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 2px solid #005290;
        padding-top: 3px;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
html.theme-dark-1 .bg-content i.fa {
    color: #fff;
    border: 2px solid #fff;
}
html.theme-dark-2 .bg-content i.fa {
    color: #ff0;
    border: 2px solid #ff0;
}
    .bg-content .feature-item a {
        display: block;
        color: #000;
        height: 180px;
        background-color: transparent;
        padding: 20px 0px;
    }

        .bg-content .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 180px;
            text-decoration: none;
            padding: 24px 0px;
        }
html.theme-dark-1 .bg-content .feature-item a:hover {
    color: #fff;
    background-color: rgba(99, 99, 99, 0.40);
    height: 180px;
    text-decoration: none;
    padding: 24px 0px;
}
html.theme-dark-2 .bg-content .feature-item a:hover {
    color: #fff;
    background-color: rgba(99, 99, 99, 0.40);
    height: 180px;
    text-decoration: none;
    padding: 24px 0px;
}
    .bg-content .card-header-faq-other i.fa {
        font-size: 2.2rem;
        display: inline-block;
        border-radius: 76px;
        color: #212529;
        border: 0px solid #005290;
        padding-top: 3px;
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
    .bg-content .card-header-faq .collapsed i.fa{
        font-size: 2.2rem;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 0px solid #005290;
        padding-top: 3px;
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
html.theme-dark-1 .bg-content .card-header-faq-other i.fa {
    font-size: 2.2rem;
    display: inline-block;
    border-radius: 76px;
    color: #fff;
    border: 0px solid #005290;
    padding-top: 3px;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}

html.theme-dark-1 .bg-content .card-header-faq .collapsed i.fa {
    font-size: 2.2rem;
    display: inline-block;
    border-radius: 76px;
    color: #fff;
    border: 0px solid #005290;
    padding-top: 3px;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}
html.theme-dark-2 .bg-content .card-header-faq-other i.fa {
    font-size: 2.2rem;
    display: inline-block;
    border-radius: 76px;
    color: #ff0;
    border: 0px solid #005290;
    padding-top: 3px;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}

html.theme-dark-2 .bg-content .card-header-faq .collapsed i.fa {
    font-size: 2.2rem;
    display: inline-block;
    border-radius: 76px;
    color: #ff0;
    border: 0px solid #005290;
    padding-top: 3px;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}
html.theme-dark-1 .bg-content .card-header-faq .collapsed i.fa {
    color: #fff;
}
html.theme-dark-2 .bg-content .card-header-faq .collapsed i.fa {
    color: #ff0;
}
        .bg-content .card-header-faq .collapsed i.fa.fa-question-circle {
            font-size: 7.2rem !important;
            display: inline-block;
            border-radius: 76px;
            color: #DB5F46;
            border: 2px solid #005290;
            padding-top: 2px !important;
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            padding-left: 2px;
            position: absolute;
            left: 0;
            margin-left: -15px;
            top: 0;
            margin-top: -10px;
        }
    .bg-content  .FaqCategory i.fa {
        font-size: 2.2rem;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 0px solid #005290;
        padding-top: 3px;
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(208, 203, 203, 0.58);
    cursor: pointer;
}
.table-striped tbody tr:nth-of-type(even) {
    cursor: pointer;
}
html.theme-dark-2 .table-striped tbody tr:hover {
    background-color: #373636;
    color: #52bfbe;
    cursor: pointer;
}
html.theme-dark-2 .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(111, 110, 110, 0.58);
    cursor: pointer;
}
.card-faq .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(243, 247, 249, 0.37);
    background-clip: border-box;
    border: 1px solid rgb(210, 223, 232);
    border-radius: .25rem;
    margin-bottom: 30px;
}
.header-height {
    height: 55px;
    cursor: pointer;
    padding-top:10px;
}
.card-faq .card-header {
    padding: 0rem 1.25rem;
    margin-bottom: 0;
    background-color: #d2dfe8;
    border-bottom: 2px solid rgba(0,0,0,.125);
}
html.theme-dark-1 .card-faq .card-header {
    background-color: #363738;
}
html.theme-dark-2 .card-faq .card-header {
    background-color: #363738;
}
.border-bg-content {
    border-bottom: 1px dashed #005290;
    padding: 10px;
}

.border-bg-content2 {
    border-left: 1px dashed #005290;
    border-bottom: 1px dashed #005290;
    padding: 10px;
}

    .border-bg-content2:nth-child(odd) {
        border-left: 0px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
    }

    .border-bg-content2:nth-child(even) {
        border-left: 1px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
    }
html.theme-dark-1 .border-bg-content {
    border-bottom: 1px dashed #fff;
    padding: 10px;
}

html.theme-dark-1  .border-bg-content2 {
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 10px;
}

    html.theme-dark-1  .border-bg-content2:nth-child(odd) {
        border-left: 0px dashed #fff;
        border-bottom: 1px dashed #fff;
        padding: 10px;
    }

    html.theme-dark-1  .border-bg-content2:nth-child(even) {
        border-left: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
        padding: 10px;
    }
html.theme-dark-2 .border-bg-content {
    border-bottom: 1px dashed #fff;
    padding: 10px;
}

html.theme-dark-2 .border-bg-content2 {
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 10px;
}

    html.theme-dark-2 .border-bg-content2:nth-child(odd) {
        border-left: 0px dashed #fff;
        border-bottom: 1px dashed #fff;
        padding: 10px;
    }

    html.theme-dark-2 .border-bg-content2:nth-child(even) {
        border-left: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
        padding: 10px;
    }
.border-bg-content-3 {
    border-bottom: 1px dashed #005290;
    padding: 0px 10px;
}
html.theme-dark-1  .border-bg-content-3 {
    border-bottom: 1px dashed #fff;
    padding: 0px 10px;
}
html.theme-dark-2  .border-bg-content-3 {
    border-bottom: 1px dashed #fff;
    padding: 0px 10px;
}
.border-bg-content-right {
    border-right: 1px dashed #005290;
    padding: 10px;
    background-color: #d4e2ed;
}

    .border-bg-content-right::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-left: 20px solid #d4e2ed;
        left: auto;
        right: -20px;
    }
html.theme-dark-1 .border-bg-content-right {
    border-right: 1px dashed #fff;
    padding: 10px;
    background-color: #1f1f1f;
}

    html.theme-dark-1 .border-bg-content-right::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-left: 20px solid #fff;
        left: auto;
        right: -20px;
    }
html.theme-dark-2 .border-bg-content-right {
    border-right: 1px dashed #fff;
    padding: 10px;
    background-color: #1f1f1f;
}

    html.theme-dark-2 .border-bg-content-right::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-left: 20px solid #fff;
        left: auto;
        right: -20px;
    }
.bg-call {
    background-color: #014B82;
}
html.theme-dark-1 .bg-call {
    background-color: #5d5c5c !important;
}

html.theme-dark-2 .bg-call {
    background-color: #5d5c5c !important;
}

.bg-sitemap {
    /*background-color: #013C67 !important;*/
    background: linear-gradient(110deg, #247cb3 13%, #013C67 13%,#013C67);
    margin-bottom: -4px;
}
html.theme-dark-1 .bg-sitemap {
    /*background-color: #013C67 !important;*/
    background: linear-gradient(110deg, #000 13%, rgba(255, 255, 255, 0.3) 13%,rgba(255, 255, 255, 0.3));
    margin-bottom: -4px;
}
html.theme-dark-2 .bg-sitemap {
    /*background-color: #013C67 !important;*/
    background: linear-gradient(110deg, #000 13%, rgba(255, 255, 255, 0.3) 13%,rgba(255, 255, 255, 0.3));
    margin-bottom: -4px;
}
.bg-footer {
    background-color: #4E4E4E !important;
    font-size: 17px;
}
html.theme-dark-1 .bg-footer {
    background-color: rgb(60, 60, 60) !important;
    font-size: 17px;
}

html.theme-dark-2 .bg-footer {
    background-color: rgb(60, 60, 60) !important;
    font-size: 17px;
}
.bg-faq {
    background-color: #d4e2ed !important;
    font-size: 17px;
}

html.theme-dark-1 .bg-faq {
    background-color: #000 !important;
    font-size: 17px;
}

html.theme-dark-2 .bg-faq {
    background-color: #000 !important;
    font-size: 17px;
}
.icon-sm {
    font-size: 1.2rem;
}

.icon-md {
    font-size: 2.2rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-title {
    margin-bottom: .2rem;
}

.page-section {
    padding: 1rem 0;
}
html.theme-dark-1 .page-section {
    padding: 2rem 0;
    background-color: #000;
}
html.theme-dark-2 .page-section {
    padding: 2rem 0;
    background-color: #000;
}
.btn-pttplc {
    font-size: 20px !important;
    padding: 10px;
}

.breadcrumb {
    background-color: #005290 !important;
    border-radius: 0rem !important;
    font-size: 17px;
    margin-bottom: 0;
    padding-left: 20px;
}

.masthead_banner {
    padding-top: 0rem;
    object-fit: cover;
    object-position: 100% 0;
    width: 100%;
    height: 40vh;
    position: relative;
}

.box-header-banner {
    position: absolute;
    z-index: 20;
    top: 0;
    height: 40vh;
    width: 100%;
    padding: .75rem 1rem;
    vertical-align: middle;
}
.bg-search-advance {
    background-color: #0066B3;
}
html.theme-dark-1 .bg-search-advance {
    background-color: #3c3c3c;
}
html.theme-dark-2 .bg-search-advance {
    background-color: #3c3c3c;
}
.icon-file-lg {
    font-size: 7rem;
    margin-top: 10px;
    position: absolute;
    color: #005290;
}
.icon-file-sm {
    font-size: 4rem;
    margin-top: 0px;
    position: absolute;
    color: #005290;
}
.announce-ptt .title-announce {
    padding-left: 72px;
}
.title-announce {
    padding-left: 96px;
    margin-top: 10px;
}

.subject {
    color: #005290;
}
html.theme-dark-1 .subject {
    color: #fff;
}

html.theme-dark-2 .subject {
    color: #ff0;
}

.body-announce-ptt {
    padding-left: 109px;
    padding-right: 109px;
}

.body-announce {
    padding-left: 106px;
}

.card-announce {
    margin-bottom: 20px;
}

    .card-announce a h3 {
        position: relative;
        color: #005290;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#03a9f4), color-stop(50%, #03a9f4), color-stop(50%, #005290));
        background: linear-gradient(to right, #03a9f4, #03a9f4 50%, #005290 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-transition: background-position 275ms ease;
        transition: background-position 275ms ease;
        text-decoration: none;
    }
    .card-announce a h2 {
        position: relative;
        color: #005290;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#03a9f4), color-stop(50%, #f4623a), color-stop(50%, #005290));
        background: linear-gradient(to right, #03a9f4, #03a9f4 50%, #005290 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-transition: background-position 275ms ease;
        transition: background-position 275ms ease;
        text-decoration: none;
    }
    .card-announce a:hover {
        text-decoration: none;
        background-position: 0 100%;
    }

        .card-announce a:hover h3 {
            background-position: 0 100%;
        }
        .card-announce a:hover h2 {
            background-position: 0 100%;
        }
.card-body2 {
    background-color: #F0F6FA;
    left: 0;
    right: 0;
    margin-left: -106px;
    margin-right: -12px;
    margin-top: 10px;
    font-size: 2.2rem;
}

.card-announce .card-header {
    padding: .2rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(56, 86, 109, 0.08);
    border-bottom: 1px dashed #0066b345;
}



html.theme-dark-1 .card-announce {
    margin-bottom: 20px;
}

    html.theme-dark-1 .card-announce a h3 {
        position: relative;
        color: #fff;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff));
        background: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-transition: background-position 275ms ease;
        transition: background-position 275ms ease;
        text-decoration: none;
    }

    html.theme-dark-1 .card-announce a h2 {
        position: relative;
        color: #fff;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff));
        background: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-transition: background-position 275ms ease;
        transition: background-position 275ms ease;
        text-decoration: none;
    }

    html.theme-dark-1 .card-announce a:hover {
        text-decoration: none;
        background-position: 0 100%;
    }

        html.theme-dark-1 .card-announce a:hover h3 {
            background-position: 0 100%;
        }

        html.theme-dark-1 .card-announce a:hover h2 {
            background-position: 0 100%;
        }
    html.theme-dark-1 .card-announce .card-header a i{
        color: #fff;
    }
html.theme-dark-1 .card-body2 {
    background-color: #7f7f7f;
    left: 0;
    right: 0;
    margin-left: -106px;
    margin-right: -12px;
    margin-top: 10px;
    font-size: 2.2rem;
}

html.theme-dark-1 .card-announce .card-header {
    padding: .2rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(56, 86, 109, 0.08);
    border-bottom: 1px dashed #fff;
}

html.theme-dark-2 .card-announce {
    margin-bottom: 20px;
}

    html.theme-dark-2 .card-announce a h3 {
        position: relative;
        color: #FFFD38;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#FFFD38), color-stop(50%, #FFFD38), color-stop(50%, #FFFD38));
        background: linear-gradient(to right, #FFFD38, #FFFD38 50%, #FFFD38 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-transition: background-position 275ms ease;
        transition: background-position 275ms ease;
        text-decoration: none;
    }

    html.theme-dark-2 .card-announce a h2 {
        position: relative;
        color: #FFFD38;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(#FFFD38), color-stop(50%, #FFFD38), color-stop(50%, #FFFD38));
        background: linear-gradient(to right, #FFFD38, #FFFD38 50%, #FFFD38 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-transition: background-position 275ms ease;
        transition: background-position 275ms ease;
        text-decoration: none;
    }

    html.theme-dark-2 .card-announce a:hover {
        text-decoration: none;
        background-position: 0 100%;
    }

        html.theme-dark-2 .card-announce a:hover h3 {
            background-position: 0 100%;
        }

        html.theme-dark-2 .card-announce a:hover h2 {
            background-position: 0 100%;
        }

    html.theme-dark-2 .card-announce .card-header a i {
        color: #FFFD38;
    }

html.theme-dark-2 .card-body2 {
    background-color: #7f7f7f;
    left: 0;
    right: 0;
    margin-left: -106px;
    margin-right: -12px;
    margin-top: 10px;
    font-size: 2.2rem;
}

html.theme-dark-2 .card-announce .card-header {
    padding: .2rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(56, 86, 109, 0.08);
    border-bottom: 1px dashed #fff;
}
html.theme-dark-2 .table .thead-dark th {
    color: #00fcfa;
    background-color: #343a40;
    border-color: #454d55;
    font-weight: 300;
}
.btn-other {
    font-size: 2rem;
    background-color: #0066B3;
    color: #fff;
    border-radius: 0px;
    width: 100%;
}

html.theme-dark-1 .btn-other {
    font-size: 2rem;
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    width: 100%;
}

html.theme-dark-2 .btn-other {
    font-size: 2rem;
    background-color: #000;
    color: #00fcfa;
    border-radius: 0px;
    width: 100%;
}
.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.card-body2 .body-announce {
    padding-left: 95px;
}
.header-announce {
    background: linear-gradient(30deg, #0066B3 60%, #00AFF0 88%);
}
html.theme-dark-1 .header-announce {
    background: #000;
}
html.theme-dark-2 .header-announce {
    background: #000;
}
.card-header-ProcurementMonthly {
    padding: .75rem 1.25rem;
    background-color: #4D4F5C;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}

    .card-header-ProcurementMonthly h3 {
        color: #fff;
    }
html.theme-dark-1 .card-header-ProcurementMonthly {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #000;
}

    html.theme-dark-1 .card-header-ProcurementMonthly h3 {
        color: #fff;
    }
html.theme-dark-1 .accordion a {
    color: #fff;
}
html.theme-dark-1  .fa-chevron-down:before {
    content: "\f078";
    color: #000;
}
html.theme-dark-1 .btnSitemap .fa-chevron-down:before {
    content: "\f078";
    color: #fff;
}
html.theme-dark-2 .btnSitemap .fa-chevron-down:before {
    content: "\f078";
    color: #00fcfa !important;
}
html.theme-dark-2 .card-header-ProcurementMonthly {
    padding: .75rem 1.25rem;
    background-color: #545454;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #000;
}

    html.theme-dark-2 .card-header-ProcurementMonthly h3 {
        color: #ff0;
    }

html.theme-dark-2 .accordion a {
    color: #00fcfa;
}

html.theme-dark-2 .fa-chevron-down:before {
    content: "\f078";
    color: #ffff0a !important;
}
html.theme-dark-2 .btn-outline-light {
    color: #00fcfa;
    border-color: #00fcfa;
}
.title-announce2 {
    margin-top: 5px;
    margin-bottom: 5px;
    border-right: 1px solid #ccdce6;
}

.title-announce {
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-body .well {
    padding-right: 55px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: Tahoma;
    font-size: 17px;
    padding: 20px 11px;
    font-weight: 400;
    color: #fff;
    height: 63px;
}

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #ffb307;
    }


.menu-ptt ul li ul.dropdown {
    min-width: 100%; /* Set width of the dropdown */
    background: #005698f0;
    color: #fff;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 45px;
}

.menu-ptt ul {
    padding: 0;
    list-style: none;
}

    .menu-ptt ul li {
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }

        .menu-ptt ul li a {
            display: block;
            padding: 8px 25px;
            color: #333;
            text-decoration: none;
        }

            .menu-ptt ul li a:hover {
                color: #fff;
            }

.sub-menu-parent {
    position: relative;
}

ul.sub-menu li a {
    border-bottom: 1px dashed #fff;
    width: 320px;
    height: 55px;
    color: #fff;
    padding: 15px 10px;
    background-color: transparent;
    text-decoration: none;
}

    ul.sub-menu li a:after {
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        width: 0px;
        position: absolute;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        z-index: -1;
        text-decoration: none;
    }

    ul.sub-menu li a:hover:after {
        width: 100%;
        background: #3498db;
        text-decoration: none;
    }
html.theme-dark-1 ul.sub-menu li a {
    border-bottom: 1px dashed #fff;
    width: 320px;
    height: 55px;
    color: #fff;
    padding: 15px 10px;
    background-color: transparent;
    text-decoration: none;
}

html.theme-dark-1 ul.sub-menu li a:after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0px;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;
    text-decoration: none;
}

html.theme-dark-1 ul.sub-menu li a:hover:after {
    width: 100%;
    background: #454d55;
    text-decoration: none;
}

html.theme-dark-2 ul.sub-menu li a {
    border-bottom: 1px dashed #fff;
    width: 320px;
    height: 55px;
    color: #00fcfa;
    padding: 15px 10px;
    background-color: transparent;
    text-decoration: none;
}

    html.theme-dark-2 ul.sub-menu li a:after {
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        width: 0px;
        position: absolute;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        z-index: -1;
        text-decoration: none;
    }

    html.theme-dark-2 ul.sub-menu li a:hover:after {
        width: 100%;
        background: #454d55;
        text-decoration: none;
    }
.sub-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 98%;
    left: 0;
    width: 320px;
    margin-left: -130px;
    background-color: rgba(0, 86, 152, 0.94);
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

    .sub-menu:before {
        content: "";
        border-bottom: 10px solid rgba(0, 86, 152, 0.94);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        left: 50%;
        z-index: 10;
    }

    .sub-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        left: 50%;
        z-index: 9;
    }

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
}
html.theme-dark-1 .sub-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 98%;
    left: 0;
    width: 320px;
    margin-left: -100px;
    background-color: #000;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

    html.theme-dark-1 .sub-menu:before {
        content: "";
        border-bottom: 10px solid #000 !important;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        left: 50%;
        z-index: 10;
    }

    html.theme-dark-1 .sub-menu:after {
        content: "";
        border-bottom: 12px solid #000 !important;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        left: 50%;
        z-index: 9;
    }

html.theme-dark-2 .sub-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 98%;
    left: 0;
    width: 320px;
    margin-left: -100px;
    background-color: #000;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

    html.theme-dark-2 .sub-menu:before {
        content: "";
        border-bottom: 10px solid #000;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        left: 50%;
        z-index: 10;
    }

    html.theme-dark-2 .sub-menu:after {
        content: "";
        border-bottom: 12px solid #000;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        left: 50%;
        z-index: 9;
    }
.feature-item {
    padding: 5px;
    background-color: transparent;
}

    .feature-item a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: transparent;
    }

        .feature-item a:hover {
            color: #fff;
            padding: 30px;
            margin-top:4px;
            background-color: rgba(1, 75, 130, 0.68);
            height: 284px;
            text-decoration: none;
        }
html.theme-dark-1 .feature-item {
    padding: 5px;
    background-color: transparent;
}

    html.theme-dark-1 .feature-item a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: transparent;
    }

        html.theme-dark-1 .feature-item a:hover {
            color: #fff;
            padding: 30px;
            background-color: rgba(56, 86, 109, 0.08);
            height: 290px;
            text-decoration: none;
        }
html.theme-dark-2 .feature-item {
    padding: 5px;
    background-color: transparent;
}

    html.theme-dark-2 .feature-item a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: transparent;
    }

        html.theme-dark-2 .feature-item a:hover {
            color: #fff;
            padding: 30px;
            background-color: rgba(56, 86, 109, 0.08);
            height: 290px;
            text-decoration: none;
        }
.table {
    font-size: 2.2rem;
}

.border-bottom {
    border-bottom: 1px dashed #707070 !important;
    padding-bottom: 1.5rem;
}

.border-bottom-blue {
    border-bottom: 1px dashed #85e4ff !important;
    padding-bottom: 1.5rem;
}

.sitemap a {
    color: #fff;
}

.bg-sitemap-list {
    background-color: #013963 !important;
    position: relative;
}
html.theme-dark-1 .bg-sitemap-list {
    background-color: #333 !important;
    position: relative;
}
html.theme-dark-2 .bg-sitemap-list {
    background-color: #333 !important;
    position: relative;
}
.toolbar li {
    display: inline;
    margin: 0;
    padding: .5em;
    color: #fff;
    text-align: center;
}

    .toolbar li a {
        color: #fff;
    }

.btnSearch {
    text-align: left;
    margin-top: 37px;
}

.modal-title-login {
    text-align: center;
}
.close {
    font-size: 2.2rem;
}

.modal.show .modal-dialog {
    padding-top: 15vh;
    height: 100vh;
}

.pull-right {
    text-align: right !important;
}

.input-group-text {
    font-size: 2rem;
}

.indent {
    margin-top: 0;
    text-indent: 30px;
    margin-bottom: 2.2rem;
}

.blog-blau-liste {
    position: relative;
    margin: 0.8em 0px 0px;
    list-style: outside none none;
    counter-reset: big-numba;
    padding-left: 0px;
}

.blog-blau-liste-item {
    position: relative;
    margin: 0.5em 0px 0px 1.9em;
    list-style: outside none none;
    border-bottom: 1px dashed #005a9d;
    padding-bottom: 10px;
    padding-left: 50px;
    line-height: 1;
}

    .blog-blau-liste-item::before {
        content: counter(big-numba, decimal);
        counter-increment: big-numba;
        position: absolute;
        top: -2px;
        font-size: 19px;
        left: 0.5em;
        box-sizing: border-box;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5;
        color: #FFF;
        background: #005a9d none repeat scroll 0% 0%;
        font-weight: 600;
        text-align: center;
        border-radius: 50%;
    }
.blog-blau-liste-item2 {
    position: relative;
    margin: 0.5em 0px 0px 1.9em;
    list-style: outside none none;
    border-bottom: 1px dashed #005a9d;
    padding-bottom: 10px;
    padding-left: 50px;
    line-height: 1;
}

    .blog-blau-liste-item2::before {
        content: counter(big-numba, none);
        counter-increment: none;
        position: absolute;
        top: 7px;
        font-size: 19px;
        left: 0.5em;
        box-sizing: border-box;
        width: 0.5em;
        height: 0.5em;
        color: #FFF;
        background: #005a9d none repeat scroll 0% 0%;
        font-weight: 600;
        text-align: center;
        border-radius: 50%;
        border-radius: 50%;
    }
.icon-faq i.fa {
    background-color: #d2dfe8;
    font-size: 72px !important;
    display: inline-block;
    border-radius: 76px;
    color: #DB5F46;
    border: 2px solid #005290;
    padding-top: 2px !important;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    padding-left: 2px;
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: 0;
    margin-top: -10px;
}
html.theme-dark-1 .icon-faq i.fa {
    font-size: 72px !important;
    display: inline-block;
    border-radius: 76px;
    color: #fff;
    border: 2px solid #fff;
    padding-top: 2px !important;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    padding-left: 2px;
    position: absolute;
    left: 0;
    margin-left: -10px;
    top: 0;
    margin-top: -15px;
}
html.theme-dark-2 .icon-faq i.fa {
    font-size: 72px !important;
    display: inline-block;
    border-radius: 76px;
    color: #FFFD38;
    border: 2px solid #FFFD38;
    padding-top: 2px !important;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    padding-left: 2px;
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: 0;
    margin-top: -10px;
}
.card-header-faq {
    padding-left: 75px !important;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}

.btn-pttvm {
    margin-right: -11px;
    margin-top: -7px;
}

    .btn-pttvm img {
        height: 70px;
    }
.menu-side {
    height: 78vh !important;
    margin-top: 60px;
    overflow-x: auto;
    margin-left: -6px;
}
.sidenav {
    background-color: #111;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

.sidenavR {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-Y: hidden;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .4s;
    width: 0;
    z-index: 99999;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
}

    .sidenav a, .sidenavR a {
        color: #4D4D4D;
        display: block;
        font-size: 2rem;
        padding: 5px;
        text-decoration: none;
    }

        .sidenav a:hover, .offcanvas a:focus, .sidenavR a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn, .sidenavR .closebtn {
        font-size: 36px;
        color: white;
        margin-top: -18px;
        margin-left: 10px;
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 999999;
    }
.icon-pttvm {
    font-size: 5rem;
}

.title-icon-pttvm {
    width: 30%;
    padding-left: 50px;
    margin-top: 0px;
}

.title-pttvm {
    width: 70%;
    border-left: 1px solid #fff;
    margin-left: 100px;
    padding-left: 10px;
    margin-top: 0px;
}

.bg-header-pttvm {
    background-image: url(../img/pttvm-header.png);
    z-index: 99999;
    margin-top: -61px;
    height: 158px;
    background-size: cover;
}

.bg-footer-pttvm {
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 99999;
    background: linear-gradient(to right bottom, #fff 49%, #ffb307 52%);
    height: 50px;
    padding: 20px;
    line-height: 1.3;
    border-radius: 0;
}

#backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}

.bg-BackOffice {
    background-color: #4D4F5C;
}
    .bg-BackOffice a {
        color: #fff !important;
    }
.bg-ResetPassword {
    background-color: #00599D;
}
.bg-ResetPassword  a{
    color: #fff !important;
}

.list-group-item {
    padding: .4rem 1.25rem;
}
    .list-group-item a:hover {
        color: #ffb307;
    }
.btn-pttvm-mobile {
    display: none;
}

.btn-pttvm-desktop {
    display: block;
}

.menu-mobile {
    display: none;
}

.menu-desktop {
    display: block;
    margin-right: 20px;
}

#header .boxOtherMenu-3 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    color: #fff;
    margin-top: -3px;
}

    #header .boxOtherMenu-3 .ctrl-font-size {
        padding: 0px;
        width: 50%;
        border-right: none !important;
    }

        #header .boxOtherMenu-3 .ctrl-font-size .title-1 {
            float: none !important;
            padding-bottom: 7px;
        }

        #header .boxOtherMenu-3 .ctrl-font-size .boxList_1 {
            float: none !important;
            padding: 0px;
        }

#header .boxOtherMenu-3 .ctrl-view-theme {
    padding: 0px;
    width: 50%;
}

    #header .boxOtherMenu-3 .ctrl-view-theme .title-1 {
        float: none !important;
        padding-bottom: 7px;
    }

    #header .boxOtherMenu-3 .ctrl-view-theme .boxList_1 {
        float: none !important;
        padding: 0px;
    }

.boxOtherMenu-1 {
    font-size: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bg-color {
    background-color: #2266b3;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px;
}
html.theme-dark-1  .bg-color {
    background-color: #000 !important;
}
html.theme-dark-2 .bg-color {
    background-color: #000 !important;
}
.box-carousel {
    height: 75vh;
}

.carousel-mobile {
    display: none;
}

.carousel-desktop {
    display: block;
}

.box-announce-mobile {
    display: none;
}

.box-announce-desktop {
    display: block;
}

.box-announce-home-mobile {
    width: 100%;
    margin-top: 270px;
    display: none;
}

.box-announce-home-desktop {
    width: 100%;
    display: flex;
}

.card-pttnew a {
}

    .card-pttnew a:hover {
        background-color: rgba(0, 90, 157, 0.04);
        height: 100%;
        text-decoration: none;
        color: #212529;
    }

.announce-ptt {
}

    .announce-ptt .icon-building-lg {
        font-size: 40px !important;
        margin-top: 10px;
        position: absolute;
        color: #005290;
    }

    .announce-ptt i.fa {
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 2px solid #005290;
        padding-top: 7px;
        padding-left: 11PX;
        width: 63px;
        height: 62px;
        margin-bottom: 20px;
        margin-top: 2px;
    }
html.theme-dark-1 .announce-ptt .icon-building-lg {
    font-size: 40px !important;
    margin-top: 10px;
    position: absolute;
    color: #fff;
}

html.theme-dark-1 .announce-ptt i.fa {
    display: inline-block;
    border-radius: 76px;
    color: #fff;
    border: 2px solid #fff;
    padding-top: 7px;
    padding-left: 11PX;
    width: 63px;
    height: 62px;
    margin-bottom: 20px;
    margin-top: 2px;
}
html.theme-dark-2 .announce-ptt .icon-building-lg {
    font-size: 40px !important;
    margin-top: 10px;
    position: absolute;
    color: #ff0;
}

html.theme-dark-2 .announce-ptt i.fa {
    display: inline-block;
    border-radius: 76px;
    color: #ff0;
    border: 2px solid #ff0;
    padding-top: 7px;
    padding-left: 11PX;
    width: 63px;
    height: 62px;
    margin-bottom: 20px;
    margin-top: 2px;
}
.list-group-item {
    margin-bottom: 1px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
    padding: 20px 10px;
    font-weight: 400;
    color: #fff;
}
.WidelyTable .table .thead-light th {
    background-color: #4D4F5C;
    font-weight:300;
    color: #fff;
    border-bottom: 3px solid #B5C1C9;
}
.WidelyTable thead {
    background-color: rgba(241, 246, 250, 0.63);
    border-bottom: 3px solid #B5C1C9;
}
.WidelyTable tbody tr.first:nth-of-type(4n+3) {
    background-color: rgba(241, 246, 250, 0.63);
}
.WidelyTable tbody .second tr:nth-of-type(odd) {
    border-bottom: 1px solid #d3d3d3 !important;
    background-color: #ebebeb;
}
.WidelyTable tbody .second tr:nth-of-type(even) {
    border-bottom: 1px solid #d3d3d3 !important;
}

.WidelyTable tbody tr:hover:nth-of-type(4n+3) {
    background-color: #ccdce6;
}
.WidelyTable tbody tr:hover:nth-of-type(odd) {
    background-color: #ccdce6;
}
.WidelyTable tbody .second tr:hover {
    background-color: #ccdce6;
}
.WidelyTable2 .table .thead-light th {
    background-color: #4D4F5C;
    font-weight: 300;
    color: #fff;
    border-bottom: 3px solid #B5C1C9;
}
.WidelyTable2 tbody tr.first:nth-of-type(even) {
    background-color: rgba(241, 246, 250, 0.63);
}
.WidelyTable2 thead {
    background-color: rgba(241, 246, 250, 0.63);
    border-bottom: 3px solid #B5C1C9;
}

.WidelyTable tbody .second tr:hover {
    background-color: #ccdce6;
}
.collapse-bg {
    background-color: rgba(255, 255, 255, 0.35) !important;
}
.WidelyTable tbody tr .collapse .show:hover {
    background-color: transparent !important;
}

.WidelyTable .table .thead-light th {
    background-color: #4D4F5C;
    font-weight: 300;
    color: #fff;
    border-bottom: 3px solid #B5C1C9;
}
html.theme-dark-1 .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff !important;
}
html.theme-dark-1 .table a{
    color: #fff !important;
}
html.theme-dark-1 .WidelyTable thead {
    background-color: rgba(105, 105, 105, 0.63);
    border-bottom: 3px solid #B5C1C9;
}

html.theme-dark-1 .WidelyTable tbody tr.first:nth-of-type(4n+3) {
    background-color: rgba(105, 105, 105, 0.63);
}

html.theme-dark-1 .WidelyTable tbody .second tr:nth-of-type(odd) {
    border-bottom: 1px solid #d3d3d3 !important;
    background-color: #636363;
}

html.theme-dark-1 .WidelyTable tbody .second tr:nth-of-type(even) {
    border-bottom: 1px solid #d3d3d3 !important;
}

html.theme-dark-1 .WidelyTable tbody tr:hover:nth-of-type(4n+3) {
    background-color: rgba(226, 221, 221, 0.63);
}

html.theme-dark-1 .WidelyTable tbody tr:hover:nth-of-type(odd) {
    background-color: rgba(226, 221, 221, 0.63);
}

html.theme-dark-1 .WidelyTable tbody .second tr:hover {
    background-color: #515151;
}

html.theme-dark-1 .collapse-bg {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

html.theme-dark-1 .WidelyTable tbody tr .collapse .show:hover {
    background-color: transparent !important;
}

html.theme-dark-2 .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #00fcfa !important;
}

    html.theme-dark-2 .table a {
        color: #ff0 !important;
    }

html.theme-dark-2 .WidelyTable thead {
    background-color: rgba(105, 105, 105, 0.63);
    border-bottom: 3px solid #B5C1C9;
}

html.theme-dark-2 .WidelyTable tbody tr.first:nth-of-type(4n+3) {
    background-color: rgba(105, 105, 105, 0.63);
}

html.theme-dark-2 .WidelyTable tbody .second tr:nth-of-type(odd) {
    border-bottom: 1px solid #d3d3d3 !important;
    background-color: #6b6969;
}

html.theme-dark-2 .WidelyTable tbody .second tr:nth-of-type(even) {
    border-bottom: 1px solid #d3d3d3 !important;
}

html.theme-dark-2 .WidelyTable tbody tr:hover:nth-of-type(4n+3) {
    background-color: rgba(226, 221, 221, 0.63);
}

html.theme-dark-2 .WidelyTable tbody tr:hover:nth-of-type(odd) {
    background-color: rgba(226, 221, 221, 0.63);
}

html.theme-dark-2 .WidelyTable tbody .second tr:hover {
    background-color: #515151;
}

html.theme-dark-2 .collapse-bg {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

html.theme-dark-2 .WidelyTable tbody tr .collapse .show:hover {
    background-color: transparent !important;
}
html.theme-dark-1 ul li a {
    color: #fff;
}
html.theme-dark-2 ul li a {
    color: #00fcfa;
}
.box-plan-mobile {
    margin-left: -106px;
    margin-right: -12px;
    margin-top: 2px;
    padding-bottom: 10px;
    /* margin-bottom: 15px; */
    /* width: 100%; */
    background-color: #fff;
}
.plan-mobile {
    margin-left: 20px;
    margin-right: 20px;
    padding-top:20px;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    font-weight: 300;
}
html.theme-dark-1 .pagination .btn {
    color: #fff !important;

}
html.theme-dark-2 .pagination .btn {
    color: #00fcfa !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ffb307;
    border-color: #ffb307;
}
html.theme-dark-1 .pagination .btn .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}
html.theme-dark-2 .pagination .btn .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}
.subject-btn {
    position: absolute;
    z-index: 99;
    font-size: 28px !important;
}

.subject-btn2 {
    position: absolute;
    z-index: 99;
}
.box-text-search h2 {
    font-size: 28px !important;
}
.datepicker {
    border-radius: 4px;
    direction: ltr;
    font-size: 1.7rem !important;
    z-index: 99999 !important;
}
.dropdown-menu {
    z-index: 99999 !important;
}
.select2-container--default .select2-selection--multiple {
    height: calc(1.5em + .75rem + 2px) !important;
    border-radius: .25rem !important;
}
/*-------------------mobile----------------*/
@media only screen and (min-width: 200px) and (max-width: 576px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
 
    .boxMainMenu {
        display: block;
        position: relative;
        height: 65px;
        background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }
    
    .boxTopMenu {
        display: none;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #186291;
        margin-right: -11px !important;
        margin-left: -10px !important;
        margin-top: -1px;
        /* display: flex; */
    }
    
    .btn-pttvm-mobile {
        display: block;
    }

    .btn-pttvm-desktop {
        display: none;
    }

    .logo-ptt {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 2px;
        width: 90px;
        height: 40px;
    }

    .btn-pttvm {
        margin-right: -10px;
        margin-top: -10px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
        background: transparent;
        font-size: 2.5rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: Tahoma;
        font-size: 17px;
        padding: 7px;
        font-weight: 400;
        color: #fff;
        height: 44px;
    }
   
    .menu-ptt ul {
        padding: 0;
        list-style: none;
        background-color: #247cb3;
    }

        .menu-ptt ul li {
            display: inline-block;
            position: relative;
            line-height: 21px;
            text-align: left;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            width: 100% !important;
        }

            .menu-ptt ul li:first-child {
                border-top: 0px solid rgba(255, 255, 255, 0.3);
                width: 100% !important;
            }
    

        
    .dropdown-menu a:hover {
        background-color: #247cb3;
    }

    .menu-mobile {
        display: block;
    }

    .menu-desktop {
        display: none;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right;
    }

    .boxLang {
        display: block;
        float: left;
        height: 71px !important;
    }

        .boxLang a {
            font-size: 17px;
            display: block;
            position: relative;
            float: left;
            padding: 5px 2px;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5);
            background: transparent;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            height: 70px;
            vertical-align: middle;
            padding-top: 46%;
        }

    .hotline {
        display: block;
        float: left;
        height: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 0px;
        position: relative;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        background-color: #0c2d42;
        width: 100%;
    }
    html.theme-dark-1 .hotline {
        color: #fff;
        background-color: #423f3f;
    }
    html.theme-dark-2 .hotline {
        color: #00fcfa;
        background-color: #423f3f;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: #186291;
        color: #fff;
        font-size: 2rem;
    }

        .navbar-nav .dropdown-menu a {
            color: #fff;
            font-size: 2rem;
        }
    
    .carousel-mobile {
        display: block;
    }

    .carousel-desktop {
        display: none;
    }

    header.masthead {
        padding-top: 3rem;
        background: url(../img/bg-masthead.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 46vh;
        margin-bottom: 118px;
    }

    .carousel-inner {
        position: absolute;
        width: 100%;
        top: 0;
        height: 40vh;
        overflow: hidden;
    }

    .w-100 {
        width: 100% !important;
        height: 40vh;
    }

    .carousel-indicators {
        bottom: 3%;
    }

    .card-pttvm {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff9;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 0;
        margin-right: 0;
        /*margin-top: 586px;*/
    }
    .page-section {
        padding: 1rem 0;
    }
    .h-100 {
        height: 25vh !important;
    }

    .btn-Login {
        padding: 20px 20px;
        margin-top: 3px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        border: none;
        border-radius: 0.5rem;
        width: 100%;
        height: 125px;
    }

    .btn-Register {
        padding: 5px 20px;
        font-size: 17px;
        margin-top: 3px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        border: none;
        border-radius: 0.5rem;
        width: 100%;
        height: 125px;
    }
    .size-icon-Register {
        color: #fff;
        font-size: 100px;
        position: absolute;
        opacity: .2;
        margin-left: -61px;
    }

    .size-icon-Login2 img {
        color: #fff;
        font-size: 60px;
        margin-top: -5px;
        margin-left: -40px;
        padding-right: 10px;
        vertical-align: bottom;
    }

    .size-icon-Login {
        color: #fff;
        font-size: 110px;
        position: absolute;
        opacity: 0.4;
        margin-left: -87px;
        margin-top: -13px;
    }

    .carousel-caption {
        position: absolute;
        right: 5%;
        top: 23%;
        left: 38%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #0066B3;
        text-align: left;
    }

    header.masthead h1 {
        font-size: 2.2rem;
    }

    header.masthead p {
        font-size: 1.7rem;
    }
    .bg-search {
        background-color: #0066B3;
        height: 25vh;
        position: absolute;
        z-index: 99;
        top: 40vh;
    }

    .box-text-search {
        position: relative;
        z-index: 10;
        margin-top: 0px;
    }
    .size-icon-search {
        color: #fff;
        font-size: 6rem;
        padding-left: 9%;
        padding-top: 3%;
        position: absolute;
        opacity: .2;
        z-index: 99;
    }

    .box-btn {
        position: absolute;
        z-index: 11;
        margin-top: 30px;
    }

    .box-carousel {
        height: 16vh;
    }

    .masthead-bg3 {
        position: absolute;
        right: 0;
        top: 0vh;
        width: 100%;
        height: 25vh;
        margin-top: 0px;
        background-color: #0000001f;
        transform-origin: bottom right;
        z-index: 9;
    }

    .h-25 {
        height: 75% !important;
    }

    .btn-primary {
        margin-top: 16px;
    }

    .box-announce-mobile {
        display: block;
    }

    .box-announce-desktop {
        display: none;
    }

    .box-announce-home-mobile {
        margin-top: 260px;
        display: block;
    }

    .box-announce-home-desktop {
        display: none;
    }
    .card-body2 {
        padding-right: 43px;
        border-bottom: 1px dashed #ccdce6;
        margin-top: 0px;
        padding-left: 43px;
    }
    .subject {
        color: #005290;
        margin-left: -47px;
    }
    h5.subject {
        color: #005290;
        margin-left: 0px;
    }
    span.subject {
        color: #005290;
        margin-left: 0px;
    }
    .title-announce2 {
        margin-top: 5px;
        margin-bottom: 5px;
        border-right: 0px;
    }

    .btn-other {
        border-radius: 5px;
    }

    .border-hight-light {
        border-bottom: 1px dashed #fff !important;
    }

    .border-hight-light2 {
        border-left: 0px dashed #fff;
        border-right: 0px dashed #fff;
        height: 300px;
    }

        .border-hight-light2:nth-child(1) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(2) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(3) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(4) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(5) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(6) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(7) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(8) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(9) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(10) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(11) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(12) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(13) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(14) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(15) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(16) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(17) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(18) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(19) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(20) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(22) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(23) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(24) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(25) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(26) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(27) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
    .border-bg-content-right {
        border-right: 0px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
        background-color: #d4e2ed;
    }

        .border-bg-content-right::after {
            content: '';
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            z-index: 10;
            border: 0;
            border-top: 20px solid #d4e2ed;
            border-bottom: 0px solid #d4e2ed;
            margin-top: 20px;
            top: 92%;
            border-left: 20px solid #d4e2ed;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            left: 50%;
            bottom: -20px;
        }

    .body-announce-ptt {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .title-announce {
        padding-left: 46px;
    }
    .icon-file-lg {
        font-size: 5rem;
        margin-top: 3px;
        margin-left: -5px;
        position: absolute;
        color: #005290;
    }
    .border-bottom {
        border-bottom: 1px dashed #707070 !important;
        padding-bottom: 3rem;
    }
    .border-bottom-blue {
        border-bottom: 1px dashed #85e4ff !important;
        padding-bottom: 3rem;
    }
    .bg-content .feature-item a {
        display: block;
        color: #000;
        height: 160px;
        background-color: transparent;
        padding: 20px 0px;
    }

        .bg-content .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 160px;
            text-decoration: none;
            padding: 24px 0px;
        }
    .icon-faq i.fa {
        font-size: 7.2rem !important;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 2px solid #005290;
        padding-top: 2px !important;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        padding-left: 2px;
        position: absolute;
        left: 0;
        margin-left: -10px;
        top: 0;
        margin-top: -12px;
    }
    .bg-content .card-header-faq .collapsed i.fa.fa-question-circle {
        margin-left: -10px;
    }
    .border-bg-content2:nth-child(even) {
        border-left: 0px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
    }
    .masthead_banner {
        padding-top: 0rem;
        object-fit: cover;
        object-position: 66% 0;
        width: 100%;
        height: 40vh;
        position: relative;
    }
    .bg-sitemap {
        background: #013C67 !important;
        padding: 20px 0px !important;
    }
    html.theme-dark-1 .bg-sitemap {
        background: #000 !important;
        padding: 20px 0px !important;
    }

    html.theme-dark-2 .bg-sitemap {
        background: #000 !important;
        padding: 20px 0px !important;
    }
    .h-77 {
        height: 77% !important;
        margin-top: 447px;
    }
    .box-chatbot {
        background-color: transparent;
        border-bottom: 14px solid #103b60;
        right: 0;
        left: 0;
        position: absolute;
        width: 100%;
        margin-top: 265px;
        height: 23vh !important;
        margin-left: 15px;
    }
        .box-chatbot img {
            position: inherit;
            max-height: 28vh;
            right: 0;
            left: 50px;
            margin-left: 0px;
            bottom: 0px;
            margin-top: -34px;
        }
        .box-search .text-left{
            text-align: center !important;
        }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
    .bg-footer-pttvm {
        background-image: url(../img/pttvm-footer.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #0066B3 !important; */
        height: 93px;
        width: 100%;
        bottom: 0;
        position: absolute;
        z-index: 99999;
    }
    .menu-side {
        height: 78vh !important;
        margin-top: 60px;
        overflow-x: auto;
        margin-left: -6px;
    }
    
           
    .boxMainMenu {
        display: block;
        position: relative;
        height: 65px;
        background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }
    
    .boxTopMenu {
        display: none;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
        margin-right: -11px !important;
        margin-left: -10px !important;
        margin-top: -1px;
    }

    .btn-pttvm-mobile {
        display: block;
    }

    .btn-pttvm-desktop {
        display: none;
    }

    .logo-ptt {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 2px;
        width: 90px;
        height: 40px;
    }

    .btn-pttvm {
        margin-right: -11px;
        margin-top: -10px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
        background: transparent;
        font-size: 2.5rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: Tahoma;
        font-size: 17px;
        padding: 7px;
        font-weight: 400;
        color: #fff;
        height: 44px;
    }
    
    .menu-ptt ul {
        padding: 0;
        list-style: none;
        background-color: #247cb3;
    }

        .menu-ptt ul li {
            display: inline-block;
            position: relative;
            line-height: 21px;
            text-align: left;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            width: 100%;
        }

            .menu-ptt ul li:first-child {
                border-top: 0px solid rgba(255, 255, 255, 0.3);
            }

    .dropdown-menu a:hover {
        background-color: #247cb3;
    }

    .menu-mobile {
        display: block;
    }

    .menu-desktop {
        display: none;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right;
    }

    .boxLang {
        display: block;
        float: left;
        height: 71px !important;
    }

        .boxLang a {
            font-size: 17px;
            display: block;
            position: relative;
            float: left;
            padding: 0px 7px;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5);
            background: transparent;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            height: 70px;
            vertical-align: middle;
            padding-top: 29%;
        }

    .hotline {
        display: block;
        float: left;
        height: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 0px;
        position: relative;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        background-color: #0c2d42;
        width: 100%;
    }
    hhtml.theme-dark-1 .hotline {
        color: #fff;
        background-color: #423f3f;
    }

    html.theme-dark-2 .hotline {
        color: #00fcfa;
        background-color: #423f3f;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: #186291;
        color: #fff;
        font-size: 2rem;
    }

        .navbar-nav .dropdown-menu a {
            color: #fff;
            font-size: 2rem;
        }
   
    .carousel-mobile {
        display: block;
    }

    .carousel-desktop {
        display: none;
    }

    header.masthead {
        padding-top: 3rem;
        background: url(../img/bg-masthead.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 45vh;
    }

    .carousel-inner {
        position: absolute;
        width: 100%;
        top: 0;
        height: 45vh;
        overflow: hidden;
    }

    .w-100 {
        width: 100% !important;
        height: 45vh;
    }

    .carousel-indicators {
        bottom: 3%;
    }

    .card-pttvm {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff9;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 0;
        margin-right: 0;
        margin-top: 315px;
    }

    .h-100 {
        height: 40vh !important;
    }

    .btn-Login {
        padding: 20px 20px;
        margin-top: 3px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        border: none;
        border-radius: 0.5rem;
        width: 49%;
        height: 125px;
    }

    .btn-Register {
        padding: 5px 20px;
        font-size: 17px;
        margin-top: 3px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        border: none;
        border-radius: 0.5rem;
        width: 49%;
        height: 125px;
    }

    .size-icon-Register {
        color: #fff;
        font-size: 100px;
        position: absolute;
        opacity: .2;
        margin-left: -61px;
    }

    .size-icon-Login2 img {
        color: #fff;
        font-size: 60px;
        margin-top: -5px;
        padding-right: 10px;
        vertical-align: bottom;
    }

    .size-icon-Login {
        color: #fff;
        font-size: 110px;
        position: absolute;
        opacity: 0.4;
        margin-left: -66px;
        margin-top: -13px;
    }

    .carousel-caption {
        position: absolute;
        right: 10%;
        top: 10%;
        left: 53%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #0066B3;
        text-align: left;
    }
    header.masthead h1 {
        font-size: 3rem;
    }

    header.masthead p {
        font-size: 2.2rem;
    }

    .bg-search {
        background-color: #0066B3;
        height: 25vh;
        position: absolute;
        z-index: 99;
        top: 45vh;
    }

    .box-text-search {
        position: relative;
        z-index: 10;
        margin-top: -120px;
    }

    .size-icon-search {
        color: #fff;
        font-size: 18rem;
        padding-left: 9%;
        padding-top: 3%;
        position: absolute;
        opacity: .2;
        z-index: 99;
    }

    .box-btn {
        position: absolute;
        z-index: 11;
        margin-top: 180px;
    }

    .box-carousel {
        height: 50vh;
    }

    .masthead-bg3 {
        position: absolute;
        right: 0;
        top: 0vh;
        width: 100%;
        height: 25vh;
        margin-top: 0px;
        background-color: #0000001f;
        transform-origin: bottom right;
        z-index: 9;
    }

    .h-25 {
        height: 50% !important;
    }

    .box-announce-mobile {
        display: block;
    }

    .box-announce-desktop {
        display: none;
    }

    .box-announce-home-mobile {
        margin-top: 270px;
        display: block;
    }

    .box-announce-home-desktop {
        display: none;
    }

    .card-body2 {
        padding-right: 43px;
        border-bottom: 1px dashed #ccdce6;
        margin-top: 0px;
        padding-left: 43px;
    }
    .subject {
        color: #005290;
        margin-left: -47px;
    }
    h5.subject {
        color: #005290;
        margin-left: 0px;
    }
    span.subject {
        color: #005290;
        margin-left: 0px;
    }
    .title-announce2 {
        margin-top: 5px;
        margin-bottom: 5px;
        border-right: 0px;
    }

    .btn-other {
        border-radius: 5px;
    }

    .border-hight-light2 {
        border-left: 0px dashed #fff;
        border-right: 0px dashed #fff;
        height: 300px;
    }

        .border-hight-light2:nth-child(3n+2) {
            border-left: 0px dashed #fff;
            border-right: 0px dashed #fff;
        }

    .border-hight-light {
        border-bottom: 1px dashed #fff !important;
    }

    .border-hight-light2 {
        border-left: 0px dashed #fff;
        border-right: 0px dashed #fff;
        height: 300px;
    }

        .border-hight-light2:nth-child(1) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(2) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(3) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(4) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(5) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(6) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(7) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(8) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(9) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(10) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(11) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(12) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(13) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(14) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(15) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(16) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(17) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(18) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(19) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(20) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(22) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(23) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(24) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(25) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(26) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(27) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
    .border-bg-content-right {
        border-right: 0px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
        background-color: #d4e2ed;
    }

        .border-bg-content-right::after {
            content: '';
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            z-index: 10;
            border: 0;
            border-top: 20px solid #d4e2ed;
            border-bottom: 0px solid #d4e2ed;
            margin-top: 20px;
            top: 92%;
            border-left: 20px solid #d4e2ed;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            left: 50%;
            bottom: -20px;
        }

    .body-announce-ptt {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .announce-ptt .title-announce {
        padding-left: 72px;
    }
    .title-announce {
        padding-left: 46px;
    }
    .icon-file-lg {
        font-size: 5rem;
        margin-top: 3px;
        margin-left: -5px;
        position: absolute;
        color: #005290;
    }
    .border-bottom {
        border-bottom: 1px dashed #707070 !important;
        padding-bottom: 3rem;
    }
    .border-bottom-blue {
        border-bottom: 1px dashed #85e4ff !important;
        padding-bottom: 3rem;
    }
    .bg-content .feature-item a {
        display: block;
        color: #000;
        height: 160px;
        background-color: transparent;
        padding: 20px 0px;
    }

        .bg-content .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 160px;
            text-decoration: none;
            padding: 24px 0px;
        }
    .icon-faq i.fa {
        font-size: 7.2rem !important;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 2px solid #005290;
        padding-top: 2px !important;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        padding-left: 2px;
        position: absolute;
        left: 0;
        margin-left: -10px;
        top: 0;
        margin-top: -12px;
    }

    .bg-content .card-header-faq .collapsed i.fa.fa-question-circle {
        margin-left: -10px;
    }
    .border-bg-content2:nth-child(even) {
        border-left: 0px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
    }
    .masthead_banner {
        padding-top: 0rem;
        object-fit: cover;
        object-position: 66% 0;
        width: 100%;
        height: 40vh;
        position: relative;
    }
    .bg-sitemap {
        background: #013C67 !important;
        padding: 20px 0px !important;
    }
    html.theme-dark-1 .bg-sitemap {
        background: #000 !important;
        padding: 20px 0px !important;
    }

    html.theme-dark-2 .bg-sitemap {
        background: #000 !important;
        padding: 20px 0px !important;
    }
    html.theme-dark-1 .box-chatbot {
        background-color: #000;
        right: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }
    html.theme-dark-2 .box-chatbot {
        background-color: #000;
        right: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .box-chatbot {
        background-color: #bfe0f3;
        right: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

        .box-chatbot img {
            position: inherit;
            max-height: 27vh;
            right: 0;
            left: 45px;
            margin-left: 3px;
            bottom: 0px;
            margin-top: -34px;
        }
    .box-search .text-left {
        text-align: center !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
    html.theme-dark-2 a {
        color: #00fcfa;
    }

        html.theme-dark-2 a.action {
            color: #ffff00;
        }
    html.theme-dark-2 .navbar-light .navbar-toggler {
        color: #00fcfa;
    }
    html.theme-dark-2 #header .boxOtherMenu-3 {
        color: #00fcfa;
    }
    html.theme-dark-1 .boxTopMenu {
        font-family: Tahoma;
        display: none;
        height: 32px;
        line-height: 32px;
        background: #000;
        color: #fff;
        position: relative;
        z-index: 5;
    }
    .boxMainMenu {
        display: block;
        position: relative;
        height: 65px;
        background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }
    
    .boxTopMenu {
        display: none;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #186291;
        margin-right: -11px !important;
        margin-left: -10px !important;
        margin-top: -1px;
    }
    
    .btn-pttvm-mobile {
        display: block;
    }

    .btn-pttvm-desktop {
        display: none;
    }

    .logo-ptt {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 2px;
        width: 90px;
        height: 40px;
    }

    .btn-pttvm {
        margin-right: -10px;
        margin-top: -10px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
        background: transparent;
        font-size: 2.5rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: Tahoma;
        font-size: 17px;
        padding: 7px;
        font-weight: 400;
        color: #fff;
        height: 44px;
    }
    
    .menu-ptt ul {
        padding: 0;
        list-style: none;
        background-color: #247cb3;
    }

        .menu-ptt ul li {
            display: inline-block;
            position: relative;
            line-height: 21px;
            text-align: left;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            width: 100%;
        }

            .menu-ptt ul li:first-child {
                border-top: 0px solid rgba(255, 255, 255, 0.3);
            }

    .dropdown-menu a:hover {
        background-color: #247cb3;
    }

    .menu-mobile {
        display: block;
    }

    .menu-desktop {
        display: none;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right;
    }

    .boxLang {
        display: block;
        float: left;
        height: 71px !important;
    }

        .boxLang a {
            font-size: 2.2rem;
            display: block;
            position: relative;
            float: left;
            padding: 0px 7px;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5);
            background: transparent;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            height: 70px;
            vertical-align: middle;
            padding-top: 29%;
        }

    .hotline {
        font-size:20px;
        display: block;
        float: left;
        height: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 0px;
        position: relative;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        background-color: #0c2d42;
        width: 100%;
    }
    
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: #186291;
        color: #fff;
        font-size: 2rem;
    }

        .navbar-nav .dropdown-menu a {
            color: #fff;
            font-size: 2rem;
        }

            .navbar-nav .dropdown-menu a:hover {
                color: #fff;
                font-size: 2rem;
                background-color: #247cb3;
            }
    
    .carousel-mobile {
        display: block;
    }

    .carousel-desktop {
        display: none;
    }

    header.masthead {
        padding-top: 3rem;
        background: url(../img/bg-masthead.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 45vh;
    }

    .carousel-inner {
        position: absolute;
        width: 100%;
        top: 0;
        height: 45vh;
        overflow: hidden;
    }

    .w-100 {
        width: 100% !important;
        height: 45vh;
    }

    .carousel-indicators {
        bottom: 3%;
    }

    .card-pttvm {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff9;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 0;
        margin-right: 0;
        margin-top: -16px;
    }

    .h-100 {
        height: 20vh !important;
    }

    .btn-Login {
        padding: 20px 20px;
        margin-top: 3px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        border: none;
        border-radius: 0.5rem;
        width: 49%;
        height: 125px;
    }

    .btn-Register {
        padding: 5px 20px;
        font-size: 17px;
        margin-top: 3px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        border: none;
        border-radius: 0.5rem;
        width: 49%;
        height: 125px;
    }

    .size-icon-Register {
        color: #fff;
        font-size: 100px;
        position: absolute;
        opacity: .2;
        margin-left: -61px;
    }

    .size-icon-Login2 img {
        color: #fff;
        font-size: 60px;
        margin-top: -5px;
        padding-right: 10px;
        vertical-align: bottom;
    }

    .size-icon-Login {
        color: #fff;
        font-size: 110px;
        position: absolute;
        opacity: 0.4;
        margin-left: -66px;
        margin-top: -13px;
    }

    .carousel-caption {
        position: absolute;
        right: 10%;
        top: 20%;
        left: 53%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #0066B3;
        text-align: left;
    }

    header.masthead h1 {
        font-size: 3rem;
    }

    header.masthead p {
        font-size: 2.2rem;
    }

    .bg-search {
        background-color: #0066B3;
        height: 25vh;
        position: absolute;
        z-index: 99;
        top: 47vh;
    }

    .box-text-search {
        position: relative;
        z-index: 10;
        margin-top: 0px;
    }

    .size-icon-search {
        color: #fff;
        font-size: 18rem;
        padding-left: 9%;
        padding-top: 3%;
        position: absolute;
        opacity: .2;
        z-index: 99;
    }

    .box-btn {
        position: absolute;
        z-index: 11;
        margin-top: 1080px;
        background: #fff;
    }
    .box-login {
        height: 291px;
    }
    .box-carousel {
        height: 50vh;
    }

    .masthead-bg3 {
        position: absolute;
        right: 0;
        top: 0vh;
        width: 100%;
        height: 25vh;
        margin-top: 0px;
        background-color: #0000001f;
        transform-origin: bottom right;
        z-index: 9;
    }

    .h-25 {
        height: 50% !important;
    }

    .box-announce-mobile {
        display: block;
    }

    .box-announce-desktop {
        display: none;
    }

    .box-announce-home-mobile {
        display: block;
        width:100%;
        margin-top: 480px;
    }

    .box-announce-home-desktop {
        display: none;
    }

    .card-body2 {
        padding-right: 43px;
        border-bottom: 1px dashed #ccdce6;
        margin-top: 0px;
        padding-left: 43px;
    }
    .subject {
        color: #005290;
        margin-left: -47px;
    }
    h5.subject {
        color: #005290;
        margin-left: 0px;
    }
    span.subject {
        color: #005290;
        margin-left: 0px;
    }
    .title-announce2 {
        margin-top: 5px;
        margin-bottom: 5px;
        border-right: 0px;
    }

    .btn-other {
        border-radius: 5px;
    }

    .border-hight-light2 {
        border-left: 0px dashed #fff;
        border-right: 0px dashed #fff;
        height: 300px;
    }

        .border-hight-light2:nth-child(3n+2) {
            border-left: 0px dashed #fff;
            border-right: 0px dashed #fff;
        }

    .border-hight-light {
        border-bottom: 1px dashed #fff !important;
    }

    .border-hight-light2 {
        border-left: 0px dashed #fff;
        border-right: 0px dashed #fff;
        height: 300px;
    }

        .border-hight-light2:nth-child(1) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(2) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(3) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(4) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(5) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(6) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
        }

        .border-hight-light2:nth-child(7) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(8) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(9) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(10) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(11) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }

        .border-hight-light2:nth-child(12) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(13) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(14) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(15) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(16) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(17) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(18) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(19) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(20) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
        .border-hight-light2:nth-child(21) {
            border-left: 0px dashed #fff !important;
            border-right: 0px dashed #fff !important;
            border-bottom: 1px dashed #fff !important;
            border-top: 0px dashed #fff !important;
        }
    .body-announce-ptt {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .announce-ptt .title-announce {
        padding-left: 72px;
    }
    .title-announce {
        padding-left: 46px;
    }
    .icon-file-lg {
        font-size: 5rem;
        margin-top: 3px;
        margin-left: -5px;
        position: absolute;
        color: #005290;
    }
    .border-bottom {
        border-bottom: 1px dashed #707070 !important;
        padding-bottom: 3rem;
    }
    .border-bottom-blue {
        border-bottom: 1px dashed #85e4ff !important;
        padding-bottom: 3rem;
    }
    .bg-content .feature-item a {
        display: block;
        color: #000;
        height: 160px;
        background-color: transparent;
        padding: 20px 0px;
    }

        .bg-content .feature-item a:hover {
            color: #fff;
            background-color: rgba(180, 180, 180, 0.40);
            height: 160px;
            text-decoration: none;
            padding: 24px 0px;
        }
    .icon-faq i.fa {
        font-size: 7.2rem !important;
        display: inline-block;
        border-radius: 76px;
        color: #DB5F46;
        border: 2px solid #005290;
        padding-top: 2px !important;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        padding-left: 2px;
        position: absolute;
        left: 0;
        margin-left: -10px;
        top: 0;
        margin-top: -12px;
    }

    .bg-content .card-header-faq .collapsed i.fa.fa-question-circle {
        margin-left: -10px;
    }
    .border-bg-content2:nth-child(even) {
        border-left: 0px dashed #005290;
        border-bottom: 1px dashed #005290;
        padding: 10px;
    }
    .masthead_banner {
        padding-top: 0rem;
        object-fit: cover;
        object-position: 66% 0;
        width: 100%;
        height: 40vh;
        position: relative;
    }
    .bg-sitemap {
        background: #013C67 !important;
        padding: 20px 0px !important;
    }
    html.theme-dark-1 .bg-sitemap {
        background: #000 !important;
        padding: 20px 0px !important;
    }

    html.theme-dark-2 .bg-sitemap {
        background: #000 !important;
        padding: 20px 0px !important;
    }
    .box-chatbot {
        background-color: transparent;
        border-bottom: 15px solid #113b60;
        right: 0px;
        left: 0px;
        position: absolute;
        width: 100%;
        margin-top: 270px;
        margin-left: 15px;
    }

        .box-chatbot img {
            position: inherit;
            max-height: 27vh;
            right: 0;
            left: 160px;
            margin-left: 0px;
            bottom: 0px;
            margin-top: -65px;
        }
    .box-search .text-left {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .menu-side {
        height: 78vh !important;
        margin-top: 77px;
        overflow-x: auto;
        margin-left: -6px;
    }
    .bg-footer-pttvm {
        background-image: url(../img/pttvm-footer.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #0066B3 !important; */
        height: 93px;
        width: 100%;
        bottom: 0;
        position: absolute;
        z-index: 99999;
    }
    .title-icon-pttvm {
        width: 13%;
        padding-left: 50px;
        margin-top: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        padding: 20px 2px;
        font-weight: 400;
        color: #fff;
        height: 63px;
    }

    .btnSitemap {
        font-size: 18px;
    }

    .logo-ptt img {
        height: 64px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #ffffff85;
        background: #ffffff85;
    }

    header .masthead {
        padding-top: 3rem;
        background: url(../img/bg-masthead.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 100vh;
    }

    .masthead_search {
        padding-top: 3rem;
        background: url(../img/banner.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 40vh;
    }

    #mainNav.navbar-scrolled {
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
        background-color: transparent;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: Tahoma;
        font-size: 18px;
        padding: 20px 3px;
        font-weight: 400;
        color: #fff;
        height: 63px;
    }
    

    .boxTopMenu {
        display: block;
    }

    .boxMainMenu {
        display: block;
        position: relative;
        height: 69px;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }

    .subject-btn {
        position: absolute;
        z-index: 99;
        font-size: 28px !important;
    }

    .subject-btn2 {
        position: absolute;
        z-index: 99;
    }

    .box-btn {
        margin-top: 50px;
    }

    .size-icon-search {
        color: #fff;
        font-size: 12rem;
        padding-left: 5%;
        padding-top: 3%;
        position: absolute;
        opacity: .2;
        z-index: 99;
    }

    .size-icon-Login2 {
        margin-left: -32px;
    }

        .size-icon-Login2 img {
            color: #fff;
            font-size: 60px;
            margin-top: -3px;
            padding-right: 10px;
            vertical-align: bottom;
            height: 63px;
        }

    .Register2 {
        color: #fff;
        font-size: 6rem;
        padding-right: 10px;
        padding-top: 10px;
    }

    .size-icon-Login {
        color: #fff;
        font-size: 110px;
        position: absolute;
        opacity: 0.4;
        margin-left: -68px;
        margin-top: -12px;
    }
    .box-text-search {
        position: relative;
        z-index: 10;
        margin-top: -54px;
    }
    .carousel-indicators {
        bottom: 22%;
    }
    .carousel-caption {
        top: 18% !important;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 5%;
        z-index: 0;
        height: 77vh;
    }

    .body-announce-ptt {
        padding-left: 20px;
        padding-right: 20px;
    }
    .h-25 {
        height: 22% !important;
    }
    .w-100 {
        width: 100% !important;
        height: 48vh;
    }

    .carousel-inner {
        position: absolute;
        width: 100%;
        top: 0;
        height: 48vh;
        overflow: hidden;
    }

    .box-carousel {
        height: 48vh;
    }

    .masthead-bg3 {
        position: absolute;
        right: 0;
        top: 47vh;
        width: 100%;
        height: 16vh;
        margin-top: 0px;
        background-color: #0000001f;
        transform-origin: bottom right;
        z-index: 9;
    }

    header.masthead {
        padding-top: 3rem;
        background: url(../img/bg-masthead.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 59vh;
    }
    .box-chatbot {
        height: 13vh;
        background-color: #bfe0f3;
        right: -30px;
        position: absolute;
        width: 214px;
        margin-top: 0px;
    }
        .box-chatbot img {
            position: inherit;
            max-height: 27vh;
            right: 0;
            margin-left: -34px;
            bottom: 0px;
            margin-top: -17px;
            width: 248px;
        }
}

@media (min-width: 1050px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        padding: 20px 5px;
        font-weight: 400;
        color: #fff;
    }
    .logo-ptt img {
        height: 64px;
    }

    .boxTopMenu {
        display: block;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: Tahoma;
        font-size: 17px;
        padding: 20px 3px;
        font-weight: 400;
        color: #fff;
    }
    

    .boxMainMenu {
        display: block;
        position: relative;
        height: 69px;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }

    .box-btn {
        margin-top: 50px;
    }

    .size-icon-search {
        color: #fff;
        font-size: 12rem;
        padding-left: 5%;
        padding-top: 3%;
        position: absolute;
        opacity: .2;
        z-index: 99;
    }

    .size-icon-Login2 {
        margin-left: -32px;
    }

        .size-icon-Login2 img {
            color: #fff;
            font-size: 60px;
            margin-top: -3px;
            padding-right: 10px;
            vertical-align: bottom;
            height: 63px;
        }

    .Register2 {
        color: #fff;
        font-size: 6rem;
        padding-right: 10px;
        padding-top: 10px;
    }

    .carousel-indicators {
        bottom: 24%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
        z-index: 0;
        height: 77vh;
    }
}

@media (min-width: 1126px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        padding: 20px 5px;
        font-weight: 400;
        color: #fff;
    }
    .logo-ptt img {
        height: 64px;
    }

    .boxTopMenu {
        display: block;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: Tahoma;
        font-size: 17px;
        padding: 20px 11px;
        font-weight: 400;
        color: #fff;
    }
    
    .boxMainMenu {
        display: block;
        position: relative;
        height: 69px;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }

    .container {
        max-width: 1140px;
    }

    .box-btn {
        margin-top: 50px;
    }

    .size-icon-search {
        color: #fff;
        font-size: 12rem;
        padding-left: 5%;
        padding-top: 2%;
        position: absolute;
        opacity: .2;
        z-index: 99;
    }

    .size-icon-Login2 {
        margin-left: -12px;
    }

        .size-icon-Login2 img {
            color: #fff;
            font-size: 60px;
            margin-top: 15px;
            padding-right: 10px;
            vertical-align: bottom;
            height: 63px;
        }

    .size-icon-Register2 {
        padding-top: 14px;
    }

    .Register2 {
        color: #fff;
        font-size: 60px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .carousel-indicators {
        bottom: 24%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
        z-index: 0;
        height: 77vh;
    }
}
@media only screen and (max-width: 1920px) and (min-width: 1367px) {
    .navbar-expand-lg .navbar-nav {
        padding-right: 15px;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        padding: 20px 8px;
        font-weight: 400;
        color: #fff;
    }

    .box-chatbot {
        background-color: #bfe0f3;
        right: -30px;
        position: absolute;
        width: 350px;
        margin-top: 0px;
    }
    html.theme-dark-1 .box-chatbot {
        background-color: #6b6b6b;
        right: -30px;
        position: absolute;
        width: 350px;
        margin-top: 0px;
    }
    html.theme-dark-2 .box-chatbot {
        background-color: #6b6b6b;
        right: -5px;
        position: absolute;
        width: 350px;
        margin-top: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        padding: 20px 10px;
        font-weight: 400;
        color: #fff;
    }

    .btnSitemap {
        font-size: 17px;
    }

    .menu-side {
        height: 78vh !important;
        margin-top: 76px;
        overflow-x: auto;
        margin-left: -6px;
    }

    .bg-header-pttvm {
        background-image: url(../img/pttvm-header.png);
        z-index: 99999;
        margin-top: -100px;
        height: 214px;
        background-size: cover;
    }

    .sidenav .closebtn, .sidenavR .closebtn {
        font-size: 36px;
        color: white;
        margin-top: 24px;
        margin-left: 10px;
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 999999;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-announce {
        margin-bottom: 20px;
    }

        .card-announce a h3 {
            position: relative;
            color: #005290;
            overflow: hidden;
            background: -webkit-gradient(linear, left top, right top, from(rgba(3, 169, 244, 0.00)), color-stop(50%, rgba(3, 169, 244, 0.00)), color-stop(50%, rgba(3, 169, 244, 0.00)));
            background: linear-gradient(to right, rgba(3, 169, 244, 0.00), rgba(3, 169, 244, 0.00) 50%, rgba(3, 169, 244, 0.00) 50%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% 100%;
            background-position: 100%;
            -webkit-transition: background-position 275ms ease;
            transition: background-position 275ms ease;
            text-decoration: none;
        }

        .card-announce a h2 {
            position: relative;
            color: #005290;
            overflow: hidden;
            background-color: transparent;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% 100%;
            background-position: 100%;
            -webkit-transition: background-position 275ms ease;
            transition: background-position 275ms ease;
            text-decoration: none;
        }

        .card-announce a:hover {
            text-decoration: none;
            background-position: 0 100%;
        }

            .card-announce a:hover h3 {
                background-position: 0 100%;
            }

            .card-announce a:hover h2 {
                background-position: 0 100%;
            }
        .card-announce a h2 {
            position: relative;
            color: #005290;
            overflow: hidden;
            background: -webkit-gradient(linear, left top, right top, from(rgba(3, 169, 244, 0.00)), color-stop(50%, rgba(3, 169, 244, 0.00)), color-stop(50%, rgba(3, 169, 244, 0.00)));
            background: linear-gradient(to right, rgba(3, 169, 244, 0.00), rgba(3, 169, 244, 0.00) 50%, rgba(3, 169, 244, 0.00) 50%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% 100%;
            background-position: 100%;
            -webkit-transition: background-position 275ms ease;
            transition: background-position 275ms ease;
            text-decoration: none;
        }
    .icon-faq i.fa {
        padding-top: 5px !important
    }
}
