﻿body {
    /*user-select: none;*/
}
/* vietnamese */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Mulish.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'SVN Artful Beauty';
    src: url('../fonts/svn-artful-beauty.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('../fonts/Comfortaa-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-Light';
    src: url('../fonts/Comfortaa-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('../fonts/Comfortaa-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'UTM Androgyne';
    src: url('../fonts/UTM Androgyne.ttf') format('truetype');
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    /*background-color: #cccccc;*/
    background-image: linear-gradient(0deg,#acc5af 0%,#d1d4d7 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    padding: 8px
}

blockquote {
    font-size: 17.5px;
    border-left: 5px solid #eee;
    background-color: rgba(186,188,188,.2);
    border-left: 3px solid #113e85;
    border-radius: 5px;
    margin: 5px;
    padding: 1em;
    text-align: left;
}

.Nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.Nopadding-Left {
    padding-left: 0px !important;
}

.Nopadding-Right {
    padding-right: 0px !important;
}

.facebook i {
    margin-top: 5px;
}
/*chia năm cột trong boostrap*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*End chia năm cột trong boostrap*/
.close {
    outline: none !important;
}
/*--------------------------------------- Mainmenu -------------------------------------------------*/
.breakpoint-on .classy-navbar .classy-menu {
    background-color: #4d8a54;
    height:80%;
}

    .breakpoint-on .classy-navbar .classy-menu img {
        max-height: 32px !important;
    }

.classycloseIcon .cross-wrap span {
    background: #ffffff;
}

.breakpoint-on .classynav {
    padding-top: 55px !important;
}

.classycloseIcon {
    top: 15px !important;
    width: 100%;
}

    .classycloseIcon .logo-bar {
        float: left;
        max-width: 168px;
        padding-left: 30px;
        margin-top: -10px;
    }

        .classycloseIcon .logo-bar a {
            float: left;
            padding-left: 0px
        }

.classy-nav-container {
    background-color: #4d8a54 !important;
}

    .classy-nav-container:before {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_menu.png);
        position: absolute;
        width: 100%;
        height: 26px;
        top: 100%;
        left: 0;
        z-index: 9;
    }

.cross-wrap {
    float: right;
}

a:hover {
    text-decoration: none !important;
}

.classynav ul li.megamenu-item > a:after,
.classynav ul li.has-down > a:after {
    color: #add9b2 !important
}

.classynav #nav > li a:hover {
    color: #ffed70 !important;
}

    /*.classynav #nav > li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/

    .classynav #nav > li a:hover:before, .classynav #nav > li a:focus:before, .classynav #nav > li a:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }


.classynav #nav > li ul li a:before {
    background-image: none;
    /*box-shadow: none !important;*/
}

.classynav #nav li ul li:hover {
    background-color: #ffffff !important;
}

.classynav #nav li:hover .dropdown {
    background-color: #ffffff !important;
}

.classynav #nav li ul li a:hover {
    color: #4d8a54 !important;
}

.classynav #nav li:hover > a {
    color: #fff;
}

/*.classy-navbar::before {
    background-image: linear-gradient(89deg, #12a3e0 0%, #036eb8 100%);
}*/
.classy-navbar-toggler .navbarToggler {
    margin-top: 8px;
}

    .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff !important;
        height: 3px !important;
        border-radius: 2px !important;
    }

.toggler-span-last {
    width: calc(100% - 6px) !important;
    left: 6px;
}

.classynav ul li a {
    padding: 0 !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}
/* Tablet large :768px. */
@media only screen and (min-width: 991px) and (max-width: 1335px) {


    .classynav ul li a {
        padding: 0 10px !important;
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        color: #191919 !important;
        font-size: 15px !important;
    }

    .main-header-area.sticky .classy-navbar .nav-brand img {
        /*height: 40px;*/
        max-height: 35px;
        margin-top: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar {
        height: 35px !important;
    }

        .classy-nav-container .classy-navbar .classynav ul li a {
            color: #191919 !important;
            font-size: 15px !important;
        }

    .main-header-area.sticky .classy-navbar .nav-brand img {
        /*height: 40px !important;*/
        max-height: 32px !important;
        margin-top: 2px;
        font-size: 15px !important;
    }
}

.main-header-area.sticky .classy-navbar .nav-brand img {
    /*height: 40px !important;*/
    max-height: 35px;
}

.breakpoint-on .classynav ul li a {
    height: 55px !important;
    line-height: 55px !important;
    padding-left: 30px !important;
}

    .breakpoint-on .classynav ul li a:active, a:visited {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

.current {
    color: #ffed70 !important;
}

    .current a {
        color: #ffed70 !important;
    }

@media (max-width: 1199px) and (min-width: 992px) {
    .current a {
        color: #000000 !important;
    }

    .current {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        /*height: 40px !important;*/
    }
}

.search-mobile {
    /*float: right;
    margin-left: 0px !important;
    margin-top: 5px !important;
    right: 20px;*/
    display: none;
}

    .search-mobile i {
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        color: #ffffff;
        margin-top: 7px;
    }

/* Tablet :1199px. */
@media only screen and (max-width: 1199px) and (min-width: 992px) {

    .search-mobile {
        float: right;
        margin-left: 0px !important;
        margin-top: 7px !important;
        right: -5px;
        display: block;
    }

    .hide-mobile-search {
        display: none !important;
    }
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .search-mobile {
        float: right;
        margin-left: 0px !important;
        margin-top: 7px !important;
        right: -5px;
        display: block;
    }

    .hide-mobile-search {
        display: none !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .search-mobile {
        float: right;
        margin-left: 0px !important;
        margin-top: 7px !important;
        right: -6px;
        display: block;
    }

    .hide-mobile-search {
        display: none !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .search-mobile {
        float: right;
        margin-left: 0px !important;
        margin-top: 7px !important;
        right: -5px;
        display: block;
    }

    .hide-mobile-search {
        display: none !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .search-mobile {
        margin-left: 0px !important;
        margin-top: 7px !important;
        right: -5px;
        display: block;
    }

    .hide-mobile-search {
        display: none !important;
    }
}
/* Small Mobile :320px. */

@media only screen and (max-width: 320px) {
    .search-mobile {
        margin-left: 0px !important;
        margin-top: 7px !important;
        right: -6px;
        display: block;
    }

    .hide-mobile-search {
        display: none !important;
    }
}

@media only screen and (min-width: 1120px) {
    .justify-content-between {
        justify-content: center !important;
    }
}
/*Begin ngôn ngữ*/
.ngonngu {
    float: left;
}

    .ngonngu a {
        float: left;
        padding-left: 20px;
    }

    .ngonngu img {
        border: none;
        outline: none !important;
    }

/*End ngôn ngữ*/
/*--------------------------------------- End Mainmenu -------------------------------------------------*/
/*------------------------------ Hotline -----------------------------------------------------*/
.Hotline_Email {
    color: #ffffff;
    /*font-size: 11pt;*/
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: bold;
    float: left;
}

.Span_Hotline {
    margin-left: 0px;
}

    .Span_Hotline i {
        font-size: 16px;
    }
/*.Hotline_Email svg {
    padding-right: 5px;
    color: #000 !important;
}*/
.Span_Email {
    margin-left: 20px;
}
/*.Hotline_Email i {
    padding-right: 5px;
    color: #000;
}*/
.Hotline_Email a {
    color: #ffffff !important;
    font-size: 10.5pt;
    padding-left: 5px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .Diachi {
        display: none;
    }

    .Hotline_Email {
        float: left !important;
        text-align: center;
        margin: 0px !important;
        width: 100%;
    }

    .Span_Hotline {
        margin-left: 0px !important;
        /*padding:5px;*/
        float: left;
    }

    .Span_Email {
        margin-left: 0px !important;
        float: right;
    }
    /*Hotline_Email span {
        margin-left: 0px !important;
    }*/
}
/*------------------------------ End Hotline -----------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    .breakpoint-off .classynav {
        display: none;
    }
}

.breakpoint-off .classynav ul li .dropdown {
    width: 280px !important;
}

.breakpoint-off .classynav ul li .dropdown, .breakpoint-off .classynav ul li .megamenu {
    box-shadow: 0 0 20px -5px !important;
    border-radius: 5px !important;
}
/* ----------------------------------- Icon share -----------------------------------------------------*/
.header-area .social-share-icon {
    margin-left: 20px !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-area .social-share-icon {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        margin-left: 20px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header-area .social-share-icon {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        margin-left: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .social-share-icon {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        margin-left: 20px !important;
    }
}

.razo-social-share-area a.facebook:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.twitter:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.pinterest:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.instagram:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.youtube:hover {
    background-color: #fba825 !important;
}

.razo-social-share-area a.ss-close-btn:hover {
    background-color: #fba825 !important;
}

/* ----------------------------------- End Icon share -----------------------------------------------------*/
/* ----------------------------------- Slideshow -----------------------------------------------------*/
.hero-section {
    margin-top: 15px;
}

.hero-slider .hs-item .container {
    position: relative;
    top: 46%;
    transform: translateY(-44%);
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-slider .hs-item .container {
        top: 46%;
        transform: translateY(-44%);
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .hero-slider .hs-item .container {
        top: 42%;
        transform: translateY(-40%);
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .hero-slider .hs-item .container {
        top: 42%;
        transform: translateY(-44%);
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .hero-slider .hs-item .container {
        top: 42%;
        transform: translateY(-44%);
    }
}

.hero-slider .owl-item.active .hs-item h1 {
    top: 0% !important;
}

.set-bg {
    background-position: center center !important;
}

@media only screen and (max-width: 479px) {
    .hero-slider .hs-item .sb-line {
        margin-bottom: 0px !important;
    }
}

.site-btn {
    font-size: 13px !important;
    min-width: 130px !important;
    padding: 12px 35px 12px !important;
    border-radius: 30px !important;
    /*border-radius: 15px 0px 15px 0px!important;*/
}


/* Tablet large :768px. */
@media only screen and (min-width: 991px) and (max-width: 1335px) {

    .hero-slider .hs-item {
        height: 500px !important;
    }
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-slider .hs-item {
        height: 400px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .hero-slider .hs-item {
        height: 300px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .hero-slider .hs-item {
        height: 255px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .hero-slider .hs-item {
        height: 255px !important;
    }

    .hero-slider .owl-item.active .hs-item span {
        /*font-size: 13px !important;*/
        font-size: 13px;
    }
}
/* Small Mobile :320px. */

@media only screen and (max-width: 320px) {
    .site-btn {
        font-size: 12px !important;
        padding: 15px 26px 15px !important;
        min-width: 100px !important;
    }

    .hero-slider .hs-item {
        height: 255px !important;
    }

    .hero-slider .owl-item.active .hs-item span {
        font-size: 12px !important;
    }
}

.slide-num-holder {
    margin-top: -2px !important;
    text-align: center;
}

.hero-slider .hs-item {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

    .hero-slider .hs-item span {
        text-transform: none !important;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif !important;
    }

.hero-slider .owl-dots {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 83%;
}

    .hero-slider .owl-dots button:visited, ::outside, :link {
        border: 0px !important;
    }

    .hero-slider .owl-dots .owl-dot {
        background-color: #95e597c7 !important;
        width: 12px !important;
        height: 12px !important;
    }

.site-btn.sb-white {
    /*background: #1068CA !important;*/
    color: #fff !important;
    background-image: linear-gradient(89deg, #33aee2 0%, #036eb8 100%) !important;
}
/*.hero-slider .owl-item.active .hs-item .site-btn.sb-white {
    -webkit-transition: all 0s ease 0s !important;
	-webkit-transition: all 0s ease 0s !important;
	-o-transition: all 0s ease 0s !important;
	transition: all 0s ease 0s !important;
}*/
.site-btn.sb-white {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-white:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 15px 0px 15px 0px !important;
        /*background: #448EF2;*/
        background-image: linear-gradient(89deg, #036eb8 0%, #33aee2 100%) !important;
        color: #fff !important;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-white:hover, .site-btn.sb-white:focus, .site-btn.sb-white:active {
        color: white;
    }

        .site-btn.sb-white:hover:before, .site-btn.sb-white:focus:before, .site-btn.sb-white:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.site-btn.sb-line {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .site-btn.sb-line:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*border-radius: 6px;*/
        border-radius: 15px 0px 15px 0px !important;
        background: #448EF2;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .site-btn.sb-line:hover, .site-btn.sb-line:focus, .site-btn.sb-line:active {
        color: white;
    }

        .site-btn.sb-line:hover:before, .site-btn.sb-line:focus:before, .site-btn.sb-line:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }
/* Begin Layout 1 slide text */
/*.hero-slider .hs-item h1 span {*/
.hero-slider .hs-item p {
    margin-bottom: 30px !important;
}

    .hero-slider .hs-item p span {
        font-weight: 700;
        font-size: 34px !important;
        text-transform: uppercase !important;
        color: #efd93e;
        display: inline-flex !important;
        margin-left: auto;
        margin-right: auto;
        /*height: 40px;*/
        height: auto;
        clear: both;
    }


    .hero-slider .hs-item p .txt-rotate > .wrap {
        position: relative;
        padding-right: 5px;
        line-height: 40px;
    }

@media only screen and (max-width: 479px) {
    .hero-slider .hs-item p span {
        font-weight: 600;
        font-size: 20px !important;
        text-transform: uppercase !important;
        height: 26px;
        line-height: 30px;
        display: inline-flex !important;
    }

    .text-white {
        line-height: 1.5;
    }

    .hero-slider .hs-item p .txt-rotate > .wrap {
        line-height: 27px;
    }
}

.hero-slider .hs-item p .txt-rotate > .wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 5px;
    height: 100%;
    content: '';
    background: #f3d541;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
/* End Layout 1 slide text */
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.knockout {
    background: linear-gradient(110deg, #ffffff 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #52b1ed 36%, #bdb8b8 34%);
    background-size: 400%;
    -webkit-text-fill-color: #fffefe96;
    -webkit-background-clip: text;
}

.knockout {
    animation: Gradient 7s ease infinite;
    -webkit-animation: Gradient 7s ease infinite;
    -moz-animation: Gradient 7s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 40% 50%;
    }

    50% {
        background-position: 15% 50%;
    }

    100% {
        background-position: 40% 50%;
    }
}
/*popub video*/
.intro_video_icon {
    display: inline-block;
    top: 50%;
    left: 50%;
    position: absolute;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

@media only screen and (max-width: 767px) {
    .video-play-button:before {
        width: 90px;
        height: 90px;
    }
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 200ms;
}

@media only screen and (max-width: 767px) {
    .video-play-button:after {
        width: 70px;
        height: 70px;
    }
}


.video-play-button:hover:after {
    background: rgba(255, 255, 255, 0.3);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
    /*position: absolute;*/
    z-index: 3;
    top: 5px;
    cursor: pointer;
    display: inline-block;
    left: -3px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*end popub video*/
/* ----------------------------------- End Slideshow -----------------------------------------------------*/
/* ----------------------------------- All css -----------------------------------------------------*/
.section-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-padding-0-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

.section-padding-20-0 {
    padding-top: 20px;
    padding-bottom: 0;
}
/* ----------------------------------- End All css -----------------------------------------------------*/

/* ----------------------------- Begin dịch vụ quảng cáo Youtube ---------------------------------------*/
.header-youtubeAds {
    /*background: url(/Content/html/img/core-img/bg-youtubeAds.jpg) #1175bf !important;*/
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-youtubeAds:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 55%) !important;
    }

    .header-youtubeAds .sitemap {
        color: #cccccc;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .header-youtubeAds .sitemap a {
            color: #cccccc;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            font-style: italic;
        }

            .header-youtubeAds .sitemap a:hover {
                color: #cccccc;
                text-align: center;
                font-size: 15px;
                text-decoration: underline !important;
            }

        .header-youtubeAds .sitemap i {
            color: #cccccc;
            padding-left: 5px;
            padding-right: 5px;
        }

.content-youtubeAds {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-youtubeAds .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-youtubeAds .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-youtubeAds .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-youtubeAds .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-youtubeAds .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-youtubeAds .share ul li:hover {
                background-color: #0E61B6;
            }

.title-youtubeAds {
    color: #ffffff;
    text-align: center;
    margin-top: 45px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
}

.heading-box-duoc-gi-youtube-ads {
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: left;
}

@media (max-width: 320px) {
    .heading-box-duoc-gi-youtube-ads {
        font-size: 15px;
    }
}

.heading-box-duoc-gi-youtube-ads i {
    padding-right: 30px;
    font-size: 24px !important;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.heading-box-duoc-gi-youtube-ads span {
    position: relative;
    color: #fff;
    /*font-size: 26px;*/
    z-index: 9;
    top: 0px;
    left: 5px;
}

.heading-box-duoc-gi-youtube-ads:before {
    background-color: #278bda;
    content: "";
    left: 11px;
    height: 40px;
    position: absolute;
    top: 16px;
    transform: rotate( 45deg );
    width: 40px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
    border-radius: 6px;
    box-shadow: -5px 5px 0px 0px #90bdec8a;
}

.heading-box-duoc-gi-youtube-ads:hover:before {
    background-color: #c7bc02;
    /*background-image: linear-gradient( 89deg,#036eb8 0%,#53bdea 100%);*/
}

/* ----------------------------- End dịch vụ quảng cáo Youtube ---------------------------------------*/
/* ----------------------------- Begin dịch vụ quảng cáo Zalo -----------------------------------------*/
.backroup-zaloAds {
    background-color: #fff;
}

.header-zaloAds {
    /*background: url(/Content/html/img/core-img/bg-zaloAds.jpg) #1175bf center !important;*/
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-zaloAds:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 51%) !important;
    }

    .header-zaloAds .sitemap {
        color: #cccccc;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .header-zaloAds .sitemap a {
            color: #cccccc;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            font-style: italic;
        }

            .header-zaloAds .sitemap a:hover {
                color: #cccccc;
                text-align: center;
                font-size: 15px;
                text-decoration: underline !important;
            }

        .header-zaloAds .sitemap i {
            color: #cccccc;
            padding-left: 5px;
            padding-right: 5px;
        }

    .header-zaloAds .share {
        font-size: 15px;
        margin-bottom: 15px;
        overflow: hidden;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

        .header-zaloAds .share i {
            font-size: 15px;
            /*padding: 5px;*/
            /* background: #B6160E; */
            color: #c5cbd0;
            border-radius: 5px;
            /*border:1px solid #eae7e7;*/
        }

            .header-zaloAds .share i:hover {
                font-size: 18px;
                /*padding: 5px;*/
                color: #f4c81f;
                /*border-radius: 50px;*/
            }

        .header-zaloAds .share ul {
            width: 100%;
            text-align: center;
            list-style: none;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            vertical-align: middle;
            display: flex;
            justify-content: center;
        }

            .header-zaloAds .share ul li {
                list-style: none;
                /*display: inline-block;*/
                width: 30px;
                height: 30px;
                color: #fff;
                margin: 0 10px 15px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #ccc;
                border-radius: 50%;
                float: left;
            }

                .header-zaloAds .share ul li:hover {
                    background-color: #0E61B6;
                }

.title-zaloAds {
    color: #ffffff;
    text-align: center;
    margin-top: 45px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
}

.content-zaloAds {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}
/*Begin Tại sao zalo*/
.section-title-vi-sao-zaloAds {
    position: relative;
    text-align: center;
}

    .section-title-vi-sao-zaloAds:before {
        content: "";
        display: block;
        position: absolute;
        /*width: 100%;*/
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        /*background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);*/
        /*background: linear-gradient(90deg, #f5f5f5 0%, #1b8ae6 20%, #1b8ae6 10%, #1b8ae6 90%, #1b8ae6 20%, #f5f5f5 100%);*/
    }

    .section-title-vi-sao-zaloAds h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        color: #525354;
    }

    .section-title-vi-sao-zaloAds:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #ffffff url(/Content/html/img/core-img/line-vi-sao-Ads.png) center no-repeat;
    }

.backgroup-tai-sao-zalo {
    /*background-color: #ffffff;*/
    position: relative;
    background: url(/Content/html/img/core-img/bg-tai-sao-facebook.png) left top no-repeat !important;
    /*padding: 100px 0px 55px;*/
}

    .backgroup-tai-sao-zalo:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 91%) !important;
    }

.heading-detail-tai-sao-zalo {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #404346;
    vertical-align: baseline;
    text-align: left;
    font-weight: 600;
}

    .heading-detail-tai-sao-zalo i {
        font-size: 21px !important;
        color: #ffffff;
        line-height: 35px;
        text-align: center;
        background-color: #1a99e4;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .heading-detail-tai-sao-zalo span {
        position: relative;
        color: #fff;
        /* font-size: 26px; */
        z-index: 9;
        text-align: left;
        padding-right: 10px;
    }

        .heading-detail-tai-sao-zalo span:before {
            content: "";
            left: -4px;
            height: 43px;
            position: absolute;
            top: -8px;
            width: 43px;
            z-index: -1;
            border-radius: 50%;
            border: 1px solid rgb(115 175 239 / 58%);
        }

    .heading-detail-tai-sao-zalo:hover span:before {
        background-color: #52b1e87a;
        /*background-image: linear-gradient( 89deg,#036eb8 0%,#53bdea 100%);*/
    }

.text-detail-tai-sao-zalo {
    color: #242525;
    font-size: 15px;
    text-align: justify;
}

/*Begin Tại sao zalo*/
/* ----------------------------- End dịch vụ quảng cáo Zalo -----------------------------------------*/
/* ----------------------------- Begin dịch vụ quảng cáo Google-----------------------------------------*/
.backroup-googleAds {
    background-color: #fff;
}

.header-googleAds {
    /*background: url(/Content/html/img/core-img/Google-Ads.jpg) #1175bf center !important;*/
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-googleAds:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 47%) !important;
    }

.title-googleAds {
    color: #ffffff;
    text-align: center;
    margin-top: 45px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
}

.content-googleAds {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-googleAds .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-googleAds .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-googleAds .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-googleAds .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-googleAds .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-googleAds .share ul li:hover {
                background-color: #0E61B6;
            }

.header-googleAds .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-googleAds .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-googleAds .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-googleAds .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

/* Được gì khi quảng cáo Google */
.backgroup-doanh-so {
    /*background-color: #ffffff;*/
    position: relative;
    background: url(/Content/html/img/core-img/bg-tai-sao-facebook.png) left top no-repeat !important;
    /*padding: 100px 0px 55px;*/
}

    .backgroup-doanh-so:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 91%) !important;
    }

    .backgroup-doanh-so:after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        /*background: url(/Content/html/img/core-img/agency-shap.png) no-repeat bottom right;*/
        background: url(/Content/html/img/core-img/doanh-so-right.png) no-repeat bottom right;
        height: 100%;
        width: 100%;
        z-index: 0;
    }

.header-doanh-so-googleAds {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-title-doanh-so {
    position: relative;
    text-align: center;
}

    .section-title-doanh-so:before {
        content: "";
        display: block;
        position: absolute;
        /*width: 100%;*/
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        /*background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);*/
        background: linear-gradient(90deg, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
    }

    .section-title-doanh-so h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 38px;
        font-family: "Oswald";
        /*border-bottom: 1px solid #ccc;*/
        padding-bottom: 20px;
        color: #287cd2;
    }

    .section-title-doanh-so:after {
        content: "";
        display: block;
        position: absolute;
        /*width: 125px;*/
        width: 300px;
        height: 30px;
        top: initial;
        bottom: -11px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #ffffff url('/Content/html/img/core-img/style-line.png') center no-repeat;
    }

.content-doanh-so {
    color: #252323;
    text-align: center;
    font-size: 16px;
    text-align: justify;
}

.heading-box-doanh-so {
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: left;
}

    .heading-box-doanh-so i {
        padding-right: 30px;
        font-size: 24px !important;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
    }

    .heading-box-doanh-so span {
        position: relative;
        color: #fff;
        /*font-size: 26px;*/
        z-index: 9;
        top: 0px;
        left: 5px;
    }

        .heading-box-doanh-so span:before {
            background-color: #278bda;
            content: "";
            left: -13px;
            height: 50px;
            width: 50px;
            position: absolute;
            top: -12px;
            /*transform: rotate( 45deg );
            -webkit-transform: rotate( 288deg );
            -moz-transform: rotate(288deg);
            -ms-transform: rotate(288deg);
            -o-transform: rotate(288deg);*/
            z-index: -1;
            border-radius: 6px;
            background-image: linear-gradient( 89deg,#007bff73 0%,#2ca9ff 100%);
            /*box-shadow: 5px 3px 0 0 #d1d2d4c2;*/
            border-radius: 50%;
        }

    .heading-box-doanh-so:hover span:before {
        background-color: #c7bc02;
        /*background-image: linear-gradient( 89deg,#036eb8 0%,#53bdea 100%);*/
    }

.text-doanh-so {
    text-align: justify;
    font-size: 100%;
    vertical-align: baseline;
    color: #333;
}

.backgroup-doanh-so .modal-body {
    padding: 0px !important;
}

.click-minhhoa {
    font-weight: 600;
    font-style: italic;
    color: #1c62f2;
    font-size: 15px;
}

    .click-minhhoa:hover {
        cursor: pointer;
        color: #287abb;
    }
/* End Được gì khi quảng cáo Google */
/* Begin Bạn gặp khó khăn */
.backgroup-kho-khan {
    background-color: #f5f9fb;
    position: relative;
}

    .backgroup-kho-khan:before {
        background-image: url(/Content/html/img/core-img/what_do.png);
        position: absolute;
        content: "";
        top: 0px;
        z-index: 1;
        background-repeat: no-repeat;
        left: 0px;
        max-width: 243px;
        max-height: 482px;
        width: 243px;
        height: 300px;
    }

    .backgroup-kho-khan:after {
        background-image: url(/Content/html/img/core-img/what_do_right.png);
        position: absolute;
        content: "";
        z-index: 1;
        background-repeat: no-repeat;
        right: 0px;
        max-width: 351px;
        max-height: 461px;
        width: 351px;
        height: 300px;
        bottom: 0px;
    }

.section-title-quangcao-google-ads {
    position: relative;
    text-align: center;
}

    .section-title-quangcao-google-ads:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
    }

    .section-title-quangcao-google-ads h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .section-title-quangcao-google-ads:after {
        content: "";
        display: block;
        position: absolute;
        width: 125px;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #f5f9fb url('/Content/html/img/core-img/bg-heading.png') center no-repeat;
    }

.heading-box-kho-khan {
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: center;
}

.icon-kho-khan {
    text-align: center;
    /*color: #2485c5;*/
    color: #ffffff;
    width: 100px;
    height: 100px;
    /*border: 3px dotted #ffffff;*/
    border-radius: 50%;
    display: block;
    margin: 0px auto;
    background-image: linear-gradient( 89deg,#007bff82 0%,#1a8ec5 100%);
}

    .icon-kho-khan:before {
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        width: 120px;
        height: 120px;
        line-height: 120px;
        border: 1px solid rgba(0, 123, 255, 0.2);
    }

    .icon-kho-khan:hover {
        text-align: center;
        color: #147bcc;
        width: 100px;
        height: 100px;
        border: 1px solid #147bcc;
        background: #ffffff;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        /*margin: 0px auto;*/
    }

    .icon-kho-khan i {
        text-align: center;
        line-height: 100px;
        font-size: 46px;
    }

.text-kho-khan {
    text-align: center;
    font-size: 16px;
    vertical-align: baseline;
    color: #333;
}

.section-title-kho-khan {
    position: relative;
    text-align: center;
}

    .section-title-kho-khan:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
    }

    .section-title-kho-khan h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .section-title-kho-khan:after {
        content: "";
        display: block;
        position: absolute;
        width: 125px;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #f5f5f5 url('/Content/html/img/core-img/bg-heading.png') center no-repeat;
    }
/* End Bạn gặp khó khăn */

/* Begin vì sao nên chọn quảng cáo ADS */

.backgroup-vi-sao {
    background-color: #ffffff;
    position: relative;
}

/*.backgroup-vi-sao:before {
        background-image: url(/Content/html/img/core-img/what_do.png);
        position: absolute;
        content: "";
        top: 0px;
        z-index: 1;
        background-repeat: no-repeat;
        left: 0px;
        max-width: 243px;
        max-height: 482px;
        width: 243px;
        height: 300px;
    }

    .backgroup-vi-sao:after {
        background-image: url(/Content/html/img/core-img/what_do_right.png);
        position: absolute;
        content: "";
        z-index: 1;
        background-repeat: no-repeat;
        right: 0px;
        max-width: 351px;
        max-height: 461px;
        width: 351px;
        height: 300px;
        bottom: 0px;
    }*/
.section-title-vi-sao {
    position: relative;
    text-align: center;
}

    .section-title-vi-sao:before {
        content: "";
        display: block;
        position: absolute;
        /*width: 100%;*/
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        /*background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);*/
        /*background: linear-gradient(90deg, #f5f5f5 0%, #1b8ae6 20%, #1b8ae6 10%, #1b8ae6 90%, #1b8ae6 20%, #f5f5f5 100%);*/
    }

    .section-title-vi-sao h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        color: #1f76bb;
    }

    .section-title-vi-sao:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #ffffff url(/Content/html/img/core-img/line-vi-sao-Ads.png) center no-repeat;
    }

.icon-vi-sao {
    text-align: center;
    /*color: #2485c5;*/
    color: #ffffff;
    width: 70px;
    height: 70px;
    /*border: 3px dotted #ffffff;*/
    border-radius: 12px;
    display: block;
    margin: 0px auto;
    background-image: linear-gradient( 89deg,#007bff82 0%,#1a8ec5 100%);
    box-shadow: -6px 5px 0px 0px #bad9f98a;
}

    .icon-vi-sao i {
        text-align: center;
        line-height: 75px;
        font-size: 38px;
    }

.text-vi-sao {
    text-align: justify;
    font-size: 16px;
    vertical-align: baseline;
    color: #333;
}

.heading-box-visao-google-ads {
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: #031B2D;
    vertical-align: baseline;
    text-align: left;
}

@media only screen and (max-width: 479px) {
    .heading-box-visao-google-ads {
        font-size: 16px;
    }
}

.heading-box-visao-google-ads i {
    padding-right: 30px;
    font-size: 24px !important;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.heading-box-visao-google-ads span {
    position: relative;
    color: #fff;
    /*font-size: 26px;*/
    z-index: 9;
    top: 0px;
    left: 5px;
}

    .heading-box-visao-google-ads span:before {
        background-color: #278bda;
        content: "";
        left: -8px;
        height: 40px;
        position: absolute;
        top: -9px;
        transform: rotate( 45deg );
        width: 40px;
        -webkit-transform: rotate( 45deg );
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        z-index: -1;
        border-radius: 6px;
        box-shadow: -5px 5px 0px 0px #90bdec8a;
    }

.heading-box-visao-google-ads:hover span:before {
    background-color: #c7bc02;
    /*background-image: linear-gradient( 89deg,#036eb8 0%,#53bdea 100%);*/
}

/* End vì sao nên chọn quảng cáo ADS */
/* Begin Hiệu quả nhất */
.backgroup-hieu-qua {
    background-color: #f2f2f3;
    position: relative;
}

.header-hieu-qua-googleAds {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/* End Hiệu quả nhất */
/* ----------------------------- End dịch vụ quảng cáo Google -----------------------------------------*/

/* ----------------------------------- Liên hệ -----------------------------------------------------*/
.header-lienhe {
    background: url(/Content/html/img/core-img/bg_head_tour.jpg) #4d8a54 center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-lienhe:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(27 28 29 / 46%) !important;
    }

.title-lienhe {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
}

.content-lienhe {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-lienhe .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-lienhe .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-lienhe .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-lienhe .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-lienhe .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-lienhe .share ul li:hover {
                background-color: #59a963;
            }

.header-lienhe .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-lienhe .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-lienhe .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-lienhe .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.bg-lienhe {
    /*background: url(/Content/html/img/core-img/Lien-he-bg.jpg) #07668d;*/
    background: url(/Content/html/img/core-img/bg-lien-he.jpg) #07668d;
    background-repeat: no-repeat !important;
    background-size: cover;
    /*background-color: #f2f2f2;*/
    background-position: center;
    /*opacity: 0.85;*/
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .bg-lienhe:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        opacity: 0.95;
        background-image: linear-gradient( 0deg, #54565d 0%, #175698d1 100%);
    }

.form-control {
    /*background-color: #f1f7f9 !important;*/
    border-radius: 20px;
    font-size: 0.9em;
}

.btn-secondary {
    font-size: 0.85em;
}

.btn-primary {
    font-size: 0.85em;
    background-color: #4d8a54;
    border: 1px solid #45814c;
}

    .btn-primary:hover {
        background-color: #3e7644;
        border: 1px solid #45814c;
    }

.form-lienhe .form-control {
    /*background-color: #f1f7f9 !important;*/
    border-radius: 20px;
    background-image: linear-gradient(to right,#e9ebec33 0%,#ffffff6b 51%,#b4c0c512 100%);
    border: 1px dashed #4d8a54 !important;
}

.bg-lienhe .form-control {
    border: 1px dashed #f6903d !important;
    background-image: linear-gradient(to right,#eaeff3 0%,#4f6e8826 51%,#b4c0c512 100%);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.section-title-lienhe {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-lienhe h3 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
    }

        .section-title-lienhe h3::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 3px;
            background-image: linear-gradient(89deg, #4d8a54 0%, #9cdba3 100%);
        }


.rangbuoc_dangnhap {
    color: red;
}

.iconrefesh {
    color: #50a75a !important;
    padding-left: 5px;
    /*margin-top:10px;*/
}

    .iconrefesh:hover {
        color: #c7bc02 !important;
        text-decoration: none;
        cursor: pointer;
    }

.btn_lienhe {
    background-color: #4d8a54 !important;
    background: linear-gradient(to right, #4d8a54, #4cb75a);
    color: #fff;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 14px;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0px;
    border-radius: 30px !important;
}


    .btn_lienhe:hover {
        background: linear-gradient(to right, #417d48, #41a34c);
        color: #fff;
    }


.requiredImg {
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
    .requiredImg {
        padding-left: 0px !important;
        padding-top: 10px;
    }
}



.required {
    /*border: 1px solid #bac0c6;*/
    border: 1px dashed #4d8a54 !important;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-color: #f1f7f9 !important;*/
    padding: 10px;
}

.text-infocongty {
    font-size: 16px;
    font-family: Open Sans, sans-serif;
}

    .text-infocongty i {
        padding-right: 10px;
        font-size: 20px;
        color: #5ba563;
    }

    .text-infocongty a {
        font-size: 16px;
        font-family: Open Sans, sans-serif;
        color: #5ba563;
    }

        .text-infocongty a:hover {
            color: #4d8a54;
        }



.view-lienhe {
    background: #f56e2e;
    color: white !important;
    display: inline-block;
    height: 38px;
    /*left: 50%;*/
    /*line-height: 38px;*/
    /*margin-left: -60px;*/
    position: relative;
    width: 150px;
    /*line-height: 40px;*/
    /*border: 1px solid #FDFEFF;*/
    /*top: 0px;*/
    border-radius: 5px;
    /*opacity:0.5;*/
    text-align: center;
    padding: 5px;
    font-size: 16px;
    margin: 0px auto;
    text-justify: auto;
    font-family: 'Oswald', sans-serif;
}

    .view-lienhe:hover, view-lienhe:active, view-lienhe:focus {
        background: #2793F7;
        font-family: 'Oswald', sans-serif;
    }

    .view-lienhe::before, .view-lienhe::after {
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        height: calc( 100% - 8px);
        width: calc( 100% - 8px);
        transform-origin: center;
    }

    .view-lienhe::before {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        transform: scale3d(0, 1, 1);
    }

    .view-lienhe:hover::before, .view-lienhe:hover:after {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .view-lienhe::after {
        border-left: 1px solid white;
        border-right: 1px solid white;
        transform: scale3d(1, 0, 1);
    }

    .view-lienhe:hover::before {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .view-lienhe i {
        padding-right: 5px;
        font-size: 20px;
    }

.heading_lienhe {
    color: #fff;
    font-size: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-title-lienhe-home {
    position: relative;
    text-align: center;
}

    .section-title-lienhe-home h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 1.5;
        font-family: "Oswald";
        /* border-bottom: 1px solid #ccc; */
        padding-bottom: 10px;
        color: #ffffff;
    }

    .section-title-lienhe-home:after {
        content: "";
        display: block;
        position: absolute;
        width: 22%;
        height: 1px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        /*background: #b6b7b5 url('/Content/html/img/core-img/bg-heading.png') center no-repeat;*/
        background-image: -webkit-linear-gradient(left,#51677a,#55b1f9,#51677a);
        background-image: -moz-linear-gradient(left,#51677a,#55b1f9,#51677a);
        background-image: -ms-linear-gradient(left,#51677a,#55b1f9,#51677a);
        background-image: -o-linear-gradient(left,#51677a,#55b1f9,#51677a);
    }
/* Tablet :768px. */
@media only screen and ( max-width: 991px) {

    .section-title-lienhe-home:after {
        width: 50%;
    }
}

.text_lienhe {
    color: #fff;
    font-size: 18px;
}

.box-buttom-lienhe {
    margin: 0px auto;
    text-align: center;
}

.mabaove {
    height: 32px;
    float: left;
    padding-right: 5px;
}

.spanMabaove {
    margin-top: 0px;
    display: block;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .spanMabaove {
        clear: both;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .spanMabaove {
        clear: both;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .spanMabaove {
        clear: both;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .spanMabaove {
        clear: both;
    }
}
/*---Liên hệ trang chủ---*/
.bg-support {
    margin: 0 auto;
    padding: 50px 100px 45px;
    background-image: -webkit-linear-gradient( 0deg,#2676e6 0%,#4a8dbd33 100%);
    background-image: -ms-linear-gradient(0deg,#2676e6 0%,#4a8dbd33 100%);
    /* background-image: linear-gradient(to right, #25678a, #3382ab, #0879b259); */
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 340px;
    font-family: "Oswald", sans-serif, Roboto;
    border-right: 6px solid #fdb345;
    border-bottom: 3px solid #fdb345;
}

.title_support_home {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.img_support_home {
    /*background: #ee4929;*/
    background-image: linear-gradient(to right,#f1c26e 10%,#d67826 51%,#e49827 100%);
    font-size: 25px;
    font-weight: 700;
    padding: 3px 0px 3px 5px;
    margin-top: 10px;
    width: 75%;
    text-align: left;
    border-radius: 40px;
}

.content_support_home {
    color: #ffffff;
    margin-top: 30px;
}

    .content_support_home:hover .img_support_home {
        background-image: linear-gradient(to left,#f1c26e 10%,#d67826 51%,#e49827 100%);
        color: #ffffff;
    }

    .content_support_home a:hover {
        color: #ffffff;
    }

.img_support_home img {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.content_support_home a {
    color: #ffffff;
}

.slogan_support_home {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    font-family: sans-serif,Open Sans !important;
}

.email_support_home {
    font-size: 20px;
    color: #ffffff;
}

    .email_support_home i {
        padding-right: 5px;
    }

    .email_support_home a {
        color: #ffffff;
    }

        .email_support_home a:hover {
            color: #ffffff;
        }

@media(max-width:1199px) and (min-width:992px) {
    .img_support_home {
        font-size: 17px;
        width: 80%;
    }
}

.Load-wait {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 40%;
    top: -600%;
    z-index: 1000;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    text-align: center;
}

    .Load-wait img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 64px;
        height: 64px;
    }

.thongbaoloi {
    color: #fc1515c9;
    padding-left: 30px !important;
    margin-bottom: 5px;
    background-color: #edc1a8bf;
    padding: 5px;
    border-radius: 5px;
}

.thanhcong {
    color: #0c8d51c9;
    padding-left: 30px !important;
    margin-bottom: 5px;
    background-color: #d8fce8;
    padding: 5px;
    border-radius: 5px;
}
/*--- End Liên hệ trang chủ---*/
.bando {
    border: none !important;
    margin: auto;
    border-radius: 5px;
    max-height: 150px;
    width: 100%;
}
/* ----------------------------------- End liên hệ -----------------------------------------------------*/

/* ----------------------------------- Begin bài viết -----------------------------------------------------*/
.header-baiviet {
    background: url(/Content/html/img/core-img/bg_head_tour.jpg) #59a161d1 center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-baiviet:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(2 2 2 / 52%) !important;
    }

.title-baiviet {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
}

.content-baiviet {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-baiviet .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-baiviet .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-baiviet .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-baiviet .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-baiviet .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-baiviet .share ul li:hover {
                background-color: #4d8a54;
            }

.header-baiviet .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-baiviet .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-baiviet .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-baiviet .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }
/* ----------------------------------- End bài viết -----------------------------------------------------*/
/* ----------------------------------- Tin tức -----------------------------------------------------*/
.backroup-news {
    background-color: #fff;
}

.header-news {
    background: url(/Content/html/img/core-img/bg_head_tour.jpg) #74b17b center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
}

    .header-news:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(1 2 2 / 48%) !important;
    }

.title-news {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 18px;
}

.content-news {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-news .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-news .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-news .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-news .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-news .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-news .share ul li:hover {
                background-color: #53a35d;
            }

.header-news .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-news .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-news .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-news .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.section-title-new-home {
    position: relative;
    text-align: center;
}

    .section-title-new-home:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
    }

    .section-title-new-home h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        color: #333333;
    }

    .section-title-new-home:after {
        content: "";
        display: block;
        position: absolute;
        /*width: 125px;*/
        width: 300px;
        height: 23px;
        top: initial;
        bottom: -11px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #f9f9fa url('/Content/html/img/core-img/style-line.png') center no-repeat;
    }

.backroup-News-Home {
    /*background-color: #fafafa;
    border-bottom: 1px solid #cecccc;*/
    background: url(/Content/html/img/core-img/bg_about.png) #f9f9fa bottom no-repeat !important;
    background-size: cover;
    /*border-top: 1px solid #cecccc;*/
}

.TitleNews {
    font-size: 14px;
    text-transform: uppercase;
    color: #4d8a54;
    font-weight: bold;
}

    .TitleNews a {
        color: #4d8a54;
        font-size: 13px;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
    }

        .TitleNews a:hover {
            color: #37763e;
        }

@media only screen and (max-width: 767px) {
    .TitleNews {
        margin-top: 10px;
    }
}

.fontPublish {
    color: #a4abb0;
    font-size: 12px;
    font-style: normal;
}

    .fontPublish i {
        padding-right: 5px;
        color: #a5c2d8;
        font-size: 13px;
    }

.fontPublish-detail {
    color: #78d582;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

    .fontPublish-detail i {
        padding-right: 5px;
        color: #61c56c;
        font-size: 14px;
    }

.TomTat_News {
    font-size: 13.5px;
    /*Giới hạn số dòng*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

    .TomTat_News a {
        font-size: 15px;
        /*Giới hạn số dòng*/
        height: 70px;
        text-align: justify;
        text-decoration: none;
        color: #333333 !important;
    }

/*---- Tin tức layout 2 ---*/
.tintuc-entry {
    overflow: hidden;
    border-radius: 5px;
}

    .tintuc-entry:hover {
        box-shadow: 0 0px 22px #e1e1e1;
        border-radius: 10px;
    }

@media (min-width: 768px) {
    .tintuc-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .tintuc-entry {
        margin-bottom: 30px;
    }
}

.TinTucImages {
    overflow: hidden !important;
    /*border: 1px solid #e8e3e3 !important;*/
}

    .TinTucImages img {
        backface-visibility: hidden;
        transition: transform 700ms ease-in-out;
    }

        .TinTucImages img:hover {
            -webkit-transform: scale(1.4) rotate(10deg);
            -ms-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
        }

.tintuc-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

    .tintuc-entry .text .heading {
        font-size: 12px;
        text-transform: uppercase;
        color: #2b3842;
        font-weight: 600;
        line-height: 1.5;
    }

        .tintuc-entry .text .heading a {
            color: #2b3842;
        }

            .tintuc-entry .text .heading a:hover, .tintuc-entry .text .heading a:focus, .tintuc-entry .text .heading a:active {
                color: #4d8a54;
            }

.tintuc-entry .topp {
    position: absolute;
    top: -4em;
    left: 0;
    padding: 5px 10px;
    border-radius: 0 30px 0 0;
    font-family: "Open Sans", sans-serif, Roboto;
    background-image: -webkit-linear-gradient(0deg,#4d8a54d1 0%,#c7bc6c 100%);
}

.tintuc-entry .one {
    width: 50px;
}

.tintuc-entry .two {
    width: calc(100% - 30px);
}

.tintuc-entry span.day {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.tintuc-entry span.yr, .tintuc-entry span.mos {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.tintuc-entry .text .description {
    font-size: 15px;
    /*Giới hạn số dòng*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

    .tintuc-entry .text .description a {
        font-size: 14px;
        /*Giới hạn số dòng*/
        height: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
        text-decoration: none;
        color: #333333 !important;
    }

.list-new {
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    clear: both;
    overflow: hidden;
}

    .list-new .items {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #ccc;
        display: flex;
        text-align: left;
    }

        .list-new .items:last-child {
            border-bottom: none;
        }

        .list-new .items .date a, .list-new .items .date a:active, .list-new .items .date a:visited, .list-new .items .date a:link {
            min-width: 125px;
            margin-right: 15px;
            margin-bottom: 0px;
            border-radius: 10px;
            height: 99px;
            background: #f5f5f5;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
        }

            .list-new .items .date a span {
                font-size: 13px;
                font-family: "Graphik-Regular","Roboto",sans-serif;
                /* color: #333333; */
                color: #feffff;
                background-color: #d0b73fb3;
                padding: 2px;
                opacity: 0.8;
                border-radius: 3px;
                /* width: 99%; */
                padding-left: 5px;
                padding-right: 5px;
            }

                .list-new .items .date a span:first-child {
                    color: #f9f9f9;
                    font: 700 22px/20px "Arial";
                    margin-bottom: 8px;
                    background-color: #d08f3f;
                    padding: 7px;
                    border-radius: 5px;
                }

        .list-new .items .text h3 {
            font: 700 16px/20px "Roboto";
            margin-bottom: 5px;
            margin-top: 3px;
        }

            .list-new .items .text h3 a {
                color: #333;
            }

                .list-new .items .text h3 a:hover {
                    color: #c7bc02;
                }

        .list-new .items .text .time {
            font-family: "Graphik-Regular","Roboto",sans-serif;
            color: #333;
            font-size: 14px;
            margin-bottom: 5px !important;
        }

            .list-new .items .text .time i {
                padding-right: 5px;
            }

        .list-new .items .text .summary {
            font-size: 15px;
            color: #545454;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 21px;
            -webkit-line-clamp: 2;
            height: 45px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-align: justify;
        }

            .list-new .items .text .summary a {
                font-size: 15px;
                color: #545454;
                text-decoration: none;
                text-align: justify;
            }

@media (max-width: 991px) {

    .list-new .items .text .summary {
        display: none;
    }
}

@media (max-width: 767px) {
    .list-new {
        padding: 10px;
    }
}

.list-new .listblog:last-child {
    border-bottom: none;
}

/*.count {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #006df9;
    text-align: center;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    
}*/
/*Begin Layout 1*/
.myblog .image-blog-left {
    display: block;
    float: left;
    width: 100%
}

.myblog .content_blog {
    display: block;
    float: left;
    padding: 15px 15px 0;
    width: 100%;
    text-align: left
}

@media (max-width: 1199px) {
    .myblog .content_blog {
        width: 100%;
        margin-top: 15px
    }
}

.myblog .content_blog .h3 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 600;
    color: #0c0c0c;
    width: 100%;
    float: left
}

    .myblog .content_blog .h3 a {
        color: #0c0c0c;
        font-weight: bold;
    }

    .myblog .content_blog .h3:hover a {
        color: #0b639e;
    }

.myblog .content_blog .time_post {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ebebeb
}

    .myblog .content_blog .time_post .fa {
        color: #777
    }

    .myblog .content_blog .time_post span {
        margin-left: 20px;
        color: #fb6b26
    }

        .myblog .content_blog .time_post span .fa {
            color: #fb6b26
        }

    .myblog .content_blog .time_post i {
        padding-right: 5px;
    }

.myblog .content_blog .summary_item_blog {
    padding-top: 10px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    color: #a5a5a5;
    line-height: 20px;
    margin-bottom: 10px
}

    .myblog .content_blog .summary_item_blog a {
        color: #fb6b26
    }

        .myblog .content_blog .summary_item_blog a:hover {
            text-decoration: underline
        }

.myblog .content_blog .post_author {
    width: 100%;
    float: left;
    position: relative
}

    .myblog .content_blog .post_author .frist {
        width: 100%;
        float: left;
        padding-right: 40px
    }

        .myblog .content_blog .post_author .frist span {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-block;
            float: left;
            margin-right: 5px
        }

            .myblog .content_blog .post_author .frist span img {
                max-width: 100%;
                border-radius: 50%
            }

        .myblog .content_blog .post_author .frist p {
            font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
            font-size: 14px;
            margin: 0;
            padding: 0;
            line-height: 30px;
            font-weight: 600;
            color: #fb6b26
        }

    .myblog .content_blog .post_author .social-media {
        font-size: 1em;
        width: 30px;
        height: 90px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        right: 5px;
        background: #fff;
        box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        display: none
    }

        .myblog .content_blog .post_author .social-media a {
            display: inline-block;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px
        }

            .myblog .content_blog .post_author .social-media a .fa {
                color: #fb6b26
            }

            .myblog .content_blog .post_author .social-media a:hover .fa {
                color: #0b639e;
            }

    .myblog .content_blog .post_author .sharing_button {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        cursor: pointer
    }

        .myblog .content_blog .post_author .sharing_button:hover .social-media {
            display: block
        }

.listblog .blog_index .content_blog .Summary {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    width: 100%;
    float: left;
}
/* End Layout 1*/
/*---- Tin tức layout 2 ---
/* Chi tiết tin tức */
.header-news-detail {
    background: url(/Content/html/img/core-img/bg_head_tour.jpg) #417446 center !important;
    width: 100%;
    overflow: hidden;
    min-height: 70px;
    line-height: 70px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-news-detail:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(23 59 71 / 60%) !important;
    }

.title-news-detail {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 15px;
}

.content-news-detail {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-news-detail .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-news-detail .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-news-detail .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-news-detail .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-news-detail .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-news-detail .share ul li:hover {
                background-color: #55b15f;
            }

.header-news-detail .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-news-detail .sitemap a {
        color: #dadada;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-news-detail .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-news-detail .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.line-top-detail-news {
    border-bottom: 1px solid #ECEAEA;
}

.section-title-new {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    width: 100%;
}

    .section-title-new h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0px;
        line-height: 18px;
        letter-spacing: 0.5px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #333333;
        padding-bottom: 16px;
        border-bottom: 1px solid #555;
        position: relative;
        text-align: left;
    }

        .section-title-new h3::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 50px;
            z-index: 1;
            border-bottom: 1px solid #56b561;
        }

.Title-detail-news {
    font-size: 20px;
    text-transform: uppercase;
}

    .Title-detail-news h1 {
        font-size: 20px;
    }

.content-detail-news {
    overflow: hidden;
    /*margin: 0 0 1em;*/
    line-height: 160%;
    text-rendering: optimizeSpeed;
    font-size: 13px !important;
    font-weight: normal;
    font-family: "Open Sans", sans-serif, Roboto;
}

    .content-detail-news p {
        font-size: 100% !important;
        overflow: hidden;
        /*margin: 0 0 0.5em !important;*/
        line-height: 160%;
        text-rendering: optimizeSpeed;
        font-family: "Open Sans", sans-serif, Roboto;
    }

    .content-detail-news div {
        font-size: 100% !important;
        overflow: hidden;
        /*margin: 0 0 0.5em !important;*/
        line-height: 160%;
        text-rendering: optimizeSpeed;
        font-family: "Open Sans", sans-serif, Roboto;
    }

    .content-detail-news img {
        border: 1px solid #f2f1f1 !important;
        padding: 1px;
        border-radius: 4px;
    }

@media only screen and (max-width: 767px) {
    .content-detail-news p {
        font: 400 1.125 rem arial !important;
        line-height: 1.5;
        /*margin: 0 0 1em 0;*/
        word-break: break-word;
    }

    .content-detail-news {
        font: 400 1.125 rem arial !important;
        line-height: 1.5;
        /*margin: 0 0 1em 0;*/
        word-break: break-word;
    }
}

.content-detail-news dl, .content-detail-news ol, .content-detail-news ul {
    padding-left: 20px !important;
    margin-bottom: 15px;
}

    .content-detail-news dl li::marker, .content-detail-news ol li::marker, .content-detail-news ul li::marker {
        color: #449053;
        font-size: 18px;
        font-weight: bold;
    }

.content-detail-news h2 {
    text-transform: uppercase;
    font-weight: 600 !important;
    border-left: solid 5px #57a560;
    border-radius: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px !important;
    text-align: left;
    list-style-type: none !important;
    font-family: "Open Sans", sans-serif, Roboto !important;
}

.content-detail-news h3 {
    font-weight: 500 !important;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px !important;
    text-align: left;
    list-style-type: none !important;
    font-family: "Open Sans", sans-serif, Roboto !important;
}

.content-detail-news h4 {
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-top: 10px;
    font-size: 14px !important;
    text-align: left;
    list-style-type: none !important;
    font-family: "Open Sans", sans-serif, Roboto !important;
}


.tag-detail-news {
    font-size: 15px;
    background-color: #f3f3f3;
    padding: 5px;
}

    .tag-detail-news a {
        color: #333333;
        font-size: 15px;
    }

    .tag-detail-news i {
        color: #7b7878;
        padding-right: 3px;
    }

    .tag-detail-news a:hover {
        text-decoration: underline !important;
    }

    .tag-detail-news span {
        font-size: 14px;
        font-weight: bold;
        color: #7b7878;
    }

.title-new-news {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

    .title-new-news a {
        color: #000 !important;
        font-size: 14px;
    }

        .title-new-news a:hover {
            color: #509c59 !important;
        }

.box-lienhe-tintuc {
    background-color: #fafafa;
    padding: 20px;
    border: 2px dashed #808080 !important;
    border-radius: 8px;
}

.text-lienhe {
    font-style: italic;
    text-align: center;
    background: linear-gradient(to right, #ff0000 0%, #9e1f1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-weight: 600;
}

.bnt-lienhe-tintuc {
    margin: 0px auto;
    display: block;
    background-color: #14609A;
    border: 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    width: 150px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
}

    .bnt-lienhe-tintuc:hover {
        color: #fff;
        text-align: center;
    }

    .bnt-lienhe-tintuc i {
        padding-right: 5px;
        font-size: 20px;
    }

    .bnt-lienhe-tintuc:hover {
        background-color: #D68F14;
        border: 0px;
    }

/* Xem them tin tức */

.xem-them-tintuc {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #000 !important;
    background-color: transparent;
    color: #111111;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
    font-size: 16px !important;
    min-width: 130px !important;
    padding: 8px 35px 8px !important;
    border-radius: 30px !important;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .xem-them-tintuc:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 30px;
        box-shadow: inset 0 0 0 2px #70a9f7;
    }

    .xem-them-tintuc:hover, .xem-them-tintuc:focus, .xem-them-tintuc:active {
        color: white !important;
    }

        .xem-them-tintuc:hover:before, .xem-them-tintuc:focus:before, .xem-them-tintuc:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

    .xem-them-tintuc i {
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold;
    }

.img-tintuc {
    border-radius: 2px;
    overflow: hidden !important;
}

    .img-tintuc img {
        backface-visibility: hidden;
        transition: transform 700ms ease-in-out;
    }

        .img-tintuc img:hover {
            -webkit-transform: scale(1.4) rotate(10deg);
            -ms-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
        }
/* End Xem them tin tức */
/*---------------------- Begin mục lục -------------------------------*/
#mucluc {
}

#tableofcontents {
    border: solid 1px #E8E7E7 !important;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #f7f4f4;
}

@media (min-width: 768px) {
    #tableofcontents {
        width: 85%;
    }
}

#tableofcontents .list-toc {
    background-color: #f7f4f4;
    padding: 1rem !important;
}

#tableofcontents .faq_title {
    background: #efebebbf;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    color: #4d8a54;
}

    #tableofcontents .faq_title i {
        font-size: 15px;
        padding-right: 8px;
        color: #56a15e;
    }

    #tableofcontents .faq_title:before {
        content: "\f107";
        font-weight: 300;
        font-family: "FontAwesome";
        font-size: 18px;
        position: absolute;
        right: 10px;
        color: #1f669e;
    }

#tableofcontents .active_faq:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    color: #e7b87e;
}

#tableofcontents .answer {
    display: none;
    line-height: 1.6;
}

#tableofcontents ol {
    counter-reset: number_menu;
    list-style-type: none;
}

    #tableofcontents ol > li {
        counter-increment: number_menu;
    }

    #tableofcontents ol li {
        font-family: sans-serif;
        font-size: 15px !important;
        color: #2c07f3 !important;
        line-height: 20px;
        font-weight: normal;
        padding-bottom: 5px;
    }

        #tableofcontents ol li:before {
            content: counters(number_menu, ".") ".";
            display: block;
            padding-right: 5px;
            float: left;
            font-weight: 600;
            color: #758176;
        }

        #tableofcontents ol li a {
            font-family: sans-serif;
            font-size: 14px !important;
            color: #758176 !important;
            line-height: 20px;
            font-weight: 600;
        }

            #tableofcontents ol li a span {
                font-family: sans-serif;
                font-size: 14px !important;
                color: #758176 !important;
                line-height: 20px;
                font-weight: 600;
            }

                #tableofcontents ol li a span:hover {
                    color: #42b66c !important;
                    text-decoration: none;
                }

            #tableofcontents ol li a:hover {
                color: #42b66c !important;
                text-decoration: none;
            }

            #tableofcontents ol li a strong {
                font-family: sans-serif;
                font-size: 14px !important;
                color: #758176 !important;
                line-height: 20px;
                font-weight: 600;
            }

                #tableofcontents ol li a strong:hover {
                    color: #42b66c !important;
                    text-decoration: none;
                }

    #tableofcontents ol ol {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

        #tableofcontents ol ol li {
            padding-left: 5px;
        }

        #tableofcontents ol ol ol li {
            padding-left: 5px;
        }
/*---------------------- End mục lục -------------------------------*/
/*Begin Đánh giá sao*/
.box-danhgia-tintuc {
    background-image: linear-gradient(to right, #f8f8f9, #f5f5f5, #ffffffb8);
    padding: 10px;
    border-radius: 5px;
}

.rating-star-block .star.outline {
    background: url("/Content/html/img/core-img/inactive.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rating-star-block .star.filled {
    background: url("/Content/html/img/core-img/selected.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.rating-star-block .star.hover {
    background: url("/Content/html/img/core-img/selected.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.rating-star-block .star.filledactive {
    background: url("/Content/html/img/core-img/inactive.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.rating-star-block .star.active {
    background: url("/Content/html/img/core-img/active.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
}

.rating-star-block .star {
    color: rgba(0,0,0,0);
    display: flex;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    width: 27px;
    padding-right: 3px;
}

.yourScore {
    float: left;
    font-size: 95%;
    color: #bbbcbd;
    line-height: 25px;
    margin-left: 5px;
}

    .yourScore strong {
        color: #0c0e10;
    }

    .yourScore span {
        margin-left: 3px;
        margin-right: 3px;
    }
/*a {
    color: #005782;
    text-decoration: none;
}*/
/*End Đánh giá sao*/
/*Begin Tin xem nhiều*/
.box-tinxemnhieu {
    padding: 10px;
    border: 1px solid #cccccc45;
    border-radius: 5px;
}
/*End Tin xem nhiều*/

.btnShareList {
    float: right;
    margin-top: 7px;
}

    .btnShareList div {
        float: left;
        padding: 0 2px;
        cursor: pointer;
    }

        .btnShareList div svg {
            float: left;
            padding: 0 2px;
            cursor: pointer;
        }

    .btnShareList .txt {
        color: #4f4f4f;
        font-size: 13.5px;
        float: left;
        line-height: 30px;
        padding-right: 10px;
    }
/* ----------------------------------- End Tin tức -----------------------------------------------------*/

/* ----------------------------------- Show map -----------------------------------------------------*/
/*thẻ h1*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h1 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        /*height: 38px;*/
        height: auto;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h1 a {
        color: #1776BC;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h1 a:hover {
            color: #BC7017;
        }
/*end h1*/
/*thẻ h3*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h3 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        /*height: 38px;*/
        height: auto;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h3 a {
        color: #1776BC;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h3 a:hover {
            color: #BC7017;
        }
/*end h3*/
/*thẻ h4*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h4 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        /*height: 38px;*/
        height: auto;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h4 a {
        color: #1776BC;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h4 a:hover {
            color: #BC7017;
        }
/*end thẻ h4*/
/* ----------------------------------- End Show map -----------------------------------------------------*/
/*----------------------------------- Begin Footer -------------------------------*/

#footer {
    position: relative;
    color: #FFF;
    clear: both;
    background: #4d8a54;
}

    #footer:before {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_footer.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 32px;
        top: -32px;
        left: 0px;
        z-index: 9;
        background-color: #f2f2f2;
    }

.footer.hv3 {
    background-attachment: fixed;
}

.footer .box-footer {
    width: 100%;
}

    .footer .box-footer h2 {
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 25px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #fff;
        padding-bottom: 15px;
        position: relative;
        font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important
    }

    .footer .box-footer .ketnoi {
        font-size: 15px;
        /*margin-bottom: 15px;*/
        overflow: hidden;
        clear: both;
    }

        .footer .box-footer .ketnoi i {
            font-size: 15px;
            /*padding: 5px;*/
            /* background: #B6160E; */
            color: #c5cbd0;
            border-radius: 5px;
            /*border:1px solid #eae7e7;*/
        }

            .footer .box-footer .ketnoi i:hover {
                font-size: 18px;
                /*padding: 5px;*/
                color: #f4c81f;
                /*border-radius: 50px;*/
            }

        .footer .box-footer .ketnoi ul {
            width: 100%;
            list-style: none;
        }

            .footer .box-footer .ketnoi ul li {
                list-style: none;
                display: inline-block;
                width: 30px;
                height: 30px;
                color: #fff;
                margin: 0 10px 15px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #ccc;
                border-radius: 50%;
                float: left;
            }

                .footer .box-footer .ketnoi ul li:hover {
                    background-color: #5dd36a;
                }

    .footer .box-footer iframe {
        width: 100% !important;
        max-height: 150px !important;
        height: auto !important;
    }

.ftLogo {
    margin-bottom: 10px;
}

    .ftLogo img {
        max-height: 100px;
    }

.ftShopInfo {
    color: #fff;
    font-size: 13px;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    line-height: 2;
}

    .ftShopInfo ul {
        list-style-type: none;
    }

        .ftShopInfo ul li {
            list-style-type: none;
        }

    .ftShopInfo i {
        padding-right: 10px !important;
        clear: both;
    }

    .ftShopInfo a {
        color: #e6dede !important;
    }

.footer .box-footer {
    width: 100%;
}

.ftCopyright {
    color: #ffffff;
    margin-bottom: 0px;
}

    .ftCopyright a, .ftCopyright a:hover, .ftCopyright a:active, .ftCopyright a:focus {
        color: #D9DEE0;
        font-size: 13px;
        font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    }



.footer .box-footer .list-link {
    display: block;
}

    .footer .box-footer .list-link li {
        display: block;
        margin-bottom: 10px;
    }

        .footer .box-footer .list-link li:hover {
            color: #c7bc02;
        }

        .footer .box-footer .list-link li a {
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            padding: 5px 10px 5px 5px;
            font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important
        }

            .footer .box-footer .list-link li a:hover {
                color: #c7bc02;
            }

.footer .box-footer p {
    font-size: 14px;
    color: #c5c5c5;
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important
}

.footer .box-footer .subscribe {
    width: 100%;
    position: relative;
}

    .footer .box-footer .subscribe input {
        width: 100%;
        height: 45px;
        border-radius: 50px;
        background: #fff;
        border: 0;
        outline: none;
        padding: 0 130px 0px 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer .box-footer .subscribe button {
        border: 0;
        outline: none;
        color: #fff;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        height: 45px;
        border-radius: 50px;
        width: 120px;
        right: 0;
        top: 0;
        background: #49a010;
    }

.social-footer {
    display: block;
}

    .social-footer li {
        display: inline-block;
        margin-right: 20px;
    }

        .social-footer li a {
            color: #d9d9d9;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            font-size: 20px;
        }

.social-top {
    display: block;
    width: 100%;
}

    .social-top li {
        display: inline-block;
        margin-right: 20px;
    }

        .social-top li a {
            color: #161515;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            font-size: 16px;
        }

.footer .copyright {
    width: 100%;
    font-size: 14px;
    color: #c5c5c5;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    background-color: #447e4a;
    max-height: 66px;
    font-family: 'Oswald', sans-serif;
}



/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .footer .copyright {
        padding-bottom: 130px;
    }
}
/* Small Mobile :320px. */

@media only screen and (max-width: 320px) {
    .footer .copyright {
        padding-bottom: 130px;
    }
}
/*--------------------------------------------- End footer ---------------------------------------------*/


/*-------------------- Begin đầu trang ----------------------*/
#back-to-top {
    position: fixed;
    bottom: 65px;
    right: 10px;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #28a510;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10000;
    border-radius: 5px;
}

    #back-to-top i {
        line-height: 35px;
    }

@media only screen and (min-width: 700px) {
    #back-to-top {
        bottom: 60px;
    }
}

#back-to-top:hover {
    opacity: 0.5;
    background-color: #c7bc02;
}

/*---------------------------End đầu trang ---------------------*/
.songle {
    color: #1175bf;
    padding-left: 5px;
}

.span-songle {
    color: #1175bf;
    padding-right: 5px;
    font-weight: bold;
    /*font-size:29px;*/
}
/*canh giữa img*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------------------Phân trang---------------------------*/
.navigation {
    color: #666;
    border: 0px;
}

#paginationControl {
    text-align: center;
}

    #paginationControl a:hover {
        background-color: #15b26a !important;
        color: #fff;
    }

.selected {
    background-color: #15b26a !important;
    color: #fff !important;
}

.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
    text-decoration: none;
    color: #636363;
    font: 11px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #e2e6c3 !important;
    /*border: 1px solid #e2e6c3;*/
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
}
/*-------------------------------End Phân trang---------------------------*/
/*-------------------------------Begin tìm kiếm---------------------------*/
.top-search-area .modal-content {
    opacity: 0.9 !important;
}

.top-search-area form button {
    display: block !important;
}

.top-search-area form input {
    width: 80% !important;
    border-radius: 40px 0px 0px 40px !important;
    float: left;
}

.modal-body .buttom-search {
    float: right;
    width: 20%;
    padding: 13px;
    background: linear-gradient(89deg, #65cb70 0%, #2e6634 100%) !important;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
    outline: none !important;
}

    .modal-body .buttom-search:hover, :active, :visited {
        border: none !important;
        border: 0px !important;
    }

    .modal-body .buttom-search:hover {
        /*background: linear-gradient(89deg, #eabc55d6 0%, #f3be46 100%) !important;*/
        background: #c7bc6c !important;
    }

    .modal-body .buttom-search i {
        color: #fff;
    }

.top-search-area .modal-content .modal-body button.close-btn {
    font-size: 18px !important;
    color: #57ac63;
}

.top-search-area .modal-content {
    border-radius: 20px !important;
}

    .top-search-area .modal-content .modal-body {
        border-radius: 15px !important;
    }

        .top-search-area .modal-content .modal-body button.close-btn.btn:hover {
            color: #68c775 !important;
        }
/*-------------------------------End tìm kiếm---------------------------*/
/*----------------------------- Logo --------------------------------*/
.nav-brand img {
    max-width: 215px !important;
    height: auto !important;
}

@media only screen and (max-width: 479px) {
    .nav-brand img {
        max-width: 162px !important;
        height: auto !important;
    }
}
/*----------------------------- End Logo --------------------------------*/
/*----------------------------- Begin tour nổi bật --------------------------------*/
.backroup-tourNoiBat {
    background-color: #eff5f4;
    width: 100%;
    position: relative;
}

    .backroup-tourNoiBat:after {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_tournoibat.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 26px;
        bottom: -26px;
        left: 0px;
        z-index: 9;
    }

.Images-tour {
    overflow: hidden !important;
}

    .Images-tour img {
        backface-visibility: hidden;
        transition: transform 700ms ease-in-out;
    }

        .Images-tour img:hover {
            -webkit-transform: scale(1.4) rotate(10deg);
            -ms-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
        }

.section-title-tournoibat {
    position: relative;
    text-align: center;
}

    .section-title-tournoibat h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 30px;
        line-height: 1.5;
        color: #333;
    }

    .section-title-tournoibat h3 {
        font-weight: 500;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 30pt;
        line-height: 0.8;
        color: #4d8a54;
        margin-bottom: 0px;
    }

.title-des {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #656565;
    text-align: center;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
}

.title_tournoibat {
    font-size: 12pt;
    font-weight: 600;
    color: #1b1c1b;
}

    .title_tournoibat a {
        font-size: 12pt;
        font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
        font-weight: 600;
        color: #1b1c1b;
    }

        .title_tournoibat a:hover {
            font-size: 12pt;
            font-family: Comfortaa-Bold,sans-serif,Arial, Helvetica !important;
            font-weight: 600;
            color: #4d8a54;
        }

.mota_tournoibat {
    font-size: 11.5pt;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    color: #1b1c1b;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

    .mota_tournoibat a {
        font-size: 10pt;
        font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
        font-weight: normal;
        color: #1b1c1b;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

#tournoibat button.owl-prev {
    top: 15%;
    position: absolute;
    left: -25px;
    outline: none;
}

    #tournoibat button.owl-prev i {
        color: #4d8a54;
        font-size: 40px;
    }

#tournoibat button.owl-next {
    top: 15%;
    position: absolute;
    right: -25px;
    border: none !important;
    outline: none;
}

    #tournoibat button.owl-next i {
        color: #4d8a54;
        font-size: 40px;
    }
/*----------------------------- End tour nổi bật --------------------------------*/
/*----------------------------- Begin tiện ích --------------------------------*/
.backroup-tienich {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

    .backroup-tienich:before {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_tab_1_top_tienich.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 32px;
        top: -15px;
        left: 0px;
        z-index: 9;
    }

.title-des-tienich {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #656565;
    text-align: center;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
}

.Images-tienich {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .Images-tienich span {
        display: inline-block;
        padding: 30px;
        margin-bottom: 10px;
        border-radius: 999px;
        position: relative;
        background-color: #f9fdf7
    }

        .Images-tienich span:hover img {
            animation: play_video 1.5s ease infinite;
        }

        .Images-tienich span:hover {
            border: 1px solid transparent;
            box-shadow: 0px 15px 30px rgb(115 113 127 / 10%);
            background-color: #fff;
        }

        .Images-tienich span:after {
            content: '';
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            /*z-index: -1;
            margin: -5px;*/
            border-radius: inherit;
            transition: all .5s;
            border: 1px solid #e7e7e7;
        }

    .Images-tienich img {
        backface-visibility: hidden;
        max-width: 80px;
    }

.section-title-tienich {
    position: relative;
    text-align: center;
}

    .section-title-tienich h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 30px;
        line-height: 1.5;
        color: #3b463c;
    }

    .section-title-tienich h3 {
        font-weight: 400;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 30pt;
        line-height: 20px;
        color: #4d8a54;
        margin-bottom: 0px;
    }

.title_tienich {
    font-size: 12pt;
    font-weight: 600;
    color: #1b1c1b;
    text-align: center
}

    .title_tienich a {
        font-size: 12pt;
        font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
        font-weight: 600;
        color: #1b1c1b;
        text-align: center
    }

        .title_tienich a:hover {
            font-size: 12pt;
            font-family: Comfortaa-Bold,sans-serif,Arial, Helvetica !important;
            font-weight: 600;
            color: #4d8a54;
        }

#tienich button.owl-prev {
    top: 21%;
    position: absolute;
    left: -25px;
    outline: none;
}

    #tienich button.owl-prev i {
        color: #4d8a54;
        font-size: 48px;
        font-weight: 600;
    }

#tienich button.owl-next {
    top: 21%;
    position: absolute;
    right: -25px;
    border: none !important;
    outline: none;
}

    #tienich button.owl-next i {
        color: #4d8a54;
        font-size: 48px;
        font-weight: 600;
    }
/*----------------------------- End tiện ích --------------------------------*/
/*----------------------------- Begin về chúng tôi --------------------------------*/
.backroup-vechungtoi {
    background-color: #f2f2f2;
    width: 100%;
    position: relative;
    height: auto;
}

    .backroup-vechungtoi:before {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_tab_1_top.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 32px;
        top: -18px;
        left: 0px;
        z-index: 9;
    }

.title-des-vechungtoi {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #656565;
    text-align: center;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    line-height: 1.5;
}

.section-title-vechungtoi {
    position: relative;
    text-align: center;
}

    .section-title-vechungtoi h2 {
        font-weight: 400;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 80px;
        line-height: 1.5;
        color: #4d8a54;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .section-title-vechungtoi h3 {
        font-weight: 400;
        font-family: 'UTM Androgyne',sans-serif,Arial, Helvetica !important;
        font-size: 14pt;
        line-height: 20px;
        color: #494f4a;
        margin-bottom: 0px;
        font-style: italic;
        letter-spacing: 1.5px;
    }



/*#vechungtoi button.owl-prev {
    top: 21%;
    position: absolute;
    left: -25px;
    outline: none;
}

    #vechungtoi button.owl-prev i {
        color: #4d8a54;
        font-size: 48px;
        font-weight: 600;
    }

#vechungtoi button.owl-next {
    top: 21%;
    position: absolute;
    right: -25px;
    border: none !important;
    outline: none;
}

    #vechungtoi button.owl-next i {
        color: #4d8a54;
        font-size: 48px;
        font-weight: 600;
    }*/

/*#vechungtoi .image-vechungtoi {
    overflow: hidden;
    padding: 10px;
}

    #vechungtoi .image-vechungtoi img {
        max-width: 100px;
        border-radius: 50%;
    }*/

#vechungtoi .title_vechungtoi {
    font-size: 13pt !IMPORTANT;
    font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
    font-weight: bold;
    color: #4d8a54;
    text-align: center;
}

#vechungtoi .content_vechungtoi {
    font-size: 12pt;
    font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    color: #494f4a;
    text-align: center;
    width: 100%;
    padding: 0 50px;
    /*overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;*/
}

@media (max-width: 767px) {
    #vechungtoi .content_vechungtoi {
        padding: 0px;
    }
}

#vechungtoi .content_vechungtoi:before {
    content: "";
    position: absolute;
    background-image: url(/Content/html/img/core-img/icon_kh.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    top: -15px;
    left: 0px;
}

#vechungtoi .content_vechungtoi:after {
    content: "";
    position: absolute;
    background-image: url(/Content/html/img/core-img/icon_kh2.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    bottom: 50px;
    right: 0px;
}

.khachhang-thumbs .swiper-slide img {
    object-fit: cover;
    cursor: pointer;
    max-width: 90px;
    border-radius: 50%;
    opacity: 0.5;
    transition: margin 0.4s ease;
}

.khachhang-thumbs .swiper-slide-active img {
    max-width: 120px;
    border: 4px solid #e7e17b;
    opacity: 1;
}

.khachhang-thumbs .swiper-button-next:after,
.khachhang-thumbs .swiper-button-prev:after {
    font-size: 25px;
    color: #4d8a54;
    font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
    top: 34% !important;
}
/*----------------------------- End về chúng tôi --------------------------------*/
/*----------------------------- Begin tour  --------------------------------*/
.header-tour {
    background: url(/Content/html/img/core-img/bg_head_tour.jpg) #4d8a549e center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 15px;
}

    .header-tour:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(1 2 2 / 35%) !important;
    }

.title-tour {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
}

.header-tour .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-tour .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-tour .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-tour .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-tour .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-tour .share ul li:hover {
                background-color: #59a963;
            }

.header-tour .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

    .header-tour .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-tour .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-tour .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.backroup-tour {
    /*background-color: #f2f2f2;*/
    position: relative;
    width: 100%;
    background-image: linear-gradient(0deg,#fdfdfd 0%,#f2f2f2 100%);
}

    .backroup-tour:before {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_tab_1_top.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 32px;
        top: -20px;
        left: 0;
        z-index: 9;
    }

.section-title-tour {
    position: relative;
    text-align: center;
}

    .section-title-tour h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 30px;
        line-height: 1.5;
        color: #333;
    }

    .section-title-tour h3 {
        font-weight: 500;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 28pt;
        line-height: 0.8;
        color: #4d8a54;
        margin-bottom: 0px;
    }

.content-tour {
    background-color: #fff;
    padding: 8px;
    border-radius: 0px 0px 5px 5px
}

.title_tour {
    font-size: 12pt;
    font-weight: bold;
    color: #1b1c1b;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #1b1c1b;
    min-height: 36px;
}

    .title_tour a {
        font-size: 11pt;
        font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
        font-weight: bold;
        color: #1b1c1b;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: left;
        color: #1b1c1b;
        min-height:36px;
    }
@media only screen and (max-width: 767px) {
    .title_tour a {
        font-size: 10pt;
    }
        .title_tour a:hover {
            font-size: 10pt;
        }
}
        .title_tour a:hover {
            font-size: 11pt;
            font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
            font-weight: bold;
            color: #4d8a54;
        }

.mota_tour {
    font-size: 10pt;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    color: #1b1c1b;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
}

    .mota_tour a {
        font-size: 10pt;
        font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
        font-weight: normal;
        color: #1b1c1b;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: left;
    }
@media only screen and (max-width: 767px) {
    .mota_tour a {
        font-size: 9.5pt;
    }
}

.dattour {
    border-radius: 30px;
    padding: 8px 13px 8px 13px;
    border: 1px solid #4d8a54 !important;
    color: #4d8a54;
    outline: none !important;
    font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
    font-size: 11pt;
    font-weight: bold;
    background-color: #ffffff;
    margin-top: -5px
}

@media only screen and (max-width: 767px) {
    .dattour {
        padding: 7px 13px 7px 13px;
        font-size: 10pt;
        margin-top: 10px;
    }
}

.dattour:hover {
    background-color: #f5f5f5;
    box-shadow: 0 0px 18px #e1e1e1;
    cursor: pointer;
}

.giatour {
    color: #4d8a54;
    outline: none;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-size: 15px;
    font-weight: 600;
}

.backroup-list-tour {
    position: relative;
    width: 100%;
    background-image: linear-gradient(0deg,#f2f2f2 0%,#ffffff 100%);
}
/*Chi tiết tour*/
.tongquan-tour {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .tongquan-tour img {
        width: 100%;
        height: auto;
    }

    .tongquan-tour h2 {
        font-size: 16px;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tongquan-tour .mota-chitiet-tour {
        font-size: 15px;
        font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
        text-align: justify;
    }

.title-hinh-noibat {
    font-size: 18px;
    font-family: Mulish,sans-serif,Arial, Helvetica !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#tourchitiet button.owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -25px;
    outline: none;
}

    #tourchitiet button.owl-prev i {
        color: #4d8a54;
        font-size: 50px;
    }

#tourchitiet button.owl-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -25px;
    border: none !important;
    outline: none;
}

    #tourchitiet button.owl-next i {
        color: #4d8a54;
        font-size: 50px;
    }

.dattour-chitiet {
    border-radius: 30px;
    padding: 8px 25px 8px 25px;
    border: 1px solid #4d8a54 !important;
    color: #4d8a54;
    outline: none !important;
    font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
    font-size: 11pt;
    font-weight: bold;
    background-color: #ffffff;
    margin-top: -5px
}

    .dattour-chitiet:hover {
        background-color: #f5f5f5;
        box-shadow: 0 0px 18px #e1e1e1;
        cursor: pointer;
    }

.giatour-chitiet {
    color: #4d8a54;
    outline: none;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .giatour-chitiet {
        font-size: 15px;
    }
}
/*End Chi tiết tour*/
/*Begin lịch trình*/
.LichTrinhPage {
    margin-bottom: 20px;
}

.lichtrinh_page {
    clear: both;
}

.lichtrinh_list {
    clear: both;
    background-image: linear-gradient(to right, #fbfbfb, #ffffff, #fffffff7);
    margin: 15px 0 0 0;
    border-radius: 6px;
    box-shadow: -2px 3px 3px rgb(0 0 0 / 11%);
}

    .lichtrinh_list:hover {
        background-image: linear-gradient(to right, #fbfbfb, #fbfbfb, #fbfbfb);
        box-shadow: -2px 3px 3px rgb(0 0 0 / 20%);
    }

.active_list {
    border-radius: 6px;
    background-image: linear-gradient(to right, #fbfbfb, #fbfbfb, #fbfbfb);
    box-shadow: -2px 3px 3px rgb(0 0 0 / 20%);
}

.lichtrinh_list li {
    list-style: inside
}

.lichtrinh_list p {
    font-weight: 600;
    padding: 15px 20px 15px 10px;
    cursor: pointer;
    position: relative;
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.lichtrinh_list .lichtrinh_name:before {
    content: "\f107";
    font-weight: 300;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    color: #55b360;
}

.lichtrinh_list .lichtrinh_name.active_lichtrinh:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    color: #55b360;
}

.lichtrinh_list .answer {
    display: none;
    line-height: 1.6;
    color: #666;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    border-top: none;
    border-radius: 0px 0px 7px 7px;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

    .lichtrinh_list .answer h2 {
        text-transform: uppercase;
        font-weight: 600 !important;
        border-left: solid 5px #16aeae;
        border-radius: 2px;
        padding-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 15px !important;
        text-align: left;
        list-style-type: none !important;
    }

.LichTrinhPage .f-detail span, .LichTrinhPage .f-detail p, .LichTrinhPage .f-detail div {
    font-size: 13px !important;
    color: #000000 !important;
}

.LichTrinhPage .f-detail table {
    font-size: 13px !important;
    width: 100% !important;
}
/*End lịch trình*/
/*Bao gồm*/
.content-baogom {
    width: 100%;
}

    .content-baogom svg {
        float: left;
        padding-right: 5px;
    }

.title-baogom {
    font-size: 0.85rem;
    line-height: 1.4;
    font-weight: 400 !important;
}
/*----------------------------- End tour --------------------------------*/
/*----------------------------- Begin cộng đồng --------------------------------*/
.backroup-congdong {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

.Images-congdong {
    overflow: hidden !important;
}

.section-title-congdong {
    background-color: #fff;
    width: 100%;
    position: relative;
}

    .section-title-congdong h2 {
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Comfortaa-Light',sans-serif,Arial, Helvetica !important;
        font-size: 28px;
        line-height: 1.5;
        color: #4d8a54;
        text-align: center;
    }

    .section-title-congdong h3 {
        font-weight: normal;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 35pt;
        line-height: 0.8;
        color: #505a51;
        margin-bottom: 0px;
        text-align: center;
    }

.mota_congdong {
    font-size: 11pt;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    color: #1b1c1b;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-style: italic;
    line-height: 1.5;
}
.mota_congdong p {
    font-size: 11pt;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    color: #1b1c1b;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-style: italic;
    line-height: 1.5;
}
    .mota_congdong div {
        font-size: 11pt;
        font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
        font-weight: normal;
        color: #1b1c1b;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 11;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
        font-style: italic;
        line-height: 1.5;
    }
.buttom-congdong {
    padding: 6px 20px 6px 20px;
    border: 1px solid #4d8a54;
    border-radius: 30px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .buttom-congdong:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 30px;
        background-image: linear-gradient(89deg, #94d288 0%, #4d8a54 100%);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        color: #ffffff !important;
        cursor: pointer;
        border: 1px solid #ffffff8c;
    }

    .buttom-congdong:hover, .buttom-congdong:focus, .buttom-congdong:active {
        color: #ffffff !important;
        /*border: none;*/
    }

        .buttom-congdong:hover a, .buttom-congdong a:focus, .buttom-congdong a:active {
            color: #ffffff !important;
            /*border: none;*/
        }

        .buttom-congdong:hover:before, buttom-congdong:focus:before, buttom-congdong:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            color: #ffffff !important;
        }

    .buttom-congdong a {
        color: #4d8a54;
        font-size: 11.5pt;
        font-family: Comfortaa-Regular, Arial, sans-serif;
    }

        .buttom-congdong a:hover {
            color: #ffffff;
            font-size: 11.5pt;
            font-family: Comfortaa-Regular, Arial, sans-serif;
        }

    .buttom-congdong i {
        padding-left: 5px;
    }

/*----------------------------- End cộng đồng --------------------------------*/
/*----------------------------- Begin nội dung video - hoạt động --------------------------------*/
.backroup-video-hoatdong {
    width: 100%;
    position: relative;
    background: url(/Content/html/img/core-img/bg_video_hoatdong.jpg) no-repeat center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-size: cover !important;
}

    .backroup-video-hoatdong:before {
        content: "";
        background-image: url(/Content/html/img/core-img/bg_tab_video.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 26px;
        top: -15px;
        left: 0;
        z-index: 9;
    }
/*----------------------------- End nội dung video - hoạt động --------------------------------*/
/*----------------------------- Begin Hoạt động --------------------------------*/
.backroup-hoatdong {
    background-color: transparent;
    width: 100%;
    position: relative;
}

.section-title-hoatdong {
    width: 100%;
    position: relative;
}

    .section-title-hoatdong h3 {
        font-weight: normal;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 40pt;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 0px;
        text-align: center;
    }

    .section-title-hoatdong h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 28px;
        line-height: 1.5;
        color: #bdd8c0;
        text-align: center
    }

.title_hoatdong {
    padding: 5px;
    margin-top: 10px;
    border-bottom: 1px dashed #808080 !important;
}

    .title_hoatdong:last-child {
        border-bottom: none;
    }

    .title_hoatdong h3 {
        font-size: 10pt;
        font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
        font-weight: normal;
        color: #ffffff;
        text-align: left;
        float: left;
    }

        .title_hoatdong h3 a {
            font-size: 10pt;
            font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
            font-weight: normal;
            color: #ffffff;
            text-align: left;
        }

.ngaykhoihanh {
    font-size: 8.5pt;
    font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    text-align: left;
    color: #67f777;
}
/*----------------------------- End Hoạt động --------------------------------*/
/*----------------------------- Begin video --------------------------------*/
.Images-video {
    overflow: hidden !important;
    border-radius: 10px;
    border: 1px solid #b5dbba;
}

.section-title-video {
    width: 100%;
    position: relative;
}

    .section-title-video h2 {
        font-weight: bold;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 28px;
        line-height: 1.5;
        color: #bdd8c0;
        text-align: center;
    }

    .section-title-video h3 {
        font-weight: normal;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 40pt;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 0px;
        text-align: center;
    }

.title_video {
    padding: 5px;
    margin-top: 10px;
}

    .title_video h3 {
        font-size: 10pt;
        font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
        font-weight: normal;
        color: #1b1c1b;
        text-align: left;
        color: #ffffff;
    }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


.ratio3by2 {
    padding-bottom: calc(100%*2/3);
}

.effect-ming.open_video .modal-open:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    border-radius: 10px;
}

.aspect .img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.effect-ming img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.open_video .video_open:hover {
    animation: play_video 1.5s ease infinite;
}

.open_video .video_open {
    will-change: transform;
}

.effect-ming .video_open {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.open_video .video_open:hover {
    animation: play_video 1.5s ease infinite;
}

@keyframes play_video {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    20% {
        transform: scale(1)
    }

    30% {
        transform: scale(1.1)
    }

    40% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.open_video .video_open {
    will-change: transform
}

    .open_video .video_open:hover {
        animation: play_video 1.5s ease infinite
    }
/*----------------------------- End video --------------------------------*/
/*----------------------------- Chat Zalo --------------------------------*/
.float-contact {
    position: fixed;
    bottom: 70px;
    left: 6px;
    z-index: 99999;
}

    .float-contact .chat-zalo {
        background: #0595ff;
        border-radius: 20px;
        padding: 5px 15px;
        display: block;
        margin-bottom: 6px;
        font-size: 16px;
        color: #fff;
        border: none;
    }

        .float-contact .chat-zalo:hover {
            background: #E19E10;
            cursor: pointer;
        }
/*----------------------------- End Chat Zalo --------------------------------*/
/*Mới*/

