@charset "UTF-8";
@font-face {
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/materialicons/v51/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
    }

    .material-icons {
        font-family: material icons;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        float: left;
        margin-right: 5px;
        color: #7A3E0C;
        margin-right: 16px;
    }

    img {
        width: 100%;
        height: auto;
    }
    /* Scss Document */

@font-face {
    font-family: Averta;
    src: url(../fonts/Averta-Regular.otf);
}

@font-face {
    font-family: 'Merriweather', serif;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
}
@font-face {
    font-family: UTMAVO;
    src: url(../fonts/UTMAvo.ttf)
}

@font-face {
    font-family: UTMAVOBOL;
    src: url(../fonts/UTMAvoBold.ttf)
}

@font-face {
    font-family: UTMDINHTRAN;
    src: url(../fonts/UTMDINHTRAN.ttf)
}

@font-face {
    font-family: UTMCAFETA;
    src: url(../fonts/UTMCAFETA.ttf)
}

@font-face {
    font-family: UTMBRYANT;
    src: url(../fonts/UTMBRYANT.ttf)
}

@font-face {
    font-family: UTMDUEPUNTOZERO;
    src: url(../fonts/UTMDUEPUNTOZERO.ttf)
}

header,
article,
footer {
    font-family: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    position: relative;
}

a,
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
    -webkit-transition: 0.2s, color 0.2s;
    transition: 0.2s, color 0.2s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: ease, ease;
    transition-timing-function: ease, ease;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    color: #333;
}

a:hover {
    color: #B55B0E !important;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.bottom-right-0 {
    bottom: 0;
    right: 0;
}

.bottom-left-0 {
    bottom: 0;
    left: 0;
}

.top-left-0 {
    top: 0;
    left: 0;
}

.fix-text {
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-text2 {
    display: -webkit-box;
    line-height: 1.38;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-text3 {
    display: -webkit-box;
    line-height: 1.38;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-text4 {
    display: -webkit-box;
    line-height: 1.38;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-text5 {
    display: -webkit-box;
    line-height: 1.38;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-merri {
    font-family: 'Merriweather', serif;
}

.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counter:after {
    content: " lượt đăng ký";
    color: white;
    padding-right: 50px;
}

.thumb-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-5x3 {
    padding-bottom: 56%;
}

.thumb-5x4 {
    padding-bottom: 66.67%;
}

.bg-base {
    background-color: #fff8f2;
}

.bg-base1 {
    background: white
}

.bg-white {
    background-color: white;
}

.bg-darkred {
    background-color: #21c9f6;
}

.bg-gradient {
    background-image: linear-gradient(270deg, #B55B0E 0%, #df9c19 100.06%);
}

.bg-gold {
    background: #E5B764;
}
.bg-about{
    background: url("../images/bg_about.jpg?v=1.1") no-repeat;
    background-size: cover;
}
.text-about h2, .text-about p{
    font-family: UTMDINHTRAN;
    color: #fff;
}
.text-about h2{
    font-size: 55px;
}
.text-about p{
    font-family: Averta;
    font-size: 17px; line-height: 23px;
    margin-bottom: 12px;
}
.w-1120 {
    max-width: 1120px;
}

.w-1142 {
    max-width: 1142px;
}

.bg-opacity {
    background-color: rgba(220, 220, 220, 0.7);
}

.text-darkdarkred {
    color: #273D52;
}

.text-lightgray {
    color: #828282;
}

.text-brown,
.section-title a {
    color: darkred;
}

.sun_bavang {
    width: 85px;
    height: 85px;
    background-image: url(../images/chuaphuongdan.png);
    background-size: contain;
    border-radius: 60px;
    margin-right: 7px;
}

.fix_top {
    display: flex;
    align-items: center;
}

.text-gold,
.section-title a:hover {
    color: #E5B764;
}

.text-2 {
    color: #4F4F4F;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    transition: 0.3s;
    box-shadow: 0 7px 19px -8px #000000;
}

#header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

p {
    font-size: calc(14px + 6 * ( (100vw - 600px) / 600));
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    p {
        font-size: 18px;
    }
}

.h1-mon {
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
}

.h1-mon_1 {
    font-size: 30px;
    text-align: center;
}

.section-title,
.gold-section .section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.h2-mon {
    font-style: normal;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 30px;
}

.h2-mon_1 {
    font-size: 20px !important;
}

.h2-mon_2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.h3-mon {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

.h4-mon,
.news-category a {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.h4-mon_1 {
    font-size: 14px;
}

.h4-mon_1 a {
    font-size: 14px;
}

.h5-sm-mon a {
    font-size: 16px;
}

.sub-title-18 {
    font-family: Averta;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.sub-title-14 {
    font-family: Averta;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}

.sub-title-14_1 {
    font-size: 14px;
}

.sub-title-12 {
    font-family: Averta;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}

.text_title_about {
    display: inline-block;
    font-family: UTMDINHTRAN;
    font-weight: 400;
    font-size: 60px;
    line-height: 45px;
    position: relative;
    color: #067da8;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.focus-none:focus {
    box-shadow: none;
}

.main-aside {
    width: 330px;
}

.search-title1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #B55B0E;
}

.search-return {
    font-size: 14px;
    color: #B55B0E;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-bar {
    border: 1px solid #B55B0E;
    box-sizing: border-box;
    border-radius: 5px;
    width: 174px;
}

.search-bar1 {
    border: 1px solid #B55B0E;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
}

.search-bar .input-group-prepend {
    border-right: none;
}

.search-bar .search-bar_input {
    padding: 8px 0px;
    box-shadow: none;
    margin-top: .2px;
    border: 2px solid #31B6E8;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.search-bar .search-bar_input:hover {
    box-shadow: none;
}

.site-logo {
    width: 212px;
}

.nav_desktop {
    background-color: #a00106;
}

.nav_desktop .nav_item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 6px 3px;
}

.nav_desktop .nav_item a {
    color: #828282; font-size: 15px; font-weight: 400; text-transform: uppercase;
}

.nav_desktop .nav_item .dropdown-menu .dropdown-item {
    transition: all .15s ease-in-out;
    padding-left: 12px;
    padding-right: 30px;
    color: #828282;
    font-weight: normal;
    font-size: 15px;
}

.nav_desktop .nav_item:hover a {
    color: #B55B0E;
}

.nav_desktop .nav_item:hover .dropdown-menu .dropdown-item:hover {
    color: #B55B0E;
    background-color: #fff;
    padding-left: 17px;
    padding-right: 25px;
    background-image: none;
}

.nav_desktop .nav_item.active {
    border-bottom: 3px solid #B55B0E;
}

.nav_desktop .nav_item.active a {
    color: #B55B0E;
}

@media all and (min-width: 992px) {
    .mgtop20{
        margin-top: 20px;
    }
    .hidden-lg{
        display: none;
    }
    .text-about p{
        margin-bottom: 5px;
    }
    .nav_desktop .nav_item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .nav_desktop .nav_item:hover .nav-link {
        color: #fff;
    }
    .nav_desktop .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .nav_desktop .dropdown-menu.fade-up {
        top: 100%;
        /*top: 180%;*/
    }
    .nav_desktop .nav_item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.slide-main {
    width: 100%;
    height: 500px;
    right: 0;
}

.slide-main .slide {
    width: 100%;
    height: 100%;
}

.slide-main .slide .carousel-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slide-main .slide .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
}

.slide-main .slide .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.slide-main .slide .carousel-inner .carousel-item a img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}

.slide-main .slide .carousel-control-prev,
.slide-main .slide .carousel-control-next {
    z-index: 2;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #BDBDBD;
    opacity: 10;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #B55B0E;
}

.main-news .main-news-article {
    max-width: 760px;
}

.main-news .main-news-aside {
    width: 320px;
}

.main-news .main-news-aside .card-body .card-title {
    height: 50px;
}

.grid-col4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 2%;
}

.grid-col4 .md-card_image {
    height: 132px;
}

.grid-col4 .sm-card_image {
    height: 101px;
}

.grid-col4.grid-col4_small {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-col-4 {
    grid-template-columns: repeat(4, 260px);
}

.section-title {
    display: flex;
    align-items: center;
    color: #B55B0E;
}

.section-title:before {
    content: "";
    width: 52px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/gold-lotus.svg);
    background-repeat: no-repeat;
    margin-right: 16px;
}

.card-mini .card-mini-image {
    height: 95px;
}

.cate-list .cate-list_item {
    padding: 0 16px;
}

.card-col6 .card-col6_image {
    height: 315px;
}

.mini-news .mini-news_item {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #0000001b;
}

.mini-news .mini-news_item:last-child {
    border: none;
    margin-bottom: 0;
    /*padding-bottom: 0 !important;*/
}

.card-news-normal_image {
    height: 204px;
}

.aside-news-list .aside-news-list_item {
    border-bottom: 1px solid #f3f3f3;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 24px;
    margin-bottom: 16px;
}

.aside-news-list .aside-news-list_item .aside-news-list_item_image {
    width: 105px;
    height: 64px;
}

.aside-news-list .aside-news-list_item:last-child {
    border-bottom: none;
}

.article-news .article-news-item {
    border-bottom: 1px solid #0000001b;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px;
    margin-bottom: 19px;
}

.article-news-item--lastChild:last-child {
    margin-bottom: 0 !important;
}

.article-news .article-news-item:last-child {
    border-bottom: none;
}

.menu-action {
    display: flex;
    position: relative;
    bottom: -14px;
    right: -183px;
}
/*--------------------------------search -----------------------------------------*/

.container1 {
    position: absolute;
    transform: translate(-100%);
}

.search-box input[type="text"] {
    border: none;
    background: none;
    z-index: 8;
    width: 20px;
    height: 20px;
    transition: all .25s ease-in-out .25s;
    color: transparent;
    font-size: .75rem;
    line-height: 25px;
}

.search-box input[type="text"]:hover {
    cursor: pointer;
}

.search-box input[type="text"]:hover:focus {
    cursor: text;
}

.search-box input[type="text"]:hover+span {
    background: rgba(255, 255, 255, 0.2);
}

.search-box input[type="text"]:focus {
    width: 182px;
    padding: 0 10px;
    outline: none;
    color: black;
}

.search-box input[type="text"]:focus+span {
    width: 200px;
    height: 25px;
}

.search-box input[type="text"]:focus+span::before {
    width: 2px;
    opacity: 0;
    transition: all .25s ease-in;
}

.search-box input[type="text"]+span {
    z-index: -1;
    position: absolute;
    border: 2px solid black;
    top: 0;
    width: 21px;
    height: 21px;
    transition: all .25s ease-in .25s;
    border-radius: 25px;
    left: 0;
}

.search-box input[type="text"]+span::before {
    transition: all .25s ease-in .5s;
    transform-origin: left top;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    border-radius: 5px;
    background: black;
    transform: rotate(45deg) translate(21px, -1px);
}

.side-news {
    overflow: hidden;
}

.grid-col3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    grid-gap: 0px 20px;
}

.flex-col3 .flex-col3-item {
    border-right: 1px solid #dee2e6;
}

.flex-col3 .flex-col3-item:last-child {
    border: none;
    /*display: none;*/
}

.play-button {
    width: 36px;
    height: 36px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: absolute;
    background: #e5b76485;
    cursor: pointer;
}

.play-button_1 {
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: absolute;
    background: #e5b76485;
    cursor: pointer;
}

.play-time {
    padding: 2px 6px;
    position: absolute;
    color: #ffffff;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    font-size: 14px;
    font-family: Roboto;
}

.mini-video-info {
    display: flex;
    font-family: Averta;
}

.seemore-button,
.btn-warning {
    color: #FFFFFF;
    background-color: #E5B764;
    border-color: #E5B764;
    width: 155px;
}

.seemore-button,
.btn-warning span {
    padding-left: 0!important;
    padding-right: 0!important;
}

.item1 {
    order: 1;
}

.item2 {
    order: 2;
}

.item3 {
    order: 3;
}

.aside-section {
    width: 300px;
}

.abbot-section {
    height: 333px;
}

.abbot-section .abbot-section-avatar {
    right: 64px;
    z-index: 1;
}

.abbot-section .abbot-section-des {
    padding-left: 64px;
    z-index: 2;
}
/*-------------------------------------------------
                  ----LEAF----
--------------------------------------------------*/

.leaf {
    position: absolute;
}

.leaf.leaf-1 {
    width: 21%;
}

.leaf.leaf-2 {
    width: 25%;
    bottom: 0;
    right: 0;
}

.leaf.leaf-3 {
    transform: rotateX(180deg);
    bottom: 0;
    width: 15%;
    padding-right: 30px;
}

.leaf.leaf-4 {
    transform: rotateY(150deg);
    bottom: 0;
    width: 10%;
    left: 50%;
    bottom: 25%;
}
/*-------------------------------------------------
                  ----END LEAF----
--------------------------------------------------*/

.sb-search {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 85%;
    height: 60px;
    margin: 0;
    z-index: 10;
    /* padding: 20px 65px 20px 20px; */
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #21c9f6;
}

.sb-search-input:-moz-placeholder {
    color: #21c9f6;
}

.sb-search-input::-moz-placeholder {
    color: #21c9f6;
}

.sb-search-input:-ms-input-placeholder {
    color: #21c9f6;
}

.sb-icon-search,
.sb-search-submit {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: #21c9f6;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: black;
    background: white;
    z-index: 90;
    font-size: 20px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    /* border: 1px solid black; */
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 300%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: white;
    color: #21c9f6;
    z-index: 11;
    justify-content: center;
    align-items: center;
    border: 1px solid #21c9f6;
    display: flex;
    border-radius: 5px;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    /*    z-index: 90;*/
}

.btn-outline-dark-custom {
    color: #828282;
    border-color: #828282;
    margin-left: 8px;
    font-size: 12px;
    padding: 6px 16px;
    font-weight: bold;
}

.btn-outline-dark-custom:hover {
    color: #fff;
    background-color: #E5B764;
    border-color: #E5B764;
}

.top-news {
    height: 288px;
    overflow: hidden;
}

.top-news_photto {
    height: 395px;
}

.top-news .top-news-title,
.top-news.top-news_photto .top-news-image {
    width: calc(100% - 447px);
    /*width: 447px;*/
}

.top-news .top-news-image,
.top-news.top-news_photto .top-news-title {
    width: 447px;
    /*width: calc(100% - 447px);*/
}

.owl-carousel2 .owl-dots button:focus {
    outline: none;
}

.owl-carousel2 .owl-dots .owl-dot.active span {
    background: #E5B764;
}

.owl-carousel2 .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #828282;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-carousel3 .owl-nav-custom {
    top: 245px;
}

.owl-carousel3 .owl-nav-custom .owl-prev,
.owl-carousel3 .owl-nav-custom .owl-next {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5B764;
    border-radius: 7px;
    z-index: 3;
}

.owl-carousel3 .owl-nav-custom .owl-prev i,
.owl-carousel3 .owl-nav-custom .owl-next i {
    font-size: 35px;
}

.owl-carousel3 .owl-nav-custom .owl-prev {
    left: -88px;
}

.owl-carousel3 .owl-nav-custom .owl-next {
    right: -88px;
}

.slick-image-lib {
    position: relative;
}

.slick-image-lib .slick-controls {
    top: 245px;
}

.slick-image-lib .slick-controls .previous,
.slick-image-lib .slick-controls .next {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5B764;
    outline: none;
    border: none;
    border-radius: 7px;
    z-index: 2;
}

.slick-image-lib .slick-controls .previous i,
.slick-image-lib .slick-controls .next i {
    font-size: 35px;
}

.slick-image-lib .slick-controls .previous {
    left: -88px;
}

.slick-image-lib .slick-controls .next {
    right: -88px;
}

.owl-carousel4 .owl-nav-custom {
    top: 100px;
}

.owl-carousel4 .owl-nav-custom .owl-prev,
.owl-carousel4 .owl-nav-custom .owl-next {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5B764;
    border-radius: 7px;
}

.owl-carousel4 .owl-nav-custom .owl-prev i,
.owl-carousel4 .owl-nav-custom .owl-next i {
    font-size: 35px;
}

.owl-carousel4 .owl-nav-custom .owl-prev {
    left: -475px;
}

.owl-carousel4 .owl-nav-custom .owl-next {
    right: -88px;
}

.owl-carousel6 .owl-nav-custom {
    top: 60px;
}

.owl-carousel6 .owl-nav-custom .owl-prev,
.owl-carousel6 .owl-nav-custom .owl-next {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5B764;
    border-radius: 7px;
}

.owl-carousel6 .owl-nav-custom .owl-prev i,
.owl-carousel6 .owl-nav-custom .owl-next i {
    font-size: 35px;
}

.owl-carousel6 .owl-nav-custom .owl-prev {
    left: -88px;
}

.owl-carousel6 .owl-nav-custom .owl-next {
    right: -88px;
}

.owl-carousel7 {
    padding: 0 85px;
}

.owl-carousel7 p {
    height: 94px;
}

.owl-carousel7 p img {
    height: 100%;
    object-fit: cover;
}

.owl-carousel7 .owl-nav-custom {
    top: 0px;
}

.owl-carousel7 .owl-nav-custom .owl-prev,
.owl-carousel7 .owl-nav-custom .owl-next {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5B764;
    border-radius: 7px;
}

.owl-carousel7 .owl-nav-custom .owl-prev i,
.owl-carousel7 .owl-nav-custom .owl-next i {
    font-size: 35px;
}

.owl-carousel7 .owl-nav-custom .owl-prev {
    left: -88px;
}

.owl-carousel7 .owl-nav-custom .owl-next {
    right: 80px;
}

.gold-section {
    background-image: url("../images/phap-am-bg.jpg");
    background-size: 100%;
}

.gold-section .section-title {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.gold-section .section-title:before {
    content: "";
    width: 52px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/white-lotus.svg);
    background-repeat: no-repeat;
    margin-right: 16px;
}

.gold-section .section-title a {
    color: #FFFFFF;
}

.gold-section .cate-list .cate-list_item:first-child {
    border-left: 1px solid #ffffff;
}

.gold-section .cate-list .cate-list_item {
    padding: 0 15px;
}

.gold-section .expand-menu {}

.gold-section .expand-menu .dropdown-toggle-split {
    background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgb(0 0 0 / 45%) 100%);
}

.operation-rules .operation-rules-item {
    height: 156px;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
}

.operation-rules .operation-rules-item .lead-thumb {
    right: 0;
    top: 0;
    width: auto;
}

.operation-rules .operation-rules-item .operation-rules-item-icon {
    width: auto;
    height: 100%;
}

.social-icon {
    width: 32px;
    height: 32px;
    background: #bdbdbd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.back-to-top {
    position: sticky;
    top: 873px;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
}

.expand-menu .dropdown-menu {
    width: 100%;
    top: 50px;
    border: none;
    margin-top: 42px;
}

.expand-menu .dropdown-toggle-split {
    background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgba(0, 0, 0, 0.5774684874) 100%);
}

.expand-menu .expand-menu-cate-name {
    white-space: nowrap;
    display: inline-table;
}

.expand-menu .header-nav {
    overflow-x: scroll
}

.expand-menu .header-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.expand-menu .header-nav::-webkit-scrollbar {
    /*height: 3px;*/
    height: 0px;
    background-color: #E5B764;
}

.expand-menu .header-nav::-webkit-scrollbar-thumb {
    background-color: #B55B0E;
}

.expand-menu .header-nav .expand-menu-cate-name:last-child {
    padding-right: 25px;
}

.news-description {
    background-image: url("../images/Group 1175.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.news-description-text {
    border-left: 1px solid white;
}

.news-category {
    border-bottom: 2px solid #C4C4C4;
}

.news-category a {
    color: #828282;
    padding: 8px 0;
}

.comment-form .new-comment textarea {
    border-bottom: 2px solid #B55B0E;
    border-top: none;
    border-left: none;
    border-right: none;
}

.comment-form .new-comment .form-control:focus {
    box-shadow: none;
}

.comment-form .old-comment-item {
    border-bottom: 1px solid #828282;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.gold-ul {
    list-style-type: none;
}

.gold-ul li {
    position: relative;
}

.gold-ul li::before {
    background-color: #E5B764;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 8px;
    left: 0px;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video iframe {
    max-width: 100%;
    max-height: 100%;
}
/*.video.stuck {
position: fixed;
bottom: 20px;
right: 20px;
width: 260px;
height: 190px !important;
transform: translateY(100%);
animation: fade-in-up 0.75s ease forwards;
z-index: 1;
}*/

.video.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 225px !important;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
    z-index: 10;
    transition: all 0.5s;
}

.next-video {
    overflow-y: scroll;
    position: absolute;
    height: 690px !important;
    /* Track */
    /* Handle */
}

.next-video::-webkit-scrollbar {
    width: 6px;
    background: #BDBDBD;
}

.next-video::-webkit-scrollbar-thumb {
    background: #333333;
}

.next-video .mini-news {
    position: absolute;
}

.list-video .lead-thumb {
    top: 0;
    right: 0;
    width: 25%;
}

.card {
    margin-bottom: 1rem;
}

.list-view .row>[class*='col-'] {
    max-width: 100%;
    flex: 0 0 100%;
}

.list-view .card {
    flex-direction: row;
}

@media (max-width: 575.98px) {
    .list-view .card {
        flex-direction: column;
    }
}

.list-view .card>.card-img-top {
    width: auto;
}

.list-view .card .card-body {
    display: inline-block;
}

.grid-container .card {
    border: none;
}

.list-view .card .card-img-top {
    width: 26%;
}

.list-view .card .list-view-detail {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.grid-list-button {
    right: 0;
}

.grid-list-button button[class*="v-"] {
    position: absolute;
    border: none;
    right: 0;
    background: #0f000000;
    color: #BDBDBD;
    border: none;
    font-family: PT Sans, sans-serif;
    text-align: center;
    text-decoration: none;
}

.grid-list-button button[class*="v-"]:focus {
    outline: none;
}

.grid-list-button button[class*="v-"] i {
    font-size: 32px;
}

.grid-list-button button[class*="v-"].v-list {
    right: 42px;
}

.grid-list-button button.v-grid.active {
    color: #4F4F4F;
}

.grid-list-button button.v-list.active {
    color: #4F4F4F;
}

.grid-image-lib .wrapper {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    /* margin-bottom: 15px; */
    /* grid-gap: 16px; */
    /* grid-template-columns: repeat(16, 55px); */
    /* grid-template-rows: repeat(17, 61px); */
    justify-content: space-between;
}

.grid-image-lib .box {
    margin-bottom: 16px;
    background-color: #2B2A2A;
}

.grid-image-lib .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-image-lib .box1 {
    grid-column: 1/6;
    grid-row: 1/4;
}

.grid-image-lib .box2 {
    grid-column: 6/10;
    grid-row: 1 / 4;
}

.grid-image-lib .box3 {
    grid-column: 10/17;
    grid-row: 1/6;
}

.grid-image-lib .box4 {
    grid-column: 1/10;
    grid-row: 4/9;
}

.grid-image-lib .box5 {
    grid-column: 10/17;
    grid-row: 6/9;
}

.grid-image-lib .box6 {
    grid-column: 1/9;
    grid-row: 14/9;
}

.grid-image-lib .box7 {
    grid-column: 9/14;
    grid-row: 12/9;
}

.grid-image-lib .box8 {
    grid-column: 14/17;
    grid-row: 12/9;
}

.grid-image-lib .box9 {
    grid-column: 1/9;
    grid-row: 14/17;
}

.grid-image-lib .box10 {
    grid-column: 9/17;
    grid-row: 12/17;
}

.grid-image-lib1 .wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(16, 55px);
    grid-template-rows: repeat(9, 55px);
}

.grid-image-lib .box {
    background-color: #2B2A2A;
}

.grid-image-lib .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-grid-section .wrap {
    position: relative;
    min-height: 100%;
}

.list-grid-section .module {
    width: 100%;
    margin: 16px 0 0;
}

.list-grid-section .grid {
    position: relative;
    width: 50%;
    /*width: 33.33%;*/
    float: left;
}

.list-grid-section .grid .event-item {
    padding: 0 16px;
}

.list-grid-section .active_tabimage:nth-child(odd) {
    border-right: 1px solid #E0E0E0;
}

.list-grid-section .grid .event-item .lead a {
    color: #273D52;
    padding-top: 8px;
    display: block;
}

@media screen and (max-width: 860px) {
    .list-grid-section .grid {
        width: 50%;
    }
    /* .box_logo_footer,
.footer-logo {
    display: none;
} */
}

/*.show_4:last-child,*/
.hide_last_news_pc:last-child  {
    display: none !important;
}
@media screen and (max-width: 600px) {
    .list-grid-section .grid {
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
    }
}

@media screen and (max-width: 768px) {
    /*.show_4:last-child, */
    .hide_last_news_pc:last-child {
        display: block !important;
    }
}
.list-grid-section .list {
    border-bottom: 1px solid #c4c4c4;
    width: 81%;
    margin: 0 auto;
    padding: 16px 0;
}

.list-grid-section .list .event-item {
    display: flex;
    align-items: center;
}

.list-grid-section .list .event-item .event-item-image {
    width: 31%;
}

.list-grid-section .list .event-item .event-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-grid-section .list .lead {
    float: right;
    width: 67.5%;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.list-grid-section .list .lead a {
    color: #273D52;
}

#detail_full .expNoEdit.left {
    width: fit-content;
    float: left;
    margin-right: 20px;
    max-width: 500px;
}

#detail_full .expNoEdit.right {
    width: fit-content;
    float: right;
    margin-left: 20px;
    max-width: 500px;
}

#detail_full p {
    font-size: 18px;
    margin-bottom: 20px;
}

@media screen and (max-width: 860px) {
    .list-grid-section .list .lead {
        width: 50%;
    }
    .list-grid-section .list img {
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .hidden-sm{
        display: none;
    }
    .list-grid-section .list .lead {
        width: 100%;
    }
    .list-grid-section .list img {
        max-width: 100%;
    }
    #detail_full .expNoEdit.right,
    #detail_full .expNoEdit.left {
        width: 100%;
        max-width: 100%;
    }
}

.h2-mon,
.section-title,
.gold-section .section-title,
.list-view .card .list-view-detail a,
.list-grid-section .list .lead a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.h3-mon,
.gold-ul li,
.list-grid-section .grid .event-item .lead a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

.img-lib-comment {
    /*height: 451px;*/
    height: 100%;
}

.modal-custom .modal-dialog {
    max-width: 1120px;
}

.modal-custom .modal-dialog .modal-content button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #B55B0E;
    top: -25px;
    right: -25px;
    opacity: 1;
}

.modal-custom .modal-dialog .modal-content button span {
    font-size: 25px;
    color: white;
}

.new-detail-description-text {
    border-left: 2px solid #B55B0E;
}

.new-detail-description-text .count-image {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-custom .nav {
    border-bottom: 1px solid #E5B764;
}

.nav-custom .nav .nav-link {
    padding: 8px 0;
}

.nav-custom .nav .nav-link:hover {
    color: #B55B0E;
}

.nav-custom .nav .nav-item {
    margin-right: 16px;
}

.nav-custom .nav-pills .nav-link.active,
.nav-custom .nav-pills .show>.nav-link {
    color: #B55B0E;
    background: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #E5B764;
    border-radius: 0;
}

.footer-section {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #ffffff99;
    border-radius: 7px;
}

.footer-section .box_logo_footer {
    width: 347px;
}

.footer-logo {
    background: url(../images/chuaphuongdan.png);
    overflow: hidden;
    border-radius: 5px;
    background-size: 180%;
    background-position: center;
    position: relative;
    height: 228px;
}

.bg_logo {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: relative;
}

.logo_text1 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.logo_text2 {}

.box_footer>img {
    width: 80px;
    height: 80px;
}

.footer-section .footer-info {
    width: 668px;
}

.box_footer {
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    margin: auto;
    text-align: center;
    right: 0;
    bottom: 0;
    height: 160px;
}

.box_footer1 {
    display: block;
    border-radius: 3px;
    background: #c00;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.box_footer1 a {
    color: #fff;
}

.box_footer1_text1 {}

.mh-des {
    min-height: 130px;
}

.gold-mininews-title {
    min-height: 80px;
}
/* .box_footer1_text2>a {
padding-left: 50px;
} */

.footer-section .footer-info .media-list {
    list-style-type: disc;
}

.footer-section .footer-info .media-list .media-list-icon {
    padding: 7px 0;
    color: #555555;
}

.footer-bg {
    top: -600px;
    z-index: -1;
}

.autotag {
    /*# sourceMappingURL=style.css.map */
    font-family: Averta;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    /* Text 2 */
    color: #E5B764;
}

.cd-auto-hide-header {
    position: sticky;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-76%);
    -ms-transform: translateY(-76%);
    transform: translateY(-76%);
}

form.search-bar1 button:focus {
    outline: 0;
}

@media only screen and (max-width: 1024px) {
    .cd-auto-hide-header {
        /* height: 132px; */
    }
    .cd-auto-hide-header.is-hidden {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#detail_content figure figcaption h2, #detail_content figcaption h3, #detail_content figure figcaption .h2  {
    font-size: 14px;
    padding: 10px 5px 5px;
    background: #fff8f2;
    text-align: center;
    margin: 0;
}
figcaption h3{
    margin: 0;
}


#detail_content .youtube-wrap iframe {
    width: 100%;
    height: -webkit-fill-available;
}

#detail_content {
    padding-top: 20px !important;
}

.youtube-wrap iframe {
    width: 100%;
}

.mini-news.mini-news-mb .mini-news_item iframe {
    height: 185px;
}

#detail_content h2,
#detail_content h3{
    margin: 15px 0;
}
#detail_content p,
#detail_content strong {
    margin-bottom: 10px;
}
#detail_content img{
    max-width: 650px;
}

.channel_conti {
    display: none;
}

.channel_conti {
    position: absolute;
    right: 15px;
    background: #fff8f2;
    padding: 10px 15px;
    z-index: 3;
    border: 1px solid;
    border-radius: 5px;
    top: 40px;
    padding-top: 0;
}

.channel_conti a.btn {
    display: block;
    margin: 0;
    margin-top: 10px;
}

a.prev-year {
    font-size: 34px;
    margin-right: 5px;
    font-weight: 600;
}

a.prev-month,
a.next-month {
    font-size: 33px;
}

a.next-year {
    font-size: 34px;
    margin-left: 5px;
    font-weight: 600;
}

table.amlich {
    width: 100%;
    margin: auto;
    background: white;
    /*        border: 1px solid black;*/
}

.hide {
    display: none;
}

#event-cal-container {
    width: 100%;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #7a3e0d5e;
    position: relative;
}

.box_event_calendar {
    width: 100%;
    max-width: 740px;
    margin: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.position_ev {
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%;
    /*background: #e5b764;
    border: 2px solid #7a3e0d;*/
    background: #7a3e0d;
    border: 2px solid #e5b764;
    transition: top 0.7s;
    top: -100%;
}

.close_event {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 32px;
    color: #fff;
    padding: 10px;
    top: -12px;
}

.box_e {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.event_date {
    font-size: 16px;
    margin-top: 10px;
}

.box_e .event_name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

calendar-container {
    display: flex;
}

table {
    font-size: 12pt;
    border-collapse: collapse;
}

table thead th,
table tfoot th {
    color: #777;
    background: rgba(0, 0, 0, .1);
}

table caption {
    padding: .5em;
}

table th,
table td {
    padding: .5em;
    border: 1px solid lightgrey;
    text-align: center;
}

.cn,
.t7,
.t2t6 {
    text-align: left;
    color: #5a5c5b;
    font-weight: bold;
    line-height: 110%;
    text-align: center;
}

.am {
    text-align: right;
    font-size: 75%;
    color: #554C00;
    line-height: 110%;
}

.amlich .homnay {
    background-color: #fbeb98;
    color: #fff;
}

.amlich .leduong {
    background-color: #8ed273;
}

td.tenthang {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

td.navi-r {
    text-align: right;
    font-size: 20px;
    padding: 0px 10px;
}

td.navi-l {
    text-align: left;
    font-size: 20px;
    padding: 0px 10px;
}

.h2_1-mon {
    margin-left: 10px;
}

.h4_1-mon {
    margin-left: 3px;
}

.flex-col3 .flex-col3-item.show_4 {
    display: block;
}

.comment-form {
    /*height: 350px;
overflow-y: scroll;*/
    margin: 20px 0px;
}

.comment-form::-webkit-scrollbar {
    width: 2px;
    background: #BDBDBD;
    /*display: none;*/
}

.comment-form::-webkit-scrollbar-thumb {
    background: #333333;
}

.sizeText14 {
    font-size: 14px;
}

.ff-a {
    font-family: Averta;
}

.ff-a>p {
    /*margin: 0 80px;*/
}

.ff-a>h2, .ff-a>h3, .ff-a>h4, .ff-a>h5, .ff-a>h6 {
    /*margin: 0 80px;*/
}

.ff-a>ul {
    /*margin: 0 80px;*/
}

#detail_content figure {
    text-align: center;
}

.textCenter {
    text-align: center;
}

.close_video_mall {
    display: none;
    cursor: pointer;
}

.video.stuck.stuck_none {
    transform: translateY(0);
    bottom: -100%;
}

.video.stuck .close_video_mall {
    display: block;
}

.video.stuck {
    z-index: 200;
}
.caption_content{
    display: none;
}

.exp_box_image_text .exp_wrap.expEdit,
.exp_box_text_image .exp_wrap.expEdit {
    display: flex;
    width: 100%;
}

.exp_box_image_text figure.expNoEdit,
.exp_box_text_image figure.expNoEdit {
    width: 50%;
    min-width: 400px;
}

.exp_box_image_text .caption_content,
.exp_box_text_image .caption_content {
    width: 50%;
    margin-left: 20px;
    text-align: left;
    background: none;
    display: block;
}

.exp_box_text_image figure.expNoEdit {
    order: 2;
}

.exp_box_text_image .caption_content {
    order: 1;
    margin-right: 20px;
    margin-left: 0px;
}

p.expEdit.h2 {
    font-size: 18px;
}

.thumb-16x9 {
    padding-bottom: 56%;
}

.img-list-grid {
    z-index: 3;
}

.img-list-grid .nav-pills .nav-link.active,
.img-list-grid .nav-pills .show>.nav-link {
    color: #4F4F4F;
    background-color: #007bff00;
}

.img-list-grid .nav-pills .nav-link {
    color: #BDBDBD;
    font-size: 30px;
}

.border-timeline {
    border: 3px solid #f3e9ce;
    left: 49.8%;
}

.img-lib-sidebar {
    right: 100%;
}

.grid-item {
    padding-bottom: 3rem;
}

.gallery-wrapper {
    overflow: hidden;
}

.gallery-wrapper .gallery-wrapper-item .gallery-wrapper-item-tag-left {
    height: 10px;
    background: #f2a10e;
    z-index: 1;
    width: 3rem;
    top: 64px;
    left: -48px;
}

.gallery-wrapper .gallery-wrapper-item .gallery-wrapper-item-tag-left::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f2a10e;
    top: -5px;
    left: -10px;
    z-index: 3;
    border-radius: 50%;
}

.gallery-wrapper .gallery-wrapper-item .gallery-wrapper-item-tag-right {
    height: 10px;
    background: #f2a10e;
    z-index: 1;
    width: 3rem;
    top: 25px;
    right: -48px;
}

.gallery-wrapper .gallery-wrapper-item .gallery-wrapper-item-tag-right::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f2a10e;
    top: -5px;
    right: -10px;
    z-index: 3;
    border-radius: 50%;
}

.mansory {
    column-count: 2;
    column-gap: 0.5em;
}

.mansory>div {
    width: 100%;
    display: inline-block;
    color: #ffffff;
}

.mansory>div.mansory-item-small {
    height: 167px;
    background: #1CAF9A;
    margin-bottom: 10px;
}

.mansory>div.mansory-item-big {
    height: 254px;
    background: #EE6456;
    margin-bottom: 10px;
}

.news_suggest ul li a {
    font-size: 18px;
}

.news_suggest ul li h3 {
    line-height: 22px;
}
#detail_content .detail-desc{
    font-weight: 600; font-size: 18px; color: #333; padding: 10px 0;
}
#detail_content .suggest_post {
    border-top: 1px solid #ddd;
}

#detail_content .suggest_post strong.explus_related_1404022217_letter {
    border-top: 3px solid #c32c2c;
    display: inline-block;
    margin-top: -3px !important;
    line-height: 26px !important;
    font-family: Averta !important;
    font-size: 14px !important;
    margin-bottom: 3px !important;
    padding: 0;
}

#detail_content .suggest_post .suggest_child {
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}
#detail_content .keyword_seo li{
    display: inline;
}
#detail_content .keyword_seo li::before{
    content: '';
    color: unset;
    font-weight: unset;
}
#detail_content .keyword_seo li::after{
    content: ', ';
}
#detail_content .keyword_seo ul li h2, #detail_content .keyword_seo ol li h2{
    display: inline;
}
#detail_content .keyword_seo ul li h2 a, #detail_content .keyword_seo ol li h2 a{
    font-size: 16px;
}
#detail_content .fa, #detail_content .fab, #detail_content .fas{
    width: 15px; margin: 0 2px 0 3px;
}
#detail_content .btn_contact{
    display: inline-block; padding: 5px 15px; color: #fff !important; font-size: 15px; font-weight: 500 !important; text-decoration: none; text-transform: uppercase;
    background: #66BB46;
    background: -moz-linear-gradient(45deg, #66BB46 0%, #8ACB72 50%, #9ECB3A 100%);
    background: -webkit-linear-gradient(45deg, #66BB46 0%,#8ACB72 50%,#9ECB3A 100%);
    background: linear-gradient(45deg, #66BB46 0%,#8ACB72 50%,#9ECB3A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66BB46', endColorstr='#9ECB3A',GradientType=1 );
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#detail_content .btn_contact:hover{
    color: #f6f758 !important; text-decoration: none !important;
}
#detail_content table ul, ol{
    margin: 10px 5px 10px 10px; padding: 0; list-style: none;
}
#detail_content table li{
    padding: 2px 5px; margin-left: 20px;
}
#detail_content table li::before {
    content: unset;
}

.suggest_post .suggest_child:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 8px;
    top: 10px;
    background: #e10000;
    font-size: 6px;
}
.module.grid{
    display: none;
}
.module.grid.active_tabimage {
    display: block;
}
.load_library_image {
    /*display: none;*/
    height: 0px;
    overflow: hidden;
    opacity: 0;
    width: 0;
}
.load_library_image.active_tabimage{
    height: auto;
    opacity: 1;
    width: unset;
    overflow: unset;
}
.top-news_photto.active_hide {
    display: none !important;
}
#detail_content a, .news_suggest ul li a {
    color: #007bff;
}
.position-relative-v{ position: relative; }
.quote-inner-question .expEdit {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 7px;
    box-shadow: 2px 3px 2px -3px #323232;
}
.quote-inner-question .expEdit.quote.quets {
    margin-bottom: 10px;
}
span.stick_video_ifr {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 14px;
    background: #0000003b;
    padding: 0px 5px;
    color: white;
    border-radius: 4px;
    display: none;
    cursor: pointer;
}
.video_content_fixpage:hover .stick_video_ifr{
    display: block;
}
.video_fix_full_page {
    position: fixed;
    bottom: -100%;
    right: 20px;
    z-index: 500;
    transform: translateY(100%);
    animation: fade-in-up 0.5s ease forwards;
    z-index: 10;
    transition: all 0.5s;
}
.video_fix_full_page.show{
    bottom: 15px;
}
.contentinvideo_box {
    margin-top: 15px;
}

.contentinvideo_box p {
    font-size: 15px;
    font-family: 'Averta';
}
.contentinvideo_box iframe.you_video{ display: none; }
.box_addendum {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #cf973c;
    margin-bottom: 20px;
    margin-left: 80px;
}

#detail_content a.btn_show_addendum {
    font-size: 15px;
}
p.addendum_tool {
    text-align: center;
}

ul.addendum li .lever-2 {
    padding-left: 20px;
}
.detail_content_news img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

#detail_content figcaption {
    /*display: inline-block;*/
    padding: 5px 0; font-style: italic; color: #666; font-size: 16px;
}
.detail_content_news figure.expNoEdit {
    background: #f4efeb;
}
.fixx_width960{
    max-width: 960px;
}

.detail_content_news .exp_box_image_text figure.expNoEdit figcaption .h2, .detail_content_news .exp_box_text_image figure.expNoEdit figcaption .h2{
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
#detail_content .ctn_box * {
    font-family: Averta;
}
.change_style{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 0 20px;
}
.wrapper.change_style .box {
    margin-bottom: 20px;
}

.wrapper.change_style .box h3.h3-mon {
    margin-top: 10px;
}
ul ul, ol ol, ul ol, ol ul {
    margin: 0px 0px 0px 20px !important;
}

#detail_content .ctn_box ul, #detail_content .ctn_box ol {
    list-style: disc;
    padding-left: 20px;
}

#detail_content .ctn_box ul ul, #detail_content .ctn_box ol ol, #detail_content .ctn_box ul ol, #detail_content .ctn_box ol ul {
    list-style: circle;
}
#detail_content .ctn_box h4.elementor-heading-title {
    margin-block-end: 20px;
    margin-block-start: 20px;
}
#detail_content .ctn_box ul.addendum {
    list-style: none;
    padding-left: 0;
}
ul.addendum li .lever-3 {
    padding-left: 40px;
}
.tooltip-inner {
    background-color: #E5B764;
}
.tooltip-inner {
    max-width: 700px;
    width: auto;
    padding: 20px 10px;
    text-align: left;
}
#detail_content .ctn_box a.tootip_tag {
    color: #E5B764;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-bottom-color: #E5B764;
    border-top-color: #E5B764;
}
.tooltip.show {
    opacity: 1;
}
.article-news-item--lastChild .h3-mon {
    width: 100%;
}
.inmobile_img_detail {
    display: none;
}
.top-news-image {
    background: #7b3f0c;
    padding: 19px 0px;
}
.bg-gradient-dupplicate{
    top: 0;
    background-image: linear-gradient(270deg, #df9c19 0, #b55b0e 100%);
}
.exp_area_vote ul li input[type="checkbox"], .exp_area_vote ul li input[type="radio"] {
    /*opacity: 0;*/
    display: inline-block;
}
.exp_area_vote ul li input[type="checkbox"]:checked+ span, .exp_area_vote ul li input[type="radio"]:checked+ span {
    /*opacity: 1;*/
    /*background-color: #0063af00;
    width: 17px;
    height: 17px;
    display: inline-block;*/
}

/*.exp_area_vote li label span {margin-left: -15px;margin-bottom: 2px;display: inline-block;width: 17px;height: 17px;margin-right: 10px;vertical-align: middle;cursor: pointer;background: #fff;background-repeat: no-repeat;background-position: 50%;border: 1px solid #c1c1c1;text-align: center;}*/
p.exp_area_vote .exp_vote_caption button.exp_fl {
    background: #B55B0E;
    padding: 5px 10px;
    font-size: 17px;
}
#detail_content .ctn_box p.expNoEdit.exp_area_vote ul {
    list-style-type: none;
}
.exp_vote_caption button[disabled] {
    background: #EEE !important;
}
span.show_mes {
    color: #0075ff;
}
.height_slide_foto .thumb-item img{
    object-fit: contain;
}
.sub-title-12.add_sapo_inpc {
    font-size: 15px;
    line-height: 22px;
}
#detail_content figure {
    text-align: center !important;
}
.fonrs-28_fix{
    font-size: 20px;
}
.order_3 {
    order: 3;
}
.box_home_line {
    margin-bottom: 30px;
}
.nav_desktop .nav_item:last-child ul.dropdown-menu {
    right: 0px;
    left: unset;
}

/*--- Calendar---*/
.event-container h2.title {
    font-size: 20px;
}

.calendar {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 1.5rem 1rem;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font: 15px/1em inherit;
    background-color: #fff;
    color: #000;
    width: 80%;
    margin: auto;
    min-height: 358px;
}

.calendar a {
    text-decoration: none;
    color: inherit;
}

.calendar header .btn {
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    color: #CBD1D2;
    border-radius: 50%;
    padding: 0px;
    border: 1px solid #CBD1D2;
}

.calendar header .btn:hover {
    background: #CBD1D2;
    color: #ffffff;
}

.calendar header .btn-prev {
    left: 28px;
    top: 12px;
}

.calendar header .btn-next {
    right: 28px;
    top: 12px;
}

.calendar header .month-year {
    /*color: #ffffff;*/
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-family: 600;
}

.calendar header .month {
    /*color: #ffffff;*/
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-family: 600;
}

.calendar header .currentYear {
    /*color: #ffffff;*/
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-family: 600;
}

.calendar table {
    width: 100%;
    margin: 20px 0;
    border-spacing: 0px;
}

.calendar thead {
    /*color: #ffffff;*/
    font-size: 16px;
    font-weight: 600;
}

.calendar td {
    /*padding: .5em .1em;*/
    padding: 5px 0px;
}

.calendar .day {
    /*color: #ffffff;*/
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    /*border-radius: 50%;*/
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 800;
}

.calendar .day:hover {
    border: 2px solid #6691CC;
}

.calendar .day.today {
    /*background: #E5B764;*/
    color: #E5B764;
}

.calendar .day.event {
    color: #ffffff;
    background-color: #e5b764;
    border: 2px solid #e5b764;
}

.calendar .day.event.wrong-month {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgb(229 183 100);
    border: 2px solid rgb(229 183 100);
}
.calendar .day.event:hover {
    border: 2px solid #ff0000;
    background-color: #ff0000;
}

.calendar .day.wrong-month {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.calendar .day.wrong-month:hover {
    border: 2px solid transparent;
}

.calendar .event-container {
    display: none;
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #e5b764;
}

.calendar .event-container h2 {
    color: #ffffff;
    font-weight: 700;
}

.calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #e5b764;
    transform: translate(-50%, -50%);
}

/* Event Close button - ref : https://codepen.io/brissmyr/pen/egidw */
.event-container>p {
    margin-top: 15%;
    font-size: 1.2rem;
}

.event-container>.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.event-container>.close:hover {
    opacity: 1;
}

.event-container>.close:before,
.event-container>.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}

.event-container>.close:before {
    transform: rotate(45deg);
}

.event-container>.close:after {
    transform: rotate(-45deg);
}
.box_calender_listen {
    margin: auto;
    width: 100%;
    padding-bottom: 30px;
}
@media screen and (max-width:767px) {
    .text_title_about{
        font-size: 45px; text-align: center;
    }
    .text-about h2{
        font-size: 40px;
    }
    .calendar{
        width: 100%;
    }
    #detail_content h2{
        font-size: 1.3rem; line-height: 1.5!important;
    }
    #detail_content h3{
        font-size: 1.2rem; line-height: 1.5!important;
    }
    #detail_content img{
        max-width: 96%;
    }
}

/*--- Resonsive ---*/
/* Scss Document */
.pc_none{
    display: none;
}
.mb_none{
    display: block;
}
@media (max-width: 1199px) {
    .w-1120 {
        width: 100%;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .aside-news-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        grid-column-gap: 4.8%;
    }
    .article-news .article-news_image {
        height: 150px;
    }
    .card-mini .card-mini-image {
        height: 66px;
    }
    .card-mini .card-mini_title {
        font-size: 14px;
    }
    .card-news-normal .card-news-normal_image {
        height: 140px;
    }
    .card-col6 .card-col6_image {
        height: 250px;
    }
    .mini-news .mini-news_image {
        height: 90px;
    }
    .aside-news-list .aside-news-list_item .aside-news-list_item_image {
        height: 87px;
    }
    .article-news .article-news_image {
        height: 128px;
    }
    .flex-col3 .flex-col3-item {
        border-right: none;
    }
    .owl-carousel3 .owl-nav {
        top: 238px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom,
    .owl-carousel3 .owl-nav .owl-next-custom {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e5b764cc;
        border-radius: 3px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom i,
    .owl-carousel3 .owl-nav .owl-next-custom i {
        font-size: 22px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom {
        left: 0px;
    }
    .owl-carousel3 .owl-nav .owl-next-custom {
        right: 0px;
    }
    .new-detail-description-text {
        border-left: none;
    }
    .new-detail-description-text .count-image {
        position: relative;
    }
    .modal-custom .modal-dialog {
        width: 80%;
        padding: 26px 0;
    }
    .modal-custom .modal-dialog .modal-content {
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .modal-custom .modal-dialog .modal-content button {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #B55B0E;
        top: -19px;
        right: -21px;
        opacity: 1;
    }
    .modal-custom .modal-dialog .modal-content button span {
        font-size: 25px;
        color: white;
    }
    .modal-custom .modal-dialog .modal-content .modal-image-title {
        color: white;
        background-color: #00000066;
    }
    .new-detail-description-text {
        border-left: none;
    }
    .new-detail-description-text .count-image {
        position: relative;
    }
    .abbot-section {
        height: 270px;
    }
    .abbot-section .abbot-section-avatar {
        width: 33%;
        right: 2%;
        z-index: 1;
    }
    .abbot-section .abbot-section-des {
        padding-left: 15px;
        z-index: 2;
    }
    .h1-lg-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 41px;
    }
    .h2-lg-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
    .h3-lg-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
    }
    .h4-lg-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
    }
    .top-news {
        height: 266px;
    }
    .footer-section .footer-info {
        width: 629px;
    }
    .footer-bg {
        top: -429px;
        z-index: -1;
    }
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: #FC466B;
        height: 50px !important;
        overflow: hidden;
        z-index: 10;
    }
    .main {
        margin: 0 auto;
        display: block;
        height: 100%;
        margin-top: 60px;
    }
    .mainInner {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }
    #sidebarMenu,
    .box_sadow {
        height: 1435%;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: auto;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: white;
        overflow-y: auto;
    }
    .sidebarMenu-section {
        height: 100%;
        z-index: 2;
    }
    #sidebarMenu .dropdown-icon {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 70%;
        z-index: 1;
    }
    .sidebarMenuInner {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li {
        list-style: none;
        color: black;
        padding: 9px 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        position: relative;
    }
    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a {
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        z-index: 2;
    }
    input[type="checkbox"]:checked~#sidebarMenu,
    input[type="checkbox"]:checked~.box_sadow {
        transform: translateX(0);
    }
    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 30%;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #B55B0E;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #B55B0E;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
        background-color: #B55B0E;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #B55B0E;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }
    .slide-main {
        /*height: 200px;*/
        height: auto;
    }
    .mob-logo {
        width: 35px;
        height: 35px;
        margin-right: 6px
    }
    .slick-image-lib .slick-controls {
        top: 252px;
    }
    .slick-image-lib .slick-controls .previous,
    .slick-image-lib .slick-controls .next {
        width: 48px;
        height: 48px;
        border-radius: 3px;
        outline: none;
        background: #e5b764ba;
        border-radius: 3px;
    }
    .slick-image-lib .slick-controls .previous i,
    .slick-image-lib .slick-controls .next i {
        font-size: 22px;
    }
    .slick-image-lib .slick-controls .previous {
        left: -16px;
    }
    .slick-image-lib .slick-controls .next {
        right: -16px;
    }
    .comment-form {
        height: auto;
        overflow: unset;
    }
    .list-video .lead-thumb {
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
    }
    .ff-a>p {
        margin: 0 0px;
    }
    .ff-a>h2, .ff-a>h3, .ff-a>h4, .ff-a>h5, .ff-a>h6  {
        margin: 0px;
    }
    .ff-a>ul {
        margin: 0 0px;
    }
    .mini-news {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .item1 {
        order: 3;
    }
    .item2 {
        order: 1;
    }
    .item3 {
        order: 2;
    }
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: #FC466B;
        height: 50px !important;
        overflow: hidden;
        z-index: 10;
    }
    .main {
        margin: 0 auto;
        display: block;
        height: 100%;
        margin-top: 60px;
    }
    .mainInner {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }
    #sidebarMenu {
        height: 650%;
        position: fixed;
        left: 0;
        top: 100%;
        width: 350px;
        margin-top: auto;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: white;
        overflow-y: auto;
    }
    .sidebarMenuInner {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li {
        list-style: none;
        color: black;
        padding: 9px 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a {
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
    input[type="checkbox"]:checked~#sidebarMenu {
        transform: translateX(0);
    }
    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 30%;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #B55B0E;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #B55B0E;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
        background-color: #B55B0E;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #B55B0E;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }
    .slide-main {
        /*height: 200px;*/
        height: auto;
    }
    .h1-md-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 41px;
    }
    .h2-md-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
    .h3-md-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
    }
    .h5-md-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }
    .h4-md-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
    }
    .fs-md-8 {
        font-size: 8px;
    }
    .fs-md-10 {
        font-size: 10px;
    }
    .fs-md-12 {
        font-size: 12px;
    }
    .fs-md-13 {
        font-size: 13px;
    }
    .fs-md-14 {
        font-size: 14px;
    }
    .fs-md-15 {
        font-size: 15px;
    }
    .fs-md-16 {
        font-size: 16px;
    }
    .fs-md-18 {
        font-size: 18px;
    }
    .fs-md-20 {
        font-size: 20px;
    }
    .fs-md-25 {
        font-size: 25px;
    }
    .mini-news .flex-col3,
    .mini-news-mb .flex-col3 {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: none;
    }
    .mini-news .flex-col3:last-child,
    .mini-news-mb .flex-col3:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .owl-carousel3 .owl-nav {
        top: 238px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom,
    .owl-carousel3 .owl-nav .owl-next-custom {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #E5B764;
        border-radius: 3px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom i,
    .owl-carousel3 .owl-nav .owl-next-custom i {
        font-size: 22px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom {
        left: 24px;
    }
    .owl-carousel3 .owl-nav .owl-next-custom {
        right: 24px;
    }
    .footer-bg {
        top: 200px;
    }
    .news-description-text {
        border: none;
    }
    .abbot-section .abbot-section-des {
        padding-left: 15px;
        z-index: 2;
    }
    .gold-section .cate-list .cate-list_item {
        padding: 0 10px;
    }
    .gold-section .grid-col3 {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
    .mh-des {
        height: auto;
    }
    .abbot-section .abbot-section-avatar {
        width: 36%;
        right: 2%;
        z-index: 1;
    }
    .footer-section .footer-info {
        width: 100%;
    }
    .footer-bg {
        top: -222px;
    }
    .next-video {
        overflow: visible;
        position: relative;
        background: #fff8f2!important;
        height: auto !important;
    }
    .next-video .mini-news {
        position: relative;
    }
    .slick-image-lib .slick-controls {
        top: 180px;
    }
    .slick-image-lib .slick-controls .previous,
    .slick-image-lib .slick-controls .next {
        width: 48px;
        height: 48px;
        border-radius: 3px;
        outline: none;
        border-radius: 3px;
        background: #e5b764c2;
    }
    .slick-image-lib .slick-controls .previous i,
    .slick-image-lib .slick-controls .next i {
        font-size: 22px;
    }
    .slick-image-lib .slick-controls .previous {
        left: -16px;
    }
    .slick-image-lib .slick-controls .next {
        right: -16px;
    }
    .seen_more_parent {
        padding-bottom: 30px;
    }
    .load_search_box {
        padding-bottom: 1px;
    }
    .inmobile_img_detail {
        display: block;
    }
    .mb_none{ display: none; }
    .inmobile_img_detail .thumb-item-img {  margin-bottom: 15px;}
}

@media (max-width: 769px) {
    /*.col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 30px !important;
    }*/
    html,
    body {
        /*overflow-x: hidden;*/
        height: 100%;

    }
    body {
        background: #fff;
        padding: 0;
        margin: 0;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: #FC466B;
        height: 60px!important;
        overflow: hidden;
        z-index: 10;
    }
    .main {
        margin: 0 auto;
        display: block;
        height: 100%;
        margin-top: 60px;
    }
    .mainInner {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }
    #sidebarMenu {
        height: 1400%;
        position: fixed;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: auto;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: white;
        overflow-y: auto;
    }
    .sidebarMenuInner {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li {
        list-style: none;
        color: black;
        padding: 9px 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a {
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
    input[type="checkbox"]:checked~#sidebarMenu {
        transform: translateX(0);
    }
    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all .3s;
        box-sizing: border-box;
        cursor: pointer;
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 35%;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #B55B0E;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #B55B0E;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
        background-color: #B55B0E;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #B55B0E;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .Small-sm-text {
        font-family: Averta;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 21px;
    }
    .fs-sm-8 {
        font-size: 8px;
    }
    .fs-sm-10 {
        font-size: 10px;
    }
    .fs-sm-12 {
        font-size: 12px;
    }
    .fs-sm-13 {
        font-size: 13px;
    }
    .fs-sm-14 {
        font-size: 14px;
    }
    .fs-sm-15 {
        font-size: 15px;
    }
    .fs-sm-16 {
        font-size: 16px;
    }
    .fs-sm-18 {
        font-size: 18px;
    }
    .fs-sm-20 {
        font-size: 20px;
    }
    .fs-sm-25 {
        font-size: 25px;
    }
    .card-news-normal .card-news-normal_image {
        height: 300px;
    }
    .card-col6 .card-col6_image {
        height: 280px;
    }
    .mini-news .mini-news_image {
        height: 150px;
    }
    .aside-news-list .aside-news-list_item .aside-news-list_item_image {
        height: 67px;
    }
    .article-news .article-news_image {
        height: 130px;
    }
    .gold-section .grid-col3 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(227px, 1fr));
        grid-gap: 0px 24px;
    }
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: #FC466B;
        height: 50px !important;
        overflow: hidden;
        z-index: 10;
    }
    .list-video .lead-thumb {
        top: 0;
        right: 0;
        width: 58px;
    }
    .abbot-section {
        height: 235px;
    }
    .abbot-section .abbot-section-des-detail {
        line-height: 17px;
        font-size: 12px;
    }
    .abbot-section .abbot-section-avatar {
        width: 38%;
        right: 2%;
        z-index: 1;
    }
    .gold-mininews-title {
        min-height: 62px;
    }
    .fr-window.fr-mobile-touch {
        position: fixed !important;
    }
    .navigation {
        padding: 0px 16px;
        height: calc(100% - 100px);
        overflow: scroll;
        padding-bottom: 100px;
    }
    .dropdown-list {
        padding: 6px 0;
    }
    .dropdown-list a{
        font-size: 17px; text-transform: uppercase; font-weight: 500;
    }
    .dropdown-list__menu a:hover {
        color: #B55B0E;
    }
    .dropdown-list {
        position: relative;
        z-index: 100;
    }
    .dropdown-list.open .dropdown-list__menu {
        height: auto;
        opacity: 1;
    }
    .dropdown-list__menu {
        position: relative;
        z-index: 99;
        align-items: stretch;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .dropdown-list__menu a {
        display: block;
        padding:6px 16px;
    }
    .menu-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: 1000;
        left: -100%;
        transition: 0.7s;
    }
    .menu-mobile.open_nav_mb {
        left: 0;
    }
    .dropdown-list.open .fa-angle-down{
        transform: rotate(180deg);
    }
    .active-mobile {
        color: darkred;
    }
    li.dropdown-list.open.active-mobile .dropdown-list__title {
        color: darkred;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .order_boder {
        padding-bottom: 15px;
        border-bottom: 1px solid #d3cdc8;
    }
    .order_boder_top {
        padding-top: 15px;
        border-top: 1px solid #d3cdc8;
    }
    .top-news-image {
        padding: 0px 0px;
    }
}

@media (max-width: 737px) {
    .changemb_footer .box_logo_footer .box_footer1 {
        justify-content: space-between;
    }
    #sidebarMenu {
        height: 730%;
        position: fixed;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: auto;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: #fff;
        overflow-y: auto;
        height: calc(100vh - 120px) !important;
    }
    .exp_box_image_text figure.expNoEdit img,
    .exp_box_text_image figure img {
        width: 100%;
        min-width: 100%;
    }
    .exp_box_image_text figure.expNoEdit,
    .exp_box_text_image figure {
        display: inline-block;
    }
    /*.exp_box_image_text figure.expNoEdit figcaption,
    .exp_box_text_image figure figcaption {
        width: 100%;
        margin: 10px 0px;
        text-align: left;
    }*/
    .load_library_image {
        display: none !important;
    }
    .navigation {
        padding: 0px 16px;
        height: calc(100% - 160px);
        overflow: scroll;
        padding-bottom: 100px;
    }
    .dropdown-list {
        padding: 6px 0;
    }
    .dropdown-list__menu a:hover {
        color: #B55B0E;
    }
    .dropdown-list {
        position: relative;
        z-index: 100;
    }
    .dropdown-list.open .dropdown-list__menu {
        height: auto;
        opacity: 1;
    }
    .dropdown-list__menu {
        position: relative;
        z-index: 99;
        align-items: stretch;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .dropdown-list__menu a {
        display: block;
        padding:6px 16px;
        font-size: 16px;
        text-transform: initial;
    }
    .menu-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: 1000;
        left: -100%;
        transition: 0.7s;
    }
    .menu-mobile.open_nav_mb {
        left: 0;
    }
    .dropdown-list.open .fa-angle-down{
        transform: rotate(180deg);
    }
    .active-mobile {
        color: darkred;
    }
    li.dropdown-list.open.active-mobile .dropdown-list__title {
        color: darkred;
    }

    .exp_box_image_text .exp_wrap.expEdit, .exp_box_text_image .exp_wrap.expEdit {
        display: block;
    }

    .exp_box_image_text figure.expNoEdit, .exp_box_text_image figure.expNoEdit {
        max-width: 100%;
        min-width: 100%;
    }

    .exp_box_image_text .caption_content, .exp_box_text_image .caption_content {
        width: 100%;
        margin: auto;
    }
    .change_style{
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        grid-gap: 0 20px;
    }
    .expand-menu-cate-name.active_navmb {
        color: #c89038;
    }
    .inmobile_img_detail .thumb-item-img img {
        margin-bottom: 10px;
    }
}

@media (max-width: 571px) {
    .mb_none{
        display: none;
    }
    .fonrs-28_fix{
        font-size: 18px;
    }
    .pc_none{
        display: block;
    }
    .slide-main .slide .carousel-inner .carousel-item a img.full_img {
        /*object-fit: unset;*/
    }
    .footer-section .footer-info .media-list.sub-title-14 .media-list-icon a {
        font-size: 16px;
        line-height: 24px;
    }
    .pa0mb{
        padding-left: 0px;
    }
    .none_scroll {
        overflow-y: hidden;
    }
    .m-bt-inmb30{
        margin-bottom: 30px;
    }
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: #FC466B;
        height: 50px!important;
        overflow: hidden;
        z-index: 10;
    }
    .cd-auto-hide-header {
        position: sticky;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 35%;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #828282;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #828282;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
        background-color: #828282;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        background-color: #828282;
    }
    .sub-title-sm-18 {
        font-family: Averta;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
    }
    .sub-title-sm-14 {
        font-family: Averta;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
    }
    .sub-title-sm-12 {
        font-family: Averta;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
    }
    .w-xs-25 {
        width: 25% !important;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    /*.mb-border-top {
        border-top: 1px solid #dee2e6;
    }*/
    .mb-border-bottom {
        border-bottom: 1px solid #dee2e6;
    }
    .mini-news .mini-news_item {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #0000001b;
    }
    .mini-news .mini-news_item:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .text-sm-brown {
        color: #B55B0E;
    }
    .card-col6 .card-col6_image {
        height: 198px !important;
    }
    .card-news-normal_image {
        height: 197px !important;
    }
    .aside-news-list .aside-news-list_item .aside-news-list_item_image {
        height: 85px;
    }
    .article-news .article-news_image {
        height: 200px;
    }
    .mb-title {
        font-size: 20px;
    }
    .mb-small-title {
        font-size: 16px;
    }
    .article-news:first-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .gold-section .grid-col3 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
        grid-gap: 0px 24px;
    }
    .article-news {
        border: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .article-news--margin {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    .pt_4 {
        padding-top: 30px;
    }
    .item1 {
        order: 3;
    }
    .item2 {
        order: 1;
    }
    .item3 {
        order: 2;
    }
    .mb-title {
        font-size: 24px !important;
        font-family: 'Merriweather', serif;
    }
    .fs-mb-25 {
        font-size: 1.3em;
    }
    .fs-mb-16 {
        font-size: 16px;
    }
    .fs-mb-15 {
        font-size: 1.1em;
    }
    .slide-main {
        /*height: 200px;*/
        height: auto;
    }
    .slide-main .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .slide-main .carousel-indicators li {
        width: 5px;
        height: 5px;
    }
    .top-news {
        height: auto;
    }
    .top-news .top-news-title,
    .top-news.top-news_photto .top-news-title {
        width: 100%;
    }
    .top-news .top-news-image,
    .top-news.top-news_photto .top-news-image {
        width: 100%;
    }
    .h1-sm-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 41px;
    }
    .h2-sm-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
    .h3-sm-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
    }
    .h4-sm-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        /*line-height: 18px;*/
    }
    .h5-sm-mon {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.38;
    }
    .mini-video-title {
        font-weight: normal;
    }
    .play-button {
        width: 20px;
        height: 20px;
    }
    .play-time {
        font-size: 11px;
    }
    .mb-news-border_items {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dee2e6;
    }
    .mb-news-border_items:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .mb-news_items {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mb-news_items:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .operation-rules .operation-rules-item .lead-thumb {
        width: 64%;
    }
    .operation-rules .operation-rules-item .operation-rules-item-icon {
        width: auto;
    }
    .operation-rules .operation-rules-item h2 {
        text-align: center;
        font-size: 18px !important;
        padding-bottom: 15px;
    }
    .operation-rules .operation-rules-item .col-lg-4 {
        height: 55%;
        /*height: 40%;*/
    }
    .mini-news .mini-news_item,
    .mini-news-mb .mini-news_item {
        padding-bottom: 16px;
        margin-bottom: 0px;
        border-bottom: none;
    }
    .mini-news .mini-news_item:last-child,
    .mini-news-mb .mini-news_item:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .owl-carousel3 .owl-nav {
        top: 145px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom,
    .owl-carousel3 .owl-nav .owl-next-custom {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #E5B764;
        border-radius: 3px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom i,
    .owl-carousel3 .owl-nav .owl-next-custom i {
        font-size: 14px;
    }
    .owl-carousel3 .owl-nav .owl-prev-custom {
        left: 2px;
    }
    .owl-carousel3 .owl-nav .owl-next-custom {
        right: 2px;
    }
    .footer-bg {
        top: 750px;
        /*top: 600px;*/
    }
    .media-list {
        list-style-type: disc;
    }
    .media-list .media-list-icon {
        padding: 7px 0;
        color: #555555;
        font-size: 12px;
    }
    .noti-list {
        list-style-type: disc;
    }
    .noti-list .media-list-icon {
        padding: 7px 0;
        color: #555555;
        font-size: 8px !important;
    }
    .live-notification {
        font-size: 14px;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid white;
        line-height: 18px;
        float: left;
        width: 58%;
    }
    /* -------------------------------------
    -------------------------------
    ----------------------
    -----------------
    ------------- */
    .flex-col3 .flex-col3-item {
        border-right: none;
    }
    .flex-col3 .flex-col3-item:last-child {
        /*display: none !important;*/
        display: block;
    }
    .gold-ul li {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
    }
    .gold-ul li::before {
        top: 3px;
    }
    .next-video {
        overflow: visible;
        position: relative;
        background: #fff8f2!important;
    }
    .grid-image-lib .wrapper {
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(16, 1fr);
        grid-template-rows: repeat(4, 117px);
    }
    .grid-image-lib1 .wrapper {
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(16, 1fr);
        grid-template-rows: repeat(7, 117px);
    }
    .grid-image-lib1 .box:first-child {
        grid-column: 1/17;
        grid-row: 1/3;
    }
    .grid-image-lib1 .box:nth-child(2) {
        grid-column: 1/17;
        grid-row: 3/5;
    }
    .grid-image-lib1 .box:nth-child(3) {
        grid-column: 1/9;
        grid-row: 6/5;
    }
    .grid-image-lib1 .box:nth-child(4) {
        grid-column: 17/9;
        grid-row: 5/6;
    }
    .grid-image-lib1 .box:nth-child(5) {
        grid-column: 1/17;
        grid-row: 6/8;
    }
    .grid-image-lib .box:first-child {
        grid-column: 1/11;
        grid-row: 1/2;
    }
    .grid-image-lib .box:nth-child(2) {
        grid-column: 11/17;
        grid-row: 1 / 2;
    }
    .grid-image-lib .box:nth-child(3) {
        grid-column: 1/17;
        grid-row: 2/4;
    }
    .grid-image-lib .box:nth-child(4) {
        grid-column: 8/17;
        grid-row: 4/5;
    }
    .grid-image-lib .box:nth-child(5) {
        grid-column: 1/8;
        grid-row: 4/5;
    }
    .grid-image-lib .box:nth-child(6) {
        grid-column: 9/17;
        grid-row: 6/7;
    }
    .grid-image-lib .box:nth-child(7) {
        grid-column: 1/17;
        grid-row: 7/9;
    }
    .grid-image-lib .box:nth-child(8) {
        grid-column: 1/17;
        grid-row: 9/11;
    }
    .grid-image-lib .box:nth-child(9) {
        grid-column: 1/9;
        grid-row: 11/12;
    }
    .grid-image-lib .box:nth-child(10) {
        grid-column: 9/17;
        grid-row: 11/12;
    }
    .gold-section .expand-menu {
        border-top: 1px solid white;
        margin-top: 8px;
    }
    .owl-carousel7 {
        padding: 0;
    }
    .owl-carousel7 p {
        height: 60px;
    }
    .new-detail-description-text {
        border-left: none;
    }
    .new-detail-description-text .count-image {
        position: relative;
    }
    .modal-custom .modal-dialog {
        width: 100%;
    }
    .modal-custom .modal-dialog .modal-content {
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .modal-custom .modal-dialog .modal-content button {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: rgba(0, 0, 0, 0);
        top: -80%;
        right: -1%;
        opacity: 1;
    }
    .modal-custom .modal-dialog .modal-content button span {
        font-size: 25px;
        color: white;
    }
    .modal-custom .modal-dialog .modal-content .modal-image-title {
        color: white;
        background-color: #00000066;
    }
    header {
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .abbot-section {
        height: auto;
    }
    .abbot-section .abbot-section-avatar {
        right: -50px;
        z-index: 1;
        width: 70%;
        bottom: 0;
        height: 100%;
    }
    .abbot-section .abbot-section-des {
        padding: 15px;
        z-index: 2;
    }
    .abbot-section .abbot-section-des-detail {
        line-height: 15px;
    }
    .gold-mininews-title {
        min-height: auto;
    }
    .mob-logo {
        width: 35px;
        height: 35px;
        margin-right: 6px
    }
    .h3_1-mon {
        font-size: 14px;
        display: -webkit-box;
        line-height: 1.38;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #sidebarMenu {
        height: 1704%;
        position: fixed;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: auto;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: #fff;
        overflow-y: auto;
    }
    .sidebarMenu-section {
        height: 100%;
        width: 100%;
    }
    .padding--bottom {
        padding-bottom: 20px;
    }
    .back-to-top-mb {
        display: block;
        bottom: 15px !important;
        right: 15px !important;
        position: fixed !important;
        height: auto !important;
    }
    #flex-mobile {
        width: 100%;
        justify-content: space-between;
    }
    .slick-image-lib .slick-controls {
        top: 160px;
    }
    .slick-image-lib .slick-controls .previous,
    .slick-image-lib .slick-controls .next {
        width: 24px;
        height: 24px;
        border-radius: 3px;
        outline: none;
        background: #E5B764;
    }
    .slick-image-lib .slick-controls .previous i,
    .slick-image-lib .slick-controls .next i {
        font-size: 14px;
    }
    .slick-image-lib .slick-controls .previous {
        left: -9px;
    }
    .slick-image-lib .slick-controls .next {
        right: -9px;
    }
    #collapseExample2 {
        width: 100%;
    }
    ul.sidebarMenuInner {
        height: calc(100vh - 100px);
        overflow-y: scroll;
    }
    h2.h2-mon.fix-text {
        line-height: 1.4;
        display: inline;
    }
    .article-news {
        overflow: hidden;
    }
    .list-grid-section .grid .event-item:nth-child(odd) {
        border-right: none
    }
    .list-grid-section .active_tabimage:first-child {
        border-right: none;
    }
    .navigation {
        padding: 0px 16px;
        height: calc(100% - 160px);
        overflow: scroll;
        padding-bottom: 100px;
    }
    .dropdown-list {
        padding: 6px 0;
    }
    .dropdown-list__menu a:hover {
        color: #B55B0E;
    }
    .dropdown-list {
        position: relative;
        z-index: 100;
    }
    .dropdown-list.open .dropdown-list__menu {
        height: auto;
        opacity: 1;
    }
    .dropdown-list__menu {
        position: relative;
        z-index: 99;
        align-items: stretch;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .dropdown-list__menu a {
        display: block;
        padding:6px 16px;
    }
    .menu-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: 1000;
        left: -100%;
        transition: 0.7s;
    }
    .menu-mobile.open_nav_mb {
        left: 0;
    }
    .dropdown-list.open .fa-angle-down{
        transform: rotate(180deg);
    }
    .active-mobile {
        color: darkred;
    }
    li.dropdown-list.open.active-mobile .dropdown-list__title {
        color: darkred;
    }
    .video_fix_full_page.show {
        right: 0;
        bottom: 0px;
    }

    span.stick_video_ifr {
        display: block;
    }
    .box_addendum {
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .change_style{
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0 20px;
    }
    .footer-logo {
        background-size: 100% auto;
    }
}

@media (max-width: 321px) {
    .h2-mon {
        font-size: 19px !important;
    }
}
.pa0 .counter:after {
    padding: 0;
}
.changemb_footer .box_footer img {
    max-width: 80px;
}
.changemb_footer {
    margin: 20px 0px;
}