﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,latin-ext);
@font-face {
    font-family: 'Roboto';
    src: url(fonts/roboto-ggfont.ttf);
}
em,
small {
    letter-spacing: 0
}

/* ----------------------- body -------------------*/
body, html{
  padding: 0px !important;
}
body,
li,
p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
}

.p-0 {
    padding: 0 !important;
}

Body #Form {
    height: 100%
}

body {
    color: #333;
    font-size: 16px;
    /*background: url(images/bgweb.png) repeat;*/
    background: #fff;
}

html,
body {
    padding: 0;
}

/* -------------------------- end body ----------------------*/

/*-------------------------- Default Style -------------------------*/
html,
li,
h2,
p,
span,
body,
th,
td,
table,
input,
textarea,
.Normal,
.NormalDisabled,
.Head,
.SubHead,
.SubSubHead,
a:link,
a:visited,
a:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

ol.list-unstyled,
ol.list-unstyled>li,
ul.list-unstyled,
ul.list-unstyled>li {
    list-style: none;
    margin: 0
}

a,
a img,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    border: 0
}

ul.row {
    margin-left: -10px;
    margin-right: -10px
}

ol,
ul {
    list-style: none
}

ul li {
    list-style-type: none
}

ul li li {
    list-style-type: none
}

ol li {
    list-style-type: decimal;
    list-style-position: inside
}

a {
    outline: 0 !important
}

ul#myTab {
    padding: 0;
    margin: 0
}

.popover {
    z-index: 999
}

.mark,
mark {
    padding: 0;
    background-color: transparent
}

.SubHead {
    color: #000
}

embed,
img,
object {
    max-width: 100%
}

[class*=map] img,
[class*=Map] img,
[id*=map] img,
[id*=Map] img,
table img {
    max-width: none !important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 16px
}

a,
a:active,
a:link,
a:visited {
    text-decoration: none;
    font-size: 16px;
    color: #000
}

a:hover {
    text-decoration: none
}

p {
    margin: 0px;
}

ol li>ol li {
    list-style-type: lower-latin
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

[class*=RadAjaxPanel] *,
[class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.TB_Wrapper,
.TB_Wrapper *,
.dnnActionMenu,
.dnnActionMenu *,
.dnnActionMenu:after,
.dnnActionMenu:before,
.dnn_mact,
.dnn_mact *,
.dnn_mact:after,
.dnn_mact:before,
[id*=ControlPanel],
[id*=ControlPanel] *,
[id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.bs-callout-danger,
.bs-callout-info,
.bs-callout-primary,
.bs-callout-success,
.bs-callout-warning {
    display: block;
    padding: 15px 30px 15px 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #020202;
    /* line-height: 1.3em;*/
    margin: 0 0 10px
}



/*@media screen and (min-width:500px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:570px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:620px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 17px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 19px
    }
}

@media screen and (min-width:860px) {
    html {
        font-size: 20px
    }
}

@media screen and (min-width:920px) {
    html {
        font-size: 21px
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: 22px
    }
}*/

/*--------------------------- end Default Style ---------------------------*/

/*--------------------------- Css cột và dòng ----------------------------*/

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
    min-height: 0px;
}

.col-md-12 {
    float: none !important;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}


.mb-col {
    background: #fff;
    margin-bottom: 10px;
}

.mg-row {
    margin-right: 0;
    margin-left: 0;
}

/*--------------------------- End Css cột và dòng ----------------------------*/
/*----------------------------Css chu chay-----------------------------------*/
#timer {
    font-weight: bold;
    padding-top: 12px;
    color: #fff;
    font-size: 14px;
}
#timer:before {
    content: "";
    display: block;
    background: url(Images/icon-calendar.png) no-repeat 0 2px;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0px;
}

.time-chuchay #timer {
    /* line-height: 40px; */
    /*text-indent: 20px;*/
}

.time-chuchay {
    background: transparent;
    position: absolute;
    width: 80%;
    margin-top: -45px !important;
    margin-left: 12%;
}


.chuchay {
    height: 40px;
    padding: 10px 0;
    width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

    .chuchay p {
        display: inline-block;
        padding-left: 100%;
        animation: chuchay 40s linear infinite;
        color: #ea1111;
        font-weight: 700;
        font-size: 21px;
        text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    }

.chuchay p:hover {
  animation-play-state: paused; /* hover thì dừng */
}

@keyframes chuchay {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.chuchay .DNNContainer_noTitle .content {
    background: transparent !important;
}

.time-chuchay-inner {
    border-bottom: 1px #ae2e15 solid;
    min-height: 40px
}

.banner-deskop{
		position: relative;
		max-width: 1700px;
		margin: 0 auto;
	}
	.banner-r{
		position: absolute;
		right: 20px;
		top: 40px;
		max-width: 300px;
	}
	
/*------------------------------End Css chu chay---------------------------------*/
/*------------------------------- Tìm kiếm deskop -------------------------------*/
.search {
    position: relative;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    margin: 5px 0 5px 5px;
}

.search.small-screens.search-open .searchInputContainer input {
    padding: 0px 0px 0px 10px
}

.searchInputContainer {
    margin: 0px;
    display: block;
}

.searchInputContainer input {
    top: 0;
    right: 0;
    outline: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding-left: 10px;
    border: none;
    background: #fff;
    color: #000;
    padding-right: 30px;
    border: 1px solid #035fb5;border-radius: 5px;
}

.searchInputContainer input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px
}

.searchInputContainer input:-moz-placeholder {
    color: #000
}

.searchInputContainer input::-moz-placeholder {
    color: #000
}

.searchInputContainer input:-ms-input-placeholder {
    color: #000
}

.searchInputContainer a.dnnSearchBoxClearText {
    right: 45px !important
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    bottom: 2px
}

.SearchButton {
    background: url(images/search.png) center center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px;
    top: 0px;
    margin: 5px 6px 4px 5px;
}

#search-action {
    display: none;
    float: left;
    left: 10px;
    top: 3px;
}

.search-toggle-icon {
    right: 0;
    background: url(images/searchtop.png) #1f5f9e center center no-repeat;
}

/*----------------------------- End Tìm kiếm deskop ---------------------------*/

/*--------------------------------- Đăng nhập ----------------------------------*/
#login {
    float: left;
}

#login .loginGroup,
#login .loginGroup *,
#login .registerGroup,
#login .registerGroup * {
    /* display: block*/
}

#login .loginGroup,
#login .registerGroup {
    padding: 0;
    margin: 0
}

#login .loginGroup {
    float: left; margin-top:2px;
}

#login .registerGroup {
    float: left;
}

#login .loginGroup a,
#login .registerGroup a {
    position: relative;
    color: #fff;
    vertical-align: middle;
    line-height: 40px;
    font-weight: normal;
    padding: 5px 15px;
    text-transform: uppercase;
    /*background: url(images/bgrightmenu.png) 99% center no-repeat;*/
}

#login .loginGroup a:hover,
#login .registerGroup a:hover {
    color: yellow;
    text-decoration: none;
}

#login .loginGroup a strong,
#login .registerGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    text-indent: -9999px
}

#login .registerGroup li:first-child:hover {
    border-left: #222
}

#login .registerGroup .buttonGroup {
    /*margin-right: 0;*/
    margin: 0;
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: 0 0;
    display: none
}

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: #3b96b6;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333
}

#login .userNotifications strong {
    height: 100%;
    background: url(images/notification_icon.png) center center no-repeat
}

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat
}

#login .userMessages a,
#login .userNotifications a {
    padding: 0 18px;
    background: #dddddd;
    display: none
}

#login .userMessages a span,
#login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0;
    background-color: transparent;
    font-size: 16px
}

.LoginPanel {
    width: auto;
    padding-right: 0;
}

.dnnForm .dnnLoginService {
    padding: 10px;
}

.dnnFormItem .dnnPrimaryAction {
    color: white
}

.dnnLabel {
    width: 100%;
    padding: 0;
    text-align: left;
}

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
    min-width: 100%;
    width: 100%
}

.dnnFormItem>span.dnnFormLabel {
    margin: 0;
    width: 0;
}

.dnnPrimaryAction {
    margin: 8px 0 0;
}

.dnnFormItem>.dnnLabel {
    margin-top: 0;
}

.dnnActions {
    /*display: none;*/
}
.dnnLoginActions .dnnActions.dnnClear {
    display: none;
}
/*-------------------------- End Đăng nhập -------------------------*/

/*-------------------------- Top Header ---------------------------*/
#topHeader {
    background: #fff;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    /*min-width: 25px;
    min-height: 35px;
    background: #383838;*/
    padding: 0
}

/*-------------------------- End Top Header ---------------------------*/

/*-------------------------- Header ----------------------------------*/
header {
  background: #fffffe;
  position: relative;
}


.banner-deskop {
    /*background: url(images/banner-dk.png) no-repeat;
    position: relative;
    background-size: cover;
    height: 14.166884vw;
    background-position: left 0px center;*/
}

.banner-deskop .slidertop {
    display: none;
}

.banner-deskop .slidertop {
    position: absolute;
    right: 0;
    width: 310px;
}
.container {
  width: 100%;
}




@media (min-width:1200px) {
  /*.banner-deskop {

        background-size: inherit;
        height: 130px;
    }*/
  .container {
    max-width: 1170px !important;
  }
}
@media (min-width:1300px) {
  .container {
    max-width: 1240px !important;
  }
}
@media (min-width:1400px) {
  .container {
    max-width: 1340px !important;
  }
}
@media (min-width:1500px) {
  .container {
    max-width: 1490px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1700px !important;
  }
}
@media (min-width:768px) {
    .banner-deskop {
        /*height: 8.5vw;*/
    }

    .banner-deskop .slidertop {
        display: block;
    }
}

@media (min-width:992px) {
    /*.banner-deskop {
        background-position: left -15px center;
    }*/
}



@media (min-width: 768px) and (max-width: 991px) {
    .banner-deskop .slidertop {

        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .banner-deskop .slidertop {
        height: 8.5vw;
    }

    .banner-deskop .BannerSlide .swiper-slide-inner .sp-img img {
        height: 8.5vw !important;
        width: 100%;
    }
}

/*------------banner slider top--------------*/
#mainHeader-inner {
    position: relative;
    background: #FFF6BA;
    background: linear-gradient(90deg, rgba(255, 246, 186, 1) 0%, rgba(255, 249, 184, 1) 100%);
}
  #mainHeader-inner img {
    margin: 0 auto;
  }


.banner-deskop .BannerSlide .swiper-slide-inner .sp-img {
    background: transparent;
    height: 130px !important;
    padding-bottom: 0;
}

.banner-deskop .dnnDragHint {
    display: none !important;
}

.banner-deskop .BannerSlide .swiper-button-next,
.banner-deskop .swiper-button-prev {
    display: none;
}

.bannersukien .ModQTIImagev2NewC .swiper-slide-inner .sp-img {
    padding-bottom: 13.25% !important;
}

.QTI_Image_View .thuvienanh .qtiimg img {
    height: auto !important;
}

.BannerSlide .swiper-slide-inner .sp-img img {
    height: 130px;
}



/*------------e:banner slider top--------------*/

/* End google dịch */
#mainHeader-border {
    background: #8fb299;
    height: 5px
}

.banner a img {
    margin: 0 auto;
}

#logo {
    padding-left: 15px
}

/*-------------------------- End Header ----------------------------------*/

/*-------------------------- Nội dung main ----------------------------------*/
main {
    min-height: 350px;
}

.main-login {
    background: white
}

.content_pad {
    background: transparent;
    /*padding: 10px;*/
}

.content-main {
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .content-main>.row {
        display: flex;
        flex-direction: column;
    }

    .col-left {
        order: 2;
    }

    .col-right {
        order: 3;
    }

    .col-content {
        order: 1;

    }

}

/*----------------------------- End Nội dung main ----------------------------*/

/*------------------------------ Nội dung container -------------------------*/


.container-content {
    padding: 10px 15px 15px
}

.container {
    padding: 0 15px;
}

.subtle-line {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    width: 100%;
    background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    margin-bottom: 32px;
}

.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

/*----------------------------- End Nội dung container ---------------------------*/

/*----------------------------- Dnnpane ------------------------------*/
.DNNEmptyPane {
    display: none !important;
    width: auto !important
}

.EditBarEmptyPane {
    display: block !important;
}

.dnnModuleManager {
    padding: 5px !important
}

.paneOutline {
    border: 1px dashed #ccc
}

.dnnpane>[class*=col-md],
.dnnpane>[class^=col-md] {
    /* padding: 0 10px*/
}

/*----------------------------- End Dnnpane -----------------------------*/


/*-------------------------- NOI DUNG FOOTER ----------------------------------*/
.Footer-main {
    background: #fbfbfb;
}

footer .footer-above h2,
footer .footer-above p {
    color: #fff
}

footer .footer-below,
footer .terms-priv a:link,
footer .terms-priv a:visited {
    color: #d2d2d2;
    font-size: 12px
}


footer .footer-col {
    margin-bottom: 25px
}

footer {
    background: #e9f9ff;
}

.bot_left {
    padding: 0;
    margin: 0;
    background: url(images/bg-footer.png) no-repeat center center, #1B6CCB;
}

footer .footer-below {
    padding: 15px 0;
}

footer .copyright {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
}

footer .copyright p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

footer .copyright h4 {
    font-size: 16px;
    color: white;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

footer .terms-priv {
    float: right
}

footer .copyright,
footer .terms-priv {
    font-size: 16px;
    color: white;
}

footer .linefooter {
    border-bottom: 5px solid #f78f00
}

.copyright {
    line-height: 25px
}

footer .copyright a {
    color: #fff
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em
}

footer .links-list ul li a:active,
footer .links-list ul li a:link,
footer .links-list ul li a:visited {
    color: #fff
}

footer .links-list ul li a:hover {
    color: #f0f0f0
}

footer .links-list ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #383838;
    position: relative;
    bottom: 1px;
    padding-right: 9px
}

footer .link ul.list-inline {
    display: initial;
}

footer .link,
footer .link ul.list-inline a .fa {
    color: #fff
}

@media screen and (max-width: 767px) {

    footer .copyright {
        text-align: center
    }

    footer .link.text-right {
        text-align: center
    }
}

/*------------------------------------- END FOOTER ----------------------------------------*/

/*----------------------------------- Css HE THONG ----------------------------------------*/
.buttons-wrapper {
    text-align: center
}

a.cta-button-primary,
button.cta-button-primary {
    background: #7ca0c0;
    border: 1px solid #7ca0c0;
    color: #fff;
    transition: background-color 300ms ease-out 0s
}

a.cta-button,
a.cta-button-primary,
button.cta-button,
button.cta-button-primary {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px 5px 0;
    min-width: 200px;
    padding: 10px 0;
    -webkit-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s
}

a.cta-button-primary:hover,
button.cta-button-primary:hover {
    background: #91afca;
    border-color: #91afca
}

a.cta-button,
button.cta-button {
    background: 0 0;
    border: 1px solid #7ca0c0;
    color: #7ca0c0;
    transition: background-color 300ms ease-out 0s
}

a.cta-button:hover,
button.cta-button:hover {
    color: #fff;
    background: #7ca0c0;
    border-color: #91afca
}

.image-wrapper {
    position: relative
}

.image-wrapper img {
    display: block;
    max-width: 100%
}

.image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.grid,
.grid figure,
.grid figure img {
    position: relative
}

.image-wrapper .overlay h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 8%;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase
}

.content-intro {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px
}

.content-intro p {
    font-size: 22px
}

.grid {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

.grid figure {
    float: left;
    overflow: hidden;
    margin: 10px 0;
    max-height: 360px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
    width: 100%
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption .grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.hover-effect {
    background: #333
}

figure.hover-effect h2,
figure.hover-effect img {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

figure.hover-effect img {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.hover-effect h2 {
    font-size: 30px;
    color: #7ca0c0;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4)
}

figure.hover-effect h2>span {
    color: #fff;
    font-weight: 700
}

figure.hover-effect h2,
figure.hover-effect p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    text-align: center;
    width: 100%
}

figure.hover-effect p {
    text-transform: none;
    font-size: 24px;
    opacity: 0;
    padding: 15px;
    -moz-transition: opacity .35s, -webkit-transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

figure.hover-effect:hover h2,
figure.hover-effect:hover img {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

figure.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

/*--------------------------------- End Css hệ thống ---------------------------*/

/*-------------------------- breadcrumb Style ----------------------------------*/
#breadcrumb {
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

#breadcrumb a {
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    color: #626262
}

#breadcrumb a:first-child {
    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    font-weight: 400;
    color: #7b7d82;
    margin: 0
}

#breadcrumb img,
#breadcrumb span {
    margin-left: 10px
}

/*-------------------------- End breadcrumb style ----------------------------------*/

/*-------------------------- bs-callout Style ---------------------------*/
.bs-callout-primary {
    margin: 20px 0;
    border-left: 5px solid #337ab7;
    background-color: #dbe9f5;
}

.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
    margin-top: 0;
    color: #337ab7;
}

.bs-callout-primary p:last-child {
    margin-bottom: 0;
}

.bs-callout-primary .highlight,
.bs-callout-primary code {
    background-color: #fff;
}

.bs-callout-danger {
    margin: 20px 0;
    border-left: 5px solid #d9534f;
    background-color: #f4cecd;
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
    margin-top: 0;
    color: #d9534f;
}

.bs-callout-danger p:last-child {
    margin-bottom: 0;
}

.bs-callout-danger .highlight,
.bs-callout-danger code {
    background-color: #fff
}

.bs-callout-warning {
    margin: 20px 0;
    border-left: 5px solid #f0ad4e;
    background-color: #fceedb;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
    margin-top: 0;
    color: #f0ad4e
}

.bs-callout-warning p:last-child {
    margin-bottom: 0;
}

.bs-callout-warning .highlight,
.bs-callout-warning code {
    background-color: #fff
}

.bs-callout-info {
    margin: 20px 0;
    border-left: 5px solid #5bc0de;
    background-color: #daf1f8;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
    margin-top: 0;
    color: #5bc0de
}

.bs-callout-info p:last-child {
    margin-bottom: 0;
}

.bs-callout-info .highlight,
.bs-callout-info code {
    background-color: #fff;
}

.bs-callout-success {
    margin: 20px 0;
    border-left: 5px solid #5cb85c;
    background-color: #c7e6c7;
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
    margin-top: 0;
    color: #5cb85c;
}

.bs-callout-success p:last-child {
    margin-bottom: 0
}

.bs-callout-success .highlight,
.bs-callout-success code {
    background-color: #fff;
}

/*---------------------------------- End bs-callout style -------------------------------*/

/*--------------------------------- Content-block Style ---------------------------------*/

.content-block-news,
.content-block-reg {
    margin-bottom: 20px
}

.content-block-news .article-layout .item {
    display: block;
    float: left;
    position: relative;
}

.content-block-news .article-layout .item .item-image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
    background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
    background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%)
}

.content-block-news .article-layout .item .item-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.content-block-news .article-layout .item .item-image .item-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-image .item-header strong {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-image .item-header .item-meta {
    display: block;
    color: #fff;
    padding: 10px 0 17px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -40px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
    padding-right: 7px
}

.content-block-news .article-layout .item .item-image .item-header .item-meta span {
    display: block;
    color: #fff
}

.content-block-news .article-layout .item .item-image .item-header .item-category {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    left: 15px;
    position: absolute;
    right: 15px;
    text-transform: none;
    top: 15px
}

.content-block-news .article-layout .item .item-image .item-header .item-category span {
    border: 1px solid #fff;
    color: #000;
    font-size: 24px;
    display: inline-block;
    padding: 6px 10px 5px;
    line-height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-content {
    display: block;
    background: #f4f4f4;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #737373;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.content-block-news .article-layout .item .item-content .item-text {
    display: block;
    padding: 15px
}

.content-block-news .article-layout .item .item-content .item-footer-more {
    display: block;
    padding: 15px 0;
    margin: 0 15px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, .06);
    letter-spacing: .3px;
    color: #737373
}

.content-block-news .article-layout .item:hover .item-header .item-meta {
    bottom: 0;
    opacity: 1
}

.content-block-news .article-layout .item:hover .item-header .item-category span {
    background: #7ca0c0;
    border-color: transparent !important;
    color: #fff
}

.content-block-news .article-layout .item:hover .item-image img {
    opacity: 1
}

.content-block-news .article-layout .item:hover .item-image .item-header {
    background: rgba(81, 81, 81, .7)
}

.content-block-news .article-layout .item:hover .item-image .item-header strong {
    bottom: 50px
}

.content-block-news .article-layout .item:hover .item-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .03)
}

.content-block-news .article-layout .item:hover .item-content .item-footer-more {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 1px
}

.content-block-news .item a:hover .item-content {
    background: rgba(37, 38, 41, .8)
}

.content-block-news .article-layout:after {
    display: block;
    clear: both;
    content: ''
}

.contact-form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    height: 50px;
    padding: 12px 15px 15px
}

.contact-form::-webkit-input-placeholder {
    color: #000
}

.contact-form:-moz-placeholder {
    color: #000
}

.contact-form::-moz-placeholder {
    color: #000
}

.contact-form:-ms-input-placeholder {
    color: #000
}

/*--------------------------------- End Content-block Style ---------------------------------*/

/*--------------------------------- latest-articles Style ------------------------------------*/
.latest-articles {
    display: block
}

.latest-articles .item {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.latest-articles .item-header {
    display: block;
    float: left;
    width: 60px
}

.latest-articles .item-header a {
    position: relative;
    display: block
}

.latest-articles .item-header span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.latest-articles .item-header img {
    border: 2px solid #fff
}

.latest-articles .item-content {
    display: block;
    margin-left: 85px
}

.latest-articles .item-content p {
    font-size: 15px;
    margin-bottom: 15px
}

.latest-articles .item-content>strong {
    display: block;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 5px
}

.latest-articles .item-content a {
    color: #d3d3d3;
    font-weight: 700;
    font-size: 16px
}

.latest-articles .publish-date {
    color: #d3d3d3;
    font-weight: 400
}

.latest-articles .publish-date span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

/*------------------------------- end latest-articles Style --------------------------------*/

/* ----------------------------------- MENU DOC -------------------------------*/

.bg-success {
    background: #035FB5;
}
.navbar-default.bg-success {
    background: #B91C1C;
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}

.nav li {
    list-style: none !important;
}

.navbar .brand {
    float: left;
    padding: 0 !important;
    max-width: 120px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background: transparent
}

.nav>li>a {
    padding: 8px 10px
}

.navbar {
    min-height: auto;
}
/*
#navbar {
    background: #b81810;
}
*/
#dnnMenu .topLevel ul li a,
#dnnMenu .topLevel ul li a span {
    font-weight: bold;
    text-transform: none;
    white-space: pre-wrap;
}

#dnnMenu .topLevel li.active a,
#dnnMenu .topLevel>li.active>a:focus,
    {
    font-weight: bold;
}

#dnnMenu ul li.active>a {
    color: #f00
}

#dnnMenu .topLevel li a,
#dnnMenu .topLevel li a span {
    font-weight: 700;font-size:18px;
    text-transform: uppercase;
}

#dnnMenu .topLevel li a, #login .loginGroup a, #login .registerGroup a {padding: 12px 18px;font-size: 18px;font-weight:700}

#dnnMenu .topLevel>.active.open>a,
#dnnMenu .topLevel>.active.open>a:hover,
#dnnMenu .topLevel>.active.open>a:focus {
    background-color: transparent;
}

#dnnMenu .topLevel>li.active>a {
    color: yellow
}

#dnnMenu .topLevel li.active {
    /*border-bottom: 2px solid #ffd800*/
}

#dnnMenu .dropdown-menu li a,
#dnnMenu .dropdown-menu li a span {
    text-transform: none;
}

#dnnMenu .dropdown-menu {
    background: #ffffff;
    min-width: 21em !important;
    max-width: 25em !important;
    border: none;
}

#dnnMenu .dropdown-menu li {
    padding: 0;
}

#dnnMenu .dropdown-menu li a {
    padding: 5px 20px;
}

#dnnMenu .dropdown-menu li:hover {
    background: transparent;
    transition: width 2s
}

#dnnMenu .dropdown-menu li a:hover {
    color: #b81810;
    font-weight: normal;
}

#dnnMenu .topLevel li .caret{margin-left:0} 

#dnnMenu .dropdown-menu li.active a {
    color: #b81810;
}

@media screen and (min-width:768px) {
    #dnnMenu .dropdown-menu.subLevelRight {
        margin-top: -30px !important;
    }
}

.chuyenmucnav li {
    width: 48%;
    float: left;
    margin: 10px;
    background: url(Images/arrow.png) no-repeat 0px 5px;
    padding-left: 15px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin-right: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
}

@media screen and (min-width:768px) {

    .nav:before,
    .nav:after {
        display: none;
    }

    #dnnMenu .topLevel>li>a {
        color: #fff;
    }

    .dropdown-menu>li>a {
        color: #222222
    }

    #dnnMenu .topLevel>li>a:hover,
    #dnnMenu .topLevel>li.active>a:hover {
        color: yellow;
    }

    .navbar-nav>li>a {
        padding: 10px 10px;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #f00;
        background-color: transparent;
    }

    #dnnMenu .dropdown-menu::after {
        display: none
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }

    ul.navbar-nav {
        margin: 0;
        padding: 0;
    }

    ul.navbar-nav li a {
        display: block;
        overflow: auto;
        /*color: #ae2e15;*/
        text-decoration: none;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {

    /*menu moblie chạy từ trái qua*/
    ul.navbar-nav {
        border-top: 1px solid #cbdefd;
        margin-top: 45px;
        margin-bottom: 0
    }

    .navbar-collapse.in {
        height: 100vh !important;
        background: #fafff6;
        width: 340px;
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        transition: all 0.5s;
    }

    #navbar {
        background: #fffcf3;
        height: 100vh !important;
        width: 340px;
        position: fixed;
        top: 0;
        left: -340px;
        transition: all 0.5s;
        z-index: 999;
    }

    ul.navbar-nav {
        border-top: 1px solid #f3eace;
        margin: 50px 0px 0;
    }

    .navbar-toggle {
        padding: 8px;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        background: transparent;
    }

    /*end css đăng nhập*/
    #dnnMenu .topLevel li a,
    #dnnMenu .topLevel li a span {
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

    #dnnMenu .dropdown-menu li a {
        padding: 5px 10px 5px 15px;
    }

    #dnnMenu .dropdown-menu {
        margin-left: 15px;
        background: transparent;
    }

    #dnnMenu .topLevel li a span {
        padding: 0;
        font-size: 16px;
    }

    #dnnMenu ul li.active>a span,
    #dnnMenu .topLevel>li>a:hover span,
    #dnnMenu .topLevel ul li a:hover,
    #dnnMenu .topLevel ul li:hover>a,
    #dnnMenu .topLevel li.active a,
    #dnnMenu .topLevel li.active>a span {
        font-weight: bold;
        color: #d93008;
    }

    #dnnMenu .topLevel .dropdown.open a span {

        font-weight: bold;
    }

    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #333;
    }

    #dnnMenu .dropdown-menu li.active a:hover,
    #dnnMenu .dropdown-menu li.active>a {
        color: #c70000
    }

    #dnnMenu .topLevel .dropdown-menu.subLevel a:hover span {
        color: #c70000
    }

    #dnnMenu li {
        float: left;
    }

    /*end menu chay từ trái qua*/

    #dnnMenu .topLevel li a:hover {
        background: transparent;
    }

    #dnnMenu .dropdown-menu.subLevel li.active a span {
        color: #d40207;
    }

    #dnnMenu .topLevel li a span {
        line-height: 30px;
    }

    #dnnMenu .topLevel li {
        border-top: none;
        background: #fffcf3;
    }

    #dnnMenu .dropdown-menu.subLevel li {
        /*background: #33608c;*/
        border-bottom: none;
        background: transparent;
    }

    .navigation button.navbar-toggle,
    #navbar button.navbar-toggle {
        background: rgb(243 105 40);
        padding: 4px 8px;
        color: #fff;
    }

    #navbar button.navbar-toggle {
        margin: 10px;
    }

    .main-navigation {
        height: auto;
        width: 100%
    }

    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }

    a.mobile-nav-btn:hover {
        text-decoration: none
    }

    #navbar-top-wrapper {
        clear: both;
        position: relative
    }

    /*login*/
    #login .loginGroup a,
    #login .registerGroup a {
        text-transform: uppercase;
        font-weight: bold;
        color: #333
    }

    #login .loginGroup a:after,
    #login .registerGroup a:after {
        display: none
    }

    #login .loginGroup a #login .registerGroup a {
        content: "";
        display: block;
        background: url(Images/buletmenu.png) no-repeat 7px 15px;
        width: 20px;
        height: 30px;
        float: left;
        margin: 2px 10px 0 0;
    }

    #login .loginGroup a,
    #login .registerGroup a {
        padding: 0 10px;
    }

    #login .registerGroup a:hover,
    #login .loginGroup a:hover {
        color: #d93008;
        background: transparent;
    }

    #login .loginGroup {
        float: initial;
    }

    

    /*end login*/
}
.footer-img #login .loginGroup a {
    text-transform: none;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    background: #00000029;
    border-radius: 5px;
}

.Main_TinmoiDocnhieu.news-tintab .nav>li>a {
    color: #b80000 !important;
    padding: 0 10px !important;
}

.Main_TinmoiDocnhieu.news-tintab ul.nav.nav-tabs {
    background: #fcefce;
}

.Main_TinmoiDocnhieu.news-tintab.Main_TinmoiDocnhieu.news-tintab .tab-content {
    border-top: none !important;
}

.Main_TinmoiDocnhieu.news-tintab .nav>li>a:focus,
.Main_TinmoiDocnhieu.news-tintab .nav>li>a:hover {
    border: none;
    background: #b80000 !important;
    color: yellow !important;
}

.Main_TinmoiDocnhieu.news-tintab .nav>li.active>a,
.Main_TinmoiDocnhieu.news-tintab .nav>li>a:focus {
    background: #b80000 !important;
    color: yellow !important;
}

/* ----------------------------- END MENU DOC -----------------------------*/
/*------------------------------------- Moblie --------------------------------------*/


/*---------------------------------MENU NGANG----------------------------------------*/
@media only screen and (max-width: 767px) {
    .navbar-header {
        position: relative;
        height: 30px;
        line-height: 30px;
    }

    .slidertop {
        display: none;
    }

    .navbar-header .button-left {
        position: absolute;
        left: 0;
        color: white;
    }

    .navbar-header .button-right {
        position: absolute;
        right: 0;
        color: white;
    }

    ul.navi {
        border-top: 1px solid #cbdefd;
        margin-top: 45px;
        margin-bottom: 0
    }

    /*tìm kiếm moblie*/
    #search-top {
        clear: both;
        width: 100%;
        background: #e90000;
        padding: 0;
        margin: 0;
        height: 0;
        overflow: hidden;
        transition: all .1s ease-in-out
    }

    #search-top.active {
        height: auto;
        padding: 15px 0;
        overflow: visible;
    }

    #search-top span {
        display: inline !important
    }

    #search-top input {
        vertical-align: middle;
        background: #fff;
        border: none;
        font-size: 16px;
        height: 35px;
        margin: 0 0px 0 15px;
        width: 70%;
    }

    #search-top a.SearchButton {
        vertical-align: middle;
        background: url(images/search-moblie.png) center center no-repeat #ff4700;
        height: 35px;
        position: relative;
        display: inline-block;
        text-indent: -9999px;
        width: 35px;
        top: 0;
        margin: 0
    }

    #search-action {
        background: url(images/search-moblie.png) center center no-repeat;
        display: block;
        width: 35px;
        left: 10px;
        top: 0px;
        /*padding: 20px;*/
        padding: 15px 10px 15px 15px;
    }

    .searchInputContainer {
        margin: 0 -6px 0 0;
    }

    .sidebar-nav .navbar ul {
        float: none !important;
        display: block !important;
    }

    .sidebar-nav .navbar li {
        float: none !important;
        display: block !important;
    }

    .sidebar-nav .navbar li a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .mobile_menu {
        display: block;
        float: left;
        padding: 5px;
    }

    .bannercolum img {
        width: 100% !important;
        height: auto !important;
    }

    .bot_left {
        background-size: cover;
    }

    .fb_iframe_widget {
        width: 100%;
        overflow-x: scroll;
    }

}

@media screen and (min-width: 768px) {
    .navigation.collapse {
        display: initial;
    }
}

@media only screen and (max-width: 500px) {
    ul.searchSkinObjectPreview {
        width: auto;
        min-width: 240px;
    }
}

@media only screen and (max-width: 350px) {
    ul.searchSkinObjectPreview {
        right: -30px;
    }
}

.navigation li a.active,
.navigation ul li ul li a:hover {
    color: #d93008;
}

@media screen and (min-width: 768px) {
    .navigation ul li ul li {
        float: none;
        min-width: 200px;
        height: 30px;
        line-height: 30px;
        display: block;
        margin: 0;
        position: relative;
    }

    .navigation ul li ul li ul {
        position: absolute;
        visibility: hidden;
        margin-left: 100%;
        min-width: 220px;
        display: none;
    }

    .navigation ul li:hover ul {
        position: absolute;
        visibility: visible;
        box-shadow: 0px 3px 3px -3px #000;
    }

    ul.sub-menu li a {
        color: red;
    }

    .navigation ul li ul li a {
        position: absolute;
        margin: 0;
        padding: 0 8px 0 8px;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

    .navigation li a.active,
    .navigation ul li ul li a:hover {
        color: yellow;
        background: #fa7000;
    }

    .navigation ul li {
        position: relative;
        display: block;
        float: left;
    }

    .navigation ul ul li:hover ul {
        position: absolute;
        visibility: visible;
        display: block;
    }

    .navigation ul li ul li ul li ul {
        display: none !important;
    }

    .navigation ul li ul li ul li:hover ul {
        display: block !important;
    }

    .navigation ul li li:hover ul {
        position: absolute;
        visibility: visible;
    }

}
/*---Thong bao --*/
.DNNContainer_Kieu1TB .Content-Kieu1TB a{background: url(Images/listtb.png) no-repeat 0 0;
    background-size: 16px;
    padding-left: 20px;}

.DNNContainer_Kieu1TB .header, .DNNContainer_Kieu1TB .Content-Kieu1TB{background: #b81810!important;}
.DNNContainer_KieuL .Content-KieuL{border-color:#035fb5!important}

/*--------------------------------------E:  MENU NGANG ------------------------------------*/

/*----------------------------------TIN TIEU DIEM - TIN MOI-------------------------------*/
@media screen and (min-width: 768px) {

    .tieudiem {
        margin-bottom: 0px;
    }
}

@media screen and (min-width:768px) {
    .tieudiem-tinmoi {
        display: flex;
        flex-direction: row;
    }

    .tieudiem-tinmoi .tieudiem {
        order: 1;
    }

    .tieudiem-tinmoi .tinmoi {
        order: 2;
    }
}

.tieudiem .DNNContainer_Chinhphudientu .heading_wrapper {
    width: 33%;
    float: right;
}
    .tieudiem .DNNContainer_Chinhphudientu .heading_wrapper .header {
        background: #F5F5F5;
        border-left: solid 3px #f20d0d;
    }
.tieudiem .DNNContainer_Chinhphudientu .title h2 {
    text-align: left;
    padding-left: 14px;
}
    .tieudiem .DNNContainer_Chinhphudientu .title h2 span, .DNNContainer_Chinhphudientu .title h2 a {
        color: #F20D0D;
        font-size: 20px !important;
    }
.tieudiem .DNNContainer_Chinhphudientu .Content-Chinhphudientu {
    padding: 0 10px 10px 0;
    border: 0;
}
.tieudiem .kieu3 .swiper-slide-inner h2.tieudetin a {
    color: #F20D0D;
}
.kieu3 ul.tieudiemlist li {
    margin: 0;
    background: url(Images/arrow.png) no-repeat 0 15px;
    padding-left: 15px;
}
.kieu3 h2.tieudetintieudiemlist {
    margin: 0;
}
.kieu3 ul.tieudiemlist li a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
    .kieu3 ul.tieudiemlist li a:hover {
         color: #F20D0D;
    }

    #slide-tieudiem .swiper-slide-inner .sp-img {
        background: #fff !important
    }
.tieudiem #slide-tieudiem .swiper-slide-inner .sp-img {
    padding-bottom: 59% !important;
}
#slide-tieudiem .swiper-slide-inner .sp-img h2.tieudetin{min-height:60px!important;background: #004195e0 !important;}
#slide-tieudiem .swiper-slide-inner .sp-img h2.tieudetin a{font-size: 18px!important;line-height: 24px!important;color: #ffff00!important;}
.DNNContainer_KieuGon .title h2 a{font-size:20px!important;color: #b81810!important;}

.DNNContainer_KieuL .Content-KieuL{border-color:#b81810}
.QTItinmoi_img ul li {
    display: flex;padding: 10px 0px;list-style-type: none !important;
    text-align: justify;
}
.QTItinmoi_img ul li:first-child {
    padding-top: 0px;
}
.QTItinmoi_img .dt-news-post-img {
    margin-right: 10px;
    width: 40%;
}
.QTItinmoi_img .dt-news-post-img .anhtinmoi {
    border: 1px solid #dbdbdb;
    padding: 2px;
}
.QTItinmoi_img .anhtinmoi-inner {
    position: relative;
    padding-bottom: 56.25%;
}
.QTItinmoi_img .anhtinmoi-inner img {
    position: absolute;
    object-fit: fill;
    width: 100%;
    height: 100% !important;
    background: #dbdbdb;
}
.QTItinmoi_img ul li a {
    width: 55%;
    line-height: 18px;
}

.borderbottomfooter {
    width: 100%;
    height: 4px;
    border-top: 2px solid #0050ac;
}

.L2 .Content-Kieu2 {
    padding: 4px !important;
}

.QTI_tinthuong .tinkhac span.ngaynguoiluot {
    /*display: none;*/
}

.DNNContainer_noTitle .content {
    background: transparent !important;
}

.QTI_tinthuong .tin-img-inner img{background:#fff!important}
.QTI_tinthuong .tin-img{padding:2px!important}
.tintichhop{
height: 400px;
    position: relative;
    overflow: hidden;
}
.tintichhop .tin-item{display:flex; align-items: center;}
.tintichhop .tin-img{padding:2px!important}
.tintichhop .dt-news-post-img{display: flex;width:auto!important}
.tintichhop .tin-img-inner{width: 100px;}
.QTI_tinthuong .tinchinh .title{line-height:22px!important}

@media screen and (max-width: 769px) {
    .tieudiem .DNNContainer_Chinhphudientu .heading_wrapper {
        width: 98%;
        float: none;
    }
}
    /*---banner-right----*/
    .banner-right a img {
        width: 100% !important;
        height: auto !important
    }

    /*---e:banner-right----*/
    .DNNContainer_KieuR .heading_wrapper .title-r img, .DNNContainer_KieuR .heading_wrapper svg {
        display: none;
    }

    .DNNContainer_KieuR .heading_wrapper .title-r {
        background: #F5F5F5 !important;
        border-left: solid 3px #f20d0d;
        height: 40px;
        width: 100%;
    }

    .DNNContainer_KieuR .title-inner h2 {
        padding: 0 15px;
    }

        .DNNContainer_KieuR .title-inner h2 span, .DNNContainer_KieuR .title-inner h2 span a {
            color: #f20d0d !important;
            font-size: 20px !important;
            line-height: 40px !important;
        }

    .r1 .DNNContainer_KieuR .Content-KieuR {
        border: none !important;
        margin-top: 0;
        padding-bottom: 0;
    }

    .DNNContainer_KieuR .Content-KieuR {
        border: solid 1px #dbdbdb !important;
        margin-top: 0 !important;
        position: relative;
        overflow: hidden;
        padding-bottom: 12px;
    }

    .tinmoi .button-set {
        margin-top: 0 !important;
    }

    .tinmoi-container.tinmoi {
        padding-top: 5px
    }

    .Main_Tinmoi .tab-content {
        max-height: 485px !important
    }

    .Main_Tinmoi ul {
        padding: 0;
        margin: 0;
    }

        .Main_Tinmoi ul li {
            overflow: hidden;
            padding: 10px 0px 10px 15px !important;
            background: url(Images/arrow.png) no-repeat 0 15px;
        }

            .Main_Tinmoi ul li:before {
                display: none !important;
            }

    .searchbox.DNNContainer_KieuR .Content-KieuR {
        border: solid 1px #f5f5f5 !important;
        margin-top: 0;
        background: #f5f5f5;
        padding: 10px 15px;
    }

    .searchbox .search {
        width: 75%
    }

    .searchbox .searchInputContainer input {
        border-color: #bbbbbb;
    }

    .seach-vb {
        padding: 3px 8px 0;
    }

    a.search-link {
        background: url(Images/arrow.png) no-repeat center right;
        padding-right: 17px;
    }
    /*---tin hoat dong----*/
    .DnnModule-CMS14_TinTuc_SanPham_SP .swiper-container h2.tinchay-tieude {
        -webkit-line-clamp: 3 !important;
    }

    .swiper-slide-inner.tintuc-chuyendoiso p i,
    .swiper-slide-inner.tintuc-chuyendoiso span {
        font-size: 12px !important;
    }

    /*---e: tin hoat dong----*/
    /*---thong ke----*/
    .QTI_thongke .tieudetongsofull {
        display: none
    }

    /*---e:thong ke----*/

    /*---van ban----*/
    .view_vbnews a.trichyeu {
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 4;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .detail_vb .normal {
        line-height: 22px;
    }
    /*---e: van ban----*/
    /*---tieu diem----*/
    .DNNContainer_Kieu1TD .heading_wrapper {
        display: none
    }


    #slide-tieudiem {
        border: 1px solid #dbdbdb;
        /*padding: 10px;*/
        background: white;
    }

    /*---e: tieu diem----*/
    /*---tin moi - doc nhieu----*/
    .Main_TinmoiDocnhieu.news-tintab.Main_TinmoiDocnhieu.news-tintab .tab-content {
        /*padding: 10px !important;*/
    }

    /*---e: tin moi - doc nhieu----*/

    /*---lien ket web----*/
    .QTI_HienthiLink select {
        margin: 0px 3%;
    }

    /*---e: lien ket web----*/
    .cke_contents {
        height: 500px !important;
    }

    /*menu ngang trang chu*/

    #dnnMenu .topLevel > li:first-child a {
        /*visibility: hidden;*/
        text-align: center
    }

    #dnnMenu .topLevel > li.active:first-child a {
        /*color: #000;*/
    }

    @media screen and (max-width: 767px) {
        #dnnMenu .topLevel > li:first-child a:after {
            font-weight: normal;
            padding: 10px 5px;
        }
    }

    #dnnMenu .topLevel > li:first-child a:after {
        /*text-align: left;
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    display: inline-block;
    content: '\f015';
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    text-indent: 10px;
    color: #006338;*/
    }

    #dnnMenu .topLevel > li.active:first-child a:after,
    #dnnMenu .topLevel > li:first-child a:hover:after {
        color: #ad4b1d;
    }

    @media screen and (max-width:767px) {
        #dnnMenu .topLevel > li:first-child a:after {
            color: #1B6CCB !important;
            padding: 10px 5px !important
        }
    }

    @media screen and (min-width: 768px) {
        /*#dnnMenu .topLevel>li:first-child a:after {
        text-align: left;
        font-family: FontAwesome;
        position: absolute;
        font-size: 30px;
        display: inline-block;
        content: '\f015';
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 10px 10px 0;
        width: 100%;
        text-indent: 0;
        color: #fff;
    }*/

        #dnnMenu .topLevel > li.active:first-child a:after,
        #dnnMenu .topLevel > li:first-child a:hover:after {
            color: yellow;
        }
    }

    /*-------e: menu ngang trang chu------*/
    /*.slidertop .sp-img img {
  width: 310px !important;
  height: 130px !important;
}*/
    .slidertop .RadButton.RadButton_Default.rbSkinnedButton {
        position: absolute;
        top: 2px;
        z-index: 10;
    }

    li#dnn_ctr570_Login_Login_DNN_liPassword {
        display: none;
    }

    .footertop {
        width: 100%;
        min-height: 60px;
        background: #FFEFD2;
    }

    .bannersukien .BannerSlide .swiper-slide-inner .sp-img {
        padding-bottom: 11.8%;
    }

    .menufooter {
        text-align: center;
        background: #b81810;
        display: block;
        width: 100%;
        min-height: 38px;
    }

        .menufooter a {
            color: #fff;
            padding: 0px 10px;
            line-height: 38px;
            text-transform: uppercase;
        }

    div.DNNModuleContent p img {
        height: auto !important;
    }

    .align-items-center {
        align-items: center;
    }

    .d-flex {
        display: flex;
    }

    .banner-hhv {
        position: relative;
    }

    .box-tool-banner {
        width: 100%;
        margin-top: 10px;
        align-items: center;
        z-index: 10;
        bottom: 0px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .banner-hhv .box-tool-banner-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        padding: 0px;
        width: 18%;
        height: 70px;
        flex: none;
        order: 0;
    }

        .banner-hhv .box-tool-banner-item img {
            height: 75px;
            width: 100%;
        }

    .banner-hhv .box-svg-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border: 1px solid #fff;
        background-color: #035fb5;
        border-radius: 50%;
    }

    .box-tool-banner-item p {
        margin: 0;
        color: #fff;
        font-size: clamp(16px, 2vw, 14px);
        font-weight: 700;
        line-height: 22.4px;
        text-transform: uppercase;
    }

    .box-tool-banner-item:hover p {
        cursor: pointer;
        color: #F6DD01;
    }

    #dnn_slider .mb-15 {
        margin-bottom: 0;
    }

    /*---danh muc --*/

    .tonghopnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 5px;
    }

    .tonghopnav li a {
        display: flex;
        align-items: center;
        height: 100%;
        gap: 8px;
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #035fb5;
        background: #fffee4;
        font-weight: 600;
    }

    .tonghopnav img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #035fb5;
        border-radius: 50%;
        padding: 7px;
    }

    .tonghopnav .breadcrumb {
        padding: 0;
        margin-bottom: 0
    }

    .DNNContainer_KieuGon .title h2:before {
        background: transparent !important
    }

    .DNNContainer_KieuGon.SpacingBottom .title h2 {
        background: #fff url(Images/iconnews.png) no-repeat 10px center !important;
        background-size: 28px !important;
        border-color: #b81810 !important
    }

    .DNNContainer_KieuGon .heading_wrapper {
        border-color: #b81810 !important
    }

    .DNNContainer_KieuGon .Content-KieuGon {
        min-height: 415px;
    }

    .DNNContainer_KieuGon .tinchinh {
        max-height: 220px;
        overflow: hidden;
    }

    .DNNContainer_KieuGon p.gioithieu {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .DNNContainer_KieuGon .news-k1 .tinkhac ul.listtinkhac li a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .DNNContainer_Chinhphudientu .heading_wrapper .header {
        background-color: #b81810;
        height: 40px !important
    }

    .DNNContainer_Chinhphudientu .title h2 {
        line-height: 40px !important;
    }

        .DNNContainer_Chinhphudientu .title h2 span, .DNNContainer_Chinhphudientu .title h2 a {
            font-size: 16px !important
        }

    /*--slide home--*/
    .BannerSlide .swiper-container .swiper-button-next, .BannerSlide .swiper-container .swiper-button-prev {
        top: 43% !important
    }

    .BannerSlide .swiper-container .swiper-slide-inner .sp-img {
        background: transparent;
        padding-bottom: 15%;
    }
    /*--tin chinh --*/
    .tin-2col .DNNContainer_Kieu1-img .Content-Kieu1-img {
        border: none;
        padding: 15px 0;
    }

    .tin-2col .DNNContainer_Kieu1-img .header {
        background: url(Images/logochuyenmuc.gif) no-repeat 4px 6px;
        border-bottom: solid 2px #f20d0d;
        height: 36px;
    }

    .tin-2col .DNNContainer_Kieu1-img .title h2 {
        line-height: 28px;
        text-indent: 50px;
    }

        .tin-2col .DNNContainer_Kieu1-img .title h2 span, .tin-2col .DNNContainer_Kieu1-img .title h2 a {
            color: #f20d0d;
            font-size: 20px;
        }

    .QTI_tinthuong.news-k8 .tin-img {
        border: none;
        padding: 0;
    }

    .QTI_tinthuong.news-k8 .tin-img-inner img {
        border-radius: 3px;
    }

    .QTI_tinthuong.news-k8 .tinchinh {
        display: flex;
    }

        .QTI_tinthuong.news-k8 .tinchinh .dt-news-post-img {
            margin-right: 10px;
            width: calc(100% / 12 * 6);
        }

    .QTI_tinthuong.news-k8 .noidung {
        display: inline;
        width: calc(100% / 12 * 6);
    }

    .QTI_tinthuong.news-k8 .tinchinh .title, .QTI_tinthuong.news-k8 .tinchinh .title a {
        font-size: 17px;
    }

.QTI_tinthuong.news-k8 .tinchinh .gioithieu {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .QTI_tinthuong.news-k8 .tinkhac {
        margin-bottom: 0;
        margin-top: 12px;
        border-top: dotted 1px #ccc;
        padding-top: 12px;
    }

        .QTI_tinthuong.news-k8 .tinkhac a.tieudetinkhac {
            font-size: 15px !important;
            line-height: 20px;
            font-weight: 500;
        }

    /*----footer da nang ---*/
    .footer-img {
        width: 100%;
        background-image: url(Images/footer-background.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .footer-navigation {
        color: white;
        padding: 10px;
        gap: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
    }

    a.footer-navigation-detail {
        padding: 20px;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
    }

    .footer-navigation:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 40%;
        height: 1px;
        background-color: #EBEBEB;
        opacity: 20%;
    }

    .footer-container-info {
        padding: 30px 0 20px;
        display: block;
        position: relative;
        overflow: hidden;
        color: #fff;
    }

    .footer-img .DN-logo {
        width: 100px;
    }

    .footer-info-detail-1, .footer-info-detail-2 {
        display: flex;
        flex-direction: column;
    }

    .footer-info-detail-2 {
        border-left: solid 1px #FFFFFF33;
        padding-left: 30px;
    }

    .footer-img img.download-logo {
        width: 150px;
    }

    .footer-img .color-white, .footer-img a.text-white {
        color: #fff;
    }

    @media only screen and (max-width: 992px) {
        .box-tool-banner {
            position: relative;
        }
    }

    @media only screen and (max-width: 767px) {
        .box-tool-banner {
            position: relative;
            justify-content: space-around;
            padding: 0;
            bottom: 0;
        }

        .banner-hhv .box-tool-banner-item {
            display: flex;
            flex-direction: column !important;
            flex: none;
            order: 0;
            background: #E0E0E04D !important;
            padding: 6px 3px !important;
        }

        .box-tool-banner-item {
            margin: 0;
            width: calc(100% / 4.1) !important;
            min-height: 127px;
        }

            .box-tool-banner-item p {
                font-weight: 500 !important;
                line-height: 19.6px !important;
                text-align: center;
                font-size: 14px !important;
                color: #283EAB !important;
                text-transform: none !important;
            }

        .DNNContainer_KieuGon .tinchinh {
            max-height: auto
        }
        .tin-2col .DNNContainer_Kieu1-img .title h2 span, .tin-2col .DNNContainer_Kieu1-img .title h2 a{font-size:16px;}

        .tintichhop, .vbdh {
            height: auto;
            min-height: 350px
        }

        .footer-info-detail-2 {
            border: none;
            padding-left: 10px
        }
    }