﻿@font-face {
    font-family: 'iCielPantonLight';
    src: url('../fonts/ICIEL PANTON LIGHT.ttf') format("truetype"),url('../fonts/ICIEL PANTON LIGHT.eot?') format("embedded-opentype"),url('../fonts/ICIEL PANTON LIGHT.svg') format("svg"),url('../fonts/ICIEL PANTON LIGHT.woff') format("woff");
}

@font-face {
    font-family: 'iCielPantonBlack';
    src: url('../fonts/ICIEL PANTON BLACK.ttf') format("truetype"),url('../fonts/ICIEL PANTON BLACK.eot?') format("embedded-opentype"),url('../fonts/ICIEL PANTON BLACK.svg') format("svg"),url('../fonts/ICIEL PANTON BLACK.OTF');
}

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
    font-family: Arial;
    height: 100%;
}

*{
    outline: none;
}

ol, ul {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

p {
    margin-bottom: 10px;
}

a:hover, a {
    text-decoration: none;
}

a:hover {
    color: #ce0404;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

#main-desktop {
    display: block;
}

#main-mobile {
    display: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix {
    zoom: 1;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

 h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-size:14px;
	line-height: 24px;
}

.padding-left-0 {
    padding-left: 0px!important;
}

.padding-right-0 {
    padding-right: 0px!important;
}

.margin-left-15 {
    margin-left: -15px!important;
}

.banner-header {
    margin: 0 auto;
    width: 100%;
}

.banner-header img {
    width: 100%;
    height: 100%;
}

.mobile-icon {
    margin-top: 0px;
}

.lvh-icmn {
    display: none;
    position: absolute;
    top: 38px;
    right: 15px;
    font-size: 30px;
    color: red;
    width: 35px;
    height: 25px;
    background: url("../images/icmn.png") no-repeat center;
    -webkit-background-size: 35px 25px;
    background-size: 35px 25px;
    cursor: pointer;
    z-index: 9999;
}

.mobile-banner-header {
    width: 100%;
}

.mobile-i-header {
    width: 100%;
}

.mobile-banner-header img {
    width: 100%;
}

.mobile-menu-header {
    background: #025388;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    width: 100%;
}

.mobile-menu-header .bottom-div {
    background-color: #130c06;
    text-align: center;
}

.mobile-menu-header ul.list-top-menu {
    height: 100%;
}

.mobile-menu-header ul.list-top-menu li {
    position: relative;
}


.hamburger-icon {
    float: left;
    position: relative;
    margin-left: 10px;
}

.mobile-menu-header ul.list-top-menu li a.extend {
    background: url('/Content/images/menu-white-icon.png') center center no-repeat;
    background-size: 20px;
    width: 48px;
    height: 50px;
}

.mobile-menu-header ul.list-top-menu li a {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.mobile-menu-header ul.list-top-menu li a.extend span.x-line {
    opacity: 1;
    background: #fff;
    border-radius: 100px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.mobile-menu-header ul.list-top-menu li a.extend span.line1 {
    top: 17px;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
}

.mobile-menu-header ul.list-top-menu li a.extend span.line2 {
    bottom: 17px;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.heading {
    margin-bottom: 15px;
}

.heading h2, .heading h3 {
    font-family: Arial;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.headline {
    font-family: Arial;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#bottom-news {
    background: #035388 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    z-index: 8000;
    position: fixed;
    width: 100%;
}

.gallery {
    padding: 20px 20px 3px;
    background: #418a58;
}

.header-brand {
    background: #fff;
}

.container {
    background: #fff;
    padding-top: 15px;
}

.wrapper{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.header {
    padding: 10px 0px;
}

.right-header {
    float: right;
    padding-top: 5px;
}

#form-search input {
    border: 1px solid #1a77bd;
    border-radius: 20px;
    padding: 5px 20px;
    width: 250px;
}

#form-search button {
    position: absolute;
    border: none;
    background: none;
    top: 5px;
    right: 5px;
}

#form-search {
    float: left;
    position: relative;
    margin-right: 20px;
}

#language-box {
    float: left;
}

#language-box a {
    display: inline-block;
    background: #d01918;
    color: #fff;
    padding: 6px 20px;
    border-radius: 42px;
    margin-left: 10px;
    width: 115px;
    text-align: center;
}

#language-box a.en {
    display: inline-block;
    background: #4c95cc;
}

#banner img {
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

#breadcrumb{
    height: 30px;
    margin: 10px 0 30px;
    position: relative;
}

#breadcrumb li{
    float: left;
    margin-bottom: 1px;
}

#breadcrumb li a{
    color: #ffff5a;
}

#breadcrumb li a,
#breadcrumb li span {
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #418a58;
    padding:0 10px 0 20px;
    margin-right: 1px;
    font-size: 15px;
    text-align: center;
}

#breadcrumb li a:before,
#breadcrumb li span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block;
    width:0px;
    height:0px;
    border-bottom:15px solid transparent;
    border-top:15px solid transparent;
    border-left:15px solid #fff;
}

#breadcrumb li a:after,
#breadcrumb li span:after{
    position: absolute;
    top: 0px;
    left: 100%;
    content: "";
    display: block;
    width:0px;
    height:0px;
    border-bottom:15px solid transparent;
    border-top:15px solid transparent;
    border-left:15px solid #418a58;
    z-index: 1;
}

#breadcrumb li span{
    font-weight: normal;
    color: #fff;
}

#breadcrumb li.breadcrumb_home a:before {
    border:0px
}

#breadcrumb li.breadcrumb_home a {
    border-left: 5px solid #ff0000;
    padding-left: 5px;
}

#breadcrumb li.breadcrumb_home a i.fa {
    color: #211b08;
    font-size: 14px;
}

.title_sub_menu {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    background: url("../images/bg_header.png") no-repeat center;
    background-size: 100% 100%;
	margin-bottom:1px;
}

.sub_menu_item > li {
    margin-bottom: 1px;
    position: relative;
}

.sub_menu_item > li a {
    padding: 10px;
    display: block;
    color: #4f472a;   
    position: relative;
    background: rgba(230, 206, 107, 0.7);
    z-index: 2;
}

.sub_menu_item > li:first-child > a {
    border-top: none;
}

.sub_menu_item > li:hover >	 a {
    text-decoration: none;
    background: rgba(230, 206, 107, 1);
}

.sub_menu_item > li.active > a {
	background: #E6CE6B;
}

.sub_menu_item > li.active > a:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top:-20px;
    width:0px;
    height:0px;
    border-bottom:20px solid transparent;
    border-top:20px solid transparent;
    border-left:10px solid #E6CE6B;
}

.sub_menu_item > li:hover > a:after{
	border-left:10px solid rgba(230, 206, 107, 1);
}

.sub_menu_item > li ul{
	display:none;
	padding-left: 20px;
}

.sub_menu_item > li.active ul{
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0px;
    left: 100%;
    background: #fff;
   display:block
}

.sub_menu_item > li ul a{
    height: auto;
    color:rgba(79, 71, 42, 1);
    background:#fff;
    padding-left: 15x;
    border-bottom: 1px solid rgba(79, 71, 42, 1);

    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub_menu_item > li ul li.active a{
    padding-left: 25px;
}

.sub_menu_item > li ul li:hover a{
    background: rgba(79, 71, 42, 0.1);
    text-decoration:none;			
}

.sub_menu_item > li ul li.active a{
	font-weight:bold;
}

.sub_menu_item > li ul li.active a:before{
	font-family: FontAwesome;
	content:"\f0a4 ";
	position: absolute;
	left:5px;
	top:10px;
	z-index: 1;
	
}

#main {
    float: left;
    width: 100%;
}

/* CHANNEL BLOCK */
.channel-block {
    position: relative;
    background: url(../images/bg-home-block.jpg) no-repeat scroll -1px rgba(0, 0, 0, 0);
    height: 28px;
    line-height: 25px;
    padding-left: 20px;
    width: 100%;
}

.channel-block .col-md-2 {
    width: 20%;
}

.channel-block h2, .channel-block h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.channel-block .item-channel-block {
    margin-bottom: 5px;
}

.channel-block .item-channel-block img {
    width: 100%;
    height: 145px;
}

.channel-block .item-channel-block a {
    font-weight: bold;
    color: #26424e;
}

.channel-block .item-channel-block a:hover {
    color: #ce0404;
}

.channel-block .title-channel-block {
    float: left;
}

.title-channel-block span {
    position: absolute;
    right: 0px;
    top: 0px;
}

.title-channel-block span a {
    font-weight: bold;
    color: #666;
}

.title-channel-block h2,
.channel-block h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 2px;
    color: #fff;
    /*border-bottom: 2px solid #3587b1;*/
    margin-top: 0px;
}

.item-channel .channel-name {
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.channel-block-img {
    position: relative;
    float: left;
    width: 100%;
}

.channel-block-img .channel-block-duration {
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #000;
    padding: 2px 7px;
    border-radius: 4px;
}

.title-channel-block a { 
    color: #fff; 
}

.channel-block .sub-channel {
    float: right;
    margin-top: -10px;
}

.channel-block .sub-channel > ul {
    padding-top: 10px;
    list-style: none;
    display: inline-block;
}

.channel-block .sub-channel  > ul > li {
    float: left;
    margin-left: 15px;
}

.channel-block .sub-channel  > ul li > a {
    font-size: 14px;
    font-weight: bold;
}

.channel-block .sub-channel  li.link-more {
    position: relative;

}

.channel-block .sub-channel li.link-more a.view-all {
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}

.channel-block .sub-channel li a.view-all {
    color: #d82727;
}

.channel-block .sub-channel li a.view-all::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0c9';
    padding-left: 8px;
    color: #d82727;
}

.channel-block .sub-channel .dropdown-menu {
    top: 28px;
    left: auto;
    right: -1px;
    min-width: 772px;
}

.channel-block .sub-channel .dropdown-menu ul {
    position: relative;
    margin: 0 -15px;
}

.channel-block .sub-channel .dropdown-menu ul::after {
    content: '';
    clear: both;
    display: table;
}

.channel-block .sub-channel .dropdown-menu li {
    float: left;
    width: 20%;
    padding: 2px 15px;
}

.channel-block .sub-channel .dropdown-menu  li  a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.channel-block .sub-channel .dropdown-menu  li  a:hover , .channel-block .sub-channel .dropdown-menu  li  a:focus {
    background: #3587b1;
    color: #ffffff;
}

/* GROUP PHOTO */
.group-photo {
    float: left;
    width: 100%;
}

.group-photo .col-md-2 {
    width: 20%;
}

.group-photo h2, .group-photo h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.group-photo .item-photo {
    margin-bottom: 5px;
}

.group-photo .item-photo img {
    width: 100%;
    height: 145px;
}

.group-photo .item-photo a {
    font-weight: bold;
    color: #26424e;
}

.group-photo .item-photo a:hover {
    color: #ce0404;
}

.group-photo .title-photo {
    position: relative;
}

.title-photo span {
    position: absolute;
    right: 0px;
    top: 0px;
}

.title-photo span a {
    font-weight: bold;
    color: #666;
}

.title-photo h2,
.group-photo h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: url(../images/cate_header_bg.png) no-repeat scroll -1px rgba(0, 0, 0, 0);
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    border-bottom: 2px solid #3587b1;
    margin-top: 0px;
    padding-top: 2px;
}

.item-photo .photo-name {
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.photo-img {
    position: relative;
    float: left;
    width: 100%;
}

.photo-img .photo-duration {
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #000;
    padding: 2px 7px;
    border-radius: 4px;
}

/* GROUP VIDEO */
.group-video {
    float: left;
    width: 100%;
}

.group-video .col-md-2 {
    width: 20%;
}

.group-video h2, .group-video h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.group-video .item-video {
    margin-bottom: 5px;
}

.group-video .item-video img {
    width: 100%;
    height: 145px;
}

.group-video .item-video a {
    font-weight: bold;
    color: #26424e;
}

.group-video .item-video a:hover {
    color: #ce0404;
}

.group-video .title-video {
    position: relative;
}

.title-video span {
    position: absolute;
    right: 0px;
    top: 0px;
}

.title-video span a {
    font-weight: bold;
    color: #666;
}

.title-video h2,
.group-video h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: url(../images/cate_header_bg.png) no-repeat scroll -1px rgba(0, 0, 0, 0);
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    border-bottom: 2px solid #3587b1;
    margin-top: 0px;
    padding-top: 2px;
}

.item-video .video-name {
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.video-img {
    position: relative;
    float: left;
    width: 100%;
}

.video-img .video-duration {
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #000;
    padding: 2px 7px;
    border-radius: 4px;
}

.topnews-wrapper {
    display: none;
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 15px;
    width: 70%;
}

.topnews-wrapper a {
    color: #fff;
}

.topnews-wrapper:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 8px;
    margin-left: 10px;
    content: '\f107';
    font-size: 16px;
    opacity: 1;
}

.topnews-wrapper ul {
    list-style-type: none;
}

.topnews-wrapper>ul>li {
    float: left;
}

#lastest-news {
    display: none;
    margin-left: 20px;
}

.dropdown-lastest-news {
    padding: 10px;
    background: #fff;
    margin-top: 40px;
    overflow-y: scroll;
    min-height: 100%;
    height: 736px;
    width: 100%;
    /*position: fixed;*/
    z-index: 999999;
}

.lastest-news-title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.dropdown-content {
    margin-top: 10px;

}

.list-news-update .news-update-item.highlight {
    background: #f9f9f9;
}

.list-news-update .news-update-item {
    padding: 16px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background: #f5f5f5;
}

.list-news-update .news-update-item .nui-ava {
    display: block;
    width: 80px;
    height: 50px;
    float: left;
    margin-right: 12px;
}

.list-news-update .news-update-item.highlight .nui-info {
    margin-left: 92px;
}

.list-news-update .news-update-item .nui-info .nui-meta {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 3px;
}

.list-news-update .news-update-item .nui-info .nui-title a {
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
    display: block;
}

.news-update-item.highlight .nui-info .nui-title a {
    font-weight: bold;
    color: #333;
}

/*==BEGIN: MENU==*/
.w-fixed-menu {
	height: 40px;
}

.fixed-menu {
	height: 40px;
    top: 0;
	border-top: 0 solid #035388;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 100;
	background: #025388;
}

.fixed-menu-sticky {
    position: fixed;
    z-index: 8000;
    top: 0px;
    width: 100%;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);*/
}

.fixed-menu.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.fixed-menu .wrapper {
	position: relative;
}

.fixed-menu .fxm-menutop {
    position: absolute;
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.fxm-menutop ul {
    position: relative;
    height: auto;
}

.fxm-menutop > ul:after {
	display: block;
	content: '';
	clear: both;
}

.fxm-menutop > ul > li {
	float: left;
	margin-right: 1px;
	position: relative;
}

.fxm-menutop > ul > li > a {
	display: block;
	font-size: 14px;
    font-weight: bold;
	line-height: 30px;
	padding: 5px 10px;
    font-family: Arial;
	color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fxm-menutop > ul > li.current > a,
.fxm-menutop > ul > li:hover > a {
	background: #0064a6; /*0c772e*/
	color: #ffffff;
    text-decoration: none;
}

.fxm-menutop > ul > li > a > .fas {
	font-size: 14px;
	line-height: 30px;
	font-weight: 900;
	padding: 0 5px;
}

.fxm-menutop ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	border-bottom: 3px solid #0064a6;
	background: #f1f1f1;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transform: translate(0, 40px);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	max-height: 580px;
	overflow-y: auto;
}

.fxm-menutop ul li:hover > ul {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.fxm-menutop ul ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}

.fxm-menutop ul ul li.has-sub {
	padding-right: 15px;
}

.fxm-menutop ul ul li.has-sub::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	right: 7px;
	top: 10px;
}

.fxm-menutop ul ul li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    text-decoration: none;
}

.fxm-menutop ul ul li:hover > a {
	padding: 10px 7px 10px 17px;
	color:#d82727;
    text-decoration: none;
}

.fxm-menutop ul ul ul {
	top: 0;
	left: 100%;
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	-o-transform: translate(40px, 0);
	transform: translate(40px, 0);
}

.sub-menu li {
    border-bottom: 1px solid #05a438;
    float: left;
    width: 100%;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu a {
    color: #337ab7;
    text-transform: none !important;
    text-decoration: none;
}

.fxm-menutop .sub-menu li {
    position: relative;
    padding-left: 10px;
}

.fxm-menutop .sub-menu li a {
    background: url(../images/icon_list.png) 0px 15px no-repeat;
    padding-left: 10px;
}

.fxm-menutop .sub-menu li a {
    line-height: 20px !important;
    text-decoration: none;
}

/*==END: MENU==*/

.menu {
    background: #418a58;
    width: 100%;
    float: left;
    margin: auto;
    margin-bottom: 15px;
}

.menu .navi {
    float: left;
    width: 100%;
}

.menu .navi li {
    float: left;
    list-style: none;
    line-height: 30px;
}

.menu .navi > li:hover,
.menu .navi > li.current-menu-item {
    background: #920700;
}

#menu-main-menu {
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
}

#menu-main-menu .current-post-ancestor {
    background: #0064a6;/*0c772e;*/
}

.menu .navi li a {
    display: block;
    color: #FFF;
    font-family: Arial; 
    font-size:16px;
    padding: 0px 8px;
    margin-top:3px;
    margin-right:6px  
}

.menu .navi li a:hover {
    text-decoration: none;
}

.navi li li .end {
    border: none;
}

.navi ul ul {
    position: absolute;
    display: none;
    background: #0c772e;
    width: 250px;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
}

.navi ul ul ul {
    top: 0;
}

.navi ul li:hover ul, .navi ul li:hover ul ul, .navi ul li:hover ul ul ul {
    display: none;
}

.navi ul li:hover ul, .navi ul li li:hover ul, .navi ul li li li:hover ul {
    display: block;
}

.menu .navi li:hover {
    background: #0c772e;
}

.menu .navi .end {
    background: none;
}

.menu .navi li a{
    margin-top: 0px;
}

/* Slider*/
.captioni-news a {
    font-family: Arial;
    color: #fff;
}

.captioni-news {
    position: absolute;
    font-family: Arial;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    width: 50%;
}

.news-post {
    position: relative;
    font-family: Arial;
}

.item-adv-home {
    margin-top: 10px;
    margin-bottom: 20px;
}

.owl-nav button {
    width: 20px;
    height: 20px;
    line-height: 18px !Important;
    text-align: center;
    border: 1px solid #ccc !Important;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 170px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(/Content/images/nav-icon.png) no-repeat scroll 0 0;
    left: 10px;
}

.owl-carousel .next-slide {
    background: url(/Content/images/nav-icon.png) no-repeat scroll -24px 0px;
    right: 10px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.owl-carousel .nav-btn2 {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 70px !important;
}

.owl-carousel .arrow-left {
    position: absolute;
    background: url('/Content/images/sprite-arrows.png') no-repeat left top;
    display: block;
    height: 30px;
    width: 17px;
    top: 50%!important;
    margin-top: -60px;
    left: 10px;
}

.owl-carousel .arrow-right {
    position: absolute;
    background: url('/Content/images/sprite-arrows.png') no-repeat left bottom;
    display: block;
    height: 30px;
    width: 17px;
    top: 50%!important;
    margin-top: -60px;
    right: 10px;
}

.tinnoibat-box .owl-nav {
    /*position: absolute;
    right: -4px;
    top: -52px;*/
}

.tinnoibat-box .news-post a {
    font-family: Arial;
    font-size: 14px;
    color: #337ab7;
}

.textwidget {
    line-height: 8px;
}

/* SIDEBAR */
.item-sidebar img {
    width: 100%;
    height: auto;
}

.item-video .video-name {
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.item-sidebar .item-video {
    background: none !important;
    float: left;
    width: 100%;
    padding-left: 0px !important;
}

.item-sidebar .item-video img {
	float:left;
	width:100px;
	height:auto;
	margin-right: 10px;
}

.item-sidebar {
	margin-bottom: 10px;
}

.item-sidebar {
    float: left;
    width: 100%;
    overflow: hidden;
}

.item-sidebar .title {
    border-radius: 2px;
    padding: 4px;
    color:#167ac6;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    background: url(../images/background.jpg);
}

.item-sidebar ul {
    margin: 0px;
    padding: 0px;
    margin: 15px 0px;
}

.item-sidebar ul li {
    list-style: none;
    background: url(../images/icon-list.gif) left 5px no-repeat;
    margin: 5px 0px;
    padding-left: 15px;
}

.item-sidebar ul li a {
    color: #337ab7;
    font-size: 14.5px;
}

.sidebar-title {
    border-radius: 2px;
    padding-left: 20px;
    padding-top: 3px;
    height: 28px;
    color: #fff;
    /*color: #167ac6;
    text-align: center;*/
    font-family: Arial;
    font-weight: bold;
    font-size: 14.5px;
    /*background: url(../images/bg_title.jpg);*/
    background: url(../images/bg-home-block.jpg);
}

.title-video a { color: #fff; }

.title-photo a { color: #fff; }

/* box Ethnic*/
.gird-ethnic {
    margin-bottom: 15px;
}

.gird-ethnic:after {
	content: '';
	clear: both;
	display: table;
}

.gird-ethnic .item {
	float: left;
	width: 33.3333336%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px; 
}

.gird-ethnic.group5 .item { 
	margin-bottom: 20px;
	max-height: 237px;
}

.gird-ethnic.group5 .item {
    width: 20%;
}

.ethnic .i-image {
	margin-bottom: 10px;
}

.ethnic .i-image a {
	display: block;
	padding-top: 66.5%;
	position: relative;
	overflow: hidden;
}

.ethnic .i-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ethnic .i-image a:hover img{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

/* box news */
.box-main {
    margin-bottom: 10px;
}

.gird-news {
	position: relative;
    font-family: Arial;
	margin-left: -10px;
	margin-right: -10px;
}

.gird-news:after {
	content: '';
	clear: both;
	display: table;
}

.gird-news .item {
	float: left;
	width: 33.3333336%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	min-height: 215px;
}

.gird-news.group3 .item { 
	margin-bottom: 40px;
	max-height: 237px;
}

.gird-news .news {}
.news .i-image {
	margin-bottom: 10px;
}

.news .i-image a {
	display: block;
	padding-top: 66.5%;
	position: relative;
	overflow: hidden;
}

.news .i-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	-webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.news .i-image a:hover img{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.news .i-desc {}
.news .i-title {
	font-weight: bold;
}

.news .i-title h3 {
	line-height: 21px;
	font-size:15px;
}

#breadcrumb{
    margin-bottom: 10px;
    font-weight: bold;
}

#breadcrumb a {
    font-weight: bold;
}

#list-news {
    float: left;
    width: 100%;
    border-right: 2px solid #ccc;
    padding-right: 15px;
}

/*.list-news {
    position: relative;
}

.list-news .item {
    float: left;
    padding: 10px 10px 0 20px;
}

.list-news.group2 .item {
    width: 50%;
}
.list-news.group2.main .i-image {
	float: left;
    height: 250px;
	width: 390px;
	margin-bottom: 0;
	padding: 0 10px;
}

.list-news.item .main {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.list-news .main-item .publish-time {
    font-family: Arial;
    font-size: 12px;
}

.list-news .main-item img {
    height: 250px;
    width: 390px;
}

.list-news .next-item {
    float: right;
    width: 50%;
}*/

/* LIST NEWS */
.item-list-news {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.item-list-news.first img {
    width: 300px;
    height: auto;
}

.item-list-news img {
    float: left;
    width: 215px;
    height: auto;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 2px;
}

.item-list-news h2 {
    font-size: 15px;
    margin: 0px;
}

#list-news h1 {
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    color: #ce0404;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.list-news {
    font-family: Arial;
    position: relative;
}

.list-news:after {
	content: '';
	clear: both;
	display: table;
}

.list-news .item {
    float: left;
    width: 50%;
}

.main-news {
    padding-right: 10px;
}

.main-news .i-image {
    margin-bottom: 10px;
    height: 250px;
}

.main-news .i-image img {
    height: 250px;
    width: 100%;
}

.list-news .main-news .i-title {
    font-weight: bold;
    font-size: 16px;
    color: #337ab7;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-news .main-news .i-title a {
    color: #337ab7;
    text-decoration: none;
}

.list-news .main-news .i-content {

}

.list-news .main-news .i-date {
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
}

.next-news {
    padding-left: 5px;
}

.list-news .next-news .s-item {
    position: relative;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 85px;
}

.next-news .i-image {
    float: left;
    height: 100%;
    width: 39.7%;
}

.s-item .i-image img {
    height: 80px;
}

.next-news .i-desc {
    float:right;
    padding-left: 10px;
    width: 59.3%;
}

.list-news .next-news .i-title {
    font-size: 12px;
    color: #337ab7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	font-size: 16px;
    -webkit-box-orient: vertical;
}

.list-news .next-news .i-title a {
    color: #337ab7;
    text-decoration: none;
}

.list-news .next-news .i-date {
    font-size: 10px;
    color: #808080;
}

/*.list-news {}
.list-news .item {
	border-bottom: 1px dashed #d9d9d9 ;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.list-news .item:last-child {
	border-bottom: 0;
}

.list-news .news {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}

.list-news .news::after {
	content: '';
	clear: both;
	display: table;
}

.list-news .news .i-image {
	float: left;
	width: 43.5%;
	margin-bottom: 0;
	padding: 0 10px;
}

.list-news .news .i-image img {

}

.list-news .news .i-desc {
	float: right;
	width: 56.5%;
	padding: 0 10px;
}

.list-news .news .i-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.list-news .news .i-title h3 {
	line-height: 26px;
	font-size: 21px;
}

.list-news .news .i-content {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}*/

.news .i-date{
	color: #808080;
	font-size: 12px;
}

.td-block-title-wrap {
  position: relative;
}

.td-theme-wrap .block-title {
    border-color: #4caf50;
}

.block-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222222;
}

.td-theme-wrap .block-title > *, .td-theme-wrap .td-subcat-dropdown:hover .td-subcat-more {
    background-color: #4caf50;
}

.td-block-title span, .td-block-title a {
    display: inline-block;
}

.td-block-title a, .td-block-title span {
    text-transform: uppercase !important;
}

.block-title a, .block-title span, .block-title label {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222222;
    color: #fff;
}

.td_social_type {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.td-social-style4 .td-social-box {
    background-color: transparent;
    height: 40px;
}

.td_social_facebook .td-social-box {
    background-color: #516eab;
}

.td_social_type .td-social-box {
    height: 32px;
    position: relative;
    overflow: hidden;
}

.td-social-style4 .td_social_facebook .td-sp {
    background-position: -17px -17px;
}

.td-social-colored .td_social_facebook .td-sp {
    background-color: #516eab;
}

.td_social_type .td-social-box .td-sp {
    display: inline-block;
}

.td-social-style .td-sp {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.td_block_social_counter .td-sp {
    position: relative;
}

.td-social-style4 .td_social_type .td_social_button {
    border-color: #ededed;
    margin-top: 13px;
    padding: 0;
    border: none;
}

.m-title {
    position: relative;
    border-bottom: 2px solid #3587b1;
    margin-bottom: 15px;
	line-height: 30px;
}

.m-title::after{
    content: '';
    clear: both;
    display: table;
}

.m-title .c-title {
    float: left;
    background: #3587b1;
    background: url(../images/bg-block.jpg) no-repeat scroll -1px rgba(0, 0, 0, 0);
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    width: 100%;

}

.m-title .c-title h2 {
	 font-size: 14px;
    line-height: 20px;
}

.m-title .c-title a {
    color: #ffffff;
}

.m-title .c-sub {
    float: right;
}

.m-title .c-sub > ul {
    padding-top: 10px;
    list-style: none;
    display: inline-block;
}

.m-title .c-sub  > ul > li {
    float: left;
    margin-left: 15px;
}

.m-title .c-sub  > ul li > a {
    font-weight: bold;
}

.m-title .c-sub  li.link-more {
    position: relative;

}

.m-title .c-sub li.link-more a.view-all {
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}

.m-title .c-sub li a.view-all {
    color: #d82727;
}

.m-title .c-sub li a.view-all::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0c9';
    padding-left: 8px;
    color: #d82727;
}

.div-ajax-more {
	text-align: center;
}

.div-ajax-more .view-more {
	display: inline-block;
	background: #eeeeee;
	padding: 6px 25px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	min-width: 230px;
}

.div-ajax-more .view-more:hover {
	background: #d82727;
	color: #ffffff;
}

.div-view-more {}
.div-view-more .view-more {
	display: block;
	background: #eeeeee;
	padding: 6px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}

.view-more:hover {
	background: #d82727;
	color: #ffffff;
}

.view-more span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.view-more span::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f107';
	right: 0;
	font-size: 16px;
}

.m-content {
    margin-top: 15px;
}

.gỉrd-video {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.gỉrd-video .item {
    padding-bottom: 20px;
    margin-bottom: 17px;
    border-bottom: 1px solid #ddd;
    height: 95px;
}

.gỉrd-video .video {
}

.video .i-video {
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 3px 15px 0 0;
    width: 135px;
    height: 80px;
}

.video .i-desc {
    font-size: 14px;
    line-height: 20px;
}

.gird-news.group4 .item {
    width: 25%;
}

.gird-news.group3 .item {
    width: 33.3333336%;
}

.gird-news.group2 .item {
    width: 50%;
}

.gird-news.group3 .news .i-title {
    font-weight: bold;
    font-size: 14px;
    color: #337ab7;
    height: 75px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.gird-news.group3 .news .i-title a {
    color: #337ab7;
    text-decoration: none;
}

.gird-news.group2 .news .i-title {
    height: 50px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

@media screen and (max-width: 991px) {
    .block-main .main-left {
        float: none;
        width: 100%;
    }

    .box-main-top .box-new-view {
        width: 35%;
    }
	
    .box-main-top .box-slide-focus {
        width: 65%;
    }

    .gird-news .item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .box-main-top .box-new-view {
        width: 100%;
    }
    .box-main-top .box-slide-focus {
        width: 100%;
        margin-bottom: 15px;
    }

    .slide-focus .slick-arrow {
        top: auto;
        bottom: -50px;
    }

    .box-slide-focus .i-content .i-short {
        max-height: none;
    }
	
    .box-new-view .tab-content li {
        height: auto;
    }
}

.block-main {
    position: relative;
}

.block-main::after {
    content: '';
    clear: both;
    display: table;
}

.block-main .main-left {
    float: left;
    width: calc(100% - 345px);
}

.box-main-top {
    position: relative;
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: -5px;
}

.box-main-top::after {
    content: '';
    clear: both;
    display: table;
}

.box-main-top .box-slide-focus {
    float: left;
    width: 65%;
    padding: 0 5px;
}

.box-main-top .box-new-view {
    float: right;
    width: 35%;
    padding: 0 5px;
}

.box-slide-focus .slide-focus {
    overflow: hidden;
    max-height: 470px;
}

.box-slide-focus .item {}

.box-slide-focus .item.video {

}

.box-slide-focus .item.video .i-image {

}

.box-slide-focus .i-image {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.box-slide-focus .i-image a {
    display: block;
    position: relative;
    padding-top: 54%;
    overflow: hidden;
}

.box-slide-focus .i-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}

.box-slide-focus .i-desc {}
.box-slide-focus .i-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;

}

.box-slide-focus .i-title a {
    display: block;
    font-size: 22px;
    line-height: 26px;
}

.box-slide-focus .item.video .i-title a {
    display: initial;
    position: relative;
    padding-right: 30px;
}

.box-slide-focus .item.video .i-title a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f03d";
    font-size: 18px;
    right: 0;
    line-height: 30px;
    color: #999999;
}

.box-slide-focus .i-content {

}

.box-slide-focus .i-content .i-short {
    max-height: 48px;
 overflow: hidden;
 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-slide-focus .i-reference {
    margin-top: 10px;
}

/* detail-content */
.detail-content {
    word-break: break-word;
	font-size:16px;
}

.detail-content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 3px;
}

.detail-content h1 {
    font-size: 20px;
    color: #034c71;
    font-weight: bold;
    margin-top: 0px;
    line-height: 26px;
}

.detail-content h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0px;
}

.detail-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0px;
}

.detail-content h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0px;
}

.detail-content, #list-news {
    float: left;
    width: 100%;
    border-right: 2px solid #ccc;
    padding-right: 15px;
	padding-bottom: 10px;
}

.detail-content ul, .detail-content ol {
    margin-left: 30px;
}

.datetime {
    margin-bottom: 10px;
}

.related-box {
    margin: 20px 0px 0px 0px;
    float: left;
    width: 100%;
}

.related-box .title span {
    background: #fff;
    position: absolute;
    bottom: -5px;
}

.related-box .title {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.related-box ul {
    margin-left: 25px!important;
    list-style-type: disc;
}

.fon44 {
    color: #004175;
    font: 800 17px/20px "roboto condensed",Times,serif;
}

.fon7 {
    Font-family: Arial;
    Font-size:15.5px;
    line-height:22px;
    text-align:justify;
}

.related-inlist a{
    color: #004175;
    font: 700 15.5px/20px "roboto condensed",Times,serif;
}

.related-inlist a:hover{
    color: #ce0404;
}

#commentsAdd {
    float: left;
    margin-top: 20px;
	margin-bottom: 15px;
    width: 100%;
}

#commentsAdd textarea {
    height: 100px;
}

.comment-form-comment {
    margin-bottom: 10px;
}

.comment-form-author {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

.comment-form-email {
    width: 48%;
    float: right;
    margin-bottom: 10px;
}

.comment-form-cookies-consent {
    float: left;
    width: 100%;
}

.commentlist .depth-1 .comment-author .avatar {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border: 3px #e3e3e3 solid;
    float: left;
    margin: 0 20px 0 0;
}

.commentlist .depth-2 .comment-author .avatar {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border: 3px #e3e3e3 solid;
    float: left;
    margin: 0 20px 0 0;
}

.commentlist .depth-3 .comment-author .avatar {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border: 3px #e3e3e3 solid;
    float: left;
    margin: 0 20px 0 0;
}

.commentlist .url {
    font: bold 14px Arial,Helvetica,sans-serif;
    color: #0052a0;
}

.commentlist .says {
    color: #666;
}

.commentlist .comment-meta a {
    font-style: italic;
    color: #999;
}

.commentlist .comment-reply-link {
    color: #0388cd;
    display: inline-block;
}

.commentlist .comment-reply-link:hover {
    color: #0052a0;
}

.commentlist .depth-2 {
    margin: 0 0 0 12px;
}

.commentlist .depth-3 {
    margin: 0 0 0 30px;
}

#comments .commentlist {
    margin-left: 0px;
}

.commentlist li {
    list-style: none !Important;
}

.thread-even {
    background: #fafafa;
    padding: 0px 10px;
}

#commentsAdd .reply {
    display: none;
}

#comments,
#respond {
    margin: 0 0 0px;
    overflow: hidden;
    float: left;
    width: 100%;
}

#author,
#comment,
#email,
#url {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#comment {
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input#submit {
    float: left;
}

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 15px 0 5px;
    padding: 10px 15px;
}

.comment-list li ul li {
    list-style-type: none;
    margin-right: -16px;
}

.comment-content p {
    font-size: 13px;
    margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
}

.commentmetadata {
    font-size: 12px;
    margin: 0 0 5px;
}

.reply {
    font-size: 13px;
    font-weight: 300;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

input[type="button"], input[type="submit"] {
    background: #1189b2;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
}

/* Block 3*/
.block3 {
    padding-bottom: 30px;
}

.block3 .title {
    font-size: 36px;
    color:#c98224;
    font-family:iCielPantonBlack;
    text-align: center;
    line-height: 1;
    margin: 0px 0 35px;
}

.block3 .slick-prev, .block3 .slick-next {
    display: none !important;
    z-index: 1;
}

.block3 .travel-image {
    margin-bottom: 70px!important;
}

.block3 .travel-image .slick-dots {
    bottom: -45px;
}

.block3 .travel-image .slick-dots li {
    margin: 0;
}

.block3 .travel-image .slick-dots li button {
    padding: 0;
}

.block3 .travel-image .slick-dots li button::before {
    font-size: 10px;
}

.khoi3 .travel-image .slick-dots li:hover button::before, .block3 .travel-image .slick-dots li.slick-active button::before {
    color: #c98224;
}

.block3 .travel-image .services-content a.button {
    width: 210px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    font-family: RobotoBold;
    transition: .4s;
    padding: 10px;
}

.block3 .travel-image .services-content a.button:hover {
    background: #f1dbbf;
    color: #c98224;
}

.block3 .travel-image .services-content ul {
    list-style: none;
}

.block3 .travel-image .services-content .services {
    margin-top: 20px;
    color: #000;
}

.block3 .travel-image .services-content .services .service {
    padding-bottom: 5px;
}

.block3 .travel-image .services-content .services .service:hover a {
    color: #c98224;
}

.block3 .travel-image .services-content .services .service i {
    margin-right: 5px;
    color: #c98224;
}

.block3 .travel-image .services-content .services .service a {
    color: #333;
    font-family: RobotoBold;
    font-size: 15px;
}

.block3 .travel-image .services-content .services li.service:last-child {
    padding-bottom: 0;
}

/* Block 4*/
.block4 {
    background-image: url("../images/bg-khoi4.jpg");
    padding-bottom: 70px;
    background-size: cover;
    width: 100%;
}

.block4 .title {
    font-size: 36px;
    text-align: center;
    color:#c98224;
    font-family:iCielPantonBlack;
    margin: 0 0 30px;
    line-height: 1;
}

.block4 .travel-prog {
    margin-bottom: 50px;
}

.block4 .travel-content {
    position: relative;
    margin-bottom: 30px;
}

.block4 .travel-content .khungAnh::before {
    padding-bottom: 62.162%;
}

.block4 .travel-content .info-prog {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    height: 62px;
    color: #000;
    display: flex;
    align-items: flex-end;
    background-image: url(../images/bg-info.jpg);
    z-index: 2;
}

.block4 .travel-content .info-prog p.number-count {
    margin: 0;
    font-size: 77px;
    margin-left: -5px;
    line-height: 54px;
    font-weight: bold;
    color: rgba(201,130,36,.2);
}

.block4 .travel-content .info-prog .prog-details {
    flex: 1;
    position: relative;
    margin-left: -15px;
    height: 100%;
    font-size: 16px;
}

.block4 .travel-content .info-prog .prog-details p {
    margin: 0;
}

.block4 .travel-content .info-prog .prog-details a:first-child {
    margin-top: 10px;
    font-weight: bold;
    display: block;
}

.block4 .travel-content .info-prog .prog-details a:first-child:hover {
    color: #c98224;
}

.block4 .travel-content .info-prog .prog-details .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 62px;
    width: 30px;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

/* Block5 */
.block5 {
    background: none;/*#f6f7f2;*/
    padding-top: 50px;
}

.block5 .khungAnh::before {
    padding-bottom: 62.7%;
}

.block5 .blog-content {
    text-align: center;
}

.block5 .blog-content .title {
    font-size: 36px;
    text-align: center;
    color:#c98224;
    font-family:iCielPantonBlack;
    margin-bottom: 40px;
}

.block5 .blog-content .button {
    width: 200px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 38px;
    transition: .4s;
}

.block5 .blog-content .button i {
    font-size: 13px;
}

.block5 .blog-content .button:hover {
    color: #c98224;
    background: #f1dbbf;
}

.block5 .blogs {
    width: 805px;
    margin: auto;
    text-align: left;
    color: #000;
}

.block5 .blogs .blog-image {
    position: relative;
}

.block5 .blogs .blog-image .date-time {
    font-family: RobotoLight;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    font-size: 16px;
    padding: 5px 15px;
    color: #fff;
    background-color: #c98224;
}

.block5 .blogs .blog-image .date-time p.year {
    border-bottom: 1px solid #d9a866;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.block5 .blogs .blog-image .date-time p.day, .block5 .blogs .blog-image .date-time p.month {
    float: left;
}

.block5 .blogs .blog-image .date-time p {
    margin-bottom: 0;
    line-height: 1;
}

.block5 .blogs .blog-info {
    background-color: #fff;
    padding: 15px 20px 20px;
}

.block5 .blogs .blog-info .blog-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.block5 .blogs .blog-info .info-text {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.block5 .blogs .blog-info .info-text:hover {
    color: #c98224;
}

.block5 .blogs .related-blog .chuablog {
    display: flex;
    background-color: #fff;
    padding: 0 20px 17px;
}

.block5 .blogs .related-blog .chuablog .blog-image {
    width: 125px;
}

.block5 .blogs .related-blog .chuablog .blog-image .khungAnh::before {
    padding-bottom: 62.4%;
}

.block5 .blogs .related-blog .chuablog .blog-info {
    flex: 1;
    margin-left: 15px;
    padding: 0;
    background-color: transparent;
}

.block5 .blogs .related-blog div.chuablog:first-child {
    padding-top: 19px;
}


/* FOOTER */
footer .footer {
    background: #035388;/*#418a58;*/
    margin: auto;
    position: relative;
}

footer .footer a {
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 8px 10px;
    font-size: 15px;
    text-transform: uppercase;
}

footer .footer {
	text-align: center;
	width: 100%;
}

footer .footer ul { 
	padding: 0px;
	margin: 0px;
}

footer .footer li:hover {
	background: #0064a6/*0c772e;*/
}

footer .footer li {
	list-style: none;
	display: inline-block;
}

footer .map {
    margin: 0 auto;
    height: 380px;
    width: 100%;
}

footer .bottom {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    background: url("../images/bg-footer.jpg") no-repeat center;
    height: 215px;
    width: 100%;
}

footer .bottom .title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0 0 50px;
}

footer .bottom .text {
    line-height: 16px;
    padding: 0px 0 0 50px;
}

footer .bottom .visitor {
    float: right;
    line-height: 30px;
    margin-top: -147px;
    margin-right: 6px;
}

.readmore a { 
	color: #999;
	font-size: 11px; 
}

.readmore a:hover { 
	color: #ce0404;
}

#footer-bottom {
	padding: 15px 0px;
}

#footer-bottom .title-footer {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer-bottom li {
	list-style: none;
	background: url(../images/icon-list.gif) left 6px no-repeat;
	padding-left: 15px;
}

#footer-bottom .item-footer li {
	list-style: none;
	background: none;
	padding-left: 15px;
}

#footer-bottom li a {
	color: #004175;
}

#footer-bottom li a:hover {
	color: #ce0404;
}

#footer-bottom .item-footer {
	margin-bottom: 15px;
}

.bottom .text a {
    color: #f3f0ed;
	font-style: italic;
}

footer .support_online {
    position: fixed;
    right: -98px;/*calc((100% - 1546px)/2);*/
    top: 45%;
    height: 40px;
    line-height: 40px;
    background: #c98224;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    z-index: 99;
    padding: 0 20px;
}

footer .support_online a {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

footer .support_online a i {
    font-size: 30px;
    padding-left: 5px;
    position: relative;
    top: 2px;
}

/* Contact Online*/
#contact_online {
    display: none;
    width: 510px;
    padding: 20px;
    background: rgba(167,30,34,.9);
    position: fixed;
    right: 40px; /*calc((100% - 1283px)/2);*/
    top: 33%;
    z-index: 9999;
    border-radius: 5px;
}

#contact_online h1 {
    color: #f7951d;
    font-family: RobotoBold;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5bcbd;
    margin-bottom: 17px;
    display: block;
}

#contact_online .item {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5bcbd;
    padding-bottom: 15px;
}

#contact_online .item h2 {
    color: #fff;
    font-family: RobotoBold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

#contact_online .item p {
    margin-bottom: 5px;
}

#contact_online .item p i {
    color: #fff;
    padding-right: 8px;
}

#contact_online .item p a {
    color: #fff;
}

#contact_online .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.footer .support_online:hover #contact_online {
    display: block;
}

/* Popup Booking Sevices */
.popup_booking {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.8);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .6s;
    transition: .6s;
}

.popup_booking .booking-services {
    width: 60%;
    background: #c92424;
    border-radius: 5px;
    padding: 22px;
}

.popup_booking .booking-services .top {
    border-bottom: 1px solid #8c1515;
    padding-bottom: 14px;
}

.popup_booking .booking-services .top h2 {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 26px;
    display: inline-block;
    padding-right: 10px;
}

.popup_booking .booking-services .top span {
    color: #fff;
    font-size: 16px;
}

.popup_booking .booking-services .tel {
    border-bottom: 1px solid #8c1515;
    padding: 14px 0;
}

.popup_booking .booking-services .tel span {
    display: inline-block;
    margin-right: 83px;
}

.popup_booking .booking-services .tel span:nth-child(1) a {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 18px;
}

.popup_booking .booking-services .tel span:nth-child(1) img {
    padding-right: 10px;
}

.popup_booking .booking-services .tel span:nth-child(2) a {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
}

.popup_booking .booking-services .tel span:nth-child(2) i {
    padding-right: 10px;
}

.popup_booking .booking-services .form-register {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
}

.popup_booking .booking-services .form-register input {
    border: 1px solid #f17979;
    height: 40px;
    background: #b41e1e;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.popup_booking .booking-services .form-register select {
    width: 32.32%;
    border: 1px solid #f17979;
    height: 40px;
    background: #b41e1e;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.popup_booking .booking-services .form-register ::placeholder {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

.popup_booking .booking-services .form-register input:nth-child(7) {
    width: 49.2%;
}

.popup_booking .booking-services .form-register input:nth-child(1), .popup_booking .booking-services .form-register input:nth-child(2), .popup_booking .booking-services .form-register input:nth-child(4), .popup_booking .booking-services .form-register input:nth-child(5), .popup_booking .booking-services .form-register input:nth-child(6) {
    width: 32.32%;
}

.popup_booking .booking-services .form-register input:nth-child(2) {
    margin: 0 11px;
}

.popup_booking .booking-services .form-register input:nth-child(5) {
    margin: 0 11px;
}

.popup_booking .booking-services .form-register .check-in {
    width: 49.2%;
    margin-left: 11px;
}

.popup_booking .booking-services .form-register .check-in input {
    width: 100%;
}

.popup_booking .booking-services .form-register .input-group.date .input-group-addon {
    display: none;
}

.popup_booking .booking-services .form-register textarea {
    height: 77px !important;
    width: 100% !important;
    border: 1px solid #f17979;
    background: #b41e1e;
    border-radius: 3px;
    padding: 10px 13px;
    color: #fff;
}

.popup_booking .booking-services .tick-regis {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.popup_booking .booking-services .tick-regis h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.popup_booking .booking-services .tick-regis .item_tick {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    width: 33.33%;
}

.popup_booking .booking-services .tick-regis .item_tick input {
    display: none;
}

.popup_booking .booking-services .tick-regis .item_tick input:checked + label:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #fff;
    position: relative;
    top: -4px;
    font-size: 11px;
    padding: 1px;
}

.popup_booking .booking-services .tick-regis .item_tick label {
    width: 100%;
    margin-bottom: 10px;
}

.popup_booking .booking-services .tick-regis .item_tick label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #f17979;
    border-radius: 3px;
    background: #b41e1e;
}

.popup_booking .booking-services .tick-regis .item_tick label span {
    color: #fff;
    padding-left: 6px;
    position: relative;
    top: -3px;
    font-weight: 400;
    cursor: pointer;
}

.popup_booking .booking-services .succ {
    margin-top: 5px;
}

.popup_booking .booking-services .succ a {
    display: block;
    width: 306px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c98224;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    transition: .4s;
}

.popup_booking .booking-services .succ a:hover {
    background: #b41e1e;
}

.popup_booking.active {
    opacity: 1;
    pointer-events: auto;
}

.popup_booking .booking-services a.close {
    opacity: 1;
    text-shadow: none;
    top: 35px;
    right: 30px;
    font-size: 18px;
    position: absolute;
    top: 35px;
    right: 30px;
}

.popup_booking .booking-services a.close i {
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 24px;
    color: #fff;
}

.popup_booking .booking-services a.close i:hover {
    color: #f00;
}


.popup_booking .booking-services {
    width: 60%;
    background: #c92424;
    border-radius: 5px;
    padding: 22px;
}

.embed_booking {
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    -webkit-transition: .6s;
    transition: .6s;
}

.embed_booking .booking-services {
    width: 100%;
    background: #c92424;
    border-radius: 5px;
    padding: 22px;
}

.embed_booking .booking-services .top {
    border-bottom: 1px solid #8c1515;
    padding-bottom: 14px;
}

.embed_booking .booking-services .top h2 {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 26px;
    display: inline-block;
    padding-right: 10px;
}

.embed_booking .booking-services .top span {
    color: #fff;
    font-size: 16px;
}

.embed_booking .booking-services .tel {
    border-bottom: 1px solid #8c1515;
    padding: 14px 0;
}

.embed_booking .booking-services .tel span {
    display: inline-block;
    margin-right: 83px;
}

.embed_booking .booking-services .tel span:nth-child(1) a {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 18px;
}

.embed_booking .booking-services .tel span:nth-child(1) img {
    padding-right: 10px;
}

.embed_booking .booking-services .tel span:nth-child(2) a {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
}

.embed_booking .booking-services .tel span:nth-child(2) i {
    padding-right: 10px;
}

.embed_booking .booking-services .form-register {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
}

.embed_booking .booking-services .form-register input {
    border: 1px solid #f17979;
    height: 40px;
    background: #b41e1e;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.embed_booking .booking-services .form-register select {
    width: 32.32%;
    border: 1px solid #f17979;
    height: 40px;
    background: #b41e1e;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.embed_booking .booking-services .form-register ::placeholder {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

.embed_booking .booking-services .form-register input:nth-child(7) {
    width: 49.2%;
}

.embed_booking .booking-services .form-register input:nth-child(1), .embed_booking .booking-services .form-register input:nth-child(2), .embed_booking .booking-services .form-register input:nth-child(4), .embed_booking .booking-services .form-register input:nth-child(5), .embed_booking .booking-services .form-register input:nth-child(6) {
    width: 32.32%;
}

.embed_booking .booking-services .form-register input:nth-child(2) {
    margin: 0 11px;
}

.embed_booking .booking-services .form-register input:nth-child(5) {
    margin: 0 11px;
}

.embed_booking .booking-services .form-register .check-in {
    width: 49.2%;
    margin-left: 11px;
}

.embed_booking .booking-services .form-register .check-in input {
    width: 100%;
}

.embed_booking .booking-services .form-register .input-group.date .input-group-addon {
    display: none;
}

.embed_booking .booking-services .form-register textarea {
    height: 77px !important;
    width: 100% !important;
    border: 1px solid #f17979;
    background: #b41e1e;
    border-radius: 3px;
    padding: 10px 13px;
    color: #fff;
}

.embed_booking .booking-services .tick-regis {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.embed_booking .booking-services .tick-regis h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.embed_booking .booking-services .tick-regis .item_tick {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    width: 33.33%;
}

.embed_booking .booking-services .tick-regis .item_tick input {
    display: none;
}

.embed_booking .booking-services .tick-regis .item_tick input:checked + label:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #fff;
    position: relative;
    top: -4px;
    font-size: 11px;
    padding: 1px;
}

.embed_booking .booking-services .tick-regis .item_tick label {
    width: 100%;
    margin-bottom: 10px;
}

.embed_booking .booking-services .tick-regis .item_tick label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #f17979;
    border-radius: 3px;
    background: #b41e1e;
}

.embed_booking .booking-services .tick-regis .item_tick label span {
    color: #fff;
    padding-left: 6px;
    position: relative;
    top: -3px;
    font-weight: 400;
    cursor: pointer;
}

.embed_booking .booking-services .succ {
    margin-top: 5px;
}

.embed_booking .booking-services .succ a {
    display: block;
    width: 306px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c98224;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    transition: .4s;
}

.embed_booking .booking-services .succ a:hover {
    background: #b41e1e;
}

/* Booking Tour Form */
.popup_booking .booking-tour {
    width: 60%;
    background: #57b0e9;
    border-radius: 5px;
    padding: 22px;
}

.popup_booking .booking-tour .top {
    border-bottom: 1px solid #2a84bd;
    padding-bottom: 14px;
}

.popup_booking .booking-tour .top h2 {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 26px;
    display: inline-block;
    padding-right: 10px;
}

.popup_booking .booking-tour .top span {
    color: #fff;
    font-size: 16px;
}

.popup_booking .booking-tour .tel {
    border-bottom: 1px solid #2a84bd;
    padding: 14px 0;
}

.popup_booking .booking-tour .tel span {
    display: inline-block;
    margin-right: 83px;
}

.popup_booking .booking-tour .tel span:nth-child(1) a {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 18px;
}

.popup_booking .booking-tour .tel span:nth-child(1) img {
    padding-right: 10px;
}

.popup_booking .booking-tour .tel span:nth-child(2) a {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
}

.popup_booking .booking-tour .tel span:nth-child(2) i {
    padding-right: 10px;
}

.popup_booking .booking-tour .form-register {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
}

.popup_booking .booking-tour .form-register input {
    border: 1px solid #7bc6f6;
    height: 40px;
    background: #3795d1;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.popup_booking .booking-tour .form-register ::placeholder {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

.popup_booking .booking-tour .form-register input:nth-child(1), .popup_tour .booking-tour .form-register input:nth-child(2), #tour-services .booking-tour .form-register input:nth-child(6) {
    width: 49.2%;
}

.popup_booking .booking-tour .form-register input:nth-child(3), .popup_tour .booking-tour .form-register input:nth-child(4), #tour-services .booking-tour .form-register input:nth-child(5) {
    width: 32.32%;
}

.popup_booking .booking-tour .form-register input:nth-child(2) {
    margin-left: 12px;
}

.popup_booking .booking-tour .form-register input:nth-child(4) {
    margin: 0 11px;
}

.popup_booking .booking-tour .form-register .check-in {
    width: 49.2%;
    margin-left: 12px;
}

.popup_booking .booking-tour .form-register .check-in input {
    width: 100%;
}

.popup_booking .booking-tour .form-register .input-group.date .input-group-addon {
    display: none;
}

.popup_booking .booking-tour .form-register textarea {
    height: 77px !important;
    width: 100% !important;
    border: 1px solid #7bc6f6;
    background: #3795d1;
    border-radius: 3px;
    padding: 10px 13px;
    color: #fff;
}

.popup_booking .booking-tour .tick-regis {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.popup_booking .booking-tour .tick-regis h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.popup_booking .booking-tour .tick-regis .item_tick {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    width: 33.33%;
}

.popup_booking .booking-tour .tick-regis .item_tick input {
    display: none;
}

.popup_booking .booking-tour .tick-regis .item_tick input:checked + label:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #fff;
    position: relative;
    top: -4px;
    font-size: 11px;
    padding: 1px;
}

.popup_booking .booking-tour .tick-regis .item_tick label {
    width: 100%;
    margin-bottom: 10px;
}

.popup_booking .booking-tour .tick-regis .item_tick label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #f17979;
    border-radius: 3px;
    background: #b41e1e;
}

.popup_booking .booking-tour .tick-regis .item_tick label span {
    color: #fff;
    padding-left: 6px;
    position: relative;
    top: -3px;
    font-weight: 400;
    cursor: pointer;
}

.popup_booking .booking-tour .succ {
    margin-top: 5px;
}

.popup_booking .booking-tour .succ a {
    display: block;
    width: 306px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c98224;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    transition: .4s;
}

.popup_booking .booking-tour .succ a:hover {
    background: #b41e1e;
}

.popup_booking .booking-tour a.close {
    opacity: 1;
    text-shadow: none;
    top: 35px;
    right: 30px;
    font-size: 18px;
    position: absolute;
    top: 35px;
    right: 30px;
}

.popup_booking .booking-tour a.close i {
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 24px;
    color: #fff;
}

.popup_booking .booking-tour a.close i:hover {
    color: #f00;
}

.embed_booking .booking-tour {
    width: 100%;
    background: #c92424;
    border-radius: 5px;
    padding: 22px;
}

.embed_booking .booking-tour .top {
    border-bottom: 1px solid #8c1515;
    padding-bottom: 14px;
}

.embed_booking .booking-tour .top h2 {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 26px;
    display: inline-block;
    padding-right: 10px;
}

.embed_booking .booking-tour .top span {
    color: #fff;
    font-size: 16px;
}

.embed_booking .booking-tour .tel {
    border-bottom: 1px solid #8c1515;
    padding: 14px 0;
}

.embed_booking .booking-tour .tel span {
    display: inline-block;
    margin-right: 83px;
}

.embed_booking .booking-tour .tel span:nth-child(1) a {
    color: #fff;
    font-family: iCielPantonBlack;
    font-size: 18px;
}

.embed_booking .booking-tour .tel span:nth-child(1) img {
    padding-right: 10px;
}

.embed_booking .booking-tour .tel span:nth-child(2) a {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
}

.embed_booking .booking-tour .tel span:nth-child(2) i {
    padding-right: 10px;
}

.embed_booking .booking-tour .form-register {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
}

.embed_booking .booking-tour .form-register input {
    border: 1px solid #f17979;
    height: 40px;
    background: #b41e1e;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.embed_booking .booking-tour .form-register select {
    width: 32.32%;
    border: 1px solid #f17979;
    height: 40px;
    background: #b41e1e;
    border-radius: 3px;
    padding: 0 13px;
    margin-bottom: 10px;
    color: #fff;
}

.embed_booking .booking-tour .form-register ::placeholder {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

.embed_booking .booking-tour .form-register input:nth-child(7) {
    width: 49.2%;
}

.embed_booking .booking-tour .form-register input:nth-child(1), .embed_booking .booking-tour .form-register input:nth-child(2), .embed_booking .booking-tour .form-register input:nth-child(4), .embed_booking .booking-tour .form-register input:nth-child(5), .embed_booking .booking-tour .form-register input:nth-child(6) {
    width: 32.32%;
}

.embed_booking .booking-tour .form-register input:nth-child(2) {
    margin: 0 11px;
}

.embed_booking .booking-tour .form-register input:nth-child(5) {
    margin: 0 11px;
}

.embed_booking .booking-tour .form-register .check-in {
    width: 49.2%;
    margin-left: 11px;
}

.embed_booking .booking-tour .form-register .check-in input {
    width: 100%;
}

.embed_booking .booking-tour .form-register .input-group.date .input-group-addon {
    display: none;
}

.embed_booking .booking-tour .form-register textarea {
    height: 77px !important;
    width: 100% !important;
    border: 1px solid #f17979;
    background: #b41e1e;
    border-radius: 3px;
    padding: 10px 13px;
    color: #fff;
}

.embed_booking .booking-tour .tick-regis {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.embed_booking .booking-tour .tick-regis h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.embed_booking .booking-tour .tick-regis .item_tick {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    width: 33.33%;
}

.embed_booking .booking-tour .tick-regis .item_tick input {
    display: none;
}

.embed_booking .booking-tour .tick-regis .item_tick input:checked + label:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #fff;
    position: relative;
    top: -4px;
    font-size: 11px;
    padding: 1px;
}

.embed_booking .booking-tour .tick-regis .item_tick label {
    width: 100%;
    margin-bottom: 10px;
}

.embed_booking .booking-tour .tick-regis .item_tick label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #f17979;
    border-radius: 3px;
    background: #b41e1e;
}

.embed_booking .booking-tour .tick-regis .item_tick label span {
    color: #fff;
    padding-left: 6px;
    position: relative;
    top: -3px;
    font-weight: 400;
    cursor: pointer;
}

.embed_booking .booking-tour .succ {
    margin-top: 5px;
}

.embed_booking .booking-tour .succ a {
    display: block;
    width: 306px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c98224;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    transition: .4s;
}

.embed_booking .booking-tour .succ a:hover {
    background: #b41e1e;
}

#pagination {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color:red;
}

.paging {
    align-items: center;
}

.pagination .paging {
    margin-left: auto;
}

.paging .button-page {
    margin-left: 20px;
    align-items: center;
}

.paging .button-page .btn-page.active {
    border: 1px solid #035388;
    background: #0064a6;
    color: #fff;
}

.paging .button-page .btn-page {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    float: left;
    position: relative;
    margin-left: 10px;
    color: #757575;
}
    
.paging .button-page .btn-page .ic {
    fill: #4f4f4f;
    width: 10px;
    height: 10px;
}

.ic {
    width: 16px;
    height: 16px;
    fill: #757575;
    display: inline-block;
    vertical-align: middle;
}

.video-wrap {
   position: relative;
}          
.video-wrap .play-btn {
   position: absolute;
   width: 50px;
   height: 50px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.video-wrap .play-btn svg {
   transition: all .2s ease;
   fill: #fff;
}
.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
   cursor: pointer;
   fill: #17e617;
}

.thumb180x105 {
    width: 175px!important;
    height: 105px!important;
}

.thumb-block {
    position: relative;
    display: block;
    overflow: hidden;
}

.title-box {
    width: calc(100% - 10px);
    /*float: left;*/
    border-bottom: 1px solid #ccc;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.title-box h2 {
    font-size: 20px;
    line-height: normal;
    display: inline-block;
    position: relative;
}

.title-box h2:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #9f224e;
    position: absolute;
    left: 0;
    bottom: -11px;
}

.title-box h2 a {
    color: #ce0404;
}

.booking-online {
    display: flex;
    float: right;
    height: 40px;
}

.booking-btn {
    display: inline-block;
    /*border-radius: 7px;
    background: #ec2d3f;*/
    color: #fff !important;
    text-decoration: none !important;
    padding: 7px 15px 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.booking-btn img {
    margin-right: 7px;
}

.booking-btn-hover {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
}

.booking-btn-hover:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    background: #ffbf0e;
    transition: all 0.3s;
    z-index: -1;
    top: 0px;
    right: 0px;
}

.booking-btn-hover:hover:after {
    width: 100%;
    left: 0px;
    right: auto;
}