@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0");
    src:
        url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Arial;
    src: url('../fonts/ARIAL.TTF');
}

@font-face {
    font-family: Arial;
    src: url('../fonts/ARIALBD.TTF');
    font-weight: bold;
}










/* ecoit -comment -- start */


* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    /* transition: all ease 0.4s; */
    margin: 0;
    padding: 0;

    font-family: Arial;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 15px;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}


/* ecoit -comment -- end */









.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "?";
}

.fa-music:before {
    content: "?";
}

.fa-search:before {
    content: "?";
}

.fa-envelope-o:before {
    content: "?";
}

.fa-heart:before {
    content: "?";
}

.fa-star:before {
    content: "?";
}

.fa-star-o:before {
    content: "?";
}

.fa-user:before {
    content: "?";
}

.fa-film:before {
    content: "?";
}

.fa-th-large:before {
    content: "?";
}

.fa-th:before {
    content: "?";
}

.fa-th-list:before {
    content: "?";
}

.fa-check:before {
    content: "?";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "?";
}

.fa-search-plus:before {
    content: "?";
}

.fa-search-minus:before {
    content: "?";
}

.fa-power-off:before {
    content: "?";
}

.fa-signal:before {
    content: "?";
}

.fa-gear:before,
.fa-cog:before {
    content: "?";
}

.fa-trash-o:before {
    content: "?";
}

.fa-home:before {
    content: "?";
}

.fa-file-o:before {
    content: "?";
}

.fa-clock-o:before {
    content: "?";
}

.fa-road:before {
    content: "?";
}

.fa-download:before {
    content: "?";
}

.fa-arrow-circle-o-down:before {
    content: "?";
}

.fa-arrow-circle-o-up:before {
    content: "?";
}

.fa-inbox:before {
    content: "?";
}

.fa-play-circle-o:before {
    content: "?";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "?";
}

.fa-refresh:before {
    content: "?";
}

.fa-list-alt:before {
    content: "?";
}

.fa-lock:before {
    content: "?";
}

.fa-flag:before {
    content: "?";
}

.fa-headphones:before {
    content: "?";
}

.fa-volume-off:before {
    content: "?";
}

.fa-volume-down:before {
    content: "?";
}

.fa-volume-up:before {
    content: "?";
}

.fa-qrcode:before {
    content: "?";
}

.fa-barcode:before {
    content: "?";
}

.fa-tag:before {
    content: "?";
}

.fa-tags:before {
    content: "?";
}

.fa-book:before {
    content: "?";
}

.fa-bookmark:before {
    content: "?";
}

.fa-print:before {
    content: "?";
}

.fa-camera:before {
    content: "?";
}

.fa-font:before {
    content: "?";
}

.fa-bold:before {
    content: "?";
}

.fa-italic:before {
    content: "?";
}

.fa-text-height:before {
    content: "?";
}

.fa-text-width:before {
    content: "?";
}

.fa-align-left:before {
    content: "?";
}

.fa-align-center:before {
    content: "?";
}

.fa-align-right:before {
    content: "?";
}

.fa-align-justify:before {
    content: "?";
}

.fa-list:before {
    content: "?";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "?";
}

.fa-indent:before {
    content: "?";
}

.fa-video-camera:before {
    content: "?";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "?";
}

.fa-pencil:before {
    content: "?";
}

.fa-map-marker:before {
    content: "?";
}

.fa-adjust:before {
    content: "?";
}

.fa-tint:before {
    content: "?";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "?";
}

.fa-share-square-o:before {
    content: "?";
}

.fa-check-square-o:before {
    content: "?";
}

.fa-arrows:before {
    content: "?";
}

.fa-step-backward:before {
    content: "?";
}

.fa-fast-backward:before {
    content: "?";
}

.fa-backward:before {
    content: "?";
}

.fa-play:before {
    content: "?";
}

.fa-pause:before {
    content: "?";
}

.fa-stop:before {
    content: "?";
}

.fa-forward:before {
    content: "?";
}

.fa-fast-forward:before {
    content: "?";
}

.fa-step-forward:before {
    content: "?";
}

.fa-eject:before {
    content: "?";
}

.fa-chevron-left:before {
    content: "?";
}

.fa-chevron-right:before {
    content: "?";
}

.fa-plus-circle:before {
    content: "?";
}

.fa-minus-circle:before {
    content: "?";
}

.fa-times-circle:before {
    content: "?";
}

.fa-check-circle:before {
    content: "?";
}

.fa-question-circle:before {
    content: "?";
}

.fa-info-circle:before {
    content: "?";
}

.fa-crosshairs:before {
    content: "?";
}

.fa-times-circle-o:before {
    content: "?";
}

.fa-check-circle-o:before {
    content: "?";
}

.fa-ban:before {
    content: "?";
}

.fa-arrow-left:before {
    content: "?";
}

.fa-arrow-right:before {
    content: "?";
}

.fa-arrow-up:before {
    content: "?";
}

.fa-arrow-down:before {
    content: "?";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "?";
}

.fa-expand:before {
    content: "?";
}

.fa-compress:before {
    content: "?";
}

.fa-plus:before {
    content: "?";
}

.fa-minus:before {
    content: "?";
}

.fa-asterisk:before {
    content: "?";
}

.fa-exclamation-circle:before {
    content: "?";
}

.fa-gift:before {
    content: "?";
}

.fa-leaf:before {
    content: "?";
}

.fa-fire:before {
    content: "?";
}

.fa-eye:before {
    content: "?";
}

.fa-eye-slash:before {
    content: "?";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "?";
}

.fa-plane:before {
    content: "?";
}

.fa-calendar:before {
    content: "?";
}

.fa-random:before {
    content: "?";
}

.fa-comment:before {
    content: "?";
}

.fa-magnet:before {
    content: "?";
}

.fa-chevron-up:before {
    content: "?";
}

.fa-chevron-down:before {
    content: "?";
}

.fa-retweet:before {
    content: "?";
}

.fa-shopping-cart:before {
    content: "?";
}

.fa-folder:before {
    content: "?";
}

.fa-folder-open:before {
    content: "?";
}

.fa-arrows-v:before {
    content: "?";
}

.fa-arrows-h:before {
    content: "?";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "?";
}

.fa-twitter-square:before {
    content: "?";
}

.fa-facebook-square:before {
    content: "?";
}

.fa-camera-retro:before {
    content: "?";
}

.fa-key:before {
    content: "?";
}

.fa-gears:before,
.fa-cogs:before {
    content: "?";
}

.fa-comments:before {
    content: "?";
}

.fa-thumbs-o-up:before {
    content: "?";
}

.fa-thumbs-o-down:before {
    content: "?";
}

.fa-star-half:before {
    content: "?";
}

.fa-heart-o:before {
    content: "?";
}

.fa-sign-out:before {
    content: "?";
}

.fa-linkedin-square:before {
    content: "?";
}

.fa-thumb-tack:before {
    content: "?";
}

.fa-external-link:before {
    content: "?";
}

.fa-sign-in:before {
    content: "?";
}

.fa-trophy:before {
    content: "?";
}

.fa-github-square:before {
    content: "?";
}

.fa-upload:before {
    content: "?";
}

.fa-lemon-o:before {
    content: "?";
}

.fa-phone:before {
    content: "?";
}

.fa-square-o:before {
    content: "?";
}

.fa-bookmark-o:before {
    content: "?";
}

.fa-phone-square:before {
    content: "?";
}

.fa-twitter:before {
    content: "?";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "?";
}

.fa-github:before {
    content: "?";
}

.fa-unlock:before {
    content: "?";
}

.fa-credit-card:before {
    content: "?";
}

.fa-feed:before,
.fa-rss:before {
    content: "?";
}

.fa-hdd-o:before {
    content: "?";
}

.fa-bullhorn:before {
    content: "?";
}

.fa-bell:before {
    content: "?";
}

.fa-certificate:before {
    content: "?";
}

.fa-hand-o-right:before {
    content: "?";
}

.fa-hand-o-left:before {
    content: "?";
}

.fa-hand-o-up:before {
    content: "?";
}

.fa-hand-o-down:before {
    content: "?";
}

.fa-arrow-circle-left:before {
    content: "?";
}

.fa-arrow-circle-right:before {
    content: "?";
}

.fa-arrow-circle-up:before {
    content: "?";
}

.fa-arrow-circle-down:before {
    content: "?";
}

.fa-globe:before {
    content: "?";
}

.fa-wrench:before {
    content: "?";
}

.fa-tasks:before {
    content: "?";
}

.fa-filter:before {
    content: "?";
}

.fa-briefcase:before {
    content: "?";
}

.fa-arrows-alt:before {
    content: "?";
}

.fa-group:before,
.fa-users:before {
    content: "?";
}

.fa-chain:before,
.fa-link:before {
    content: "?";
}

.fa-cloud:before {
    content: "?";
}

.fa-flask:before {
    content: "?";
}

.fa-cut:before,
.fa-scissors:before {
    content: "?";
}

.fa-copy:before,
.fa-files-o:before {
    content: "?";
}

.fa-paperclip:before {
    content: "?";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "?";
}

.fa-square:before {
    content: "?";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "?";
}

.fa-list-ul:before {
    content: "?";
}

.fa-list-ol:before {
    content: "?";
}

.fa-strikethrough:before {
    content: "?";
}

.fa-underline:before {
    content: "?";
}

.fa-table:before {
    content: "?";
}

.fa-magic:before {
    content: "?";
}

.fa-truck:before {
    content: "?";
}

.fa-pinterest:before {
    content: "?";
}

.fa-pinterest-square:before {
    content: "?";
}

.fa-google-plus-square:before {
    content: "?";
}

.fa-google-plus:before {
    content: "?";
}

.fa-money:before {
    content: "?";
}

.fa-caret-down:before {
    content: "?";
}

.fa-caret-up:before {
    content: "?";
}

.fa-caret-left:before {
    content: "?";
}

.fa-caret-right:before {
    content: "?";
}

.fa-columns:before {
    content: "?";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "?";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "?";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "?";
}

.fa-envelope:before {
    content: "?";
}

.fa-linkedin:before {
    content: "?";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "?";
}

.fa-legal:before,
.fa-gavel:before {
    content: "?";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "?";
}

.fa-comment-o:before {
    content: "?";
}

.fa-comments-o:before {
    content: "?";
}

.fa-flash:before,
.fa-bolt:before {
    content: "?";
}

.fa-sitemap:before {
    content: "?";
}

.fa-umbrella:before {
    content: "?";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "?";
}

.fa-lightbulb-o:before {
    content: "?";
}

.fa-exchange:before {
    content: "?";
}

.fa-cloud-download:before {
    content: "?";
}

.fa-cloud-upload:before {
    content: "?";
}

.fa-user-md:before {
    content: "?";
}

.fa-stethoscope:before {
    content: "?";
}

.fa-suitcase:before {
    content: "?";
}

.fa-bell-o:before {
    content: "?";
}

.fa-coffee:before {
    content: "?";
}

.fa-cutlery:before {
    content: "?";
}

.fa-file-text-o:before {
    content: "?";
}

.fa-building-o:before {
    content: "?";
}

.fa-hospital-o:before {
    content: "?";
}

.fa-ambulance:before {
    content: "?";
}

.fa-medkit:before {
    content: "?";
}

.fa-fighter-jet:before {
    content: "?";
}

.fa-beer:before {
    content: "?";
}

.fa-h-square:before {
    content: "?";
}

.fa-plus-square:before {
    content: "?";
}

.fa-angle-double-left:before {
    content: "?";
}

.fa-angle-double-right:before {
    content: "?";
}

.fa-angle-double-up:before {
    content: "?";
}

.fa-angle-double-down:before {
    content: "?";
}

.fa-angle-left:before {
    content: "?";
}

.fa-angle-right:before {
    content: "?";
}

.fa-angle-up:before {
    content: "?";
}

.fa-angle-down:before {
    content: "?";
}

.fa-desktop:before {
    content: "?";
}

.fa-laptop:before {
    content: "?";
}

.fa-tablet:before {
    content: "?";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "?";
}

.fa-circle-o:before {
    content: "?";
}

.fa-quote-left:before {
    content: "?";
}

.fa-quote-right:before {
    content: "?";
}

.fa-spinner:before {
    content: "?";
}

.fa-circle:before {
    content: "?";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "?";
}

.fa-github-alt:before {
    content: "?";
}

.fa-folder-o:before {
    content: "?";
}

.fa-folder-open-o:before {
    content: "?";
}

.fa-smile-o:before {
    content: "?";
}

.fa-frown-o:before {
    content: "?";
}

.fa-meh-o:before {
    content: "?";
}

.fa-gamepad:before {
    content: "?";
}

.fa-keyboard-o:before {
    content: "?";
}

.fa-flag-o:before {
    content: "?";
}

.fa-flag-checkered:before {
    content: "?";
}

.fa-terminal:before {
    content: "?";
}

.fa-code:before {
    content: "?";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "?";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "?";
}

.fa-location-arrow:before {
    content: "?";
}

.fa-crop:before {
    content: "?";
}

.fa-code-fork:before {
    content: "?";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "?";
}

.fa-question:before {
    content: "?";
}

.fa-info:before {
    content: "?";
}

.fa-exclamation:before {
    content: "?";
}

.fa-superscript:before {
    content: "?";
}

.fa-subscript:before {
    content: "?";
}

.fa-eraser:before {
    content: "?";
}

.fa-puzzle-piece:before {
    content: "?";
}

.fa-microphone:before {
    content: "?";
}

.fa-microphone-slash:before {
    content: "?";
}

.fa-shield:before {
    content: "?";
}

.fa-calendar-o:before {
    content: "?";
}

.fa-fire-extinguisher:before {
    content: "?";
}

.fa-rocket:before {
    content: "?";
}

.fa-maxcdn:before {
    content: "?";
}

.fa-chevron-circle-left:before {
    content: "?";
}

.fa-chevron-circle-right:before {
    content: "?";
}

.fa-chevron-circle-up:before {
    content: "?";
}

.fa-chevron-circle-down:before {
    content: "?";
}

.fa-html5:before {
    content: "?";
}

.fa-css3:before {
    content: "?";
}

.fa-anchor:before {
    content: "?";
}

.fa-unlock-alt:before {
    content: "?";
}

.fa-bullseye:before {
    content: "?";
}

.fa-ellipsis-h:before {
    content: "?";
}

.fa-ellipsis-v:before {
    content: "?";
}

.fa-rss-square:before {
    content: "?";
}

.fa-play-circle:before {
    content: "?";
}

.fa-ticket:before {
    content: "?";
}

.fa-minus-square:before {
    content: "?";
}

.fa-minus-square-o:before {
    content: "?";
}

.fa-level-up:before {
    content: "?";
}

.fa-level-down:before {
    content: "?";
}

.fa-check-square:before {
    content: "?";
}

.fa-pencil-square:before {
    content: "?";
}

.fa-external-link-square:before {
    content: "?";
}

.fa-share-square:before {
    content: "?";
}

.fa-compass:before {
    content: "?";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "?";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "?";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "?";
}

.fa-euro:before,
.fa-eur:before {
    content: "?";
}

.fa-gbp:before {
    content: "?";
}

.fa-dollar:before,
.fa-usd:before {
    content: "?";
}

.fa-rupee:before,
.fa-inr:before {
    content: "?";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "?";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "?";
}

.fa-won:before,
.fa-krw:before {
    content: "?";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "?";
}

.fa-file:before {
    content: "?";
}

.fa-file-text:before {
    content: "?";
}

.fa-sort-alpha-asc:before {
    content: "?";
}

.fa-sort-alpha-desc:before {
    content: "?";
}

.fa-sort-amount-asc:before {
    content: "?";
}

.fa-sort-amount-desc:before {
    content: "?";
}

.fa-sort-numeric-asc:before {
    content: "?";
}

.fa-sort-numeric-desc:before {
    content: "?";
}

.fa-thumbs-up:before {
    content: "?";
}

.fa-thumbs-down:before {
    content: "?";
}

.fa-youtube-square:before {
    content: "?";
}

.fa-youtube:before {
    content: "?";
}

.fa-xing:before {
    content: "?";
}

.fa-xing-square:before {
    content: "?";
}

.fa-youtube-play:before {
    content: "?";
}

.fa-dropbox:before {
    content: "?";
}

.fa-stack-overflow:before {
    content: "?";
}

.fa-instagram:before {
    content: "?";
}

.fa-flickr:before {
    content: "?";
}

.fa-adn:before {
    content: "?";
}

.fa-bitbucket:before {
    content: "?";
}

.fa-bitbucket-square:before {
    content: "?";
}

.fa-tumblr:before {
    content: "?";
}

.fa-tumblr-square:before {
    content: "?";
}

.fa-long-arrow-down:before {
    content: "?";
}

.fa-long-arrow-up:before {
    content: "?";
}

.fa-long-arrow-left:before {
    content: "?";
}

.fa-long-arrow-right:before {
    content: "?";
}

.fa-apple:before {
    content: "?";
}

.fa-windows:before {
    content: "?";
}

.fa-android:before {
    content: "?";
}

.fa-linux:before {
    content: "?";
}

.fa-dribbble:before {
    content: "?";
}

.fa-skype:before {
    content: "?";
}

.fa-foursquare:before {
    content: "?";
}

.fa-trello:before {
    content: "?";
}

.fa-female:before {
    content: "?";
}

.fa-male:before {
    content: "?";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "?";
}

.fa-sun-o:before {
    content: "?";
}

.fa-moon-o:before {
    content: "?";
}

.fa-archive:before {
    content: "?";
}

.fa-bug:before {
    content: "?";
}

.fa-vk:before {
    content: "?";
}

.fa-weibo:before {
    content: "?";
}

.fa-renren:before {
    content: "?";
}

.fa-pagelines:before {
    content: "?";
}

.fa-stack-exchange:before {
    content: "?";
}

.fa-arrow-circle-o-right:before {
    content: "?";
}

.fa-arrow-circle-o-left:before {
    content: "?";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "?";
}

.fa-dot-circle-o:before {
    content: "?";
}

.fa-wheelchair:before {
    content: "?";
}

.fa-vimeo-square:before {
    content: "?";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "?";
}

.fa-plus-square-o:before {
    content: "?";
}

.fa-space-shuttle:before {
    content: "?";
}

.fa-slack:before {
    content: "?";
}

.fa-envelope-square:before {
    content: "?";
}

.fa-wordpress:before {
    content: "?";
}

.fa-openid:before {
    content: "?";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "?";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "?";
}

.fa-yahoo:before {
    content: "?";
}

.fa-google:before {
    content: "?";
}

.fa-reddit:before {
    content: "?";
}

.fa-reddit-square:before {
    content: "?";
}

.fa-stumbleupon-circle:before {
    content: "?";
}

.fa-stumbleupon:before {
    content: "?";
}

.fa-delicious:before {
    content: "?";
}

.fa-digg:before {
    content: "?";
}

.fa-pied-piper-pp:before {
    content: "?";
}

.fa-pied-piper-alt:before {
    content: "?";
}

.fa-drupal:before {
    content: "?";
}

.fa-joomla:before {
    content: "?";
}

.fa-language:before {
    content: "?";
}

.fa-fax:before {
    content: "?";
}

.fa-building:before {
    content: "?";
}

.fa-child:before {
    content: "?";
}

.fa-paw:before {
    content: "?";
}

.fa-spoon:before {
    content: "?";
}

.fa-cube:before {
    content: "?";
}

.fa-cubes:before {
    content: "?";
}

.fa-behance:before {
    content: "?";
}

.fa-behance-square:before {
    content: "?";
}

.fa-steam:before {
    content: "?";
}

.fa-steam-square:before {
    content: "?";
}

.fa-recycle:before {
    content: "?";
}

.fa-automobile:before,
.fa-car:before {
    content: "?";
}

.fa-cab:before,
.fa-taxi:before {
    content: "?";
}

.fa-tree:before {
    content: "?";
}

.fa-spotify:before {
    content: "?";
}

.fa-deviantart:before {
    content: "?";
}

.fa-soundcloud:before {
    content: "?";
}

.fa-database:before {
    content: "?";
}

.fa-file-pdf-o:before {
    content: "?";
}

.fa-file-word-o:before {
    content: "?";
}

.fa-file-excel-o:before {
    content: "?";
}

.fa-file-powerpoint-o:before {
    content: "?";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "?";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "?";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "?";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "?";
}

.fa-file-code-o:before {
    content: "?";
}

.fa-vine:before {
    content: "?";
}

.fa-codepen:before {
    content: "?";
}

.fa-jsfiddle:before {
    content: "?";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "?";
}

.fa-circle-o-notch:before {
    content: "?";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "?";
}

.fa-ge:before,
.fa-empire:before {
    content: "?";
}

.fa-git-square:before {
    content: "?";
}

.fa-git:before {
    content: "?";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "?";
}

.fa-tencent-weibo:before {
    content: "?";
}

.fa-qq:before {
    content: "?";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "?";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "?";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "?";
}

.fa-history:before {
    content: "?";
}

.fa-circle-thin:before {
    content: "?";
}

.fa-header:before {
    content: "?";
}

.fa-paragraph:before {
    content: "?";
}

.fa-sliders:before {
    content: "?";
}

.fa-share-alt:before {
    content: "?";
}

.fa-share-alt-square:before {
    content: "?";
}

.fa-bomb:before {
    content: "?";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "?";
}

.fa-tty:before {
    content: "?";
}

.fa-binoculars:before {
    content: "?";
}

.fa-plug:before {
    content: "?";
}

.fa-slideshare:before {
    content: "?";
}

.fa-twitch:before {
    content: "?";
}

.fa-yelp:before {
    content: "?";
}

.fa-newspaper-o:before {
    content: "?";
}

.fa-wifi:before {
    content: "?";
}

.fa-calculator:before {
    content: "?";
}

.fa-paypal:before {
    content: "?";
}

.fa-google-wallet:before {
    content: "?";
}

.fa-cc-visa:before {
    content: "?";
}

.fa-cc-mastercard:before {
    content: "?";
}

.fa-cc-discover:before {
    content: "?";
}

.fa-cc-amex:before {
    content: "?";
}

.fa-cc-paypal:before {
    content: "?";
}

.fa-cc-stripe:before {
    content: "?";
}

.fa-bell-slash:before {
    content: "?";
}

.fa-bell-slash-o:before {
    content: "?";
}

.fa-trash:before {
    content: "?";
}

.fa-copyright:before {
    content: "?";
}

.fa-at:before {
    content: "?";
}

.fa-eyedropper:before {
    content: "?";
}

.fa-paint-brush:before {
    content: "?";
}

.fa-birthday-cake:before {
    content: "?";
}

.fa-area-chart:before {
    content: "?";
}

.fa-pie-chart:before {
    content: "?";
}

.fa-line-chart:before {
    content: "?";
}

.fa-lastfm:before {
    content: "?";
}

.fa-lastfm-square:before {
    content: "?";
}

.fa-toggle-off:before {
    content: "?";
}

.fa-toggle-on:before {
    content: "?";
}

.fa-bicycle:before {
    content: "?";
}

.fa-bus:before {
    content: "?";
}

.fa-ioxhost:before {
    content: "?";
}

.fa-angellist:before {
    content: "?";
}

.fa-cc:before {
    content: "?";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "?";
}

.fa-meanpath:before {
    content: "?";
}

.fa-buysellads:before {
    content: "?";
}

.fa-connectdevelop:before {
    content: "?";
}

.fa-dashcube:before {
    content: "?";
}

.fa-forumbee:before {
    content: "?";
}

.fa-leanpub:before {
    content: "?";
}

.fa-sellsy:before {
    content: "?";
}

.fa-shirtsinbulk:before {
    content: "?";
}

.fa-simplybuilt:before {
    content: "?";
}

.fa-skyatlas:before {
    content: "?";
}

.fa-cart-plus:before {
    content: "?";
}

.fa-cart-arrow-down:before {
    content: "?";
}

.fa-diamond:before {
    content: "?";
}

.fa-ship:before {
    content: "?";
}

.fa-user-secret:before {
    content: "?";
}

.fa-motorcycle:before {
    content: "?";
}

.fa-street-view:before {
    content: "?";
}

.fa-heartbeat:before {
    content: "?";
}

.fa-venus:before {
    content: "?";
}

.fa-mars:before {
    content: "?";
}

.fa-mercury:before {
    content: "?";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "?";
}

.fa-transgender-alt:before {
    content: "?";
}

.fa-venus-double:before {
    content: "?";
}

.fa-mars-double:before {
    content: "?";
}

.fa-venus-mars:before {
    content: "?";
}

.fa-mars-stroke:before {
    content: "?";
}

.fa-mars-stroke-v:before {
    content: "?";
}

.fa-mars-stroke-h:before {
    content: "?";
}

.fa-neuter:before {
    content: "?";
}

.fa-genderless:before {
    content: "?";
}

.fa-facebook-official:before {
    content: "?";
}

.fa-pinterest-p:before {
    content: "?";
}

.fa-whatsapp:before {
    content: "?";
}

.fa-server:before {
    content: "?";
}

.fa-user-plus:before {
    content: "?";
}

.fa-user-times:before {
    content: "?";
}

.fa-hotel:before,
.fa-bed:before {
    content: "?";
}

.fa-viacoin:before {
    content: "?";
}

.fa-train:before {
    content: "?";
}

.fa-subway:before {
    content: "?";
}

.fa-medium:before {
    content: "?";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "?";
}

.fa-optin-monster:before {
    content: "?";
}

.fa-opencart:before {
    content: "?";
}

.fa-expeditedssl:before {
    content: "?";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "?";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "?";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "?";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "?";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "?";
}

.fa-mouse-pointer:before {
    content: "?";
}

.fa-i-cursor:before {
    content: "?";
}

.fa-object-group:before {
    content: "?";
}

.fa-object-ungroup:before {
    content: "?";
}

.fa-sticky-note:before {
    content: "?";
}

.fa-sticky-note-o:before {
    content: "?";
}

.fa-cc-jcb:before {
    content: "?";
}

.fa-cc-diners-club:before {
    content: "?";
}

.fa-clone:before {
    content: "?";
}

.fa-balance-scale:before {
    content: "?";
}

.fa-hourglass-o:before {
    content: "?";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "?";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "?";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "?";
}

.fa-hourglass:before {
    content: "?";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "?";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "?";
}

.fa-hand-scissors-o:before {
    content: "?";
}

.fa-hand-lizard-o:before {
    content: "?";
}

.fa-hand-spock-o:before {
    content: "?";
}

.fa-hand-pointer-o:before {
    content: "?";
}

.fa-hand-peace-o:before {
    content: "?";
}

.fa-trademark:before {
    content: "?";
}

.fa-registered:before {
    content: "?";
}

.fa-creative-commons:before {
    content: "?";
}

.fa-gg:before {
    content: "?";
}

.fa-gg-circle:before {
    content: "?";
}

.fa-tripadvisor:before {
    content: "?";
}

.fa-odnoklassniki:before {
    content: "?";
}

.fa-odnoklassniki-square:before {
    content: "?";
}

.fa-get-pocket:before {
    content: "?";
}

.fa-wikipedia-w:before {
    content: "?";
}

.fa-safari:before {
    content: "?";
}

.fa-chrome:before {
    content: "?";
}

.fa-firefox:before {
    content: "?";
}

.fa-opera:before {
    content: "?";
}

.fa-internet-explorer:before {
    content: "?";
}

.fa-tv:before,
.fa-television:before {
    content: "?";
}

.fa-contao:before {
    content: "?";
}

.fa-500px:before {
    content: "?";
}

.fa-amazon:before {
    content: "?";
}

.fa-calendar-plus-o:before {
    content: "?";
}

.fa-calendar-minus-o:before {
    content: "?";
}

.fa-calendar-times-o:before {
    content: "?";
}

.fa-calendar-check-o:before {
    content: "?";
}

.fa-industry:before {
    content: "?";
}

.fa-map-pin:before {
    content: "?";
}

.fa-map-signs:before {
    content: "?";
}

.fa-map-o:before {
    content: "?";
}

.fa-map:before {
    content: "?";
}

.fa-commenting:before {
    content: "?";
}

.fa-commenting-o:before {
    content: "?";
}

.fa-houzz:before {
    content: "?";
}

.fa-vimeo:before {
    content: "?";
}

.fa-black-tie:before {
    content: "?";
}

.fa-fonticons:before {
    content: "?";
}

.fa-reddit-alien:before {
    content: "?";
}

.fa-edge:before {
    content: "?";
}

.fa-credit-card-alt:before {
    content: "?";
}

.fa-codiepie:before {
    content: "?";
}

.fa-modx:before {
    content: "?";
}

.fa-fort-awesome:before {
    content: "?";
}

.fa-usb:before {
    content: "?";
}

.fa-product-hunt:before {
    content: "?";
}

.fa-mixcloud:before {
    content: "?";
}

.fa-scribd:before {
    content: "?";
}

.fa-pause-circle:before {
    content: "?";
}

.fa-pause-circle-o:before {
    content: "?";
}

.fa-stop-circle:before {
    content: "?";
}

.fa-stop-circle-o:before {
    content: "?";
}

.fa-shopping-bag:before {
    content: "?";
}

.fa-shopping-basket:before {
    content: "?";
}

.fa-hashtag:before {
    content: "?";
}

.fa-bluetooth:before {
    content: "?";
}

.fa-bluetooth-b:before {
    content: "?";
}

.fa-percent:before {
    content: "?";
}

.fa-gitlab:before {
    content: "?";
}

.fa-wpbeginner:before {
    content: "?";
}

.fa-wpforms:before {
    content: "?";
}

.fa-envira:before {
    content: "?";
}

.fa-universal-access:before {
    content: "?";
}

.fa-wheelchair-alt:before {
    content: "?";
}

.fa-question-circle-o:before {
    content: "?";
}

.fa-blind:before {
    content: "?";
}

.fa-audio-description:before {
    content: "?";
}

.fa-volume-control-phone:before {
    content: "?";
}

.fa-braille:before {
    content: "?";
}

.fa-assistive-listening-systems:before {
    content: "?";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "?";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "?";
}

.fa-glide:before {
    content: "?";
}

.fa-glide-g:before {
    content: "?";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "?";
}

.fa-low-vision:before {
    content: "?";
}

.fa-viadeo:before {
    content: "?";
}

.fa-viadeo-square:before {
    content: "?";
}

.fa-snapchat:before {
    content: "?";
}

.fa-snapchat-ghost:before {
    content: "?";
}

.fa-snapchat-square:before {
    content: "?";
}

.fa-pied-piper:before {
    content: "?";
}

.fa-first-order:before {
    content: "?";
}

.fa-yoast:before {
    content: "?";
}

.fa-themeisle:before {
    content: "?";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "?";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "?";
}

.fa-handshake-o:before {
    content: "?";
}

.fa-envelope-open:before {
    content: "?";
}

.fa-envelope-open-o:before {
    content: "?";
}

.fa-linode:before {
    content: "?";
}

.fa-address-book:before {
    content: "?";
}

.fa-address-book-o:before {
    content: "?";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "?";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "?";
}

.fa-user-circle:before {
    content: "?";
}

.fa-user-circle-o:before {
    content: "?";
}

.fa-user-o:before {
    content: "?";
}

.fa-id-badge:before {
    content: "?";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "?";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "?";
}

.fa-quora:before {
    content: "?";
}

.fa-free-code-camp:before {
    content: "?";
}

.fa-telegram:before {
    content: "?";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "?";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "?";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "?";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "?";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "?";
}

.fa-shower:before {
    content: "?";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "?";
}

.fa-podcast:before {
    content: "?";
}

.fa-window-maximize:before {
    content: "?";
}

.fa-window-minimize:before {
    content: "?";
}

.fa-window-restore:before {
    content: "?";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "?";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "?";
}

.fa-bandcamp:before {
    content: "?";
}

.fa-grav:before {
    content: "?";
}

.fa-etsy:before {
    content: "?";
}

.fa-imdb:before {
    content: "?";
}

.fa-ravelry:before {
    content: "?";
}

.fa-eercast:before {
    content: "?";
}

.fa-microchip:before {
    content: "?";
}

.fa-snowflake-o:before {
    content: "?";
}

.fa-superpowers:before {
    content: "?";
}

.fa-wpexplorer:before {
    content: "?";
}

.fa-meetup:before {
    content: "?";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* body {
    font-size: 14px !important;
    font-family: 'RobotoBold', sans-serif !important;
    color: #000 !important;
    line-height: 1.4285714285 !important;
} */
body {
    font-size: 15px !important;
    line-height: 22px !important;
    font-family: Arial !important;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2 !important;
}

a {
    color: #000 !important;
}

a:hover,
a:focus {
    color: #398de9 !important;
    text-decoration: none !important;
}

.DMS_CTT_New {
    display: flex;
    flex-direction: column;
}

.DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:not(:last-child) {
    padding-bottom: 0px;
}

.DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:first-child {
    padding-bottom: 30px;
}

.portlet-layout.row-fluid.box-border-bottom {
    border-bottom: 2px dashed #e7e2e2;
}

.DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:nth-child(2) {
    padding-top: 30px;
}

.containercs .row {
    margin-right: -7px !important;
    margin-left: -7px !important;
}

.containercs .row [class*="col-"] {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.btn-clear {
    border: none;
    background-color: transparent;
}

#main-nav #main-menu li ul li {
    margin-right: 0px !important;
}

.list-news-thumb,
.category-box ul,
.check-result ul,
.list-unstyle-link {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ico-4 {
    background-image: url(../img/front/ico-4.png);
    width: 14px;
    height: 12px;
}
.ico-search {
    background-image: url(../img/front/ico-search.png);
    width: 14px;
    height: 12px;
}
.ico-home {
    background-image: url(../img/front/ico-home.png);
    width: 20px;
    height: 20px;
}
.ico-time {
    background-image: url(../img/front/ico-time.png);
    width: 15px;
    height: 15.765px;
}
.ico-bars {
    background-image: url(../img/front/ico-bars.jpg);
    width: 25px;
    height: 25px;
}
.ico-user {
    background-image: url(../img/front/ico-user.png);
    width: 20px;
    height: 20px;
}
.ico-5 {
    background-image: url(../img/front/ico-5.png);
    width: 26px;
    height: 38px;
}

.ico-6 {
    background-image: url(../img/front/ico-6.png);
    width: 26px;
    height: 38px;
}

.ico-7 {
    background-image: url(../img/front/ico-7.png);
    width: 26px;
    height: 38px;
}

.ico-8 {
    background-image: url(../img/front/ico-8.png);
    width: 26px;
    height: 38px;
}

.ico-9 {
    background-image: url(../img/front/ico-9.png);
    width: 33px;
    height: 31px;
}

.ico-10 {
    background-image: url(../img/front/ico-10.png);
    width: 34px;
    height: 34px;
}

.ico-11 {
    background-image: url(../img/front/ico-11.png);
    width: 34px;
    height: 34px;
}

[class*="ico-"] {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ico-1 {
    background-image: url(../img/front/ico-1.png);
    width: 19px;
    height: 16px;
}

.ico-2 {
    background-image: url(../img/front/logoTCTT.png);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.ico-3 {
    background-image: url(../img/front/ico-3.png);
    width: 46px;
    height: 46px;
}

header {
    margin-bottom: 20px;
}

/* .header-top {
  background-color: transparent;
  padding: 0;
} */
.header-top .header-top-left{
    height: 100%;
}
@media screen and (min-width: 2001px) {
    .header-top .header-top-left .logo {
        height: 140px;
        width: 100%;
    }
    .header-top .header-top_position {
        height: 140px;
    }
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 2000px) and (min-width: 1600px) {
    .header-top .header-top-left .logo {
        height: 110px;
        width: 100%;
    }
    .header-top .header-top_position {
        height: 110px;
    }
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}

@media screen and (min-width: 1600px) {
}
@media screen and (max-width: 1600px) {
    .header-top .header-top-left .logo {
        margin-left: 0px;
        width: 100%;
        height: 90px;
    }
    .header-top .header-top_position {
        height: 90px;
    }
}

@media (max-width: 1559px) and (min-width: 1401px) {
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}

/* reponsive */

@media (min-width: 576px) and (max-width: 991px) {
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
    /* .header-top .header-top-left .logo {
        height: auto !important;
    }
    .header-top .header-top_position{
        height: auto ;
    } */
    .header-top .header-top-right {
        display: none !important;
    }
    .list-tin-part-1 .post-typical .img {
        height: 300px !important;
    }
    .list-tin-part-1 .list-item img {
        height: 80px !important;
    }
    .list-tin-part-1 .list-bottom img {
        height: 100px !important;
    }
    .list-tin-part-2 .img-list-tin-2 img {
        height: 130px !important;
    }
    .list-tin-part-2 .des-lis-tin-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .post-action .image img {
        height: 150px !important;
    }
}
@media screen and (max-width: 575px) {
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
    .header-top .header-top-right {
        display: none !important;
    }
    .list-tin-part-1 .post-typical .img {
        height: 300px !important;
    }

    .list-tin-part-1 .list-bottom img {
        height: 200px !important;
    }
    .list-tin-part-2 .img-list-tin-2 img {
        height: 210px !important;
    }
}
@media screen and (max-width: 767px) {
    .part-3 .img-tieubieu img {
        height: 235px !important;
    }
    .post-action .image img {
        height: 250px !important;
    }
}

@media only screen and (min-width: 992px) {
    .header-top .logo {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    #main-nav .login {
        display: none !important;
    }
    .menu #main-menu .home a::before {
        content: " TRANG CHỦ";
    }
}

.ico-bars {
    background-image: url(../img/front/ico_bars.png);
    width: 25px;
    height: 25px;
}
/* .header-top .containercs {
  background: url(../img/bg/header.png) no-repeat left top/cover;
  min-height: 114px;\
  
  padding-top: 10px;
  padding-bottom: 10px;
} */

@media only screen and (min-width: 768px) {
    .header-top .containercs {
        padding-bottom: 0 !important;
    }
}

.header-top .language {
    margin: 0 0 10px;
}

.ic-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    .ic-toggler {
        display: none;
    }
    .menu {
        position: static !important;
    }
}

.ic-toggler:focus {
    outline: none;
}

.ic-toggler::before,
.ic-toggler::after {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ic-toggler::before {
    top: 20%;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.ic-toggler::after {
    bottom: 20%;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.ic-toggler > span {
    background: #fff;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ic-toggler:hover:before,
.ic-toggler:hover:after,
.ic-toggler:hover > span {
    background-color: #fff;
}

.ic-toggler.active span {
    display: none;
}

.ic-toggler.active:before,
.ic-toggler.active:after {
    transform-origin: inherit;
}

.ic-toggler.active:before {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    top: 50%;
    margin-top: -2px;
}

.ic-toggler.active:after {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    top: 50%;
    margin-top: -2px;
}

@media (max-width: 991px) {
    .menu {
        display: none;
        position: absolute;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #fff;
        z-index: 999;
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
        border-top: 3px solid #004394;
        padding: 5px 0 15px;
    }
    .menu.show {
        display: block;
    }
}

.form-search-header {
    position: relative;
    width: 195px !important;
    height: 28px !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding-right: 35px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
}

@media only screen and (min-width: 1200px) {
    .form-search-header {
        width: 220px !important;
    }
}

.form-search-header .search-ip {
    width: 100% !important;
    height: 100% !important;
    color: #000 !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    padding-left: 10px !important;
    font-size: 14px !important;
}

.form-search-header .search-ip:focus {
    outline: none;
}

.form-search-header button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 28px;
}

#main-nav {
    background: #1F3C93;
    padding: 8px 0;
    margin: 0;
    position: relative;
}

#main-nav > .containercs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.CTTBCT_TRANGCHU > .portlet-layout:first-child {
    padding-bottom: 44px;
    border-bottom: 1px dashed #1c4382;
}

.CTTBCT_TRANGCHU > .portlet-layout:last-child {
    padding-top: 44px;
    padding-bottom: 44px;
}

@media only screen and (min-width: 992px) {
    #main-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    #main-nav > .containercs {
        flex-wrap: nowrap;
    }
}

.language {
    margin-right: 10px;
}

.language a {
    display: inline-block;
}

.language a:not(:last-child) {
    margin-right: 5px;
}

footer {
    margin-top: 15px;
}

.footer-top {
    padding-bottom: 15px;
}

.footer-top-line {
    width: 100%;
    color: #fff !important;
    background: #bf332c;
    background: linear-gradient(90deg, rgba(28, 67, 130, 1) 50%, rgba(191, 51, 44, 1) 50%);
    height: 3px;
}

.footer-bottom {
    color: #000;
    font-size: 15px;
    font-size: 17px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.footer-bottom a {
    color: #fff !important;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.footer-bottom .row [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer-bottom-left ul {
    list-style-type: none;
    margin: 0 !important;
    gap: 10px;
}

.footer-bottom-left ul li a {
    color: #333 !important;
}

.footer-bottom-left-logo {
    margin-bottom: 25px;
}

.footer-bottom-middle p {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

.footer-copyright p {
    padding: 14px 0;
    margin: 0 !important;
    border-top: 2px dashed #e7e2e2;
    color: #264e8e;
    font-size: 15px;
}
.footer-bottom .list-media .media-item {
    padding: 10px;
    border: 1px solid;
    border-radius: 50%;
}

.main-box {
    margin-bottom: 10px;
}

.main-news-home {
    text-align: justify;
}

.main-news-home h3 {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.main-news-home h3 a:hover {
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.main-news-home .slick-arrow {
    margin-top: -15%;
}

.main-news-home .slick-prev,
.main-news-home .slick-next {
    width: 45px;
    background-position-x: center;
}

.main-news-home .slick-prev {
    background-image: url(../img/front/angel-left.png);
}

.main-news-home .slick-next {
    background-image: url(../img/front/angel-right.png);
}

.main-box-max-height > .col-lg-8.mb-3.mb-lg-0 {
    padding-left: 25px !important;
}

.main-box-max-height > .col-lg-12.mb-3.mb-lg-0 {
    margin-top: 15px;
}

.item-main {
    position: relative;
    margin-bottom: 18px;
}

.item-main .text-overlay {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    bottom: 26px;
    left: 0;
    padding: 7px 14px 6px;
    width: 100%;
}

.item-main .text-overlay a {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.effect-1 a {
    display: block;
    overflow: hidden;
}

.effect-1 a img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.effect-1 a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.list-news-thumb li:not(:last-child) {
    margin-bottom: 9px;
}

.list-news-thumb li .text a {
    font-weight: bold !important;
    font-size: 15px;
    line-height: 22px;
}

.list-news-thumb li .text a:hover,
.list-news-thumb li .text a:focus {
    color: #004394 !important;
}

.kiem-tra-xu-phat-portlet {
    margin-top: 30px;
}

.ads-left {
    margin-bottom: 18px;
}

.category-box {
    margin-bottom: 15px;
}

.category-box .title-style-1 {
    margin-bottom: 15px;
}

.category-box .hot-news {
    border-bottom: 1px solid #1fadf6;
    padding-bottom: 15px;
    margin-bottom: 16px;
    text-align: justify;
}
.category-box .hot-news .desc {
    color: #333;

    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.6px;
}
.category-box .hot-news .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

/* .category-box .hot-news .img img {
    max-height: 160px;
    height: 160px;
} */

.category-box .hot-news .text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.category-box .hot-news .text h3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;

    /* font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700 !important; */
    max-height: 60px;
    overflow: hidden;
}

.category-box ul li {
    font-size: 14px !important;
    text-align: justify;
}

.category-box ul li:not(:last-child) {
    border-bottom: 1px dotted #515151;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.category-box ul li a:not(:hover) {
    color: #434343;
}

.effect-2 a {
    display: block;
    border: 1px solid #d4d4d4;
    padding: 3px;
}

.effect-2 a img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.effect-2 a:hover img {
    opacity: 0.8;
}

.gallery {
    margin-bottom: 28px;
}

.gallery-wrap {
    margin-top: 20px;
    overflow: hidden;
}

.gallery-wrap .ql-carousel {
    margin-left: -6px;
    margin-right: -6px;
}

.gallery-wrap .ql-carousel .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
}

.gallery-wrap .ql-carousel .slick-slide img {
    max-height: 133px;
}

/* Dots */

.slick-dots {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    margin: 0;
    padding: 0;
    outline: none;
    padding-left: 10px;
}

.slick-dots li {
    display: inline-block;
    position: relative;
}

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: red;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:after {
    cursor: pointer;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #dddddd;
}

.slick-dots li.slick-active {
    outline: none;
}

.slick-dots li.slick-active button::after {
    cursor: pointer;
    background: #fff;
    border-color: #0b3b71;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    z-index: 5;
    position: absolute;
    display: block;
    height: 40px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    left: 16px;
    background: url("../img/front/slick-arrow-left.png") no-repeat 0 0;
}

.slick-next {
    right: 16px;
    background: url("../img/front/slick-arrow-right.png") no-repeat 0 0;
}

.document-new .title-style-1 {
    margin-bottom: 20px;
}

.document-new table tbody tr td:last-child {
    text-align: justify;
}

.document-new table tbody tr td a:not(:hover) {
    color: #000;
}

.notification {
    border-bottom: 1px solid #abb8cd;
    padding: 10px 0;
    margin-bottom: 10px;
}

.notification span {
    font-weight: 600;
    color: #fe0017;
    font-size: 16px;
    white-space: nowrap;
    padding-right: 6px;
}

.notification .content-right {
    overflow: hidden;
}

.notification .slider-noti .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification .slider-noti .item a {
    color: #044587 !important;
}

.partners {
    padding: 30px 0px;
    background: #f8f8f8;
    border-top: 2px solid #96b1cd;
    /* padding-top: 15px; */
}

.partners .item {
    padding: 0 10px;
    text-align: center;
    line-height: 68px;
}

.partners .item img {
    display: inline-block;
    vertical-align: middle;
}

.partners .slick-arrow {
    display: none !important;
    width: 14px;
    height: 20px;
}

.partners .slick-prev {
    background-image: url(../img/front/slick-arrow-left-2.png);
}

.partners .slick-next {
    background-image: url(../img/front/slick-arrow-right-2.png);
}

.ministerial-activity {
    margin-bottom: 6px;
}

.ministerial-activity .five-focus h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    text-align: center;
}

.ministerial-activity .five-focus ul {
    list-style: none;
    max-width: 100%;
    margin: 0 !important;
}

.ministerial-activity .activity {
    background: #044687;
    background: -moz-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, #044687), color-stop(100%, #126fcb));
    background: -webkit-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -o-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -ms-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: linear-gradient(to top, #044687 0%, #126fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126fcb', endColorstr='#044687', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: "Bai Jamjuree", sans-serif;
    text-align: center;
    text-shadow: 0 2px 3px rgba(90, 90, 90, 0.75);
    padding: 10px;
    position: relative;
}

.ministerial-activity .activity:after {
    content: "";
    display: block;
    background: url(../img/front/ico-12.png) no-repeat;
    width: 27px;
    height: 34px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.check-result {
    background: #044687;
    background: -moz-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, #044687), color-stop(100%, #126fcb));
    background: -webkit-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -o-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -ms-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: linear-gradient(to top, #044687 0%, #126fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126fcb', endColorstr='#044687', GradientType=0);
    position: relative;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 6px;
}

.check-result:after {
    content: "";
    background-image: url(../img/bg/check-result.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 209px;
    height: 146px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.check-result h3 {
    font-size: 21px !important;
    font-family: "Bai Jamjuree", sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 22px !important;
}

.check-result ul li {
    text-transform: uppercase;
}

.check-result ul li:not(:last-child) {
    margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
    .custom-row .col-left {
        -ms-flex: 0 0 calc(100% - 265px);
        flex: 0 0 calc(100% - 265px);
        max-width: calc(100% - 265px);
    }
}

@media only screen and (min-width: 992px) {
    .custom-row .col-right {
        -ms-flex: 0 0 265px;
        flex: 0 0 265px;
        max-width: 265px;
    }
}

.title-style-1 {
    background: #044687;
    background: -moz-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, #044687), color-stop(100%, #126fcb));
    background: -webkit-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -o-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: -ms-linear-gradient(bottom, #044687 0%, #126fcb 100%);
    background: linear-gradient(to top, #044687 0%, #126fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126fcb', endColorstr='#044687', GradientType=0);
    border-bottom: 2px solid #f2d925;
}

.title-style-1 h2 {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 0 !important;
    position: relative;
    padding-left: 44px;
    min-height: 28px;
    padding-top: 8px;
    margin: 0 !important;
    padding-bottom: 7px;
}

.title-style-1 h2 a {
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff !important;
}

.title-style-1 h2 {
    border-left: 6px solid #1c4382;
    background: #bf332c;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-style-1 h2 i {
    display: none;
    position: absolute;
    bottom: 3px;
    left: 5px;
}

.title-style-2 {
    background: #1068c2;
    padding-left: 10px;
}

.title-style-2 h2 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 14px 0 10px 46px;
}

.title-style-2 h2 i {
    position: absolute;
    left: 0;
    top: 7px;
}

.mb-50 {
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
    .mb-50 {
        margin-bottom: 50px;
    }
}

.pagination li:not(:first-child) {
    margin-left: 5px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pagination .page-link {
    color: #333333 !important;
    font-size: 14px;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    border-color: #be1e2d;
    background-color: #be1e2d;
    color: #fff !important;
}

.pagination .active .page-link {
    border-color: #be1e2d;
    background-color: #be1e2d;
    color: #fff !important;
}

.mb-1px {
    margin-bottom: 1px;
}

.bg-dark-light {
    background-color: #e4e4e4;
}

.spec-side {
    margin-bottom: 4px;
}

.spec-side .title-style-1 {
    margin-bottom: 1px;
}

.weblink {
    padding: 10px;
}

.weblink .form-control {
    background: #e9ebee;
    border: 1px solid #d1d2d4;
    border-radius: 3px;
}

.weblink .form-group-outsite + .form-group-outsite {
    margin-top: 10px;
}

.list-unstyle-link {
    padding: 10px !important;
    text-align: justify;
}

@media only screen and (min-width: 768px) {
    .list-unstyle-link {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.list-unstyle-link li:not(:last-child) {
    border-bottom: 1px dotted #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-unstyle-link li a {
    color: #030303 !important;
}

.list-unstyle-link li a:hover {
    color: #004394 !important;
}

.qc a {
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top;
}

.category-list {
    list-style: none;
    padding: 12px 18px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.category-list li:not(:last-child) {
    border-bottom: 1px dotted #000000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.category-list li a {
    color: #030303 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.category-list li a:hover,
.category-list li a:focus {
    color: #dc1e1e !important;
}

.category-list li a i {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 13px;
}

.category-list li a .text {
    -ms-flex: 0 0 calc(100% - 38px);
    flex: 0 0 calc(100% - 38px);
    max-width: calc(100% - 38px);
}

.cate-ico-qa {
    background-image: url("../img/front/cate-ico-qa.png");
    width: 24px;
    height: 22px;
}

.cate-ico-page {
    background-image: url("../img/front/cate-ico-page.png");
    width: 25px;
    height: 25px;
}

.cate-ico-email {
    background-image: url("../img/front/cate-ico-email.png");
    width: 24px;
    height: 24px;
}

.cate-ico-media {
    background-image: url("../img/front/cate-ico-media.png");
    width: 23px;
    height: 18px;
}

/* News */

.lists-news {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
    margin: 0 !important;
}

.lists-news li {
    overflow: hidden;
}

.lists-news li:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #515151;
}

.news-img {
    float: left;
    width: 150px;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .news-img {
        width: 175px;
        margin-right: 17px;
    }
}

.news-description {
    width: calc(100% - 150px - 10px);
    float: left;
    text-align: justify;
}

@media only screen and (min-width: 768px) {
    .news-description {
        width: calc(100% - 175px - 17px);
    }
}

.news-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.news-text {
    margin-top: 10px;
}

.news-special .title-style-1 {
    margin-bottom: 2px;
}

.news-special-box {
    background: #e4e4e4;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 36px;
}

.news-special-box .news-img {
    width: 100%;
    margin-bottom: 15px;
    float: none;
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .news-special-box .news-img {
        width: 48.65591%;
        margin-right: 25px;
        float: left;
        margin-bottom: 0;
    }
}

.news-special-box .news-description {
    width: 100%;
    float: none;
}

@media only screen and (min-width: 768px) {
    .news-special-box .news-description {
        overflow: hidden;
        width: auto;
    }
}

.news-special-box .news-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
}

.news-special-box .news-text {
    font-size: 15px;
    max-height: 200px;
}

.entry {
    padding: 30px 0;
    text-align: justify;
}

.entry .entry-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #014f91;
}

.entry .entry-header {
    margin-bottom: 30px;
}

.s-header {
    border-bottom: 1px dotted #515151;
    border-top: 1px dotted #515151;
    margin-bottom: 15px;
}

.s-header h3 {
    position: relative;
    background: #f0f5f9;
    padding: 5px 30px;
    margin: 1px 0 !important;
    font-size: 24px !important;
    color: #014f91;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
}

.s-header h3::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #5991d5;
}

.relate-lists {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.relate-lists li:not(:last-child) {
    border-bottom: 1px dotted #515151;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.comments .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #e9ebee;
    border: 1px solid #cecbcb;
    border-radius: 2px;
    box-shadow: none;
}

.tags {
    margin: 10px 0;
}

.tags .label {
    margin: 0 5px;
    padding: 5px;
}

.share-social .icon-share {
    width: 25px !important;
}

.news .lists-news .news-img .img img {
    height: 145px !important;
}

.entry .entry-summary {
    margin-bottom: 15px;
    font-weight: bold;
    min-height: 95px;
}

.entry .entry-summary .media-object {
    float: left;
    width: 100px;
    height: 95px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*  */
.header-top-right .language {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    color: #dd151c;
}

.logoheader {
    height: 100% !important;
    width: 100%;
}

.menu .sm-blue li:not(:last-child) {
    margin-right: 0px;
}

.menu .sm-blue .img-user {
    width: 16px;
    height: 16px;
}
.header-top .header-top-right .form-search-header .button-search {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.header-top .header-top-right .form-search-header .button-search .img-search {
    width: 14px;
    height: 14px;
}
.header-top-right .bars {
    margin-top: 2px;
}

.menu .item-menu.active {
    background: #264e8e;
}
.menu .item-menu a {
    padding: 10px 15px !important;
}

.menu .item-menu {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.menu .item-menu:first-child {
    margin-right: 10px !important;
}

.tieubieu .li-tieubieu {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #f1f1f1;
    padding: 8px;
}
.li-tieubieu a {
    color: #979797 !important;
}
.tieubieu .li-tieubieu:not(:last-child) {
    margin-right: 11px !important;
}

.tieubieu {
    list-style: none;
    display: inline-flex;
    margin-bottom: 20px !important;
}
.li-icon {
    display: grid;
    margin-right: 11px;
}
.li-icon .icon-tieubieu {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.check-result-new .check {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background-color: #e8a522;
    filter: drop-shadow(2px 4px 8px rgba(110, 113, 120, 0.4));
    border-radius: 0px 40px 35px 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI Symbol";
}
.check-result-new .text-check {
    border-radius: 10px;
    border: 0.5px dashed #1c4382;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #1c4382;
}
.check-result-new .number-check {
    color: #ec1c24;
}

/* hotline */

.more {
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    color: #979797;
    text-align: end;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.list-item .title-item a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4f4f4f;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
}

.li-item_border-bottom:not(:last-child) {
    border-bottom: 1px solid #59595938 !important;
}

.titles,
.category .title a {
    background-color: #bf332c;
    color: white !important;
    width: auto;
    padding: 6px;
    text-align: center;
    border-left: 5px solid #1c4382;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.time {
    display: flex;
    color: #373737;
    margin-bottom: 0px !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}

/* part-3 */

.part-3 {
    background-color: #f8f8f8;
}

.part-3 .img-danhsach img {
    height: 100%;
}
.part-3 .img-danhsach {
    height: 100%;
}

.QLTT_QuangCaopor_pad {
    padding: 44px 0;
}

.containercs .row [class*="col-6 QLTT_QuangCaopor_left"] {
    padding-right: 15px !important;
}

.containercs .row [class*="col-6 QLTT_QuangCaopor_right"] {
    padding-left: 15px !important;
}

.albums-img {
    background: url("../img/bg/image39.png");
}

.list-img .img-item {
    position: relative;
}

.list-img .img-item .icon-camera {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 11%;
}

.list-img .img-item .icon-camera img {
    width: 50%;
    height: auto;
}

.albums-img .title-img {
    margin-top: 1%;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.72px;
    color: #333;
}

.img-item {
    position: relative;
}

.img-item-photo {
    position: absolute;
    bottom: 6px;
    left: 9px;
}

.video::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 1000%;
    height: 100%;
    z-index: -1;
}

.video .title {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #bf332c;
    width: auto;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: white;
}
.video .title :hover {
    text-decoration: underline;
    color: #ffffff;
}

.time {
    font-size: 14px;
    color: #373737;
}

.video .title-video-item-first,
.video .title-video-item {
    text-decoration: none;
    margin-bottom: 0.25rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

.video .title-video-item-first {
    color: #ec1c24 !important;
    font-size: 20px;
}

.video .title-video-item {
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.ministerial-activity .five-focus {
    border-radius: 30px 5px 5px 5px;
    border: 1px dashed #1c4382;
    background: #f0f6ff;
    height: auto;
    overflow: hidden;
}

.five-focus-top > div {
    padding: 10px 5px 10px 5px;
    gap: 5px;
}

.five-focus-top-content span {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 18px;
}

.five-focus-top-content span:first-child {
    font-size: 12.5px;
}

.list-five-focus-content {
    gap: 25px;
}

.item-five-focus {
    padding-bottom: 10px;
    border-bottom: 1px dashed #1c4382;
}

.item-five-focus-content {
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
}

.list-news-thumb,
.category-box ul,
.check-result ul,
.list-unstyle-link {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#main {
    overflow: hidden;
}

.CTTBCT_TRANGCHU > .portlet-layout:first-child {
    padding-bottom: 44px;
    border-bottom: 1px dashed #1c4382;
}

.CTTBCT_TRANGCHU > .portlet-layout:last-child {
    padding-top: 44px;
    padding-bottom: 44px;
}

.main-box {
    margin-bottom: 10px;
}

.main-news-home h3 {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.main-news-home h3 a:hover {
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.main-news-home h3 a:not(:hover) {
    text-align: justify;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    font-size: 22px;
}

.main-news-home .desc {
    line-height: 22px;
    max-height: 66px;
    color: #000;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-news-home .slick-arrow {
    margin-top: -15%;
}

.main-news-home .slick-prev,
.main-news-home .slick-next {
    width: 45px;
    background-position-x: center;
}

.main-news-home .slick-prev {
    background-image: url(../img/front/angel-left.png);
}

.main-news-home .slick-next {
    background-image: url(../img/front/angel-right.png);
}

.item-main {
    position: relative;
    margin-bottom: 18px;
}

.list-news-thumb li {
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
}

.list-news-thumb li:not(:last-child) {
    margin-bottom: 9px;
}

.kiem-tra-xu-phat-portlet {
    margin-top: 30px;
}

.ministerial-activity .five-focus {
    border-radius: 30px 5px 5px 5px;
    border: 1px dashed #1c4382;
    background: #f0f6ff;
    height: auto;
    overflow: hidden;
}

.five-focus-top-content span {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 18px;
}

.five-focus-top-content span:first-child {
    font-size: 12.5px;
}

.list-five-focus-content {
    gap: 25px;
}

.item-five-focus {
    padding-bottom: 10px;
    border-bottom: 1px dashed #1c4382;
}

.item-five-focus-content {
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
}

/*  */
.header-top-right .language {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    color: #dd151c;
}

.logoheader {
    height: 100% !important;
    width: 100%;
}

.menu .sm-blue li:not(:last-child) {
    margin-right: 0px;
}

.menu .sm-blue .img-user {
    width: 16px;
    height: 16px;
}
.header-top .header-top-right .form-search-header .button-search {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.header-top .header-top-right .form-search-header .button-search .img-search {
    width: 14px;
    height: 14px;
}
.header-top-right .bars {
    margin-top: 2px;
}

.menu .item-menu.active {
    background: #264e8e;
}
.menu .item-menu a {
    padding: 10px 15px !important;
}

.menu .item-menu {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.menu .item-menu:first-child {
    margin-right: 10px !important;
}

.tieubieu .li-tieubieu {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #f1f1f1;
    padding: 8px;
}
.li-tieubieu a {
    color: #979797 !important;
}
.tieubieu .li-tieubieu:not(:last-child) {
    margin-right: 11px !important;
}

.tieubieu {
    list-style: none;
    display: inline-flex;
    margin-bottom: 20px !important;
}
.li-icon {
    display: grid;
    margin-right: 11px;
}
.li-icon .icon-tieubieu {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.check-result-new {
    border-radius: 0px 36px 5px 5px;
    border: 1px dashed #1c4382;
    background: #f0f6ff;
    height: 270px;
    margin-top: 38px;
}
.check-result-new .check {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background-color: #e8a522;
    filter: drop-shadow(2px 4px 8px rgba(110, 113, 120, 0.4));
    border-radius: 0px 40px 35px 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI Symbol";
}
.check-result-new .text-check {
    border-radius: 10px;
    border: 0.5px dashed #1c4382;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #1c4382;
}
.check-result-new .number-check {
    color: #ec1c24;
}

.more {
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    color: #979797;
    text-align: end;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.li-item_border-bottom:not(:last-child) {
    border-bottom: 1px solid #59595938 !important;
}

.titles {
    background-color: #bf332c;
    color: white !important;
    width: auto;
    padding: 6px;
    text-align: center;
    border-left: 5px solid #1c4382;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.titles a {
    background-color: #bf332c;
    color: white !important;
    width: auto;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.title-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-align: justify;
}

.time {
    display: flex;
    color: #373737;
    margin-bottom: 0px !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}

.post-action .des-post {
    margin-top: 10px;
    margin-bottom: 0px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.6px;
    text-align: justify;
}

/* part-3 */

.part-3 {
    background-color: #f8f8f8;
}

.part-3 .list-item .title-item a {
    -webkit-line-clamp: 2;
}
.part-3 .img-danhsach img {
    height: 100%;
}
.part-3 .img-danhsach {
    height: 100%;
}

.QLTT_QuangCaopor_pad {
    padding: 44px 0;
}

.containercs .row [class*="col-6 QLTT_QuangCaopor_left"] {
    padding-right: 15px !important;
}

.containercs .row [class*="col-6 QLTT_QuangCaopor_right"] {
    padding-left: 15px !important;
}

.albums-img {
    background: url("../img/front/image39.png");
}

.list-img {
    padding: 0.5% 3%;
    margin-top: 20px;
}

.list-img .img-item {
    position: relative;
}

.list-img .img-item .icon-camera {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 11%;
}

.list-img .img-item .icon-camera img {
    width: 50%;
    height: auto;
}

.albums-img .title-img {
    margin-top: 1%;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.72px;
    color: #333;
}

.img-item {
    position: relative;
}

.img-item-photo {
    position: absolute;
    bottom: 6px;
    left: 9px;
}

.video {
    padding: 40px 0 10px 0;
    z-index: 1;
}

.video::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 1000%;
    height: 100%;
    z-index: -1;
}

.video .title {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #bf332c;
    width: auto;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: white;
}
.video .title :hover {
    text-decoration: underline;
    color: #ffffff;
}

.time {
    font-size: 14px;
    color: #373737;
}

.video .title-video-item {
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.check-result-new .check {
    border-radius: 0px 40px 35px 0px !important;
}

/*  */
.sm-blue .icon-login {
    margin-top: 10px !important;
}

.ico-time-white {
    background-image: url(/documents/icons/time-white.png);
    width: 15px;
    height: 15.765px;
}

.li-item-list-tin_border-bottom:not(:last-child) {
    border-bottom: 1px dashed rgba(89, 89, 89, 0.5) !important;
}

/* danh sách tin */
.max-2-line-dms {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-3-line-dms {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-tin-part-1 .post-typical {
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 25px;
}

.list-tin-part-1 .post-typical .img {
    height: 440px;
}
.list-tin-part-1 .text-img {
    position: absolute;
    bottom: 6px;
    left: 15px;
    font-size: 20px;
    z-index: 2;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.list-tin-part-1 .text-img a {
    color: #fff !important;
}
.list-tin-part-1 .post-typical_background {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
}
.list-tin-part-1 .time {
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.list-tin-part-1 .list-item img {
    height: 125px;
}
.list-tin-part-1 .list-bottom img {
    width: 100% !important;
    height: 200px;
}
.list-tin-part-1 .list-bottom a {
    text-align: justify;
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-tin-part-1 .list-bottom a p {
    margin-top: 8px;
}
.list-tin-part-1 > .row:last-child > .col-md-3 > .list-bottom {
    width: 98% !important;
}
.list-tin-part-1 > .row:nth-child(2) > .col-md-7  {
    padding-right: 15px !important;
}
.list-tin-part-2 .title-list-tin-2 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-align: justify;
}
.list-tin-part-2 .des-lis-tin-2 {
    color: #333;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0px !important;
}
.list-tin-part-2 .img-list-tin-2 img {
    height: 200px !important;
    width: 100%;
}
.list-tin-part-2 .time {
    margin-bottom: 1rem !important;
}

.list-tin-part-2 .xemthem-list-tin {
    border-radius: 5px;
    border: 1px solid #e8a522;
    color: #cf8f12 !important;
    text-align: justify;
    padding: 10px 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}
/* văn bản mới ban hành */
.vbbh,
.tdn,
.video-list-tin,
.hinhanh {
    background: #fffcf6;
}
.vbbh .vbbh-item-number {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 6px 13px;
    border-radius: 50%;

    background: #e7b34f;
}
.vbbh .vbbh-item-text {
    color: #333;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}
/* tin đọc nhiều */
.tdn .title-item {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
/* video */
.video-list-tin .video-list-tin-title-video {
    color: #333;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}
.video-list-tin .video-noibat {
    position: relative;
}
.video-list-tin .video-noibat .time {
    color: #fff;
    bottom: 5px;
    left: 15px;
    position: absolute;
    z-index: 2;
}
.video-list-tin .video-noibat .bg-video {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(5deg, #264b87 0%, rgba(28, 67, 130, 0) 100%);
}
/* ảnh */
.hinhanh .post-typical {
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 20px;
}

.hinhanh .post-typical .img {
    max-height: 240px;
    height: 100% !important;
}
.hinhanh .text-img {
    position: absolute;
    bottom: 6px;
    left: 15px;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.hinhanh .text-img a {
    color: #fff !important;
}
.hinhanh .post-typical_background {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(5deg, #264b87 0%, rgba(28, 67, 130, 0) 100%);
}
.hinhanh .post-typical .time {
    margin-bottom: 0px !important;
}
.hinhanh .hinhanh-list-tin-title {
    color: #333;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}
.hinhanh .img-position-ha {
    position: relative;
}
.hinhanh .img-position-ha .time {
    bottom: 43px;
    left: 7px;
    position: absolute;
}
.hinhanh .img-position-ha .img-title {
    height: 105px;
}

.video .title-video-item {
    width: 100%;
    margin-top: 13px;
}

.video .list1 {
    padding-bottom: 20px !important;
    padding-right: 15px !important;
}

.jp-jplayer img {
    height: 100% !important;
}
@media (min-width: 1200px) {
    .aui .row-fluid [class*="span"] {
        min-height: 1px !important;
    }
}
.aui .row-fluid [class*="span"] {
    min-height: 1px !important;
}
.portlet-column-content.empty {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .main-box .col-lg-4 {
        order: 2;
    }
    .main-box .order-1 {
        order: 1;
    }
    .main-box .col-lg-12 {
        order: 3;
    }
    .iframe-video img {
        height: 235px !important;
        width: 100%;
    }
}
.iframe-video img {
    width: 100%;
}
@media (max-width: 768px) {
    .d-md-block {
        margin-bottom: 5px;
    }
}
.ministerial-activity .five-focus {
    border-radius: 30px 5px 5px 5px;
    border: 1px dashed #1c4382;
    background: #f0f6ff;
    height: auto;
    overflow: hidden;
}

.five-focus-top {
    border-radius: 10px 5px 15px 30px;
    background: #264e8e;
}

.five-focus-top-content span {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 18px;
}

.five-focus-top-content span:first-child {
    font-size: 12.5px;
}

.list-five-focus-content {
    gap: 25px;
}

.item-five-focus {
    padding-bottom: 10px;
    border-bottom: 1px dashed #1c4382;
}

.item-five-focus-content {
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
}

.header-top .containercs {
    /* min-height: 114px; */
    /* max-width: 100%; */
    padding: 0px 15px;
}
.header-top .header-top_position {
    position: relative;
}
.header-top .header-top-left {
    position: absolute;
    right: 0;
    top: 0;
}
.header-top .header-top-right {
    width: 20%;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1;
}

.header-top {
    /* background: url(https://dms.gov.vn/documents/20182/40002/TueFeb07111701ICT2023_SunJan08180131ICT2023_FriDec21140058GMT%2B07002018_head-top.png/e98a66ac-8e04-4c88-9e2e-f573d4cac9b7) no-repeat center top; */
    padding: 0;
    background: #f3f4f5;
}

@media only screen and (min-width: 1200px) {
    .header-top-right .form-search-header {
        width: 150px !important;
    }
}

.photograph .jp-video-play-icon {
    display: none !important;
}

.header-top-right .language {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    color: #dd151c;
}
.albums-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.list-five-focus-content {
    gap: 30px !important;
}

.item-five-focus {
    padding-bottom: 17px !important;
}

.main-box .main-news-home img {
    /* height: 430px !important; */
}

.list-news-thumb-main {
    gap: 30px !important;
}

.iframe-video img {
    height: 165px !important;
}
@media (max-width: 767px) {
    .main-box .list-news-thumb-main .img img {
        height: 135px !important;
    }

    .item-five-focus-content img {
        width: 70px !important;
        height: 65px !important;
    }

    .list-five-focus-content {
        gap: 25px !important;
    }

    .item-five-focus {
        padding-bottom: 10px !important;
    }

    .iframe-video img {
        height: 135px !important;
    }
}
.DMS_CTT_New > .containercs:last-child {
    margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
    .header-top-right .form-search-header {
        /* width: 200px!important; */
    }
}
@media screen and (max-width: 767px) {
    .main-news-home .slick-arrow {
        margin-top: -30%;
    }
    .footer-bottom-middle p {
        font-size: 15px !important;
    }
}
.photograph .jp-video-play-icon {
    display: none !important;
}
.form-search-header {
    position: relative;
}

.form-search-header .search-ip {
    width: 160px !important;
    margin-bottom: 0px !important;
    border: none !important;
    outline: none !important;
    border: none !important;
    /* border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius : 0 !important;
    border-bottom-right-radius : 0 !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box; */
    height: 100% !important;
    color: #000 !important;
    border: none !important;
    /* background-color: transparent !important; */
    background-color: unset !important;
    padding: 0 !important;
    padding-left: 10px !important;
    font-size: 14px !important;

    border: unset !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.form-search-header .search-ip:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.form-search-header button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 28px;
    padding-top: 0px !important;
}

.header-top .header-top-right .form-search-header .button-search {
    height: 25px !important;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border: none !important;
    width: 40px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin-top: auto;
    margin-bottom: auto;
}
.header-top .header-top-right .form-search-header .button-search .img-search {
    width: 14px;
    height: 14px;
}
.form-search-header {
    display: flex;
    position: relative;
    width: 200px !important;
    height: 28px !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding-right: 35px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
}
.header-top .form-search-header {
    width: 250px !important;
    background-color: #fff;
    margin: 0 !important;
}
.show ul li a {
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    #main-nav .menu #main-menu {
        top: 0rem !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #main-nav .menu #main-menu {
        top: 0rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #main-nav .menu #main-menu {
        top: 0rem !important;
    }
    .header-top .header-top-left .logo {
        margin-left: 0px;
        width: 100%;
        height: 60px;
    }
    .header-top .header-top_position {
        height: 60px;
    }
}
@media screen and (max-width: 575px) {
    #main-nav .menu #main-menu {
        top: 0rem !important;
    }
    .header-top .header-top-left .logo {
        margin-left: 0px;
        width: 100%;
        height: 40px;
    }
    .header-top .header-top_position {
        height: 40px;
    }
}
.post-action a img {
    aspect-ratio: 5/4;
    object-fit: cover;
}
.post-action .col-md-6.img-tieubieu ~ .col-md-6.pl-20px  {
    padding-left: 8px !important;
}

img {
    object-fit: cover;
}
@media (min-width: 769x) {
    .sm-blue > li > a {
        font-family: "RobotoBold", sans-serif;
    }
}

.five-focus-top {
    display: flex;
    align-items: center;
    height: 99px;
}

.five-focus-top-img {
    width: 80px;
    height: 80px;
}

.item-five-focus-content {
    gap: 11px !important;
    font-size: 13px !important;
}

.item-five-focus-content img {
    width: 98px;
    height: 75px;
}

.list-five-focus-content {
    gap: 20px !important;
}

.five-focus-bottom-content {
    padding: 29px 10px 25px 10px !important;
}

.five-focus-top-content span:first-child {
    margin-bottom: 4px;
}

.five-focus-top-content span,
.five-focus-top-content span:first-child {
    font-size: 14px !important;
}

.item-five-focus:not(:last-child) {
    padding-bottom: 10px !important;
}

.item-five-focus:last-child {
    padding-bottom: unset !important;
    border-bottom: unset;
}

.main-news-home h3 {
    margin-bottom: 4px !important;
    font-size: 22px !important;
}


.list-news-thumb li .img {
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    max-width: 108px;
}
.list-news-thumb li:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #1f1f1f;
}

.img-item div:first-child img {
    height: 260px !important;
}

.albums-img {
    margin-bottom: 0 !important;
}

.albums-img .row .col-12 img {
    width: 131.34px !important;
    height: 30.064px;
}

.albums-img .title-img {
    margin-top: 12px;
}

.albums-img .title-img a {
    line-height: 22px;
}

.list-img .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.check-result-new .text-check {
    padding: 10px !important;
    margin-top: 20px !important;
}

.image.mb-2 a,
.img-tieubieu a {
    display: flex;
    width: 100%;
    height: 100%;
}

.part-3 .img-tieubieu img {
    height: 100% !important;
}

.titles {
    position: relative;
    padding-left: 35px;
    min-height: 28px;
    padding-top: 8px;
}

.post-action .category > div {
    border-bottom: 1px solid #33333347;
}

.category-box {
    margin-bottom: 0 !important;
}

.video .category {
    margin-bottom: 5px;
}

.video .title {
    padding: unset !important;
}

.video .category .title a {
    padding: 9px !important;
}

.video .title-video-item {
    text-align: left !important;
}

.ads-bt6 img a img {
    object-fit: contain !important;
}

@media (max-width: 767px) {
    .main-box .list-news-thumb-main .img img {
        height: 135px !important;
    }

    .main-box .main-news-home img {
        height: 250px !important;
    }


    .news-thumb-item {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .list-news-thumb-main {
        flex-direction: column;
        margin-top: 15px !important;
    }

    li.news-thumb-item.w-50.mb-0 {
        width: 100%;
    }

    .item-five-focus-content img {
        width: 70px !important;
        height: 65px !important;
    }

    .main-box-max-height {
        padding-left: 7px !important;
    }
}

.menu .item-menu:first-child {
    margin-right: 15px !important;
}

.menu .item-menu.active {
    background: #264e8e;
}
.menu .item-menu a {
    padding: 12.5px 15px !important;
}

.menu .item-menu {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.menu .sm-blue li:not(:last-child) {
    margin-right: 10px;
}

.containercs .list-img .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 767px) {
    li.news-thumb-item.w-50.mb-0 {
        width: 100% !important;
    }

    .category-box .title a {
        padding: 9px !important;
    }
}

.category {
    border-bottom: 1px solid rgba(89, 89, 89, 0.5);
}
.more a {
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    color: #979797 !important;
    text-align: end;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.part-2 {
    margin-top: 30px;
    margin-bottom: 12px;
}
.part-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.part-2 .post-action,
.part-3 .post-action {
    padding-top: 20px;
}

.ico-time {
    background-image: url(../img/front/ico-time.png);
    width: 15px;
    height: 15.765px;
    margin-bottom: auto;
    margin-top: auto;
}

.mb-18px {
    margin-bottom: 13px;
}

.li-item:not(:first-child) {
    margin-top: 13px;
}

.logoheader {
    object-fit: fill;
}
@media (max-width: 2000px) and (min-width: 1600px) {
    .header-top .header-top-left .logo {
        height: 110px;
        width: 100%;
    }

    .header-top .header-top_position {
        height: 110px;
    }

    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}
.part-2 {
    margin-top: 30px;
    margin-bottom: 12px;
}
.part-3 {
    margin-top: 30px;
    margin-bottom: 12px;
}


.partners .item {
    background-color: #ffffff;
    margin: 0 10px;
    padding: 12px 10px;
    text-align: center;
    line-height: 68px;
    border-radius: 2px;
}
.partners {
    border-top: unset;
}

.bg-color {
    background: #f8f8f8;
    margin-top: 0px;
}

.part-2 .title-item {
    margin-bottom: 7px !important;
}
.list-item .title-item a {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .part-3 .img-tieubieu img {
        height: 235px !important;
    }

    .post-action .image img {
        height: 110px !important;
    }
}

@media (max-width: 1559px) and (min-width: 1401px) {
    .header-top .header-top-left {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        width: 100%;
        text-align: right;
    }
}
.header-top .header-top-right .form-search-header .button-search .img-search {
    width: 14px;
    height: 14px;
}
.form-search-header {
    display: flex;
    position: relative;
    width: 200px !important;
    height: 28px !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding-right: 35px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
}
.header-top .header-top-right .form-search-header {
    width: 212px !important;
    background-color: #fff;
    margin: 0 !important;
}

@media only screen and (min-width: 1200px) {
    .form-search-header {
        width: 220px !important;
    }
}

.partners {
    padding: 20px 0px 30px 0px !important;
}

.dvdt {
    margin-left: 10px;
}

.list-news-thumb li .text{
	-ms-flex: 0 0 calc(100% - 108px);
    flex: 0 0 calc(100% - 108px);
    max-width: calc(100% - 108px);
    padding-left: 15px;
}
.list-news-thumb li .text a,
.item-five-focus-content span,
.part-2 .title-item,
.title-post,
.albums-img .title-img {
    color: #333333 !important;
}

.main-news-home .desc {
    color: #333 !important;
}

.menu .item-menu a {
    font-weight: 600;
}

.video .category {
    border-bottom: unset;
}

.ads-bt6 img {
    object-fit: fill !important;
}

.qc-qltt:first-child {
    padding-right: 10px !important;
}

.qc-qltt:last-child {
    padding-left: 10px !important;
}

.containercs.mt-5.mx-0.px-0 {
    margin: 40px 0 !important;
}

.containercs.mt-5.mx-0.px-0, .albums-img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .main-news-home {
        margin-bottom: 0 !important;
    }

    .check-result-new {
        border-radius: 0px 25px 5px 5px;
        width: 100%;
    }

    .footer-bottom-middle {
        margin: 20px 0;
    }

    .qc-qltt:first-child {
        padding-right: 7px !important;
    }

    .qc-qltt:last-child {
        padding-left: 7px !important;
    }
}

.item-five-focus-content {
    font-size: 15px !important;
    text-align: justify;
}
.item-five-focus-content span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    color: #333;
    text-align: left !important;
    letter-spacing: -0.72px;
}

.five-focus-top-content span,
.five-focus-top-content span:first-child {
    font-size: 16px !important;
}

.footer-bottom-middle .title {
    font-weight: bold;
}

.menu #main-menu .home a {
    padding-top: 8px !important;
}
.footer-bottom-middle .f-source {
    white-space: break-spaces;
}
#main-nav .login #main-menu li:first-child {
    margin-top: 10px;
}

.login #main-menu li a {
    font-weight: 600;
}









/* ecoit -comment -- start */

/* go to top */
.go-to-top-btn {
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff80;
    border-radius: 50%;
    z-index: 100;
    width: 50px;
    height: 50px;
    transform: translateY(calc(100% + 20px));
    transition: all ease 0.4s;
}

.go-to-top-btn:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

/* footer */
footer.footer {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-top: 0px !important;
}

.footer-navigation-container {
    height: 42px;
    width: 100%;
    background-color: #1F3C93;
}

.footer-navigation {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 100%;
}

.footer-navigation ul li {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-information {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-title {
    text-transform: uppercase;
    color: #DD151C !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 !important;
}

.footer-infor p {
    font-size: 16px;
}

.footer-infor p {
    margin: 0px !important;
}

.footer-infor strong {
    font-weight: bold;
}



/* search box in menu */
.main-nav-right .form-search-header {
    margin: auto;
}

.main-nav-right .form-search-header button[type="submit"] {
    padding: 6px !important;
}

.main-nav-right .form-search-header input.search-ip {
    color: white !important;
}

header #datetime {
    text-align: right;
    color: #DD151C;
    font-style: italic;
    font-size: 14px;
}

header {
    margin-bottom: 5px !important;
}

/* hoat-dong-cua-tong-cuc-truong */
.hoat-dong-cua-tong-cuc-truong .top {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.hoat-dong-cua-tong-cuc-truong .top .missions {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 76px;
    padding: 0 1rem;
}

.hoat-dong-cua-tong-cuc-truong .top ul {
    font-style: italic;
    position: unset !important;
    color: white;
    margin: 0;
    animation: slideUp 15s linear infinite !important;
}

.hoat-dong-cua-tong-cuc-truong .top ul li span {
    font-size: 13px;
}

/* .hoat-dong-cua-tong-cuc-truong .top ul li {
    animation: slideUp 5s linear infinite;
} */

@keyframes slideUp {
    0% {
        transform: translateY(76px);
    }
    100% {
        transform: translateY(-100%);
    }
}

.hoat-dong-cua-tong-cuc-truong .top ul span {
    color: white;
}


/* ket-qua-kiem-tra-xu-ly */
.ket-qua-kiem-tra-xu-ly {
    margin-top: 20px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ket-qua-kiem-tra-xu-ly .header {
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #3B5BBC;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.ket-qua-kiem-tra-xu-ly .content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem;
    width: 100%;
    background-image: url('../img/bg/Maskgroup.png');
    background-position: center;
}

.ket-qua-kiem-tra-xu-ly .content span {
    color: #264E8E;
    border: 1px solid #59595950;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    margin: 0 auto;
    width: 100%;
}


/* chinh sach, qltt, xay dung luc luong */
.category-box ul a {
    font-weight: bold;
}

.bg-color .portlet-layout.row-fluid .portlet-column.span4 {
    padding: 30px 0;
}


/* qltt banner */
.containercs .qc-qltt {
    margin-top: 30px;
}


/* multimedia */
.multimedia-section {
    margin-top: 15px !important;
}



/* 63 cuc quan li thi truong */
.right-side-list-post-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.right-side-list-post-container .right-side-header-title {
    padding: 1rem 0.75rem;
    border-radius: 10px 10px 0 0;
    background-color: #3B5BBC;
    display: flex;
    align-items: center;
    gap: 0.75rem;

    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.right-side-list-post-container .right-side-header-title a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;    
}

.right-side-list-post-container .right-side-list-post-content {
    padding: 0.75rem;
    background-color: #F4F6FA;
}

.right-side-list-post-container .right-side-list-posts {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    padding-bottom: 0;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #F4CC7C #F1EDED;
    scrollbar-width: thin;
    height: 382.25px;
}

.right-side-list-post-container .right-side-list-posts .filter {
    border: 1px solid #59595950;
    border-radius: 5px;
    padding: 0.5rem;
    color: #333;
    height: unset;
    line-height: unset;
}

.right-side-list-post-container .right-side-list-posts .post {
    padding: 1rem 0;
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px dashed #59595950;
}

.right-side-list-post-container .right-side-list-posts .post:last-child {
    border-bottom: unset;
}

.right-side-list-post-container .right-side-list-posts .post .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #BF332C;
    flex: none;
}

.right-side-list-post-container .right-side-list-posts .post .title {
    color: #333;
}


/* header top */
.header-top .header-top-right .form-search-header {
    border: 1px solid #59595950 !important;
}

.header-top-right #datetime {
    margin-left: 1rem;
}

.header-top-left .logoheader {
    object-fit: cover;
}


/*  images aspect ratio and fix somethings */
.slick-slide img.w-100 {
    aspect-ratio: 570 / 398;
    height: unset !important;
}

.main-box .list-news-thumb .img img {
    width: unset !important;
    height: unset !important;
    aspect-ratio: 120 / 77;
}

.post-action a img {
    aspect-ratio: 570 / 305;
}

.post-action .list-item a img {
    aspect-ratio: 120 / 77;
}

.hot-news .effect-2 a {
    padding: unset;
    border: unset;
    margin-top: 20px;
}

.hot-news .effect-2 a img {
    height: unset;
    max-height: unset;
    aspect-ratio: 450 / 274;
    object-fit: fill;    
}

.multimedia-section .main-post {
    min-width: 53.1%;
}

.multimedia-section .list-post {
    min-width: calc(100% - 53.1% - 1.5rem);
}

.multimedia-section .show-more {
    padding: 0.45rem 2rem !important;
    bottom: 1rem !important;
}

.multimedia-section .main-post img {
    aspect-ratio: 705 / 453;
}

.multimedia-section .list-post img {
    aspect-ratio: 271 / 175;
}

#box_link .right-side-list-posts .post.hide {
    display: none !important;
}

.DMS_CTT_New #layout-column_column-14 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.DMS_CTT_New #layout-column_column-19 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dvdt {
    border-bottom: 1px solid #59595950;
}

.list-posts-wrapper-header {
    color: #DD151C;
    font-weight: bold;
    text-transform: uppercase;
}

.col-lg-5:has(> span.list-posts-wrapper-header) {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-box li:not(:last-child) {
    border-bottom: 1px solid #59595950 !important;
}

.col-lg-5 .list-news-thumb li:not(:last-child) {
    border-bottom: 1px solid #59595950 !important;
}



.QLTT_QuangCao-portlet .ads-bt6 img {
    max-height: unset !important;
    height: unset !important;
}   

.DMS_CTT_New #layout-column_column-14 .portlet-borderless-container,
.DMS_CTT_New #layout-column_column-3 .portlet-borderless-container,
.DMS_CTT_New #layout-column_column-19 .portlet-borderless-container,
.DMS_CTT_New #layout-column_column-4 .portlet-borderless-container {
    min-height: unset;
}

.DMS_CTT_New #layout-column_column-14 .portlet-borderless-container .ads-bt6,
.DMS_CTT_New #layout-column_column-19 .portlet-borderless-container .ads-bt6,
.DMS_CTT_New #layout-column_column-4 .portlet-borderless-container .ads-bt6 {
    margin-bottom: 0;
}


.DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:first-child {
    padding-bottom: 0;
}

.DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:nth-child(2) {
    padding-top: 15px;
}

.DMS_CTT_New #column-14 {
    margin-top: 20px;
}

.DMS_CTT_New #layout-column_column-14 .portlet-borderless-container {
    margin-top: unset !important;
}

.footer-bottom iframe {
    max-width: -webkit-fill-available;
}

.multimedia-section .main-post .title a,
.multimedia-section .list-post .post .title a,
.category-box ul a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

.multimedia-section .list-post .post .title a {
    font-size: 16px;
}

.category-box ul li:not(:last-child) {
    min-height: 52.8px;
}

@media only screen and (min-width: 768px) {
    .DMS_CTT_New .containercs #column-19 {
        margin-top: calc(36px + 20px);
    }
    

    .DMS_CTT_New#main-content .portlet-layout.row-fluid:has(> #column-3) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .DMS_CTT_New #layout-column_column-3 .portlet-borderless-container .ads-bt6 {
        margin-bottom: 0;
    }

    .category-box .hot-news .text a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

        @supports (-webkit-line-clamp: 2) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }        
    }
    
    .category-box .hot-news .text {
        height: 62px;
    }    

    .part-2 {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    .right-side-list-post-container {
        margin-top: 20px !important;
    }

    .bg-color .portlet-layout.row-fluid .portlet-column.span4 {
        padding: 20px 0 10px !important;
    }

    .item-main {
        margin-bottom: 10px !important;
    }

    .ket-qua-kiem-tra-xu-ly {
        margin-top: 30px !important;
    }

    .part-2 .post-action, .part-3 .post-action {
        padding-top: 15px !important;
    }

    .hot-news .effect-2 a {
        margin-top: 15px !important;
    }

    .category-box .hot-news .text h3 {
        margin-bottom: 0 !important;
    }

    .category-box .hot-news {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .containercs .qc-qltt {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }

    .row.post-action .title-post,
    .row.post-action .title-post a {
        margin-bottom: 0 !important;
    }

    .multimedia-section {
        margin-top: 15px !important;
        gap: 1rem !important;
    }

    .multimedia-section .content {
        padding: 1.5rem 1.5rem 4rem !important;
    }

    .DMS_CTT_New #layout-column_column-13 .category-box .row.pt-4 {
        padding-top: 15px !important;
    }

    .DMS_CTT_New #column-14 {
        margin-top: 55px !important;
    }

    .DMS_CTT_New #column-13 .table {
        margin-bottom: 10px !important;
    }

    .DMS_CTT_New #column-15 .dvdt {
        padding-top: 15px !important;
    }

    .DMS_CTT_New #column-15 .partners {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .img-responsive.logoheader.is-mobile {
        display: none;
    }

    .img-responsive.logoheader:not(.is-mobile ) {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .img-responsive.logoheader.is-mobile {
        display: block;
    }

    .img-responsive.logoheader:not(.is-mobile ) {
        display: none;
    }

    .main-box .main-news-home img,
    .post-action .image img,
    .slick-slide img.w-100,
    .main-box .list-news-thumb .img img,
    .post-action a img,
    .post-action .list-item a img,
    .hot-news .effect-2 a img ,
    .multimedia-section .main-post img,
    .multimedia-section .list-post img {
        height: unset !important;
        max-height: unset !important;
    }

    .post-action .col-lg-7 .des-post {
        margin-bottom: 20px !important;
        display: none;
    }

    .post-action .list-item .title-item {
        margin-top: 5px !important;
    }

    .multimedia-section .content {
        flex-direction: column;
    }

    .multimedia-section .content .list-post {
        grid-template-rows: unset;
    }

    .main-news-home .slick-arrow {
        margin-top: -15% !important;
    }

    .hoat-dong-cua-tong-cuc-truong .top,
    .hoat-dong-cua-tong-cuc-truong img {
        width: 100% !important;
    }



    .list-item .title-item a {
        font-size: 18px;
    }

    .right-side-list-post-container .right-side-list-posts .filter {
        width: 100%;
    }

    .multimedia-section {
        margin-top: 0 !important;
        gap: 0.5rem !important;
    }

    .d-md-flex.justify-content-between.header-top_position ,
    .d-md-flex.justify-content-between.header-top_position .logo ,
    .header-top-left .logoheader {
        height: 120px !important;
    }

    .post-action a img,
    .post-action .list-item a img {
        aspect-ratio: 16 / 9 !important;
    }

    .hoat-dong-cua-tong-cuc-truong .top ul span {
        font-size: 15px;
    }

    .post-action .col-lg-7 {
        border-bottom: 1px solid #59595950;
        margin-bottom: 7px !important;

    }
    
    .footer-bottom-middle .title {
        white-space: break-spaces;
    }

    .DMS_CTT_New #column-14 {
        margin-top: 5px !important;
    }

    .DMS_CTT_New .containercs #column-19 {
        margin-top: 0 !important;
    }
        
    a[href="https://dms.gov.vn/tiepcaongdan"] img {
        margin-top: 0 !important;
    }

    .main-box {
        margin-bottom: 10px !important;
    }

    .ket-qua-kiem-tra-xu-ly {
        margin-top: 10px !important;
    }

    .DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:first-child {
        padding-bottom: 5px !important;
    }    

    .DMS_CTT_New > .containercs:first-child > .portlet-layout.row-fluid:nth-child(2) {
        padding-top: 10px !important;
    }
    
    .portlet-layout.row-fluid .portlet-borderless-container .part-2 {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .right-side-list-post-container {
        margin-top: 5px !important;
    }

    .row.post-action .row.mb-18px {
        margin-bottom: 0 !important;
    }

    .bg-color .portlet-layout.row-fluid .portlet-column.span4 {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }

    .category-box .hot-news {
        padding-bottom: 0 !important;
        margin-bottom: 7px !important;
    }

    .category-box ul li:last-child {
        padding-bottom: 7px !important;
    }

    .containercs .qc-qltt {
        margin-top: 0 !important;
    }

    .DMS_CTT_New #column-14 > .portlet-dropzone,
    .DMS_CTT_New #layout-column_column-19 {
        gap: 5px !important;
    }

    .title-post a,
    .list-item .title-item a {
        text-align: left;
    }

    .multimedia-section .main-post .title a {
        font-size: 18px;
    }

    .multimedia-section .content {
        padding: 1rem 1rem 4rem !important;
        gap: 0.5rem !important;
    }

    .multimedia-section .main-post {
        gap: 0.5rem !important;
    }

    .multimedia-section .list-post {
        gap: 1rem !important;
    }

    .multimedia-section .show-more {
        bottom: 1rem !important;
    }

    .hot-news .effect-2 a {
        margin-top: 10px !important;
    }

    .row.post-action,
    .row.pt-4 {
        padding-top: 10px !important;
    }

    .DMS_CTT_New #column-13 .table.table-home {
        margin-bottom: 0 !important;
    }

    .DMS_CTT_New #layout-column_column-14 {
        gap: 0 !important;
    }

    .footer-top {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }

    

    .right-side-list-post-container .right-side-list-posts {
        height: 222.25px !important;
    }

    .DMS_CTT_New #layout-column_column-3 > .portlet-boundary:nth-child(even),
    .DMS_CTT_New #layout-column_column-4 > .portlet-boundary:nth-child(odd),
    .DMS_CTT_New #layout-column_column-19 > .portlet-boundary:nth-child(odd),
    .DMS_CTT_New #layout-column_column-14 > .portlet-boundary:nth-child(odd):not(:last-child) {
        display: none;
    }
    
    .DMS_CTT_New #layout-column_column-3 > .portlet-boundary:nth-child(odd),
    .DMS_CTT_New #layout-column_column-4 > .portlet-boundary:nth-child(even),
    .DMS_CTT_New #layout-column_column-19 > .portlet-boundary:nth-child(even),
    .DMS_CTT_New #layout-column_column-14 > .portlet-boundary:nth-child(even){
        display: block;
    }   

    .main-box .row .col-lg-7.mb-3.mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .list-news-thumb li:not(:last-child) {
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
    }

    p.title-post {
        margin-bottom: 5px !important;
    }

    p.title-post a {
        margin-bottom: 0 !important;
    }

    .ket-qua-kiem-tra-xu-ly .content {
        padding: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .part-2 .title-item {
        margin-bottom: 5px !important;
    }

    .li-item:not(:first-child) {
        margin-top: 8px !important;
    }

    .category-box .hot-news .text h3 {
        margin: 0 !important;
        margin-bottom: 0.5rem !important;        
    }

    .category-box ul li:not(:last-child) {
        margin-bottom: 5px !important;
        padding-bottom: 5px !important;
    }

    .DMS_CTT_New #layout-column_column-14 .portlet-boundary:first-child .portlet-borderless-container {
        margin-top: 0 !important;
    }

    .portlet-body .dvdt {
        padding-top: 0.75rem !important;
    }

    .portlet-body .partners {
        padding: 10px 0px 10px 0px !important;
    }

    .multimedia-section .list-post .post {
        gap: 0.5rem !important;
    }

    .DMS_CTT_New #layout-column_column-13 .portlet-borderless-container {
        margin-top: 15px !important;
    }

    .aui .table th, .aui .table td {
        padding: 5px !important;
    }

   

    .DMS_CTT_New #layout-column_column-14 > .portlet-boundary:nth-child(odd):not(:last-child) img {
        margin-top: 0 !important;
    }

    .list-news-thumb li .text a {
        line-height: 19px !important;
    }

    .col-lg-5:has(> span.list-posts-wrapper-header) {
        gap: 0.5rem !important;
    }

    .item.slick-slide .item-main {
        margin-bottom: 10px !important;
    }

    header {
        margin-bottom: 15px !important;
    }

    /* footer */
    .footer-navigation-container {
        display: none;
    }

    .footer-navigation ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        height: 100%;
        margin: 0 !important;
    }

    .footer-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .footer-information {
        padding: 0 15px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-title {
        font-size: 18px !important;
    }

    .footer-infor p {
        font-size: 14px;
    }

    .footer-content img {
        margin: 0 0 10px 15px;
    }
}

@media only screen and (max-width: 500px) {

    .d-md-flex.justify-content-between.header-top_position ,
    .d-md-flex.justify-content-between.header-top_position .logo ,
    .header-top-left .logoheader {
        height: 80px !important;
    }
}

@media only screen and (max-width: 450px) {

    .d-md-flex.justify-content-between.header-top_position ,
    .d-md-flex.justify-content-between.header-top_position .logo ,
    .header-top-left .logoheader {
        height: 60px !important;
    }
}
@media (min-width: 576px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

html:not(#__):not(#___) .cadmin .product-menu a:not(.page-type-selector *), html:not(#__):not(#___) .cadmin .product-menu button.list-group-heading.navigation-link {
    color: #eeeffa !important;
}
html:not(#__):not(#___) .cadmin.lfr-product-menu-panel.sidenav-menu-slider {
    z-index: 9991 !important;
}
.portlet{
    margin-bottom: 0 !important;
}
.portlet-decorate .portlet-content {
    padding: 0 !important;
}
.page-editor__topper__content .container-fluid-max-xl{
    max-width: 1140px !important;
}
@media (min-width: 768px) {
    html:not(#__):not(#___) .controls-visible .portlet:hover>.cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open>.cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus>.cadmin.portlet-topper {
        z-index: 99999;
    }
}
html:not(#__):not(#___) .cadmin .modal, html:not(#__):not(#___) .cadmin.modal{
    z-index: 99999 !important;
}

.ket-qua-kiem-tra-xu-ly span p{
    margin-bottom: 0 !important;
}
/* ecoit -comment -- end */