@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(../fonts/MYRIADPRO-REGULAR.ttf);
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(../fonts/MYRIADPRO-BOLD.ttf);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(../fonts/MYRIADPRO-ITALIC.ttf);
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'MYRIADPRO-REGULAR';
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.header-top {
    position: relative;
    margin: 0 auto;
}

.header-top-right {
    height: 100%;
    position: absolute;
    bottom: -28px;
    z-index: 91;
    line-height: 3.3;
}

.header-top-right:before {
    content: "";
    background: #ec3237 none repeat scroll 0 0;
    transform: skewX(-142deg);
    -webkit-transform: skewX(-142deg);
    height: 100%;
    width: 79px;
    left: 0;
    position: absolute;
    top: 0;
}

.header-top-right a {
    color: #fff;
}

@media (max-width: 1199px) {
    .header-top:after {
        display: none;
    }

    .header-top-right {
        position: relative;
        bottom: 0;
    }

    .header-top-right:before {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
header ul.megamenu>li.active>a {
    background-color: #beae59;
}

header ul.megamenu>li>a {
    text-shadow: unset;
}

header ul.megamenu>li>a>b.caret {
    position: absolute;
    right: 7px;
    top: calc(50% - 2px);
}

header ul.megamenu>li.current>a {
    color: #ec3237 !important;
    font-weight: bold;
}

header ul.megamenu>li.menu-layout .c-img {
    padding-top: 47%;
    margin-bottom: 10px;
}

header .menu-label {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 12px;
    background-color: #f00;
    font-size: 8px;
    line-height: 12px;
    border-radius: 25px;
    text-align: center;
    top: 6px;
    right: 0;
    font-weight: 600;
    color: #fff;
}

header .menu-label.menu-label-new {
    background-color: #03a9f4;
}

header ul.megamenu li {
    font-size: 14px;
}

header ul.megamenu li .sub-menu {
    left: 0;
    width: 100%;
}

header ul.megamenu li.menu-blog .sub-menu {
    width: 100%;
    left: 0;
}

header ul.megamenu li.menu-layout .sub-menu .content div[class^="col-"],
header ul.megamenu li.menu-blog .sub-menu .content div[class^="col-"] {
    text-align: center;
    margin-bottom: 20px;
}

header ul.megamenu li.menu-layout .sub-menu .content div[class^="col-"] p,
header ul.megamenu li.menu-blog .sub-menu .content div[class^="col-"] p {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
}

header ul.megamenu li.menu-contact .sub-menu {
    max-width: 300px;
    left: auto;
}

header ul.megamenu li.menu-contact .sub-menu .content div[class^="col-"] {
    text-align: left;
}

header ul.megamenu li.menu-category .sub-menu {
    max-width: 500px;
    text-transform: capitalize;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"],
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] {
    text-align: left;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .title-submenu,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .title-submenu {
    text-transform: capitalize;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li {
    position: relative;
    display: inline-block;
    width: 100%;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li:hover ul,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li:hover ul {
    pointer-events: all;
    opacity: 1;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li a,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li a {
    position: relative;
    display: inline-block;
    margin: 3px 0;
    font-size: 14px;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li a:hover,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li a:hover {
    margin-left: 10px;
    transition: 0.3s ease;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li a .menu-label,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li a .menu-label {
    top: -9px;
    right: -14px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li a .menu-label:before,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li a .menu-label:before {
    content: "";
    border-right: 6px solid transparent;
    border-bottom: 4px solid #f00;
    border-left: none;
    position: absolute;
    top: 100%;
    right: 4px;
    transform: rotate(90deg);
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li a .menu-label.menu-label-new:before,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li a .menu-label.menu-label-new:before {
    border-bottom: 4px solid #03a9f4;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li i,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li i {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li ul,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: -20px;
    min-width: 200px;
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 25px;
    border: 1px solid #ddd;
    transition: 0.3s ease-in-out;
    display: block;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li ul:before,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li ul:before {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 32px;
    right: 100%;
    color: #e2e2e2;
    top: 7px;
    font-weight: 900;
}

header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li.active ul,
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li.active ul {
    display: block;
}

header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .static-menu-image {
    margin-bottom: 20px;
    position: relative;
}

header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .static-menu-image:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .static-menu-image img {
    width: 100%;
    height: 140px;
}

header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li {
    border-bottom: 1px solid #ddd;
}

.typeheader {
    background-color: #fff;
}

.typeheader .header-bottom .megamenu-style-dev ul.megamenu>li.menu-hot-deals {
    float: right;
}

.typeheader .header-bottom .megamenu-style-dev ul.megamenu>li.menu-hot-deals>a {
    padding-left: 46px;
    padding-right: 46px;
    background: #009981;
    color: #fff;
}

.typeheader .header-bottom .megamenu-style-dev ul.megamenu>li>a {
    color: #000;
    padding: 26px 24px 26px 24px;
    height: auto;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.typeheader .header-bottom .megamenu-style-dev ul.megamenu>li>a:hover {
    background-color: #beae59;
    color: #fff;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.megamenu-dev {
    box-shadow: 0 0 10px #ccc;
}

@media (min-width: 992px) {
    .megamenu-wrapper {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .megamenu-dev {
        background: #000;
    }

    .typeheader .header-bottom .megamenu-style-dev ul.megamenu>li>a {
        padding: 11px 20px 9px 21px;
    }

    header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li ul:before,
    header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li ul:before {
        display: none;
    }

    .typeheader .header-bottom .megamenu-style-dev ul.megamenu>li>a {
        color: #fff;
    }
}

.responsive ul.megamenu>li.active .close-menu {
    padding: 0;
    width: 44px;
    background: #666;
    height: 45px;
    line-height: 45px;
}

@media all and (max-width: 991px) {
    header ul.megamenu>li.active>a {
        padding-left: 18px !important;
    }

    header ul.megamenu>li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li ul,
    header ul.megamenu>li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li ul {
        position: static;
        opacity: 1;
        pointer-events: all;
        box-shadow: none;
        border: none;
        padding: 0 20px;
        display: none;
    }

    header ul.megamenu>li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li ul>li,
    header ul.megamenu>li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li ul>li {
        border-bottom: none;
    }

    header ul.megamenu>li.menu-dinning .sub-menu .content div[class^="col-"] .row-list li i,
    header ul.megamenu>li.menu-bedroom .sub-menu .content div[class^="col-"] .row-list li i {
        right: 3px;
        top: 7px;
        transform: rotate(90deg);
    }

    header ul.megamenu>li.menu-contact .sub-menu .content .col-sm-6 {
        width: 100%;
    }

    header ul.megamenu>li.menu-bedroom .sub-menu .content div[class^="col-"] .title-submenu {
        border-bottom: unset;
        padding-bottom: 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.home-slider .item-slider {
    position: relative;
}

.home-slider .item-slider .slider-info {
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
}

.home-slider .item-slider .slider-info .small-title {
    display: inline-block;
    margin: 0;
    font-size: 4.8em;
    margin-right: 2.5rem;
    line-height: 1;
    color: #beae59;
    font-weight: 700;
}

.home-slider .item-slider .slider-info .small-desc {
    margin: 0;
    display: inline-block;
    max-width: 175px;
    text-align: left;
    font-size: 16px;
    padding-left: 2.5rem;
    line-height: 20px;
    border-left: 1px solid #ddd;
}

.home-slider .item-slider .slider-info .big-title {
    font-size: 8.4em;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}

.home-slider .item-slider .slider-info .see-more {
    display: inline-block;
    padding: 0.8rem 2.4rem 0.9rem 2.5rem;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}

.home-slider .item-slider .slider-info .see-more:hover {
    background-color: #beae59;
}

.home-slider .owl2-controls .owl2-nav>div {
    font-size: 6rem;
    position: absolute;
    top: 50%;
    color: #d8d8d7;
    display: inline-block;
}

.home-slider .owl2-controls .owl2-nav>div:hover {
    color: #beae59;
    transition: all 0.2 ease-in-out;
}

.home-slider .owl2-controls .owl2-nav .owl2-next {
    right: 10%;
}

.home-slider .owl2-controls .owl2-nav .owl2-prev {
    left: 10%;
}

.home-slider .owl2-controls .owl2-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.home-slider .owl2-controls .owl2-dots .owl2-dot {
    display: inline-block;
}

.home-slider .owl2-controls .owl2-dots .owl2-dot span {
    width: 9px;
    height: 9px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 4px;
    transition: all 0.2s ease-in-out;
}

.home-slider .owl2-controls .owl2-dots .owl2-dot.active span {
    background-color: #beae59;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.phonecall {
    background: #ec3237;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
}

.row-width-img ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
}

.row-width-img ul li {
    float: left;
}

.row-width-img ul li:first-child {
    padding-right: 5px;
}

.dathen-slide {
    position: absolute;
    bottom: 40px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 30px;
    box-shadow: 0 0 20px #ccc;
    margin-top: 20px;
}

.dathen-slide input {
    border-radius: 6px !important;
    height: 42px;
    background: #e0e8ef;
}

@media (max-width: 1660px) {
    .dathen-slide {
        bottom: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .dathen-slide {
        margin: auto;
        margin-top: 20px;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (max-width: 1499px) {
    .dathen-slide {
        position: relative;
        bottom: 0;
        margin-bottom: 30px;
    }
}

.button-form {
    background-image: linear-gradient(#3ebc63, #24a290);
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
}

.indent-25 {
    text-indent: 25px;
}

.color-main {
    color: #009981;
}

.bg-main {
    background: #FFEA00;
}

.text-main {
    color: #ec3237;
}

.bg-sub {
    background: #009981;
}

.active-bottom {
    background-image: url(../img/line-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 75%;
}

.active-title {
    background-image: url(../img/line-bg-2.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .about:after {
        display: none;
    }
}

.csstrans {
    display: block;
    position: relative;
    height: 100%;
}

.csstransforms {
    position: absolute;
    bottom: 30px;
    left: 46px;
    background: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    color: #405a5a;
    font-size: 43px;
    text-transform: uppercase;
}

.advantage {
    position: relative;
    margin-bottom: 40px;
}

.advantage:after {
    content: "";
    background: #212121;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.advantage-row {
    -ms-flex: 0 0 13.666667%;
    flex: 0 0 13.666667%;
    max-width: 13.666667%;
}

.offset-sm-4 {
    margin-left: 0%;
}

@media (max-width: 992px) {
    .advantage-row {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px) {
    .advantage-row {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 603px) {
    .advantage-row {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }
}

@media (max-width: 1199px) {
    .advantage:after {
        display: none;
    }
}

.advantage-list {
    background: #212121;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
}

.advantage-list img {
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .advantage-list {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.dhngay {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 38px;
    padding-bottom: 37px;
    margin-top: 10px;
}

/*-------------------------------------------------------------------------------------------------*/
.product-info .rating .rating-box {
    font-size: 13px;
    color: #f9ca78;
}

.deals-center {
    padding: 4rem 2.5rem 3rem 2.5rem;
    background: url("../img/client-border.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.deals-center .owl2-controls {
    text-align: left;
}

.deals-center .owl2-controls .owl2-nav div {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    text-align: center;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.deals-center .owl2-controls .owl2-nav div:hover {
    background-color: #beae59;
    color: #fff;
    border: 1px solid #beae59;
}

.deals-center .owl2-controls .owl2-nav .owl2-next {
    margin-left: 6px;
}

/*-------------------------------------------------------------------------------------------------*/
.chuyenkhoa {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chuyenkhoa>li {
    border-bottom: 10px solid #fff;
}

.chuyenkhoa li a {
    background: #009981;
    display: block;
    padding: 24px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.chuyenkhoa li a.active-ck {
    background: #ec3237;
    color: #fff;
}

.chuyenkhoa li a span {
    width: 50px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 30px;
    background-size: contain;
    background-position: center;
}

.dimdim:first-child {
    display: block;
}

.dimdim {
    display: none;
}

.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(236, 50, 55, .85);
}

.hero.pos-relative {
    position: relative;
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
}


.social-footer a {
    color: #FFF;
    padding: 5px 10px;
}

.menufooter ul li {
    padding: 0px 10px;
    list-style: none;
    display: inline-block;
}

.menufooter ul li a {
    color: #b4b4b4;
}

footer .row-width-img {
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 2px;
}

.footer-info {
    color: #FFF;
}

.footer-info ul li b {
    font-size: 18px !important;
}

.footer-info ul li i {
    color: #FFF;
}

footer .row-width-img ul li:first-child {
    color: #009981;
    padding-right: 10px;
}

.map-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(61, 174, 218, 0.6);
}

.map-ft {
    overflow: hidden;
}

.map-ft:hover>a>.map-overlay {
    display: block;
}

/*-------------------------------------------------------------------------------------------------*/
.bg-archive {
    background: url("../img/insurance.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 34%;
}

.overlay-archive:after {
    content: "";
    background: rgb(61, 188, 236);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#bread {
    padding: 10px 0px;
}

@media (max-width: 991px) {
    #bread {
        padding: 10px 0 10px 0;
    }
}

.router a {
    color: #fff;
}

img {
    height: auto;
    max-width: 100%;
}

/* Accordians */
.single-accordion.panel {
    box-shadow: 0 0 0 transparent;
    color: #fff;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.single-accordion h6>a {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 10px 0px 10px 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.single-accordion h6 a span {
    position: absolute;
}

.single-accordion h6>div {
    margin-left: 25px;
    position: absolute;
    top: 10px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

.single-accordion .accordion-content h6 a {
    font-size: 16px;
    text-transform: capitalize;
}

.single-accordion .accordion-content ul li {
    line-height: 2;
    list-style: disc;
    margin-left: 15px;
    font-style: italic;
}

.bvlq {
    list-style: none;
    padding-left: 10px;
    line-height: 2;
}

.bvlq a {
    color: #000;
}

.bootstrap-datetimepicker-widget table td.day {
    color: #fff;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ffffff;
    color: #000;
}

.bootstrap-datetimepicker-widget table th {
    color: #fff;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table th:hover {
    color: #000;
    background: #dedede;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #4c4c4c;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    text-transform: capitalize;
}

.khungbvlq .content-bvlq {
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-style: italic;
}

.khungbvlq .title-bvlq {
    margin-left: 0;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 640px) {
    .khungbvlq .title-bvlq {
        font-size: 16px;
    }

    .khungbvlq .title-bvlq,
    .khungbvlq .content-bvlq {
        font-size: 16px;
        max-height: 37px;
    }
}

@media screen and (max-width: 640px) {
    .khungbvlq .content-bvlq {
        -webkit-line-clamp: 2;
    }

    .khungbvlq .title-bvlq,
    .khungbvlq .content-bvlq {
        font-size: 16px;
        max-height: 37px;
    }
}

.f-right {
    float: right;
}

@media screen and (max-width: 640px) {
    .time-up {
        display: none;
    }
}

.f-left {
    float: left;
}

.mt-27 {
    margin-top: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__right-icon a:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header__right-icon a:first-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__menu-area {
        padding: 5px 0;
    }
}

.menu__border {
    border-top: 1px solid #eee;
}

.header__menu-white ul li a {
    color: #1c1c21;
}

.header__menu-white ul li a:before {
    display: none;
}

.header__menu-white ul li:hover>a,
.header__menu-white ul li.active>a {
    color: #f70d28;
    background: transparent;
}

.header__menu-white ul li ul.submenu li a {
    color: #ffffff;
}

.header__menu-white ul li ul.submenu li:hover>a,
.header__menu-white ul li ul.submenu li.active>a {
    color: #f70d28;
}

.header__menu-white ul li ul.submenu li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
}

.header__menu-white ul li:first-child a {
    padding-left: 0;
}

.header__menu-black ul li a {
    color: #1c1c21;
}

.header__menu-black ul li:hover>a,
.header__menu-black ul li.active>a {
    background: #f70d28;
    color: #ffffff;
}

.header__menu-black ul li:hover>a::before,
.header__menu-black ul li.active>a::before {
    opacity: 1;
}

.header__menu-black ul li ul.submenu li a {
    color: #ffffff;
    background: transparent;
}

.header__menu-black ul li ul.submenu li:hover>a,
.header__menu-black ul li ul.submenu li.active>a {
    color: #f70d28;
}

.header__menu-black ul li ul.submenu li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
}

.header__icon-black {
    line-height: 1;
}

.header__icon-black a {
    color: #1c1c21;
}

.header__icon-black a:hover {
    color: #f70d28;
}

.header-top-border {
    border-bottom: 1px solid #e9e9e9;
}

.top-menu-black ul li a {
    color: #666;
}

.header-date {
    margin-top: 7px;
}

.header-date span {
    font-size: 13px;
}

@media (max-width: 767px) {
    .header-social-black.f-right {
        float: none;
        text-align: center;
    }
}

.header-social-black a {
    color: #666;
}

.header-social-black a:hover {
    color: #f70d28;
}

@media (max-width: 767px) {
    .top-form {
        display: none;
    }
}

.top-form form {
    position: relative;
    width: 190px;
}

.top-form input {
    width: 100%;
    height: 42px;
    background: #1c1c21;
    border: 0;
    padding: 0 15px;
}

.top-form input::placeholder {
    color: #ffffff;
    opacity: .6;
}

.top-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    border: 0;
    background: no-repeat;
    color: #ddd;
}

/* extra info */
.extra-info {
    background: #222 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 360px;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .extra-info {
        width: 300px;
        padding: 15px;
    }
}

.extra-info.info-open {
    transform: translateX(0);
}

.extra-info-left {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.social-icon-right {
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.close-icon>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ddd;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.social-icon-right>a {
    color: #999;
    display: inline-block;
    margin-right: 12px;
}

.social-icon-right>a:hover {
    color: #f70d28;
}

.side-menu {
    border-bottom: 1px solid #444;
    padding-bottom: 12px;
}

.side-menu ul li {
    margin-bottom: 15px;
}

.side-menu ul li a {
    color: #ddd;
    font-size: 14px;
}

.side-menu ul li:hover a {
    color: #f70d28;
}

#search-modal {
    background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0;
}

#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#search-modal .modal-dialog .modal-content form {
    width: 555px;
    position: relative;
}

@media (max-width: 767px) {
    #search-modal .modal-dialog .modal-content form {
        width: 300px;
    }
}

#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    background: 0 0;
    color: #fff;
    padding-bottom: 12px;
    padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 35px;
    color: #666;
}

@media (max-width: 767px) {
    #search-modal .modal-dialog .modal-content form input::-moz-placeholder {
        font-size: 25px;
    }
}

#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
    color: #666;
}

@media (max-width: 767px) {
    #search-modal .modal-dialog .modal-content form input::placeholder {
        font-size: 25px;
    }
}

#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 0;
    margin-bottom: 3px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 11px;
}

.header__top-search {
    padding-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__top-search {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .header__top-search {
        padding-right: 0px;
        margin-bottom: 30px;
    }
}

.header__top-search form {
    position: relative;
}

.header__top-search form input {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 15px;
    background-color: #cc2121;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.header__top-search form input::placeholder,
.header__top-search form input::-moz-placeholder {
    color: #ffffff;
    opacity: .7;
}

.header__top-search form input::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: .8;
}

.header__top-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border: 0;
    background: no-repeat;
    color: #ffffff;
    font-size: 12px;
}

.header-red ul li a {
    padding: 30px 18px;
}

.header-red ul li a:before {
    display: none;
}

.header-red ul li:hover>a,
.header-red ul li.active>a {
    background: transparent;
    opacity: .8;
}

.header-red ul li ul.submenu li a {
    color: #ffffff;
}

.header-red ul li ul.submenu li:hover>a,
.header-red ul li ul.submenu li.active>a {
    color: #f70d28;
}

.header-red ul li ul.submenu li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
}

.header-red ul li:first-child a {
    padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-red-icon {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .header-red-icon {
        margin-top: 18px;
    }
}

.tin_moi-text h4.title-16 {
    font-size: 16px;
}

.tin_moi-text h4 {
    font-weight: 600;
    margin-top: 0px;
}

.tin_moi-text h4 a {
    color: #000;
    transition: .4s;
}

.tin_moi-text h4 a:hover {
    color: #3dbcec;
    transition: .4s;
}

.tin_moi.mb-20 {
    margin-bottom: 25px;
}

.title_quytrinh h2 span {
    border: 1px solid #3dbcec;
    font-size: 22px;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    background: #3dbcec;
    position: relative;
}

.title_quytrinh h2 {
    position: relative;
    overflow: hidden;
}

.title_danhmuc h2 a {
    border: 1px solid #3dbcec;
    font-size: 22px;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    background: #3dbcec;
    position: relative;
}

.title_danhmuc h2 {
    position: relative;
    overflow: hidden;
}

.title_danhmuc h2 a:before,
.title_danhmuc h2 a:after {
    content: '';
    display: block;
    width: 502px;
    position: absolute;
    top: 15px;
    border-top: 1px solid #323232;
}

.title_danhmuc h2 a:before {
    right: 103%;
}

.title_danhmuc h2 a:after {
    left: 103%;
}

.tieudebaiviet a {
    color: #000;
    transition: .4s;
}

.tieudebaiviet a:hover {
    color: #3dbcec;
    transition: .4s;
}

.title_tinmoi {
    position: relative;
    overflow: hidden;
}

.title_tinmoi a {
    border: 1px solid #3dbcec;
    font-size: 20px;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    background: #3dbcec;
    position: relative;
}

.title_tinmoi a:before,
.title_tinmoi a:after {
    content: '';
    display: block;
    width: 130px;
    position: absolute;
    top: 15px;
    border-top: 1px solid #323232;
}

.title_tinmoi a:before {
    right: 104%;
}

.title_tinmoi a:after {
    left: 104%;
}

.news-area.tinmoi {
    padding: 20px 0px;
}

.tin_ngaunhien h4 a {
    color: #000;
    font-size: 18px;
    transition: .4s;
}

.tin_ngaunhien h4 a:hover {
    color: #3dbcec;
    transition: .4s;
}

.tin_ngaunhien {
    padding-bottom: 20px;
}

.tin_ngaunhien_tieude {
    padding: 10px 0px;
}

.tin_moi-thumb {
    padding-right: 0px !important;
}

.tin_xemnhieu {
    position: relative;
    padding-bottom: 48px;
}

.tin_xemnhieu_tieude {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px 15px;
}

.tin_xemnhieu_tieude h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.tin_xemnhieu_tieude h4 a {
    color: #FFF;
    letter-spacing: 1px;
    line-height: 25px;
    transition: .4s;
}

.tin_xemnhieu_tieude h4 a:hover {
    color: #3dbcec;
    transition: .4s;
}

.tenbvtrongkhung a {
    color: #FFF;
    transition: .4s;
}

.tenbvtrongkhung a:hover {
    color: #3dbcec;
    transition: .4s;
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay="dark-gradient"]::before {
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.dangkyhd {
    border: 1px solid #ccc;
}

.bvlt-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 1rem 0px;
    border-bottom: 1px solid #3dbcec;
}

.main-gui {
    background: #3dbcec !important;
}

.minheight-600 {
    min-height: 600px;
}

.margin-auto {
    margin: 0 auto;
}

.dangkyhd .d_send {
    border: none;
    border-radius: 5px;
}

.sibar_menu {
    top: 25px;
}

.color-main {
    color: #3dbcec;
}

@media (max-width: 991px) {
    .sibar_menu {
        display: none !important;
    }
}

.title_trangloai h2 {
    position: relative;
    overflow: hidden;
}

.title_trangloai h2 span {
    border: 1px solid #3dbcec;
    font-size: 20px;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    background: #3dbcec;
    position: relative;
}

.title_trangloai h2 span:before,
.title_trangloai h2 span:after {
    content: '';
    display: block;
    width: 299px;
    position: absolute;
    top: 15px;
    border-top: 1px solid #323232;
}

.title_trangloai h2 span:before {
    right: 103%;
}

.title_trangloai h2 span:after {
    left: 103%;
}

.title_chitiet {
    position: relative;
    overflow: hidden;
}

.title_chitiet span {
    border: 1px solid #3dbcec;
    font-size: 20px;
    padding: .375rem .75rem 0.2rem .75rem;
    color: #FFF;
    text-transform: uppercase;
    line-height: 2;
    background: #3dbcec;
    position: relative;
}

.title_chitiet span:before,
.title_chitiet span:after {
    content: '';
    display: block;
    width: 299px;
    position: absolute;
    top: 15px;
    border-top: 1px solid #323232;
}

.title_chitiet span:before {
    right: 101%;
}

.title_chitiet span:after {
    left: 101%;
}

.btn-xemthemtl {
    background: #3dbcec !important;
    border-color: #3dbcec !important;
    border-radius: 0px;
}

.page-item.active .page-link {
    background: #1863AD !important;
    border-color: #1863AD !important;
    color: #FFF;
    z-index: 1;
}

.pagination ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.pagination li a,
.pagination li span {
    background: #DDE8F3;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 15px 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.single-content h2:before {
    font-family: "font awesome 5 free";
    font-weight: 600;
    content: "\f276";
    margin-right: 10px;
    font-size: 23px;
    color: #0f489b;
}

.wap_menu {
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    background: #FFF;
}

.footer_reserved {
    border-top: 1px solid #FFF;
}

/*! ####################################################################### MeanMenu 2.0.7 -------- To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/) ####################################################################### */
@media (min-width: 993px) {
    .mobile-menu {
        display: none;
    }
}

@media (max-width: 992px) {
    #header .logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-menu .mean-nav ul li a img {
        display: none;
    }

    #menu-mb {}
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 99;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -27px;
    padding: 6px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 35px;
    width: 22px;
}

.mean-container a.meanmenu-reveal span {
    background: #000;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    background: #111;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid #363636;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 12px;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 10px 10%;
    text-shadow: none;
    visibility: visible;
    width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}

.transparent-header .mean-container a.meanmenu-reveal span {
    background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}

.header-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
}

/*-----------------------------------------Custom-----------------------------------------*/
.font-size-16 {
    font-size: 16px !important;
}

.color-main {
    color: #FFEA00;
}

@media(max-width:575px) {
    body {
        padding: 0 1px;
    }
}

/* Header */
#header .header-top div {
    justify-content: center;
}

.block-menu-mb {
    display: none;
}

@media (max-width: 992px) {
    .block-menu-mb {
        display: block;
        margin-top: 5px;
        z-index: 50;
        height: 50px;
    }

    .block-menu-mb .icon {
        z-index: 100;
    }

    .logo {
        display: none !important;
    }

    .menu-fixed {
        position: fixed !important;
        top: -5px;
        left: 0px;
        box-shadow: 0 0 3px #000;
    }
}

@media (min-width: 992px) {
    #header .header-top div {
        justify-content: space-between;
    }

    #header .header-top {
        padding: 10px 0px;
    }
}

.header__menu ul li {
    display: inline-block;
    position: relative;
}

.header__menu ul {
    margin: 0;
    padding: 10px 0px;
}

.header__menu ul li a {
    color: #000;
    padding: 10px;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .header__menu ul li a {
        font-size: 15px;
    }
}

.header__menu ul li a i {
    font-size: 10px;
    float: right;
    margin-top: 4px;
    padding-left: 10px;
}

.header__menu ul li:hover>a,
.header__menu ul li.active>a {
    background: #ffea00;
}

.header__menu ul li:hover>a::before,
.header__menu ul li.active>a::before {
    opacity: 1;
}

.header__menu ul li ul.submenu {
    width: 200px;
    position: absolute;
    top: 110%;
    left: 0;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header__menu ul li ul.submenu li {
    display: block;
    border-bottom: 1px solid #333;
}

.header__menu ul li ul.submenu li:last-child {
    border-bottom: 0;
}

.header__menu ul li ul.submenu li a {
    padding: 14px 12px;
    font-size: 13px;
}

.header__menu ul li ul.submenu li a:before {
    display: none;
}

.header__menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.header__menu ul li ul.submenu li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
}

.header__menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header__menu ul li:nth-child(1) img {
    bottom: -1px;
    left: 0px;
}

.header__right-icon {
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__right-icon.f-right {
        float: none;
    }
}

@media (max-width: 767px) {
    .header__right-icon.f-right {
        float: none;
    }
}

.header__right-icon {
    color: #000;
    font-size: 14px;
    margin-left: 30px;
    cursor: pointer;
}

.btn {
    background-color: #FFEA00;
    border: 1px solid;
    box-shadow: 0 0 0 4px #ffea00;
}

.bg-btn {
    border-radius: 5px;
}

/* ss1: banner*/
#ss1 .slogan {
    background: rgb(41 41 41 / 75%);
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    #ss1 .slogan {
        margin-top: 150px;
    }
}

#ss1 .slogan h2,
#ss1 .slogan h2 p {
    font-size: 45px;
}

@media(max-width: 480px) {

    #ss1 .slogan h2,
    #ss1 .slogan h2 p {
        font-size: 24px;
    }
}

#ss1 .slogan h2 {
    top: -85px;
    letter-spacing: 2px;
    text-shadow: 3px 3px #000000;
}

#ss1 .slogan hr {
    background-color: rgba(255, 234, 0, 0.55);
    height: 10px;
    width: 100%;
    top: -70px;
}

.form-dk,
.sidebar-right .form-dk {
    background: #FFFFFFc7;
    border-radius: 10px;
}

.form-dk h3 spin,
.sidebar-right .form-dk h3 spin {
    background-color: rgba(255, 234, 0);
}

.form-dk .input-group-addon,
.sidebar-right .form-dk .input-group-addon {
    padding: .5rem 1rem;
    background-color: #1863AD;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

#ss2 {
    background: url(../../frontend/images/bg1.png) no-repeat;
    background-size: cover;
    padding: 90px 0px;
    width: 100%;
    height: auto;
}

#ss2:after {
    content: "";
    background: rgba(24, 99, 173, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#ss2 .block-1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 70px 50px 70px;
}

@media(max-width: 767px) {
    #ss2 .block-1 {
        padding: 30px;
    }
}

#ss2 .block-1 h2,
#ss3 h2,
#ss5 h2,
#ss6 h2,
#ss7 h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
}

#ss2 .block-1 p {
    font-weight: normal;
    line-height: 17px;
}

#ss2 .block-1 i {
    font-size: 45px;
    background-color: #FFEA00;
    border-radius: 50%;
    border: 1px solid;
    box-shadow: 0 0 0 7px #FFEA00;
}

#ss2 .block-2 {
    padding: 100px 5% 30px 5%;
    width: 80%;
}

#ss2 .block-2 .item:first-child {
    padding: 50px 1rem;
}

#ss2 .block-2 .item:first-child div {
    border: 2px solid #FFEA00;
    border-radius: 10px;
    background-color: #292929eb;
    box-shadow: 0 0 0 15px #292929eb;
}

#ss2 .block-2 .item:first-child p {
    font-size: 32px;
    font-weight: bold;
}

#ss2 .block-2 .item:last-child {
    background-color: #292929eb;
    border-radius: 10px;
}

@media(max-width: 400px) {
    #ss2 .block-2 .item:first-child p {
        font-size: 23px;
    }
}

#ss2 .block-2 .item:first-child span {
    font-size: 24px;
    font-weight: bold;
}

#ss3 h2,
#ss5 h2,
#ss6 h2,
#ss7 h2 {
    margin: 70px 0;
}

#ss3 .block .item {
    border: 1px solid #DDE8F3;
    background-color: rgba(221, 232, 243, 0.55);
}

#ss3 .block .bg-white {
    background-color: #fff;
}

#ss3 .block .item .line {
    height: 2px;
}

#ss4 {
    background: url(../../frontend/images/bg2.png) no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

#ss4:after {
    content: "";
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#ss4 .item {
    z-index: 2;
}

@media (min-width: 992px) {

    #ss4 .item:nth-child(1),
    #ss4 .item:nth-child(2),
    #ss4 .item:nth-child(3) {
        border-right: 1px solid #fff;
    }
}

#ss4 .item p:nth-child(1),
#ss4 .item p span {
    font-size: 36px;
}

#ss5 {
    background: url(../../frontend/images/bg3.png) no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}

#ss5 .item img {
    border-radius: 10px;
}

#ss5 .item .info {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#ss5 .item .info span {
    line-height: 1px;
}

#ss6 {
    padding-bottom: 100px;
}

#ss6 .item:focus {
    outline: none;
}

#ss6 .item .bg-item {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#ss6 .item img {
    border-radius: 10px;
}

#ss6 .item h3,
#ss6 .item p {
    height: 90px;
}

#ss6 .slick-next {
    right: 30px;
    top: 45%;
    z-index: 100;
}

#ss6 .slick-next:before {
    content: '>';
    color: #fff;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: bold;
    opacity: 1;
    background-color: #00000066;
    -webkit-border-radius: 10px;
}

#ss6 .slick-prev {
    top: 45%;
    z-index: 100;
    left: 0px;
}

#ss6 .slick-prev:before {
    content: '<';
    color: #fff;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: bold;
    opacity: 1;
    background-color: #00000066;
    -webkit-border-radius: 10px;
}

#ss7 {
    background: url(../../frontend/images/bg4.png) no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

#ss7:after {
    content: "";
    background: rgb(41 41 41 / 85%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#ss7 #list-kh img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    cursor: pointer;
}

#ss7 #content-kh .item {
    background-color: #fff;
    border-radius: 15px;
}

@media(min-width: 1200px) {
    #ss7 #content-kh .item {
        margin: 20px 100px;
    }
}

#ss7 #list-kh div:focus {
    outline: none;
}

#ss7 #list-kh div:focus img {
    outline: none;
    border: 5px solid #ffea00;
}

#ss7 #content-kh .item:focus {
    outline: none;
}




.footer_reserved {
    background-color: #292929;
    margin-bottom: 52px;
}

@-webkit-keyframes glowing {
    0% {
        color: #fff;
    }

    50% {
        color: #ffffffa8;
    }

    100% {
        color: #ffffff00;
    }
}

@-moz-keyframes glowing {
    0% {
        color: #fff;
    }

    50% {
        color: #ffffffa8;
    }

    100% {
        color: #ffffff00;
    }
}

@-o-keyframes glowing {
    0% {
        color: #fff;
    }

    50% {
        color: #ffffffa8;
    }

    100% {
        color: #ffffff00;
    }
}

@keyframes glowing {
    0% {
        color: #fff;
    }

    50% {
        color: #ffffffa8;
    }

    100% {
        color: #ffffff00;
    }
}

#backtotop {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #3dbcec;
    color: #FFF;
    padding: 10px 15px;
    visibility: visible;
    z-index: 99;
}

@media (max-width:767px) {
    #backtotop {
        bottom: 55px;
    }
}

#btn-dk {
    position: fixed;
    bottom: 140px;
    left: 24px;
    width: 60px;
    height: 60px;
    flex-wrap: wrap;
    justify-content: center;
/*    align-content: center;*/
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px #ff9494;
    z-index: 100;
}

#btn-dk1 {
    position: fixed;
    bottom: 65px;
    left: 24px;
    width: 60px;
    height: 60px;
    flex-wrap: wrap;
    justify-content: center;
/*    align-content: center;*/
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px #ff9494;
    z-index: 100;
}

#btn-call {
    position: fixed;
    bottom: 80px;
    left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    background-color: #1d8235;
    box-shadow: 0 0 0 7px #1d8235;
    z-index: 100;
}

.contact-mb {
    border: 3px solid #e8e8e8;
    background: #19BF36;
    padding: 5px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}

.nn {
    -webkit-animation: glowing 1s infinite linear;
    -moz-animation: glowing 1s infinite linear;
    -o-animation: glowing 1s infinite linear;
    animation: glowing 1s infinite linear;
}

/*trang-loai*/
#banner-sub {
    background: url(../../frontend/images/banner-sub.webp) no-repeat;
    background-size: cover;
    /*padding:90px 0px;*/
}

@media (min-width: 992px) {
    #banner-sub {
        padding: 30px 0px;
        margin-bottom: 20px;
    }
}

#banner-sub:after {
    content: "";
    background: rgba(24, 99, 173, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#banner-sub h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#banner-sub .router span {
    font-size: 22px;
}

#banner-sub .router span:last-child span {
    font-size: 14px;
    text-transform: uppercase;
}

.search form input {
    border-radius: 5px;
    border: none;
}

.search button {
    border: none;
    right: 15px;
    top: 20px;
    background-color: #fff;
    cursor: pointer;
}

.archives .active-post img {
    border-radius: 10px;
}

/*side bar*/
@media (max-width: 991px) {
    .menu-sidebar {
        display: none;
    }
}

.sidebar-right .form-dk {
    border-radius: 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.menu-sidebar ul li {
    padding: 15px 30px;
    background-color: #DDE8F3;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-sidebar ul .sub-1 {
    padding: 15px 45px;
    font-weight: normal;
    text-transform: capitalize;
}

.menu-sidebar ul .sub-2 {
    padding: 15px 60px;
    font-weight: normal;
    text-transform: capitalize;
}

.menu-sidebar ul li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.menu-sidebar ul li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-sidebar>ul>li:nth-child(1),
.menu-sidebar>ul>li:nth-child(3),
.menu-sidebar>ul>li:nth-child(5),
.menu-sidebar>ul>li:nth-child(7),
.menu-sidebar>ul>li:nth-child(9) {
    background-color: #fff;
}

.menu-sidebar ul li a {
    color: #000;
    font-size: 23px;
}

@media(max-width: 1199px) {
    .menu-sidebar ul li a {
        font-size: 17px;
    }
}

.menu-sidebar ul li:hover {
    background-color: #1863AD;
    border-radius: 10px;
}

.menu-sidebar ul li:hover a {
    color: #fff;
}

.menu-sidebar ul .active_r {
    background-color: #1863AD !important;
    border-radius: 10px;
}

.menu-sidebar ul .active_r>a {
    color: #fff;
}

/*trang chi tiet*/
#single .content h1 {
    font-size: 34px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 44px;
}

.huydai {
    color: #fd5f72 !important;
    font-weight: bold;
}

/*Thẻ Hr sửa lại*/
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.huyfont {
    font-size: 22px !important;
}

/*Button địa chỉ*/
.snipbottom {
    padding-bottom: 11px;
}

.snip1582 {
    background-color: #1863AD;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'BenchNine', Arial, sans-serif;
    font-size: 1em;
    font-size: 22px;
    line-height: 1em;
    outline: none;
    padding: 12px 40px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.snip1582:before,
.snip1582:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.snip1582:before {
    border-color: #1863AD;
    border-top-width: 2px;
    left: 0px;
    top: -5px;
}

.snip1582:after {
    border-bottom-width: 2px;
    border-color: #1863AD;
    bottom: -5px;
    right: 0px;
}

.snip1582:hover,
.snip1582.hover {
    background-color: #1863AD;
}

.snip1582:hover:before,
.snip1582.hover:before,
.snip1582:hover:after,
.snip1582.hover:after {
    height: 100%;
    width: 100%;
}

.nenxanh {
    background-color: #e1f0ff;
    padding-right: 5px;
    padding-left: 5px;
}

/*nhap nháy của huy*/
@-webkit-keyframes my {
    0% {
        color: #ff0000;
    }

    50% {
        color: #5f1f1f;
    }

    100% {
        color: #ff0000;
    }
}

@-moz-keyframes my {
    0% {
        color: #ff0000;
    }

    50% {
        color: #5f1f1f;
    }

    100% {
        color: #ff0000;
    }
}

@-o-keyframes my {
    0% {
        color: #ff0000;
    }

    50% {
        color: #5f1f1f;
    }

    100% {
        color: #ff0000;
    }
}

@keyframes my {
    0% {
        color: #ff0000;
    }

    50% {
        color: #5f1f1f;
    }

    100% {
        color: #ff0000;
    }
}

.nnhuy {
    -webkit-animation: my 1000ms infinite;
    -moz-animation: my 1000ms infinite;
    -o-animation: my 1000ms infinite;
    animation: my 1000ms infinite;
}

.size16 {
    font-size: 20px !important
}

/* 7 */
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}



.cog{position:relative;float:right;top:-45px;cursor:pointer}.cog i{font-size:30px;color:#595084}.diemlb{position:relative;float:right;right:-5px;bottom:-4px;padding:4px;height:15px;width:15px;line-height:8px;border-radius:15px;text-align:center;color:#fff}.lb5{background:#008e2c}.lb4{background:#39e500}.lb3{background:#c2e500}.lb2{background:#e56a00}.lb1{background:#e50000}.lb0{background:red}.video-wrapper{position:relative}.video-wrapper>video{width:100%;vertical-align:middle}.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls{display:none}.box_img .id_play{opacity:0;-webkit-transition:opacity 1.2s,visibility 1.2s;transition:opacity 1.2s,visibility 1.2s}.box_img:hover .id_play{opacity:1;-webkit-transition:opacity 1.2s,visibility 1.2s;transition:opacity 1.2s,visibility 1.2s}.progress{height:5px;margin-bottom:0!important;overflow:hidden;background-color:#f5f5f5;margin-top:-5px;border-radius:0!important;-webkit-box-shadow:inset 0 1px 2px rgb(0 0 0 / 10%);box-shadow:inset 0 1px 2px rgb(0 0 0 / 10%)}.hide{display:none}.show{display:block}.flag{margin-top:-41px;display:inline-flex;margin-left:545px;position:absolute}.box-diem{width:100px;display:flex;height:10px;background:#000}.diem{width:20px;display:flex}.d5{background:#008e2c}.d4{background:#39e500}.d3{background:#c2e500}.d2{background:#e56a00}.d1{background:#e50000}.banner h1{color:#f6f6f6;font-size:30px;font-weight:450;line-height:1.3;margin:32px 0 23px;padding-bottom:12px;position:relative;display:inline-flex;margin-left:15px;font-family:system-ui}.jp-interface{position:relative;background-color:rgb(27 27 27 / 95%);width:100%;height:70px;overflow:hidden!important}.topbar_cauhoi{height:40px;background:#eee;text-align:center;font:400 14px/40px arial;color:#333;position:relative;margin-bottom:10px}.width_common{width:100%;float:left}.topbar_cauhoi .tg_lambai{position:absolute;left:10px;top:12px;font:700 14px arial}.topbar_cauhoi p{vertical-align:middle;display:inline-block;font:400 14px/40px arial}.ul{overflow:hidden;height:45px;background:#ededed;padding:8px 8px;border-radius:5px;cursor:pointer;border:1px solid #1d9ceb9e}ul{padding:0;margin:0!important}.selectVD{background:#00cdff}.ttright{margin-top:-3px}.scrollbar{float:left;height:589px;background:#fff;overflow-y:scroll;margin-bottom:25px;width:100%}.force-overflow{min-height:450px}.scrollbar-primary::-webkit-scrollbar{width:3px;background-color:#f5f5f5}.scrollbar-primary::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#4285f4}.scrollbar-primary{scrollbar-color:#4285f4 #f5f5f5}.scrollbar-danger::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}.scrollbar-danger::-webkit-scrollbar{width:3px;background-color:#f5f5f5}.scrollbar-danger::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#ff3547}.scrollbar-danger{scrollbar-color:#ff3547 #f5f5f5}.scrollbar-warning::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}.scrollbar-warning::-webkit-scrollbar{width:3px;background-color:#f5f5f5}.scrollbar-warning::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f80}.scrollbar-warning{scrollbar-color:#f80 #f5f5f5}.scrollbar-default{scrollbar-color:#2bbbad #f5f5f5}.scrollbar-secondary::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}.scrollbar-secondary::-webkit-scrollbar{width:3px;background-color:#f5f5f5}.scrollbar-secondary::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#a6c}.scrollbar-secondary{scrollbar-color:#a6c #f5f5f5}.jp-controls-holder{clear:both;position:relative;top:-37px}.jp-video .jp-type-single .jp-controls{width:78px}.jp-video .jp-type-playlist .jp-controls{width:134px;margin-left:172px}.jp-video .jp-controls{float:left}.jp-controls button{display:block;float:left;overflow:hidden;text-indent:-9999px;border:none;cursor:pointer}.jp-reload{background:url(https://taplai.com/img/box_icon_play.png) -113px -54px no-repeat}.jp-reload{width:48px;height:48px;margin-left:10px;margin-right:10px}.jp-play{width:48px;height:48px;margin-left:10px;margin-right:10px}.jp-play{background:url(https://taplai.com/img/box_icon_play.png) -56px -3px no-repeat}.jp-play:focus{background:url(https://taplai.com/img/box_icon_play.png) -56px -3x no-repeat}.jp-state-playing .jp-play{background:url(https://taplai.com/img/box_icon_play.png) -56px -55px no-repeat}.jp-state-playing .jp-play:focus{background:url(https://taplai.com/img/box_icon_play.png) -56px -55px no-repeat}.jp-seeking-bg{background:url(jplayer.blue.monday.seeking.gif)}.jp-current-time2,.jp-duration2{font-size:14px;margin-left:8px;margin-right:5px}.jp-current-time2{float:left;display:inline;cursor:default;color:#3f0}.jp-duration2{float:right;display:inline;text-align:right;cursor:pointer;color:#fff}.jp-video .jp-current-time2{margin-left:20px;margin-right:5px}.jp-video .jp-duration2{margin-right:0}.tinhhuongnguyhiem{margin-top:-10px;margin-bottom:10px;padding:5px;background:#f6d59a;padding-bottom:0;border-radius:10px;padding-left:10px}.sess_box{background:#cf9;padding:10px;padding-left:5px;box-shadow:rgb(0 0 0 / 40%) 0 0 10px;margin-bottom:2px;margin-top:2px;color:#0b07f3;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.btnhuy{background-color:#ffea00;border:1px solid;box-shadow:0 0 0 7px #ffea0000}.btn-primary{background-color:#20a9ff!important;border-color:#605e43!important;box-shadow:0 0 0 7px #ffea0000}

.menu-custom-600,
.menu-custom-120 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    color: white!important; /* Màu chữ trắng */
    text-decoration: none; /* Bỏ gạch chân */
}

.menu-custom-600 {
    background-color: #17a2b8;
}

.menu-custom-600:hover {
    background-color: #138496;
}

.menu-custom-120 {
    background-color: #dc3545;
}

.menu-custom-120:hover {
    background-color: #c82333;
}
