@font-face {
    font-family: "gilroy";
    src: url("fonts/svn-gilroy_light.woff2") format("woff2"), url("fonts/SVNGilroy-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "gilroy-bold";
    src: url("fonts/svn-gilroy_bold.woff2") format("woff2"), url("fonts/SVNGilroy-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "gilroy-black";
    src: url("fonts/svn-gilroy_black.woff2") format("woff2"), url("fonts/svn-gilroy_black.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "gilroy-semibold";
    src: url("fonts/svn-gilroy_semibold.woff2") format("woff2"), url("fonts/svn-gilroy_semibold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "gilroy-healvy";
    src: url("fonts/svn-gilroy_heavy.woff2") format("woff2"), url("fonts/svn-gilroy_heavy.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "gilroy-medium";
    src: url("fonts/svn-gilroy_medium.woff2") format("woff2"), url("fonts/svn-gilroy_medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "gilroy-xbold";
    src: url("fonts/svn-gilroy-XBold.woff2") format("woff2"), url("fonts/svn-gilroy-XBold.otf") format("opentype");
    font-display: swap;
}
.container {max-width: 1170px;}
a:hover {text-decoration: none;color:#0056b3;}
body {
    font-family: gilroy, Helvetica, sans-serif;
    /*background: url("/Content/new/imgs/background.jpg") no-repeat fixed #FFFFFF;*/
    background-size: cover;
    font-size: 14px;
    color: #FFFFFF;
}
.table td, .table th {padding:0.75rem 0.55rem}
b {
    font-family: gilroy-bold;
}

.text-bold {
    font-family: gilroy-bold;
}

.fontxbold {
    font-family: gilroy-xbold;
}

.fontmedium {
    font-family: gilroy-medium;
}
.fontsemibold {
	font-family: gilroy-semibold;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
}

.boxstyle1 {
    border-radius: 8px;
    background: #041e42;
    padding: 15px 20px;
}

.boxstyle1 .title1 {
    color: #fff;
    font-size: 14px;
    font-family: gilroy-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    display: block;
    white-space: nowrap;
}

.boxstyle1 .datetime {
    color: #748aa1;
    font-size: 13px;
}

.boxstyle1 .progress {
    height: 4px;
    overflow: visible;
    position: relative;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}

.boxstyle1 .progress-bar {
    height: 6px;
    position: absolute;
    top: -1px;
    border-radius: 3px;
    background: #33d0ed;
}

.color1 {
    color: #b4c0ce;
}

.color2 {
	color: #FFFFFF;
    font-family: gilroy-bold;
}

.color3 {
    color: #4f6989;
}

.color4 {
    color: #8296AE !important;
}

.color5 {
    color: rgba(0, 0, 0, 0.88)
}

a.color2:hover {
    color: #eb2429;
}

.pa-10 {
    padding: 6rem;
}

.mt-10 {
    margin-top: 6rem;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

.row-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.row-10>* {
    padding-left: 5px;
    padding-right: 5px;
}

.social-part .fa {
    padding-right: 20px;
}

.menutop-toggler {
    display: none;
}

.menutop-toggler img {
    width: 40px;
    opacity: 0.8;
}

.menutop {
    background: #FFFFFF;
    border-bottom: 1pt solid #1d426d;
    position: relative;
    z-index: 999;
    padding: 0px;
}

.menutop .menu-top-left a {
    padding: 10px;
}

.menutop .nav-link {
    color: #3a3a3a !important;
    font-weight: 600;
    font-size: 15px;
    font-family: gilroy-bold;
    padding: 1rem 2rem;
}

.menutop .btn-mobile {
    display: none;
}

.color-white {
    color: #fff;
}

.menutop .container {
    position: relative;
}

.mainlogo {
    margin-right: 20px;
}

.colleftlogin .text0 {
    font-size: 70px;
    font-family: gilroy-healvy;
    display: block;
    text-transform: uppercase;
    text-align: right;
    line-height: 63px;
    -webkit-text-stroke: 1px #eb2429;
    color: transparent;
    margin-bottom: 30px;
}

.colleftlogin .text1 {
    font-size: 70px;
    font-family: gilroy-black;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: right;
    line-height: 72px;
}

.colleftlogin .text2,
footer .text2 {
    font-size: 25px;
    text-align: right;
    color: #fff;
    display: block;
    font-family: gilroy-bold;
    line-height: 22px;
}

.boxlienhe {
    padding: 50px 80px;
}

.colleftlogin {
    float: left;
    width: 40%;
    display: table;
    height: calc(100vh - 160px);
}

.colleftlogin .textinside {
    max-width: 350px;
    float: right;
    margin-right: 20px;
}

.colrightlogin {
    float: right;
    width: 60%;
    display: table;
    height: calc(100vh);
}

/* Simplified single centered login card */
.login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f5f6f8;
}

.login-card {
    width: 100%;
    max-width: 420px;
    padding: 44px 40px;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    box-shadow: 0 12px 48px rgba(15, 23, 42, 0.1);
    text-align: center;
}

.login-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.login-logo img {
    max-width: 150px;
    height: auto;
}

.login-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #1f2733;
}

.login-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.login-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding: 0.65rem 1rem;
    font-size: 16px;
}

.login-google .icon {
    float: none;
    margin: 0 8px 0 0;
}

.colrightlogin .boxregister {
    max-width: 500px;
}

.boxinside {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
}
.btn-login {font-family: gilroy-bold;
    color: #8296ae;padding:30px}
.btn-register {font-size:13px;letter-spacing: 2px;}
.colleftlogin .linebreak,
footer .linebreak {
    height: 5px;
    background: #eb2429;
    width: 100px;
    display: inline-block;
}
.logo-ket-noi {
	background: #fff;border:2pt solid #eb2429;border-radius: 4px;padding: 6px 12px 6px 12px;display: inline-block; position: relative; 
}
.area-ketnoi {text-align: right;}
.area-ketnoi .ngatketnoi {
    color: #8296ae;
    position: absolute;
	right: 10px;
    cursor: pointer;
    background: url("/Content/new/imgs/icon_close.svg") no-repeat center #8296ae;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.logowithline {
    margin-top: 30px;
    margin-bottom: 10px;
}

.custom-radio .custom-control-label {
    line-height: 25px;
}

.custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
    background: none;
    border: 1pt solid #eb2429;
    top: 2px;
}

.custom-control-label::after {
    width: 0px;
    height: 0px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border: #eb2429;
    background: url("/Content/new/imgs/check.svg") no-repeat center #eb2429;
}

.label-check .checkbox {
    display: flex;
}

.label-check input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.label-check input[type="checkbox"]:focus {
    outline: none;
}

.label-check input[type="checkbox"]:focus+label:after {
    border-color: #eb2429;
}

.label-check input[type="checkbox"]+label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -10px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    background: #8296ae;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.label-check input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -3px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.label-check input[type="checkbox"]:checked+label:after {
    background-color: #eb2429;
    border-color: #eb2429;
}

.label-check input[type="checkbox"]:disabled+label:after {
    border-color: #bbbbbb;
}

.label-check input[type="checkbox"]:disabled:checked+label:after {
    background-color: #bbbbbb;
    border-color: transparent;
}

.checkbox,
.radio {
    margin: 10px;
}

.checkbox,
.radio {
    position: relative;
}

.label-check label {
    padding-left: 20px;
    margin: 0px;
    line-height: 17px;
    cursor: pointer;
}

.custom-control {
    display: inline-block;
}

.custom-control.ios-switch {
    --color: #eb2429;
    padding-left: 0;
    cursor: pointer;
}

.custom-control.ios-switch .ios-switch-control-input:active~.ios-switch-control-indicator::after {
    width: 20px;
}

.custom-control.ios-switch .ios-switch-control-input:checked~.ios-switch-control-indicator {
    border: 10px solid var(--color);
}

.custom-control.ios-switch .ios-switch-control-input:checked~.ios-switch-control-indicator::after {
    top: -8px;
    left: 4px;
}

.custom-control.ios-switch .ios-switch-control-input:checked:active~.ios-switch-control-indicator::after {
    left: 0px;
}

.custom-control.ios-switch .ios-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s;
    border: 2px solid #ddd;
}

.custom-control.ios-switch .ios-switch-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    transition: 0.3s;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}

.custom-control.ios-switch .ios-switch-control-input {
    display: none;
}

.bordercheck {
    border: 1pt solid #063a77;
    margin: 0px 10px 10px 0px;
    padding: 2px 0px 5px 10px;
    border-radius: 10px;
}

.borderchecked {
    border: 1pt solid #eb2429;
}

.titleline {
    border-bottom: 1pt solid #55728f;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.titleline .btn-close, .modal_custom .close {
    color: #8296ae;
    float: right;
    cursor: pointer;
    background: url("/Content/new/imgs/icon_close.svg") no-repeat center #8296ae;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.btn-close-x {
    color: #8296ae;
    float: right;
    cursor: pointer;
    background-image: url("/Content/new/imgs/icon_close.svg");
	background-repeat: no-repeat;
	background-position:center;
    width: 21px;
    height: 20px;
    border-radius: 4px;
}
.titleline strong {
    color: #eb2429;
}

.btn-google {
    background-color: #c34c35;
    color: #fff;
    margin-right: 30px;
    padding: 0.375rem 1.75rem;
}

.btn-google .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("/Content/new/imgs/iconGoogle.svg") no-repeat center;
    float: left;
    margin: 5px 5px 0px 0px;
}

.btn-facebook {
    background-color: #3d4f8a;
}

.btn-facebook .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("/Content/new/imgs/iconFacebook.svg") no-repeat center;
    margin: 5px 10px 2px 10px;
    float: left;
}

.btn-style1 {
	background: #ed3437;
    border: none;
    color: #fff;
    font-family: gilroy, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 4px 42px;
    text-decoration: none;
}
.btn-style1:hover {
    background: #ed3437;
	color: #fff;
}

.btn-style2 {
    border: 1pt solid #eb2429;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

.btn-style2:hover {
    color: #eb2429;
}

.btn-style3 {
	border:2pt solid #eb2429; border-radius: 2px;padding:3px 20px;color:#fff;font-size: 14px;font-family: gilroy-bold;
}
.btn-style3:hover {
    background-color:#eb2429;
	color:#FFFFFF
}
.buttonS1 {
    border: 1pt solid #eb2429;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
}

.buttonS1:hover {
    text-decoration: none;
    color: #fff;
}

.buttonS1 i {
    background: #eb2429;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 38px;
    position: relative;
    float: left;
    left: -1px;
}

.buttonS1 span {
    padding: 0px 15px;
}

.swiper-container img {
    max-width: 100%;
}
.mybtn-secondary {
	border:2px solid #0462ab;
	display: inline-block;
	padding:7px 25px;
	border-radius:5px;
	color:#0462ab
}
.mybtn-secondary:hover {
	background-color:#0462ab;
	color:#FFFFFF
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #2c5476;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    color: #fff;
}

.orange {
    background: url("/Content/new/imgs/orange.png");
    background-repeat: round;
    background-size: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    right: 0;
    bottom: 0px;
    text-align: right;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 15px;
    background: none;
    text-align: right;
    display: block;
    width: 95%;
    height: 35px;
    line-height: 35px;
    font-family: gilroy-bold;
}

h4.title1 {
    font-size: 20px;
    text-align: right;
    padding-right: 40px;
    position: relative;
    font-family: gilroy-bold;
}

h4.title1 i {
    background: #eb2429;
    width: 30px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.liststyle1 {
    min-height: calc(100vh - 677px);
}

.liststyle1 .item {
    margin-bottom: 40px;
}

.liststyle1 .item .img {
    background: #eee;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}

.liststyle1 .item .img img {
    width: 100%;
}

.liststyle1 .item .img:hover img {
    opacity: .95;
    -webkit-animation: 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.liststyle1 .item .title {
    color: #ed3437;
    text-transform: uppercase;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    font-family: gilroy-bold;
    min-height: 2.8em;
}

.event-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.liststyle1 .item .datetime {
    color: #7b9bb2;
    padding-left: 28px;
    background: url("/Content/new/imgs/date-rounder.svg") no-repeat 0px center;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    font-family: gilroy-medium;
    ;
}

#box-tab .nav-tabs {
    position: relative;
    border: none !important;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 6px;
    margin-bottom: 20px;
}
.kt-user-card-v2__desc{margin-bottom:2px;}

#box-tab .nav-tabs li {
    margin: 0px !important;
}

#box-tab .nav-tabs li a {
    position: relative;
    font-size: 14px;
    border: none !important;
    color: #FFFFFF;
    padding: 20px 1rem;
    white-space: nowrap;
    font-family: gilroy-semibold;
}

#box-tab .nav-tabs a:hover {
    border: none;
}

#box-tab .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #eb2429;
    position: absolute;
    bottom: 0;
    transition: all 0.2s linear;
}

#box-tab .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
}


/* CSS footer */

footer {
    background: #f5f5f5;
    border-top: 1pt solid #1d426d;
    margin-top: 140px;
}

footer .bottom {
    border-top: 1pt solid #1d426d;
    padding: 15px 0px;
}

footer .bottom a {
    color: rgba(0, 0, 0, 0.88);
    font-family: gilroy-bold;
}

footer .bottom a.disable {
    color: #4f6989;
}

footer .bottom .col-right {
    text-align: right;
}

footer .dkdk a {
    margin-left: 20px;
}

/* ---- Compact footer ---- */
.site-footer {
    background: #fff;
    border-top: 1px solid #eef2f7;
    margin-top: 56px;
    padding: 40px 0 0;
    color: #4f6989;
}

/* Multi-column layout (base grid rules also live in vnpay.css). */
.site-footer .footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 56px;
    align-items: flex-start;
    padding-bottom: 28px;
}

.site-footer .footer-brand {
    flex: 1.6 1 280px;
}

.site-footer .footer-col {
    flex: 1 1 160px;
    min-width: 0;
}

.site-footer .footer-brand .logo-line-left {
    margin-bottom: 10px;
}

.site-footer .footer-about {
    font-size: 14px;
    line-height: 1.7;
    color: #6a7d96;
    margin: 0 0 16px;
    max-width: 420px;
}

.site-footer .footer-col-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #1d426d;
    margin: 0 0 14px;
}

.site-footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer .footer-links a {
    font-size: 14px;
    color: #6a7d96;
    transition: color .15s ease;
}

.site-footer .footer-links a:hover {
    color: #eb2429;
    text-decoration: none;
}

.site-footer .footer-mail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6a7d96;
}

.site-footer .footer-mail svg {
    color: #eb2429;
    flex: none;
}

.site-footer .footer-mail:hover {
    color: #eb2429;
    text-decoration: none;
}

.site-footer .footer-social {
    display: flex;
    gap: 12px;
}

.site-footer .footer-social-link {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1d426d;
    border: 1px solid #e1e8f0;
    transition: all .18s ease;
}

.site-footer .footer-social-link:hover {
    background: #eb2429;
    border-color: #eb2429;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.site-footer .footer-bottom {
    border-top: 1px solid #dde4ee;
    padding: 16px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.site-footer .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer .footer-bottom-links a {
    color: #6a7d96;
}

.site-footer .footer-bottom-links a:hover {
    color: #eb2429;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .site-footer {
        padding-top: 32px;
        margin-top: 44px;
    }
    .site-footer .footer-grid {
        flex-direction: column;
        gap: 28px;
        padding-bottom: 24px;
    }
    .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.btnstyle1 {
    background: #506c8d;
    color: #fff;
    padding: 10px 90px;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
}

.btnstyle1:hover {
    background: #fff;
    color: #1d426d;
    text-decoration: none;
}
.labelstyle1 {
	background: #223C5E;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 8px;
	font-size: 13px;
}
.shareview {background-image:url(/Content/new/imgs/eye.svg); background-repeat: no-repeat; background-position: 10px center;padding-left:25px;color:#33d0ed}
.usercontrol {
    display: flex;
}

.usercontrol li {
    list-style: none;
}

.usercontrol .dropdown-menu {
    right: -53.8px;
    left: auto !important;
    padding: 15px;
    min-width: 300px;
    top: 78px;
    background-color: #FFFFFF;
}

.usercontrol .dropdown-menu a {
    color: #8296AE;
    padding: 5px 0px;
    font-family: gilroy-semibold;
    font-size: 15px;
    line-height: 30px;
}

.usercontrol .dropdown-menu a:hover {
    color: #1677ff;
    background: none;
}

.usercontrol .dropdown-menu .linebar {
    border-bottom: 1pt solid #1E426D;
    height: 1px;
    margin: 10px 0px;
}

.logostyle1 {
    font-size: 25px;
    font-weight: bolder;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#style-4::-webkit-scrollbar {
    width: 6px;
   
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #eb2429;
    border-radius:10px
}

.scrollbar {
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.bg-linear {
    background: url("/Content/new/imgs/bg_linear.png") repeat-x 0px;
}

.banner-single img {
    width: 100%;
}

.logo-line-left {
    font-size: 20px;
    color: #eb2429;
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-family: gilroy-bold;
}

.logo-line-left .line {
    height: 3px;
    background: #005baa;
    width: 100px;
    position: absolute;
    top: 28px;
    display: block;
}
.menuleft {border-bottom: none;}
.menuleft ul {
    margin: 0px;
    padding: 0px;
    background: linear-gradient(90deg, #006bc2, #0091e5);
}

.menuleft ul li {
    list-style: none;
	width:100%;
}

.menuleft ul li a {
    color: #FFFFFF;
    display: block;
    line-height: 40px;
    padding-left: 15px;
    font-family: gilroy-bold;
}

.menuleft ul li a.active,
.menuleft ul li a:hover {
    color: #eb2429;
    text-decoration: none;
}

.bg1 {
	    background: linear-gradient(90deg, #006bc2, #0091e5);
}
.bg2 {
	background-color:#eb2429;
}
.bgopacity1 {
    background: linear-gradient(90deg, #006bc2, #0091e5);
}
.bgopacity2 {
    background: rgba(255, 255, 255, 0.05);
}
.close-modal {position: absolute;right:20px;top:20px}
.radius4 {
    border-radius: 4px !important;
}
.bglineaer {background-image: linear-gradient(to right, rgba(5,34,69, .75) ,rgba(4,44,92, .75) );}
.ovh {
    overflow: hidden;
}
.subtitlepage {position: relative;}
.subtitlepage h1 {
    font-size: 20px;
    font-family: gilroy-bold;
    display: inline-block;
    padding-right: 10px;
	color:#eb2429;
}

.subtitlepage h1 .square {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #005baa;
    margin-right: 5px;
}

.subtitlepage small {
    opacity: 50%;
    font-size: 14px;
    font-family: gilroy-bold;
}

@media only screen and (max-width: 991px) {
    footer .menufooter {
        margin-top: 20px;
        text-align: center;
    }
    footer .menufooter a {
        margin: 0px;
        padding: 0px 20px;
    }
    footer .language,
    footer .dkdk {
        display: block;
        margin: 5px 0px;
    }
    footer .dkdk a {
        margin-right: 20px;
        margin-left: 0px;
    }
    footer .bottom {
        padding: 10px 0px;
    }
    footer .bottom .col-right {
        text-align: left;
    }
    .logo-footer {
        text-align: center;
    }
    .menutop .navbar-collapse {
        position: relative;
    }
    .menutop .usercontrol .name {
        display: none;
    }
    .menutop .usercontrol .dropdown-toggle::after {
        display: none;
    }
    .menutop .mainlogo {
        position: absolute;
        top: 5px;
        left: 15px;
    }
}

.font30 {
    font-size: 30px;
    font-family: gilroy-bold;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font60 {
    font-size: 60px !important;
}

.table {
    background-color: #fff;
}
.textdaidienbomon h4{color:#ed3437;}

.buttonS2 {
    font-size: 13px;
    position: relative;
    overflow: hidden;
    display: inline-block;
	background: #eb2429;
}

.buttonS2::before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";
    width: 40px;
    height: 100%;
    background: #eb2429;
	color:#ed9b33;
    position: absolute;
    top: 0px;
    left: 0px;
}

.buttonS2 .btn-text {
    color: white;
    mix-blend-mode: color-dodge;
    padding-left: 40px;
    font-family: gilroy-healvy;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.buttonS2:hover {
    text-decoration: none;
}

.buttonS2:hover::before {
    background: #eb2429;
    width: 100%;
}

.buttonS2 i {
    position: absolute;
    left: 17px;
    top: 10px;
}

.buttonS2 .border {
    border-color: #eb2429 !important;
    padding: 9px 30px;
    display: block;
}

.buttonS3 {
    background: rgba(4, 30, 66, 0.4);
    color: #eb2429;
    padding: 12px 50px;
    font-family: gilroy-healvy;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
}

.buttonS3 img {
    margin-right: 8px;
}

.table-responsive {
    display: table;
}

table.nobg {
    background: none;
    color: #FFFFFF;
    border: none;
}

table.nobg th {
    border-bottom: none;
    text-align: center;
}

table.nobg td {
    border-color: #FFFFFF;
    vertical-align: middle;
}
table.nobg a{
    color: #FFFFFF;
    vertical-align: middle;
}
table.nobg a:hover{
    text-decoration: underline;
}

table.nobg tr:hover {
    color: #fff;
}

.dpib {
    display: inline-block;
}

.dpb {
    display: block;
}

.dpit {
    display: inline-table;
}

.dpn {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.info1 {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.info1 .iconinfo {
    padding: 2px 10px;
    background: #223C5E;
    color: #fff;
    border-radius: 5px;
    font-family: gilroy-xbold;
    font-size: 12px;
}

.radius50 {
    border-radius: 50%;
    overflow: hidden;
}

.bannerthuthach {
    padding-left: 40px;
}

.anhdaidienbomon {
    border: 1pt solid #eb2429;
    border-radius: 50%;
    padding: 9px;
    display: inline-block;
    margin-right: 35px;
}

.anhdaidienbomon img {
    max-width: 100%;
}

.textdaidienbomon {
    padding-left: 15px;
    font-size: 16px;
    font-family: gilroy-medium;
    color: #8296AE
}

.link1 {
    color: #FFFFFF;
}

.link1:hover {
    color: #fff;
}

.paginator {
    padding-bottom: 1rem;
}

.paginator ul {
    margin: 0px;
    padding: 0px 20px;
}

.paginator ul li {
    list-style: none;
    display: inline-block;
    margin: 0px;
}

.paginator ul li a {
    padding: 3px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
}

.paginator ul li a:hover,
.paginator ul li a.active {
    color: #eb2429;
}

.mydropdown1 .dropdown-toggle {
    color: #fff;
}

.mydropdown1 {
    background: #041e42;
    border-radius: 4px;
    margin: 13px 0px 13px 13px;
    float: right;
}

.mydropdown1 button {
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 13px;
    background: #041E42;
    padding: 7px 40px 7px 20px;
    font-family: gilroy-semibold;
    min-width: 160px;
}

.mydropdown1 button::after {
    display: none;
}

.mydropdown1 button .caret {
    background: url("/Content/new/imgs/arrow-down-yellow.svg") no-repeat center;
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.dropdown-menu.show li a {
    color: #FFFFFF;
    line-height: 35px;
    display: block;
    white-space: nowrap;
}

.dropdown-menu.show li a:hover {
    color: #fff;
    text-decoration: none;
}

.tab-content .dropdown-menu {
    background-image: linear-gradient(90deg, #006bc2, #0091e5);
    padding: 10px 20px;
    margin-top: 13px;
    font-family: gilroy-semibold;
    font-size: 13px;
}

.tab-content>.active {}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(237,155,51)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: #eb2429;
}

.menusizebar .modal-content {
    background: #041e42;
}

.menusizebar .modal-content a {
    color: #FFFFFF;
    padding: 8px 0px;
}

.menusizebar .linebar {
    border-bottom: 1pt solid #2c5476;
    margin: 10px 0px;
}

.rounder {
    border: 1pt solid #eb2429;
    border-radius: 50%;
    padding: 4px;
    display: inline-block;
}

.w30px {
    width: 30px;
}

.mw100 {
    max-width: 100%;
}
.border-right {border-color: rgba(255, 255, 255, 0.1) !important;}
#boxcacbomon .border-bottom,
#boxcacbomon .border-top,
#boxcacbomon .border-right {
    border-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.controlthuthach {
    position: relative;
    height: 42px;
    overflow: hidden;
}

.controlthuthach .button-next {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    left: auto;
    right: 0px;
    position: absolute;
    background: rgba(9, 34, 71, 0.25);
}

.controlthuthach .button-prev {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    left: auto;
    right: 41px;
    position: absolute;
    background: rgba(9, 34, 71, 0.25);
}

.controlthuthach .button-next i {
    background: url("/Content/new/imgs/arrow-right-yellow.svg") no-repeat center;
    display: inline-block;
    height: 40px;
    width: 8px;
}

.controlthuthach .button-next:hover i {
    background: url("/Content/new/imgs/arrow-right-white.svg") no-repeat center;
    display: inline-block;
    height: 40px;
    width: 8px;
}

.controlthuthach .button-prev i {
    background: url("/Content/new/imgs/arrow-left-yellow.svg") no-repeat center;
    display: inline-block;
    height: 40px;
    width: 8px;
}

.controlthuthach .button-prev:hover i {
    background: url("/Content/new/imgs/arrow-left-white.svg") no-repeat center;
    display: inline-block;
    height: 40px;
    width: 8px;
}

.maintitlebox {
    overflow: hidden;
    text-align: center;
    font-family: gilroy;
    font-size: 30px;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.maintitlebox>span {
    position: relative;
    display: inline-block;
    font-family: gilroy-xbold;
    letter-spacing: 5px;
}

.maintitlebox>span:before,
.maintitlebox>span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100vw;
    margin: 0 20px;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.maintitlebox>span:before {
    right: 100%;
}

.maintitlebox>span:after {
    left: 100%;
}

.boxdoitac .swiper-slide img {
    border-radius: 10px;
}

#no-more-tables {
    overflow: hidden;
}

#no-more-tables th {
    white-space: nowrap;
}
.havesubmenu {position: relative;background: url('/Content/new/imgs/icon_4dot.svg') no-repeat 142px center;}
.havesubmenu ul { 
  position: absolute;
  right: -202px;
  padding: 15px;
  z-index: 999;
  top: 0px;
  background: #041E42;
}

/* dành cho bảng responsive */

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #FFFFFF;
        margin-bottom: 20px;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px dotted #FFFFFF;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 55%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #no-more-tables tr td:last-child {
        border: none;
    }
    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}


/* menu side bar */

.modal.left .modal-dialog {
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right .modal-dialog {
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}
/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.swiperthuthach .swiper-slide {
    display: block;
    text-align: left;
}

.swiperthuthach .actionnews {
    padding-left: 40px;
    position: absolute;
    display: inline-block;
}

.textnewsindex {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-left: 40px;
    font-size: 14px !important;
    color: #FFFFFF !important;
    padding-right: 20px;
}
.textnewsindex span, .textnewsindex p {color: #FFFFFF !important;background:transparent !important;font-size: 14px !important;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

.titlenewsindex {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.titlenewsindex .square {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #eb2429;
    margin-right: 5px;
}

.boxcanhan {
    overflow: hidden;
}

.boxcanhan .avatar {
    width: 70px;
    height: 70px;
    border: 5px solid #eb2429;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 20px auto 10px auto;
}

.boxcanhan .avatar img {
    width: 100%;
}

.boxcanhan .username {
    text-align: center;
    font-family: gilroy-bold;
    margin-bottom: 30px;
}

.boxcanhan .colthongbao,
.boxcanhan .coltichluy {
    float: left;
    width: 50%;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: gilroy-medium;
}

.boxcanhan .clearfix {
    position: relative;
}

.boxcanhan .clearfix .icon {
    text-align: center;
    height: 30px;
    position: relative;
}

.boxcanhan .clearfix .icon img {
    height: 15px;
}

.boxcanhan .clearfix .linecenter {
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0px;
}

.boxcanhan .colthongbao .icon span {
    background: #eb2429;
    color: #fff;
    padding: 0px 3px;
    border-radius: 4px;
    font-family: gilroy-bold;
    position: absolute;
    font-size: 10px;
    left: 50%;
    top: -4px;
    margin-left: 10px;
}

.custom-expand .list-group-item {
    background: rgba(4, 30, 66, 0.75);
    padding: 0px;
    border-color: rgba(255, 255, 255, 0.1);
}

.custom-expand .list-group-item a.title {
    color: #FFFFFF;
    display: block;
    text-align: left;
    padding: 0.75rem;
    font-family: gilroy-semibold;
}

.custom-expand .list-group-item table {
    margin-bottom: 0px;
    background: #041e42;
}

.custom-expand .list-group-item table a {
    color: #33d0ed;
}

/*.custom-expand span {
    border: solid #eb2429;
    border-width: 0 1px 1px 0;
    display: inline;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    right: 0;
    margin-top: 10px;
}*/
.quetions_item img{max-width:100%;}

.custom-expand a.collapsed span {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transition: 0.3s transform ease-in-out;
    border-color: #eb2429;
}

.custom-expand a span {
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    transition: 0.3s transform ease-in-out;
}

.useravatar {
    padding: 15px !important;
}

.useravatar .img {
    overflow: hidden;
    border: 2pt solid #eb2429;
    border-radius: 50%;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    flex: 0 0 auto;
    text-align: center;
}

.useravatar .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.useravatar .useravatar-name {
    white-space: nowrap;
}

.titleboxthongke {
    color: #FFFFFF;
}

.titleboxthongke b {
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
}

.titleboxthongke span {
    display: inline-block;
}

.banner-xephang {
    padding-left: 200px;
    background: url("/Content/new/imgs/banner-xephang.jpg") no-repeat 0px 100%;
}

.col-top-left {
    display: -webkit-inline-box;
}

.menu-top-left {
    margin-left: 60px;
}

.menu-top-left a {
    font-family: gilroy-bold;
    color: #3a3a3a!important;
    padding: 0px 15px;
}

.menu-top-left a:hover {
    color: #1677ff;
    text-decoration: none;
}

.custom-file-upload {
    background: #f7f7f7;
    padding: 8px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
}

.subtoplogin {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
}

.subtoplogin .btn-home {
    display: inline-block;
    border: 2pt solid #415e7c;
    background: url("/Content/new/imgs/home.svg") no-repeat center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin-right: 10px;
}

.subtoplogin .btn-back {
    display: inline-block;
    border: 2pt solid #415e7c;
    background: url("/Content/new/imgs/arrow-left-white.svg") no-repeat center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin-right: 10px;
}

.subtoplogin .btn-back:hover {
    display: inline-block;
    border: 2pt solid #415e7c;
    background: url("/Content/new/imgs/arrow-left-yellow.svg") no-repeat center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin-right: 10px;
    text-decoration: none;
}

.subtoplogin .btn-home:hover {
    border-color: #eb2429;
    text-decoration: none;
}
.boxdatetext1 {overflow: hidden;max-width: 180px;}
.boxdatetext1 .datetime {float:left}
.boxdatetext1 span {float:right}
.listnhiemvu .item .title {margin-top: 0px;}
.custominput {
    position: relative;
    margin-bottom: 10px;
    height: 38px;
}

.custominput select {
    position: absolute;
    height: 38px;
    top: 0px;
    right: 0px;
    border: 0px;
    border-left: 1pt solid #e6eaf0;
    background-color: #f2f4f7;
    outline: none;
    border-radius: 4px;
    padding: 0px 40px 0px 10px;
}

.custominput .icon {
    position: absolute;
    pointer-events: none;
    height: 38px;
    width: 38px;
    top: 0px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
    background: url("/Content/new/imgs/arrow-down.svg") no-repeat center #f2f4f7;
}

.custominput .icondropdown {
    position: absolute;
    pointer-events: none;
    height: 38px;
    width: 38px;
    background-color: #f2f4f7;
    border-left: 1pt solid #e6eaf0;
    top: 0px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
    background: url("/Content/new/imgs/arrow-down.svg") no-repeat center #f2f4f7;
}

.custominput .iconcalendar {
    position: absolute;
    pointer-events: none;
    height: 38px;
    width: 38px;
    background-color: #f2f4f7;
    border-left: 1pt solid #e6eaf0;
    top: 0px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
    background: url("/Content/new/imgs/icon-calendar.svg") no-repeat center #f2f4f7;
}

.custominput .text {
    position: absolute;
    pointer-events: none;
    height: 38px;
    padding: 0px 10px;
    color: #333;
    background-color: #f2f4f7;
    border-left: 1pt solid #e6eaf0;
    line-height: 38px;
    top: 0px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
    z-index: 99;
}

.custominput .btn-minus,
.custominput .btn-plus {
    position: absolute;
    top: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f2f4f7;
    border: none;
    outline: none;
    text-align: center;
    z-index: 99;
}

.custominput .btn-minus {
    right: 77px;
}

.custominput .btn-plus {
    right: 50px;
}

.custominput .btn-minus .fa,
.custominput .btn-plus .fa {
    color: #292931;
    cursor: pointer;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form1col {
    padding: 6rem;
}

.boxchallenge {
    border: 1pt solid #55728f;
    padding: 20px 0px;
    border-radius: 5px;
    margin-top: 30px;
    transition: all 0.5 ease;
    animation: animateElement linear 0.3s;
    animation-iteration-count: 1;
    position: relative;
}

.xoacauhoi,
.xoadieukien {
    height: 20px;
    width: 21px;
    background: url("/Content/new/imgs/icon_close.svg") no-repeat center #8296ae;
    text-indent: 100px;
    overflow: hidden;
    right: 20px;
    top: 20px;
    position: absolute;
    border-radius: 4px;
    cursor: pointer;
}

.xoagroup {
    height: 20px;
    width: 21px;
    background: url("/Content/new/imgs/icon_close.svg") no-repeat center #eb2429;
    text-indent: 100px;
    overflow: hidden;
    right: -40px;
    top: 38px;
    position: absolute;
    border-radius: 4px;
    cursor: pointer;
}

.form-group {
    position: relative;
}

.form-group label {
    color: #FFFFFF;
    font-family: gilroy-bold;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #333
}

.daterangepicker .drp-buttons .btn-primary {
    background-color: #eb2429;
    border-color: #eb2429
}
.btnxemthem {font-size: 13px;padding:10px 95px; letter-spacing: 3px;}
.btnxemthem:hover {color:#fff}
.item_hoatdong {border:1pt solid; border-color:rgba(255, 255, 255, 0.1) !important; border-radius: 5px;margin-bottom: 25px;}
.item_hoatdong .border-bottom {border-color:rgba(255, 255, 255, 0.1) !important}
.item_hoatdong .avatar {display: flex; align-items: center; margin-right: 8px;}
.item_hoatdong .avatar img {height: 34px;border-radius: 50%; overflow: hidden;}
.item_hoatdong .btn-report {display: flex; align-items: baseline;}
.custom-textarea {min-height:200px;width: 100%;border:1pt solid #8296AE}
.custom-textarea:focus {outline: none; border: 1pt solid #eb2429} 
@keyframes animateElement {
    0% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@media (max-width: 1200px) {
    .colleftindex .text0 {
        font-size: 45px !important;
        line-height: 45px;
    }
    .colleftindex .text1 {
        font-size: 50px !important;
        line-height: 48px;
    }
}

@media (max-width: 1170px) {
    .boxlienhe {
        padding: 40px;
    }
    .col-top-left {
        display: inline-block;
    }
    .menu-top-left {
        margin-left: 0px;
        margin-top: 10px;
    }
    .menu-top-left a:first-child {
        padding-left: 0px;
    }
    #no-more-tables {
        overflow: auto;
    }
    .form1col {
        padding: 3rem;
    }
    .bannerthuthach {
        padding-left: 0px;
        width: 100%;
    }
    .colleftindex .text0 {
        font-size: 45px !important;
        line-height: 45px;
    }
    .colleftindex .text1 {
        font-size: 50px !important;
        line-height: 48px;
    }
    .colleftindex {
        display: block;
        height: auto;
    }
    .colleftindex .boxinside {
        padding: 20px 0px
    }
}

@media (max-width: 992px) {
	.area-ketnoi {
		text-align: center;margin-top: 20px;
	}
}
@media (max-width: 768px) {
    .colleftlogin {
        display: none;
    }
    .colrightlogin {
        float: none;
        width: 100%;
    }
    .colrightlogin .boxinside {
        padding: 0px;
    }
    .colrightlogin .textinside {
        width: calc(100% - 32px);
        max-width: 380px;
        margin: 0 auto;
        padding: 28px 24px;
    }
    .colrightlogin .btn-google {
        margin-right: 10px;
    }
    .colleftindex .text0 {
        margin-bottom: 20px;
    }
    .colleftindex .text1 {
        margin-bottom: 20px;
    }
    .colleftindex .btn-text {
        white-space: nowrap;
    }
    .colleftindex .logowithline,
    .colleftindex .text-right {
        display: none;
    }
    .colleftindex {
        display: block;
        height: auto;
    }
    .banner-xephang {
        padding-left: 0px;
        background: none;
    }
    .btn-mobile,
    .btn-mobile:focus {
        display: block !important;
        margin: 15px 0px;
        border: 1pt solid #55728f;
        border-radius: 5px;
        background: none;
        outline: none;
    }
    .btn-mobile:hover {
        border-color: #eb2429;
    }
    .menu-top-left,
    .usercontrol {
        display: none;
    }
    .buttonS2::before {
        height: 38px;
    }
    .boxregister {
        padding-top: 80px;
    }
    .form1col {
        padding: 1rem;
    }
    .bgopacity1 {
        padding-left: 10px;
        padding-right: 10px
    }
    .anhdaidienbomon {
        margin: 0px
    }
    .textdaidienbomon {
        padding-left: 0px
    }
    .havesubmenu ul {position: relative;padding:0px; top:auto;right: auto;}
}

@media only screen and (max-width: 576px) {
    .menutop .usercontrol {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .menutop-toggler {
        display: block;
    }
    .menutop .mainlogo {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -70px;
    }
    .menutop .navbar-nav .nav-item a {
        background: #063a77;
        margin-top: 1px;
        width: 100%;
        padding-left: 10px;
        font-weight: normal;
    }
    .titleboxthongke {
        display: block !important;
        overflow: hidden;
    }
    .titleboxthongke>div {
        width: 50%;
        float: left;
    }
    .titleboxthongke b {
        display: block;
    }
    .btn-style1 {
        width: 100%;
    }
    #box-tab .nav-tabs li a {
        /*white-space: unset;*/
    }
    .anhdaidienbomon {
        padding: 3px
    }
    .textdaidienbomon {
        padding-left: 0px
    }
    .colleftindex .boxinside {
        display: block;
    }
	.logo-ket-noi img {height:12px}
}
* {
  box-sizing: border-box;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.iScrollIndicator {display: none !important;}
.modal_custom {background:url('/Content/new/imgs/bg-modal.jpg') no-repeat center; min-height: 500px;width: 800px !important;border-radius: 5px;}
.modal_custom .modal-header {background: none;border-bottom: none;}
.modal_custom .close {margin-top:0px;margin-right:0px}
.modal_custom .modal-body {flex-direction: column; display: flex;}
.modal_custom .modal-body .textalert {font-size: 30px;
	font-family: gilroy-xbold;padding-left:40px;
	background: url('/Content/new/imgs/checkshield.svg') no-repeat 0px center;
	margin-top: auto;
    margin-right: auto;
    margin-left: auto;}
.control-btn-challenge {background: #041E42;padding:15px}
.control-btn-challenge a {font-size: 14px;color:#8296AE;border-right: 1pt solid #1D3455;padding-right:10px;margin-right: 10px;}
.control-btn-challenge a:last-child {border-right: none;}
.control-btn-challenge a:hover {color: #eb2429;}
table.custom-expand td a.title {position: relative;width: 40px;height: 40px;display: inline-block;}
table.custom-expand td a.title span {right:50%;top:50%;margin-right: -4px;margin-top: -5px;}
.toast-custom {position: absolute;right:0px; background: #F6F7EB;z-index: 99;border-radius: 10px;border:none;bottom: -6px;margin-bottom: 0px !important;}
.toast-custom .toast-header {background: none;border:none;padding: 14px;color:#292931;}
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

#videosection {
  height:100vh;
  position: relative;
  overflow: hidden;
}
.custom-modal1 {color:#292931; border-radius:4px}
.custom-modal1 .modal-footer {border-top:0px}
.btn-tab-right {display: flex;height: 100%;justify-content: flex-end; align-items: center;}
.btn-tab-right .btn {margin-right: 15px;}
.inputsearch {border:none; outline: none;background:none;color:#8296AE; font-weight:bold;padding-left:30px;background-image: url('/Content/new/imgs/icon_search.svg');background-repeat: no-repeat;background-position: 0px center ;}
.quetions_item {margin-bottom: 15px;border-radius: 4px !important;border-bottom: none;}
.quetions_item  a.title  {padding:24px !important; border-bottom: 1pt solid; border-color: rgba(255, 255, 255, 0.1);}
.quetions_item .collapsed {border-bottom: none !important;}
.custom-expand .quetions_item span {margin-top: 5px;}
.bodypage {min-height: calc(100vh - 463px);}
.kohople {position: relative;display: block;}
.kohople img {opacity: .2;}
.kohople .showtoast1 {background:#fff;padding:20px 40px;border-radius:8px; text-align: center;color:#D80000; font-family: gilroy-semibold;
	display: inline-block; position: absolute;top:30%;left:10%;right:10%; z-index: 88;}
.line-through {text-decoration: line-through;}
.liststylecanhan {min-width: 320px}
.liststylecanhan .progress {
    height: 4px; 
    overflow: visible;
    position: relative;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}
.liststylecanhan .row {align-items: center;}
.liststylecanhan .title1, .liststylecanhan .title2 {font-size: 10px;}
.liststylecanhan .colprogress {float: left;width: 120px;padding-top:4px}
.liststylecanhan .prog1 .colprogress {padding-top:8px}
.liststylecanhan .prog1 {color:#eb2429;margin-top: -7px;}
.liststylecanhan .prog2 {color:#A0BDD1;margin-top: -2px;}
.liststylecanhan .prog1 .progress-bar {background-color:#eb2429;border-radius: 4px;}
.liststylecanhan .prog2 .progress-bar {background-color:#A0BDD1;border-radius: 4px;}
.modalthongbao .modal-dialog {background-image: linear-gradient(#FFFFFF, #052245);}
.modalthongbao .modal-dialog .modal-header {background:none; border-bottom: none;padding:0px; border-bottom:1pt solid rgba(255, 255, 255, 0.1); font-size: 20px;font-family: gilroy-xbold;position: relative;}
.modalthongbao .modal-dialog .modal-header .close {background:url("/Content/new/imgs/icon_close.svg") no-repeat center; width: 20px;height: 20px;right:14px;top:23px;position: absolute;}
.modalthongbao .modal-dialog .modal-title {border-bottom:2pt solid #eb2429;padding-bottom: 10px;margin-bottom: -2px;}
.modalthongbao .modal-dialog .modal-content {background:none;padding:30px 30px 0px 60px; box-shadow: 0px 0px 6px 3px #000;overflow-x: auto;}
.modalthongbao .modal-dialog .modal-body {padding:0px}
.modalthongbao .modal-dialog .modal-body a {color:#8296AE}
.modalthongbao .modal-dialog .modal-body a.new {color:#fff;position: relative;}
.modalthongbao .modal-dialog .modal-body a.new .iconnew {background:#eb2429;position: absolute;left:-12px;top:14px;width: 6px;height: 6px;border-radius: 50%;}
.modalthongbao .date-alert {padding: 30px 0px 15px 0px;color:#8296AE;font-size: 13px;font-family:gilroy-bold ;margin-bottom: 0px;}
.alert-area {position: relative;}
.alert-area .icon-new {width: 14px;height: 14px;background: #eb2429;border-radius: 50%;position: absolute;top:-4px;left: 12px;}
.img-responsive{max-width:100%;}
span.color-red,label.error{color:Red;}
.select2-container-multi .select2-choices .select2-search-choice{padding:5px 5px 5px 18px !important;}
.select2-search-choice-close{top:5px !important;}
.tox-tinymce{border-radius: 4px!important;height: 500px!important;}

#event-info div,#event-info p,#event-info ul,#event-info li,#event-info span {background:transparent !important;color:#FFFFFF !important;}
#event-info ul li{white-space: inherit !important;}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
    color: #000000;
}