﻿/*!
 * style.css
 * Version - 1.0
 * Website: BicCMS2018
 * Author: HsL
 * Copyright (c) 2018 Bicweb.Vn
 */

/* #region GLOBAL*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=vietnamese');

@font-face {
    font-family: UTMAlbertaHeavy;
    src: url(fonts/UTM-Alberta-Heavy.ttf);
}

@font-face {
    font-family: UTMLinotypeZapfinoKT;
    src: url(fonts/UTM-LinotypeZapfino-KT.ttf);
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

html, body {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body {
    --hjc-color: #DE0800;
    --hjc-txt: #f9bb1d;
}

h1, h2, h3, h4, h5, h6 {
    color: unset;
    display: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    margin: 0;
    padding: 0;
    display: block;
}

a {
    color: #DE0800;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #f9bb1d;
        outline: none;
        -webkit-transition: all 100ms ease 0s;
        -moz-transition: all 100ms ease 0s;
        -o-transition: all 100ms ease 0s;
        transition: all 100ms ease 0s;
    }

ul {
    padding: 0;
    margin: 0;
}

.fw {
    float: left;
    width: 100%;
}

* {
    outline: none;
}

p {
    margin: 0;
}

/* #region Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Medium Desktop  */
@media (min-width:992px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Large Desktop  */
@media (min-width:1200px) {

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

figure {
    margin-bottom: 0;
}
/* #endregion Bootstrap Clearfix*/

/* #endregion GLOBAL*/

/* #region MEAN MENU*/
/* 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: none;
    float: right;
    margin-top: 0px;
    max-width: 480px;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: -40px;
    width: 35px;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 5px;
        margin-top: 5px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            background: #014EA2;
            float: left;
            position: relative;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 0 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
                line-height: 42px;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 0 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .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: 0 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 0 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 0 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 {
                margin-top: 1px;
                width: 25px;
                line-height: 18px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

.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;
}
/* #endregion MEANMENU*/

/* #region HEADER */
/*[class*="icon-"] {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(icon/icon-social.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 0;
}

.social .icon-zalo {
    background-position-x: -46px;
}

.social .icon-youtube {
    background-position-x: -92px;
}

.social .icon-gplus {
    background-position-x: -138px;
}

.social {
    display: flex;
    height: 36px;
}

    .social a {
        margin: 0 5px;
    }*/
/* Cài đặt chung cho các biểu tượng mạng xã hội */

.social a {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin-right:5px;
}

    .social a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        filter: invert(100%) brightness(0) sepia(100%) saturate(100%) hue-rotate(180deg);
    }

.social.social-footer a:after {
    filter: invert(100%);
}

.social.social-footer a.icon-zalo::after {
    filter: unset;
}

.social a.icon-fb::after {
    background-image: url('icon/icons/facebook.png');
}

.social a.icon-youtube::after {
    background-image: url('icon/icons/youtube.png');
}

.social a.icon-tiktok::after {
    background-image: url('icon/icons/tik-tok.png');
}

.social a.icon-zalo::after {
    background-image: url('icon/icons/zalo.png');
}



/*header*/
.header-content {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
}
/*header-right*/
.header-right {
    display: flex;
    align-items: center;
}
/* box search */
.box-search {
    border: 1px solid #dedede;
    width: 270px;
    margin-left: 40px;
    position: relative;
}

    .box-search .input-text {
        background: rgba(0, 0, 0, 0);
        padding: 7px 15px;
        width: 100%;
        border: none;
    }

    .box-search .search-button {
        background-image: url(icon/icon-search.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        border: none;
        padding: 0 22px;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        top: 0;
        height: 100%;
        cursor: pointer;
    }

.header-btn {
    display: none;
}
/*Menu*/
.h-menu .root-menu {
    display: flex;
    justify-content: center;
}

.root-menu a {
    display: block;
    position: relative;
}

.root-menu li {
    list-style: none;
}

.root-menu .item {
    position: relative;
}

.h-menu .lvItem, .h-menu .lvRoot {
    text-transform: uppercase;
    padding: 11px 20px 10px;
    margin: 0 7.5px;
    color: #fff;
}

.menu-primary {
    background: var(--hjc-color);
}

.h-menu .sub-menu {
    position: absolute;
    background: #fff;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.2s linear;
    /*opacity: 0;*/
    visibility: hidden;
    z-index: 9999;
    border-top: 3px solid #f9bb1d;
    border-radius: 4px;
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    top: 39px;
}

.h-menu .mega-menu .sub-menu {
    display: flex;
    left: 83%;
    transform: translate(-42%) rotateX(90deg);
    padding: 0 15px;
}

.h-menu .item.active {
    background: url(icon/icon-menu.png) no-repeat center left;
}

    .h-menu .item.active .lvItem, .h-menu .item.active .lvRoot {
        color: #f9bb1d;
    }

.h-menu .item:hover {
    background: #f9bb1d;
}

    .h-menu .item:hover .lvItem, .h-menu .item:hover .lvRoot {
        color: #fff;
    }

    .h-menu .item:hover .sub-menu {
        transform: rotateX(0deg);
        visibility: visible;
    }

.h-menu .item.mega-menu:hover .sub-menu {
    transform: translateX(-42%) rotateX(0deg);
}

.h-menu .sub-link {
    font-weight: bold;
    color: var(--hjc-color);
    padding: 6px 0 5px;
    border-bottom: 1px solid var(--hjc-color);
}

    .h-menu .sub-link:hover {
        color: orange;
    }

.h-menu .mega-menu .sub-link {
    text-transform: uppercase;
}

.h-menu .sub-item:last-child .sub-link {
    border-bottom: none;
}

.h-menu .mega-menu .sub-item:last-child .sub-link {
    border-bottom: 1px solid;
}

.h-menu .sub-item {
    width: 180px;
    padding: 0 15px;
}

.h-menu .sub-item-child a, .sidebar-menu .sub-link {
    padding: 9px 12px 7px;
    border-bottom: 1px dotted #ededed;
    position: relative;
}

.h-menu .sub-item-child:hover a {
    background: #f9bb1d;
}

    .h-menu .sub-item-child:hover a, .h-menu .sub-item-child:hover a::before {
        color: #fff;
    }

.h-menu .sub-item-child a::before, .sidebar-menu .sub-link::before {
    content: "•";
    color: #f9bb1d;
    position: absolute;
    left: 0;
    font-size: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.h-menu .sub-item-child:last-child a {
    border-bottom: 0;
}
/* #endregion HEADER*/

/* #region BANNER*/
/* owl dots */
.banner-home .bn-item {
    position: relative;
}

    .banner-home .bn-item img {
        width: 100%;
        object-fit: cover;
    }

.bn-item img {
    width: 100%;
}

.owl-dots {
    position: relative;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin-top: 20px;
}

    .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-dots .owl-dot span {
            backface-visibility: visible;
            background: rgba(0,0,0,0.2) none repeat scroll 0 0;
            border-radius: 30px;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0px 5px;
            transition: opacity 200ms ease 0s;
        }

        .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
            background: var(--hjc-color);
        }

.owl-prev, .owl-next {
    background: rgba(222,8,0,0.6);
    font-size: 35px;
    line-height: 60px;
    width: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    z-index: 100;
    color: #fff;
    border-radius: 50%;
}

    .owl-prev i {
        margin-left: -5px;
    }

    .owl-next i {
        margin-right: -5px;
    }

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.banner:hover .owl-prev, .banner:hover .owl-next {
    opacity: 1;
}

.banner:hover .owl-prev {
    left: 20px;
}

.banner:hover .owl-next {
    right: 20px;
}
/*.banner .owl-stage {
    transition: none !important;
}*/
.banner .animated {
    -webkit-animation-duration: 0ms !important;
    animation-duration: 0ms !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.banner .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
/* #endregion BANNER*/
/* #region HOME */
/*product-home*/
.phome-content .box-title {
    padding: 20px 0;
}

.phome-item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .phome-item figure:hover img {
        transform: scale(1);
    }

    .phome-item img {
        transform: scale(1.1);
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    }

.phome-title {
    padding: 0 20px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.phome-item .title {
    font-family: UTMAlbertaHeavy, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    padding: 8px 0 10px;
    border-bottom: 1px solid #dedede;
    display: block;
}

    .phome-item .title:hover {
        color: var(--hjc-color);
    }

.phdesc {
    padding: 5px 0;
}
/*article-home*/
.article-home {
    margin-bottom: 20px;
}

.arhome-items .n-item figure, .arhome-items .n-item .date,
.arhome-items .n-item .n-desc, .arhome-items .n-item .n-more {
    display: none;
}

.arhome-items .n-item.first figure, .arhome-items .n-item.first .date,
.arhome-items .n-item.first .n-desc, .arhome-items .n-item.first .n-more {
    display: block;
}

.arhome-content {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.arhome-title .text {
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0 7px;
    border-bottom: 1px dotted #dedede;
    display: block;
    font-weight: bold;
}

.arhome-items .n-item.first {
    margin-bottom: 0;
    padding: 20px 0 15px;
    border-bottom: 1px dotted #dedede;
    border-top: 1px dotted #dedede;
    margin-top: 1px;
    margin-bottom: 10px;
}

    .arhome-items .n-item.first figure {
        width: 41.2%;
    }

.arhome-items .n-item {
    margin-bottom: 5px;
}

    .arhome-items .n-item:nth-child(n+2) .title {
        font-size: 14px;
        font-weight: normal;
        padding-left: 15px;
    }

    .arhome-items .n-item:nth-child(n+2) .n-title .title:before {
        content: "ο";
        font-size: 13px;
    }
/*video-home*/
.video-home {
    padding: 15px 0 30px;
    background: url(images/bg-video.png) no-repeat center;
    background-size: cover;
}

.vhome-content {
    padding: 0 75px;
}

.video-home .items {
    margin-top: 20px;
}

.video-home .title {
    position: absolute;
    bottom: 75px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding: 10px;
    opacity: 0;
    display: none;
}

.video-home .owl-item {
    padding: 75px 0;
}

.video-home figure {
    transform: scale(1);
}

.video-home .icon-play {
    width: 60px;
    height: 60px;
    background-image: url(icon/icon-play.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-home .item {
    position: relative;
}

.video-home figure img, .video-home .title,
.video-home figure {
    transition: all 0.3s ease;
}

    .video-home figure.active img {
        filter: brightness(0.8);
    }

    .video-home .title.active {
        opacity: 1;
    }

.video-home .owl-item.center figure {
    transform: scale(2.27);
}

.video-home .owl-item.center .title {
    width: 200%;
    bottom: 0;
    font-size: 16px;
}
/*adv-home*/
.gold-price {
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 4px;
    text-align: center;
}

    .gold-price.hjc .tb-price {
        max-height: 475px;
        overflow-y: scroll;
    }

#bieudogia img {
    width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(136,136,136,0.2);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(136,136,136,0.5);
    }

.gold-price.detail-price .title a {
    background: #A78D61;
    text-transform: unset;
    padding: 5px 0;
}

.gold-price .title a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0 7px;
    background: var(--hjc-color);
    display: block;
    font-weight: bold;
}

.gold-price.detail-price .title a:hover {
    background: orange;
}

.gprice-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #f9bb1d;
    height: 36px;
}

.gprice-num {
    font-size: 25px;
    font-weight: bold;
    height: 45px;
}

.gold-price table {
    width: 100%;
}

.gold-price.hjc tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

.gold-price table td {
    border: 1px solid #fafafa;
    height: 35px;
}

.gold-price #flashcontent {
    width: 100% !important;
}

#gold_chart_box {
    padding: 5px;
}

    #gold_chart_box a {
        color: #fff;
        background: red;
        padding: 2px 5px;
        margin: 0 1px;
    }

#div_gold_24hour a {
    margin: 0 10px;
}

.date-adv {
    display: none;
}

.gold-price.hjc tr td.gprice-dv {
    text-align: center;
    background: #A78D61;
    color: #fff;
    padding: 10px 0;
}
/* #endregion HOME*/
/* #region ARTICLE */
.n-item {
    display: flex;
    margin-bottom: 30px;
}

    .n-item figure {
        border-radius: 4px;
        flex-shrink: 0;
        overflow: hidden;
        width: 34.5%;
        margin-right: 30px;
    }

        .n-item figure:hover img {
            transform: scale(1.1);
        }

        .n-item figure img {
            width: 100%;
            transition: all 400ms ease-out 0ms;
            object-fit: cover;
        }

    .n-item .n-title {
        margin-bottom: 5px;
        position: relative;
        margin-top: -3px;
        overflow: hidden;
    }

        .n-item .n-title a {
            color: #222222;
            display: block;
            font-size: 20px;
            line-height: 1.4;
        }

            .n-item .n-title a:hover {
                color: var(--hjc-color);
            }

    .n-item .n-text {
        position: relative;
    }

.n-desc {
    color: #222;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
}

.n-item .n-desc {
    line-height: 1.7;
    color: #a0a0a0;
}

.n-desc td {
    border: 1px solid #ccc;
    padding: 5px;
}

.n-desc ul {
    margin-left: 20px;
}

.n-desc li {
    list-style-position: inside;
}

.n-desc iframe {
    max-width: 100%;
}

.n-desc img {
    max-width: 100%;
}

.n-desc h1, .n-desc h2, .n-desc h3,
.n-desc h4, .n-desc h5, .n-desc h6 {
    color: #000;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.n-desc h1, .n-desc h2, .n-desc h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.n-desc h4, .n-desc h5, .n-desc h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.n-desc h1 {
    font-size: 36px;
    margin: .67em 0;
}

.n-desc h2 {
    font-size: 30px;
}

.n-desc h3 {
    font-size: 24px;
}

.n-desc h4 {
    font-size: 18px;
}

.n-desc h5 {
    font-size: 12px;
}

.n-desc h6 {
    font-size: 6px;
}

.n-more {
    padding: 4px 20px 5px;
    color: var(--hjc-color);
    background: #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 5px;
}

    .n-more:hover {
        background: var(--hjc-color);
    }

.date {
    display: block;
    margin-bottom: 5px;
}

    .date span {
        font-size: 13px;
        display: inline-block;
        font-style: italic;
        background: url(icon/icon-date.png) no-repeat left center;
        padding-left: 25px;
        color: var(--hjc-color);
    }

.article-listing .pager.paged {
    text-align: left;
}
/*article detail*/
.page-content.page-article {
    padding: 40px 0 30px;
    font-family: 'Open sans', sans-serif;
}

.article-detail .date {
    margin-bottom: 10px;
}

.article-detail .n-title h1 {
    font-size: 25px;
}

.article-detail .n-desc {
    font-family: Open Sans;
    font-size: 15px;
    margin-top: 15px;
}

.article-detail .DivbtLike {
    margin-top: 30px;
    margin-bottom: 20px;
}
/*article-ref*/
.article-ref .related-title {
    padding: 20px 0 10px;
    border-bottom: none;
}

    .article-ref .related-title .text {
        color: #222;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: bold;
        color: var(--hjc-color);
    }

.article-ref .related-content ul {
    list-style: none;
}

    .article-ref .related-content ul li {
        padding: 11px 0 10px 15px;
        position: relative;
        border-bottom: 1px dotted #dedede;
    }

        .article-ref .related-content ul li:last-child {
            border-bottom: none;
        }

        .article-ref .related-content ul li:before,
        .arhome-items .n-item:nth-child(n+2) .title:before {
            color: var(--hjc-color);
            content: "•";
            font-size: 26px;
            left: 0;
            position: absolute;
            top: 0;
        }

        .article-ref .related-content ul li a {
            color: #222;
        }

            .article-ref .related-content ul li a:hover {
                color: var(--hjc-color);
            }

        .article-ref .related-content ul li .date {
            border: medium none;
            color: #988461;
            font-size: 12px;
            position: static;
            text-transform: none;
            white-space: nowrap;
        }
/*He thong phan phoi*/
.htpp-content {
    display: flex;
}

.http-menu {
    flex-shrink: 0;
    margin-right: 30px;
    background: url(images/bg-menuhttpp.png) no-repeat top left;
}

    .http-menu .root-menu a {
        font-size: 15px;
        color: #000;
        padding: 10px 20px;
        border-bottom: 1px solid #dedede;
    }

        .http-menu .root-menu .item.active .lvItem, .http-menu .root-menu a:hover {
            background: var(--hjc-color);
            color: #fff;
            border-bottom: 1px solid transparent;
        }

.http-list {
    width: 100%;
}

.fillter-control {
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    width: 100%;
}

    .fillter-control .box-search {
        float: left;
        margin-left: 0;
    }

        .fillter-control .box-search .input-text {
            background: #fff;
        }

    .fillter-control .control-item {
        align-items: center;
        display: flex;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        position: relative;
        text-align: right;
        width: auto;
        padding: 0;
    }

        .fillter-control .control-item .label {
            color: #10123a;
            font-size: 14px;
            font-weight: 400;
            margin-right: 10px;
            width: 80px;
            text-align: left;
        }

        .fillter-control .control-item .input {
            background: #fff;
            width: 300px;
            position: relative;
        }

            .fillter-control .control-item .input::before {
                border-left: 1px solid #e5e5e5;
                color: #222222;
                content: "";
                display: block;
                font-family: FontAwesome;
                font-size: 15px;
                line-height: 35px;
                position: absolute;
                right: 0;
                text-align: center;
                width: 35px;
            }

        .fillter-control .control-item select {
            -moz-appearance: none;
            -webkit-appearance: none;
            background: none;
            border: 1px solid #ffffff;
            color: #101239;
            font-weight: 300;
            height: 35px;
            outline: medium none;
            padding: 3px 30px 3px 15px;
            position: relative;
            width: 100%;
        }

            .fillter-control .control-item select option {
                background: #fff;
                border: medium none;
            }

.shop-list-item {
    overflow: hidden;
    max-height: 360px;
    overflow-y: scroll;
}

.shop-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

    .shop-item:last-child {
        /*border: medium none;*/
    }

    .shop-item .shop-title {
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 16px;
    }

.si-content {
    display: flex;
}

.shop-item .shop-image {
    width: 120px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
    cursor: pointer;
}

.shop-item.info-map .shop-image {
    display: block;
}

.shop-item address {
    margin: 0;
}

    .shop-item address > div {
        margin-bottom: 10px;
        /*display: flex;
    padding-left: 40px;
    position: relative;
    min-height: 30px;
    align-items: center;*/
    }

.shop-item ul li {
    list-style: none;
    margin-bottom: 10px;
}

.shop-item address > div .txt {
    font-weight: 700;
}

.shop-list .pager.paged {
    text-align: left;
}

.shop-map .map {
    height: 366px;
    margin-bottom: 30px;
}
/*.shop-map {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-y: scroll;
    background: rgba(0,0,0,0.65);
    visibility: hidden; 
    z-index: -1;
}
.shop-map.active {
    visibility: visible;
    z-index: 9999;
}
.shop-map .map-input {
    margin: auto;
    margin-top: 5%;
    max-width: 800px;
    position: relative;
}
.btn-closed {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    background: #000;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    right: -20px;
    top: -15px;
}*/
/* #endregion ARTICLE*/
/* #region PRODUCT */
/*product-list*/
.p-item figure:hover img {
    transform: scale(1.1);
}

.p-item img {
    transition: all 0.4s ease;
}

.p-item .item-box {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.p-item .title {
    text-align: center;
    padding: 15px 0 13px;
    border: 1px solid #dedede;
    /*border-top: none;*/
}

    .p-item .title .p-title {
        font-size: 17px;
        text-transform: uppercase;
        color: #222;
    }

.p-item .p-title:hover {
    color: orange;
}

.price-box {
    color: var(--hjc-color);
}

ins {
    text-decoration: none;
}
/*product-detail*/
.product-detail {
    font-family: 'Open sans', sans-serif;
}

.product-top {
    display: flex;
}

.gallery_image {
    max-width: 430px;
    flex-shrink: 0;
}

.product-info {
    padding-left: 40px;
}

    .product-info .title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
    }

    .product-info .group {
        line-height: 1.7;
    }

.desc {
    line-height: 1.5;
}

.product-info .desc {
    margin-top: 10px;
    padding: 15px 0 20px;
    border-top: 1px dotted #dedede;
}

.product-info .readmore {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: url(icon/icon-cart.png) no-repeat 4px center;
    background-color: var(--hjc-color);
    padding: 9px 20px 10px 43px;
}

    .product-info .readmore:hover {
        background-color: orange;
    }

.full-info .info-title {
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--hjc-color);
    padding: 35px 0 12px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 12px;
}
/*related-product*/
.related-product .box-title .text {
    padding: 25px 0 10px;
}
/* #endregion PRODUCT*/

/* #region SIDEBAR */
[class*="sidebar-"] {
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #DE0800;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.widget-title .text {
    font-weight: 700;
    font-size: 16px;
    color: #DE0800;
    text-transform: uppercase;
    padding: 8px 0 5px;
    display: block;
    border-bottom: 1px solid #dedede;
}
/*sidebar-menu*/
.sidebar-menu {
    overflow: unset;
}

    .sidebar-menu .sub-menu {
        position: absolute;
        right: -40px;
        z-index: 9999;
        top: -45px;
        transform: translateX(100%) rotateY(90deg);
        transform-origin: left;
        border-left: 3px solid #f9bb1d;
        border-radius: 4px;
        box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
        background: #fff;
        width: 200px;
        padding: 0 15px;
        visibility: hidden;
        transition: all 0.2s linear;
    }

        .sidebar-menu .sub-menu::before {
            content: "";
            border-top: 7px solid transparent;
            border-right: 7px solid #f9bb1d;
            border-bottom: 7px solid transparent;
            left: -9px;
            position: absolute;
            top: 72px;
            transform: translate(0,-100%);
        }

    .sidebar-menu .item:hover .sub-menu {
        transform: translateX(100%) rotateY(0);
        visibility: visible;
    }

    .sidebar-menu .root-menu .lvRoot,
    .sidebar-menu .root-menu .lvItem {
        padding: 10px 0 10px 20px;
        margin-bottom: 0;
        background: url(icon/icon-lmenu.png) no-repeat center left;
    }

        .sidebar-menu .root-menu .lvRoot:hover,
        .sidebar-menu .root-menu .lvItem:hover {
            background: #f9bb1d url(icon/icon-lmenuhover.png) no-repeat center left;
            color: #fff;
        }

    .sidebar-menu .item {
        border-top: 1px dotted #ededed;
    }

        .sidebar-menu .item:first-child {
            border-top: 0;
        }

    .sidebar-menu .root-menu a {
        color: #222;
    }

        .sidebar-menu .root-menu a:hover {
            color: var(--hjc-color);
        }
/*sidebar-product*/
.sidebar-product .p-item {
    display: flex;
}

    .sidebar-product .p-item figure {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .sidebar-product .p-item img {
        object-fit: cover;
        border-radius: 4px;
    }

.sidebar-product .p-item {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px dotted #dedede;
}

    .sidebar-product .p-item:last-child {
        border-bottom: none;
    }

.sidebar-product .p-title {
    text-align: left;
    text-transform: none;
    max-height: 63px;
    overflow: hidden;
    display: block;
    color: #222;
    margin-bottom: 5px;
}

.sidebar-product .price-box a, .sidebar-product ins {
    font-weight: 700;
}

.sidebar-product del {
    display: none;
}

.sidebar-product .price-box span {
    color: #222;
}

.sidebar-product .price-box .plh {
    display: none;
}

.sidebar-product ins {
    color: var(--hjc-color);
    font-size: 16px;
}
/*sidebar-video*/
.widget-content {
    margin-top: 15px;
    text-align: center;
}

    .widget-content iframe {
        width: auto;
    }

.video-title a {
    background: url(icon/icon-youtube.png) no-repeat center left;
    padding: 11px 0 10px 40px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    display: block;
    max-height: 63px;
    overflow: hidden;
    color: #222;
}

    .video-title a:hover {
        color: var(--hjc-color);
    }
/*sidebar-article*/
.sidebar-article .n-item figure {
    width: 80px;
    height: 60px;
    margin-right: 15px;
}

.sidebar-article img {
    height: 100%;
}

.sidebar-article .n-item {
    border-bottom: 1px dotted #dedede;
}

    .sidebar-article .n-item:last-child {
        border-bottom: none;
    }

.sidebar-article .n-item {
    margin-bottom: 0;
    padding: 15px 0;
}

.sidebar-article .title {
    display: block;
    color: #222;
    font-size: 14px;
    text-align: left;
    margin-top: -3px;
    line-height: 1.4;
    max-height: 60px;
    overflow: hidden;
}

.sidebar-article .n-item .n-desc {
    height: 65px;
    overflow: hidden;
    margin-top: -5px;
}
/* #endregion SIDEBAR*/

/* #region GALLERY */
.page-content.page-gallery {
    padding: 40px 0 35px;
}

.page-gallery .gd_grids {
    margin: 0 -5px;
}

.gd_article__gallery {
    text-align: center;
}

.gd_filter_button_group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 25px;
}

    .gd_filter_button_group a.btn {
        background: #bc8c3a;
        border-radius: 2px;
        box-shadow: 0 0 0;
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        padding: 8px 25px;
        text-align: center;
        text-transform: uppercase;
    }

        .gd_filter_button_group a.btn::after, .gd_filter_button_group a.btn::before {
            content: "";
            display: none;
            height: 50%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        .gd_filter_button_group a.btn::after {
        }

        .gd_filter_button_group a.btn::before {
        }

        .gd_filter_button_group a.btn.active, .gd_filter_button_group a.btn:hover {
            background: Orange;
            color: #ffffff;
            text-shadow: none;
        }

            .gd_filter_button_group a.btn.active::after, .gd_filter_button_group a.btn:hover::after, .gd_filter_button_group a.btn.active::before, .gd_filter_button_group a.btn:hover::before {
                display: block;
            }

.gd_grids .gd_item {
    float: left;
    padding: 5px;
    width: calc(100%/3);
}

    .gd_grids .gd_item .item-box {
        position: relative;
    }

    .gd_grids .gd_item figure {
        position: relative;
    }

.g-title {
    background: rgba(73, 41, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #ffe9a4;
    display: block;
    font-size: 16px;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 300ms ease-in 0ms;
}

.gd_grids .gd_item .controls {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 300ms ease-in 0ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .gd_grids .gd_item .controls a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

.controls .view, .controls .play {
    content: "";
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    width: 45px;
    height: 45px;
}

.gd_grids .gd_item .controls .view {
    background: rgba(0, 0, 0, 0) url("icon/icon-zoom.png") no-repeat scroll 0 0;
}

.gd_grids .gd_item .controls .play {
    background: rgba(0, 0, 0, 0) url("icon/icon-play.png") no-repeat center;
    padding-left: 5px;
}

.gd_grids .gd_item .controls h3.gd_item__title {
    display: block;
    font-size: 16px;
    padding: 7px 30px;
    width: 100%;
    line-height: 1.5;
    font-weight: 600;
    color: var(--hjc-color);
    background: none;
    position: relative;
    bottom: unset;
    text-align: center;
    max-height: 85px;
    overflow: hidden;
}

.gd_grids .gd_item:hover .controls {
    opacity: 1;
}

.gd_grids .gd_item:hover .g-title {
    transform: scale(0);
}

.gd_grids .gd_item__image img {
    width: 100%;
    object-fit: cover;
}

.gd_grids .gd_item:hover .gd_item__image img {
}

.btn-view.readmore {
    border: none;
    padding: 8px 24px;
    margin-top: 30px;
}
/*Popup gallery*/

.gd_ajax__gallery_box {
    position: fixed;
    background: rgba(0,0,0,0.65);
    width: 100vw;
    display: none;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
}

.gd_ajax__gallery_wr {
    max-width: 920px;
    width: 68%;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.gd_ajax__gallery_title {
    display: none;
}

.gd_ajax__gallery_image {
    width: 100%;
    float: left;
    /*max-height: 450px;*/
    overflow: hidden;
}

    .gd_ajax__gallery_image img {
        max-width: 100%;
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        max-height: 450px;
        /*object-fit: contain;*/
        display: block;
    }

.gd_ajax__gallery_thumbs {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .gd_ajax__gallery_thumbs .owl-item {
        opacity: 0.65;
    }

        .gd_ajax__gallery_thumbs .owl-item.center, .gd_ajax__gallery_thumbs .owl-item:hover {
            opacity: 1;
            cursor: pointer;
        }

.gd_ajax__gallery_box .btn-close {
    position: absolute;
    width: 45px;
    padding: 0 0 6px;
    background: #ce9b43;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    right: -45px;
    top: 0;
}

.gd_ajax__gallery_box .download {
    display: block;
    top: 40px;
    right: 40px;
    position: absolute;
    background: url(icon/btn_download.png) no-repeat center center;
    width: 81px;
    height: 20px;
}


.gd_ajax__gallery_thumbs .owl-prev, .gd_ajax__gallery_thumbs .owl-next {
    align-items: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    font-size: 25px;
    justify-content: space-around;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
}

.gd_ajax__gallery_thumbs .owl-prev {
    left: 0;
}

.gd_ajax__gallery_thumbs .owl-next {
    right: 0;
}

.gd_ajax__gallery_thumbs:hover .owl-prev, .gd_ajax__gallery_thumbs:hover .owl-next {
    opacity: 1;
    visibility: visible;
}
/* #endregion GALLERY*/

/* #region CONTACT */
.page-contact {
    font-family: 'Open sans',sans-serif;
}

.contactInfo {
    position: relative;
    overflow: hidden;
}

    .contactInfo .contact-info {
        background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
        position: absolute;
        top: 50%;
        left: 50px;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        transform: translateY(-50%);
        border-radius: 4px;
    }

        .contactInfo .contact-info a {
            color: #fff;
        }

.caption-text.text-contact .text {
    padding: 40px 0 35px;
    letter-spacing: 0;
}

.contact-content {
    padding-left: 10px;
    margin-bottom: 10px;
    background: var(--hjc-color);
    height: 90px;
    max-width: 380px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

    .contact-content:last-child {
        margin-bottom: 0;
    }

    .contact-content [class*="content-"] {
        height: 60px;
        display: flex;
        align-items: center;
        padding-left: 75px;
        padding-right: 20px;
        background: url(icon/icon-lienhe.png);
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 0;
    }

    .contact-content .content-where {
    }

    .contact-content .content-phone {
        background-position-y: -100px;
    }

    .contact-content .content-mail {
        background-position-y: -200px;
    }

.box-title.contact-title .text {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contactForm {
    width: 71%;
    margin: auto;
    overflow: hidden;
}

    .contactForm .form-group {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .contactForm .control-label {
        display: none;
    }

    .contactForm .input-text input, .contactForm .input-text textarea {
        width: 100%;
        padding: 6px 20px;
        border: 1px solid #e5e5e5;
        font-size: 14px;
    }

        .contactForm .input-text input[type="text"] {
            height: 43px;
        }

        .contactForm .input-text input:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        }

        .contactForm .input-text input::placeholder {
            color: rgba(0,0,0,1);
        }

        .contactForm .input-text input::-webkit-input-placeholder::after {
            content: "*";
            color: red;
            visibility: visible;
            float: right;
        }

    .contactForm .form-group.ct-content {
        width: 100%;
    }

    .contactForm .input-text textarea {
        height: 160px;
        border-radius: 0;
    }

        .contactForm .input-text textarea::placeholder {
            color: rgba(0,0,0,1);
        }

    .contactForm .form-group.btn-contact {
        width: 100%;
    }

    .contactForm .btn-contact .btn-primary {
        padding: 10px 20px 9px 49px;
        background: url(icon/icon-send.png) no-repeat 4px center;
        background-color: var(--hjc-color);
        border: none;
        border-radius: 25px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 700;
    }

        .contactForm .btn-contact .btn-primary:hover {
            background-color: orange;
        }

.map {
    height: 390px;
    border-radius: 4px;
}

.RadAjax.RadAjax_Default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
/* #endregion CONTACT*/

/* #region FOOTER */
/*main-footer*/
.main-footer {
    background: var(--hjc-color);
    padding: 30px 0 20px;
    color: #fff;
}

    .main-footer a {
        color: #fff;
    }

        .main-footer a:hover {
            color: var(--hjc-txt);
        }

.footer-content {
    display: flex;
    justify-content: space-between;
}

.fi-text span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .fi-text span:first-child {
        margin-top: 15px;
    }

.fi-text [class*="icon-"] {
    width: 30px;
    height: 30px;
    background-image: url(icon/icon-info.png);
    margin-right: 10px;
}

.fi-text .icon-email {
    background-position-y: -40px;
}

.fi-text .icon-phone {
    background-position-y: -80px;
}

.fi-text a {
    margin-left: 3px;
}
/*footer-menu*/
.footer-menu .root-menu {
    display: flex;
}

.footer-menu .lvRoot, .footer-menu .lvItem, .ffb-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-menu .lvRoot, .footer-menu .lvItem {
    margin-bottom: 20px;
}

.ffb-title {
    margin-bottom: 17px;
}

.footer-menu .sub-link, .sidebar-menu .lvRoot, .sidebar-menu .lvItem {
    margin-bottom: 15px;
    background: url(icon/icon-fmenu.png) no-repeat center left;
    padding-left: 20px;
    white-space: nowrap;
}

.footer-menu .item:first-child {
    margin-right: 90px;
}

.footer-fb {
    width: 270px;
}
/*copyright*/
figure {
    overflow: hidden;
}

.footer {
    text-align: center;
    padding: 11px 0 10px;
    font-size: 13px;
}

.design a {
    color: #222;
}

.copyright-content span {
    display: inline-block;
}
/* #endregion FOOTER*/

/* #region OTHER */
.img-editor, iframe {
    max-width: 100%;
}

.adv-home {
    text-align: center;
}

.page-content {
    padding: 40px 0 10px;
}

.navigate-container {
    position: relative;
}

.nav_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.nav_title h1 {
    font-family: UTMLinotypeZapfinoKT;
    font-size: 80px;
    display: block;
    text-transform: capitalize;
    text-align: center;
}

.DivbtLike {
    display: flex;
}

    .DivbtLike [class*="bt"] {
        margin-right: 5px;
    }

        .DivbtLike [class*="bt"]:last-child {
            margin-right: 0;
        }

.readmore {
    border-radius: 30px;
    display: inline-block;
}
/*title*/
.box-title {
    text-align: center;
}

    .box-title .text {
        font-family: UTMLinotypeZapfinoKT;
        display: inline-block;
        font-size: 80px;
        color: var(--hjc-color);
        text-transform: capitalize;
    }
/* navigate */
.navigate {
    font-size: 14px;
}

    .navigate ol {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 999;
        justify-content: center;
    }

        .navigate ol li {
            list-style: none;
        }

            .navigate ol li a {
                color: #fff;
            }
/* div page */
.divPage {
    width: 100%;
}

.pager.paged {
    margin: 0;
    text-align: center;
}

.pager a.num {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 13px;
    border: 1px solid #dedede;
    color: #000;
    margin-bottom: 30px;
}

    .pager a.num.select, .pager a.num:hover {
        background: var(--hjc-color);
        color: #fff;
        border: 1px solid var(--hjc-color);
    }

span.highlight {
    background: #40c0f1;
    display: inline;
}

#back-to-top a {
    background: url(icon/icon-backtop2.png) no-repeat center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 999;
    font-size: 0;
    /*opacity: 0.5;*/
}
/*#back-to-top a:hover {
    background: #005a8c none repeat scroll 0 0;
}*/
/*video-popup*/
.video-link {
    cursor: pointer;
}

.video-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    overflow-y: scroll;
    background: rgba(0,0,0,0.65);
    visibility: hidden;
}

    .video-popup.active {
        visibility: visible;
    }

.video-wrap {
    max-width: 750px;
    width: 50%;
    position: absolute;
    top: 15%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.btn-closed {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    background: #000;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    right: -20px;
    top: -15px;
}

.video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}
/*call-bar*/
.call-bar {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 13px;
    z-index: 9999;
    /*opacity: 0.5;*/
}

    .call-bar a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 35px;
        text-align: center;
        border-radius: 50%;
        background: rgba(222,8,0,0.6);
        color: #fff;
    }

        .call-bar a:before,
        .call-bar a:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid rgba(222,8,0,0.6);
        }

        .call-bar a:before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .call-bar a:after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

        .call-bar a:hover:before,
        .call-bar a:hover:after {
            -webkit-animation: none;
            animation: none;
            display: none;
        }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}
/* #endregion OTHER*/
#bieudogia iframe {
    width: 100%;
    height: 410px;
}

    #bieudogia iframe #div_info_chart {
        display: none;
    }

/*Ring alo phone*/
.hotline_mobile {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background: #e5e5e5;
    width: 100%;
    display: block;
    z-index: 1000;
}

.fone {
    font-size: 18px;
    padding-left: 45px;
    margin: 0;
    line-height: 2.1em;
    font-weight: 800;
}

    .fone a {
        color: #1CB2ED;
    }

.tel {
    border: 1px solid #e5e5e5;
}

.ring-alo-ph-circle, .ring-alo-phone {
    background-color: transparent;
    position: absolute;
}

.ring-alo-phone {
    cursor: pointer;
    height: 55px;
    transition: visibility .5s ease 0s;
    visibility: hidden;
    width: 55px;
    z-index: 9999;
    left: -10px;
    bottom: 31px;
}

    .ring-alo-phone.ring-alo-show {
        visibility: visible;
    }

    .ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
        opacity: 1;
    }

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    border: 2px solid rgba(30,30,30,.4);
    border-radius: 100%;
    height: 70px;
    left: 20px;
    opacity: .1;
    top: 26px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 70px;
}

.ring-alo-ph-circle-fill, .ring-alo-ph-img-circle {
    height: 50px;
    left: 30px;
    position: absolute;
    top: 36px;
    transform-origin: 50% 50% 0;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: red;
    opacity: .5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #ffc300;
    opacity: .5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #1CB2ED;
    opacity: .5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    opacity: .1;
    transition: all .5s ease 0s;
    width: 60px;
    height: 60px;
    left: 25px;
    top: 31px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    opacity: .75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117,235,80,.5);
    opacity: .75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    opacity: .75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    opacity: 1;
    width: 50px;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #1CB2ED;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #ffc300;
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg);
    }

    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg);
    }

    100% {
        opacity: .6;
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-img-anim {
    0%,100%,50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%,30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0%,100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg);
    }

    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.ring-alo-ph-img-circle a i {
    width: 50px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block;
}
