/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*image Zoom*/
.img-hover-zoom .img-inner:before{
    content:"\e012";
    font-family: fl-icons;
    font-size: 6px;
    color:white;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index:1;
    visibility: hidden;
}
.img-hover-zoom .img-inner:hover:before{
    font-size: 20px;
    top:50%;
    visibility:visible;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 2px;
    border-radius:6px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
    transition: all .6s ease;
}
.img-hover-zoom .overlay{
	box-sizing: border-box;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	}
.img-hover-zoom:hover .overlay{
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	transition: all .6s ease;
}
/** Custom Menu **/
#top-bar .flex-row.container .flex-col.hide-for-medium.flex-right{    
	background: linear-gradient(248deg, #2ab574b0 0%, #283891b0 100%);
    height: 40px;
    padding: 0 22px 0 8px;
    border-bottom-left-radius: 10em;
    border-left: 0.5px solid white;
    position: relative;
    width: 70%;
    border-bottom: 0.5px solid white;}
#top-bar .flex-row.container .flex-col.hide-for-medium.flex-right:after{
    content: '';
    position: absolute;
    bottom: -0.5px;
    right: 0;
    left: 100%;
    width: 100%;
    background: #2ab574b0;
    height: 40.05px;
    border-bottom: 0.5px solid white;}
@media screen and (min-width: 850px){
.header-inner.flex-row.container.logo-left{
    border-bottom: 1px solid;
}
.transparent .header-inner.flex-row.container.logo-left {
    border-bottom: 1px solid white;
}
}
@media only screen and (max-width: 849px){
#top-bar {
    display: none;
}}
@media only screen and (max-width: 549px){
.header-button>a>span {
    display: unset !important;
}}
#top-bar .nav.nav-left {
    border-bottom: 1px solid;
}
.sidebar-menu>ul:before {
    content: url(https://grandsunlakevanquan.net/wp-content/uploads/2022/07/logo-grand-sunlake-van-quan.png);
    margin-left: -10px;
    transform: scale(0.30);
    margin-top: -175px;
    margin-bottom: -150px;
}
.nav.nav-vertical li:nth-child(1) {
    border-top: 1px solid;
}
.sidebar-menu.no-scrollbar{
    background-color: rgb(0 38 58);
}
.sidebar-menu.no-scrollbar>ul>li>a{
    /*color:#283a50*/ 
}
.sidebar-menu.no-scrollbar>ul>li>a:hover{
    color:#dca869  
}
.nav-icon.has-icon .header-button >a{
    border: 1px solid #ffffff;
    background: #dca86900;
}
.header-wrapper.stuck .nav-icon.has-icon .header-button >a {
    border: 1px solid #ffffff;
    background: #dca869;
}
@media screen and (max-width: 849px) {
#logo{
    position:absolute;
    border-bottom: 1px solid #ffffff;
}
.header-wrapper.stuck #logo{border-bottom:1px solid #dca869;}}
.header-wrapper.stuck{s-webkit-box-shadow: unset;
    box-shadow: unset;}
@media screen and (min-width: 849px) {
.header-inner.flex-row.container.logo-left.medium-logo-center{
    border-bottom: 1px solid #ffffff;
}
.header-wrapper.stuck .header-inner.flex-row.container.logo-left.medium-logo-center {border-bottom:1px solid #dca869 ;}}
@media screen and (max-width: 549px) {
.header-button>a>span{
    display: unset !important;
}
}
/*End Custom menu*/
/*my custom slide*/
.my-custom-slider .flickity-slider>div:not(.col){
    width: 50% !important;
    }
.my-custom-slider .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.my-custom-slider .flickity-slider>.row:not(.is-selected) .icon-box {
    opacity: .39;
}
@media only screen and (max-width:849px){
.my-custom-slider .flickity-slider>div:not(.col){
    width: 60% !important;
    }
/*adjust previous & next button slide*/
.my-custom-slider .flickity-button.flickity-prev-next-button.previous>svg{
        left: 0%;
}
.my-custom-slider .flickity-button.flickity-prev-next-button.next>svg{
        left: 100%;
}
}
@media only screen and (max-width:549px){
.my-custom-slider .flickity-slider>div:not(.col){
    width: 95% !important;
    }
}
/*end my custom slide*/
/*my custom slide 1*/
.my-custom-slider-1 .flickity-slider>div:not(.col){
    width: 35% !important;
    }
.my-custom-slider-1 .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.my-custom-slider-1 .flickity-slider>.row:not(.is-selected) .icon-box {
    opacity: .39;
}
@media only screen and (max-width:849px){
.my-custom-slider-1 .flickity-slider>div:not(.col){
    width: 45% !important;
    }
/*adjust previous & next button slide*/
.my-custom-slider-1 .flickity-button.flickity-prev-next-button.previous>svg{
        left: 0%;
}
.my-custom-slider-1 .flickity-button.flickity-prev-next-button.next>svg{
        left: 100%;
}
}
@media only screen and (max-width:549px){
.my-custom-slider-1 .flickity-slider>div:not(.col){
    width: 88% !important;
    }
}
/*end my custom slide 1*/
/*my custom slide 2*/
.my-custom-slider-2 .flickity-slider>div:not(.col){
    width: 90% !important;
    }
.my-custom-slider-2 .flickity-slider>.row:not(.is-selected) {
    opacity: .5;
}
.my-custom-slider-2 .flickity-slider>.row:not(.is-selected) .icon-box {
    opacity: .39;
}
@media only screen and (max-width:849px){
.my-custom-slider-2 .flickity-slider>div:not(.col){
    width: 80% !important;
    }
/*adjust previous & next button slide*/
.my-custom-slider-2 .flickity-button.flickity-prev-next-button.previous>svg{
        left: 0%;
}
.my-custom-slider-2 .flickity-button.flickity-prev-next-button.next>svg{
        left: 100%;
}
}
@media only screen and (max-width:549px){
.my-custom-slider-2 .flickity-slider>div:not(.col){
    width: 88% !important;
    }
}

/*end my custom slide 2*/
/*icon slide 1st*/
.my-custom-slider .icon svg {visibility:hidden	
}/*ẩn icon box*/
.custom-icon-1st .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06c";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-2nd .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f554";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-3rd .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2e7";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-4th .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5c4";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-5th .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f77c";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-6th .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\e139";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-7th .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f52b";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
/*icon hover*/
.my-custom-slider .icon .icon-inner:hover::before{
    color:white;
    border: #004f62;
    background-color:#004f62;
}
.my-custom-slider-1 .icon .icon-inner:hover::before{
    color: #38754a;
    border: #ffffff;
    background-color: #ffffff;
}
.my-custom-slider-2 .icon .icon-inner:hover::before{
    color:white;
    border: #0d472f;
    background-color:#0d472f;
}
/*icon slide my-custom-slider-1*/
.my-custom-slider-1 .icon svg {visibility:hidden	
}/*ẩn icon box*/
.custom-icon-t11 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f500";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t12 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f807";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t13 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f568";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t14 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1bb";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t15 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4b8";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t16 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t17 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f44b";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t18 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f54f";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
/*icon slide my-custom-slider-2*/
.my-custom-slider-2 .icon svg {visibility:hidden	
}/*ẩn icon box*/
.custom-icon-t1 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5b0";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t2 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1b9";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
.custom-icon-t3 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f21c";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
/*icon jacuzzi*/
.custom-icon-t4 .icon .icon-inner::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f593";
    position: absolute;
    font-size: 26pt;
    border: 2px solid;
    border-radius: 99px;
    width: 100%;
    height: 84%;
}
/*End my custom slide*/
.wpcf7-spinner {
    display: none!important;
}
/*Form dang ky bao gia*/
.wpcf7 p>span>input {
    /* border-radius: 5px; */
    border: 0 solid;
    /* border: transparent; */
    border-bottom: 1px solid #38754a;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 2%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 2%);
}
.wpcf7 input::placeholder{
	color: #38754a;
}
.wpcf7 textarea::placeholder{
	color: #38754a;
}
@media screen and (max-width: 549px) {
.flex-on-mobile #form-left {
    width: 100%;
}
 
.flex-on-mobile #form-right {
    width: 100%;
}
}
.row-form-tong-quan{margin-bottom:30px}
.form-tong-quan #icon-form{
  color: #38754a;
}
.submit-btn-custom{
	background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
    border: 1px solid!important;
    border-radius:5px!important;
}
.form-tong-quan {
    border: 2px solid #38754a;
    padding: 25px 15px;
	background: url('https://themarq.vn/wp-content/uploads/2022/02/soc-background.png');
	background-repeat: repeat;
	border-radius: 5px;
	     -webkit-animation: backgroundrate 3s .2s infinite linear;
  -moz-animation: backgroundrate 3s .2s infinite linear;
  animation: backgroundrate 3s .2s infinite linear;
}


@-webkit-keyframes backgroundrate {
  0% {
    background-position: -120px
  }
   
  100% {
    background-position: 0px
  }
}

@keyframes backgroundrate {
  0% {
    background-position: -120px
  }
   
  100% {
    background-position: 0px
  }
}


.form-tong-quan h3{
	font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 20px;
    color: #8d230f;
    text-align: center;
}

.form-tong-quan span{
	font-weight: 300;
}

.form-tong-quan p>span>input{
background-color: #f3fbff;
    border-radius: 5px;
    border: 0 solid;
    border-bottom: 2px solid #38754a!important;
}

.form-tong-quan input::placeholder{
	color: #38754a;
}
.form-tong-quan .flex-col.flex-grow {
    padding: 30px 5px;
}
.ml-half{
margin-left: unset!important;
}
@media only screen and (max-width:849px){
.form-tong-quan .flex-col.flex-grow {
    padding: 10px 0px;
}
.medium-flex-wrap .flex-col {
    width: -webkit-fill-available;
}
.medium-flex-wrap .ml-half {
	margin-left:unset;
}
}
/*end form dang ky bao gia*/
/*-- Chèn icons lên Form --*/
.wpcf7 p{ position: relative; }
#icon-form{
  position: absolute;
  color: #38754a;
  z-index: 100;
  font-size: 18px;
  top: 8px;
  left: 10px;
}
.contact-input{padding-left:40px!important;}
/*Form Notice index*/
.wpcf7-response-output {
    z-index:100;
}
/*CSS gradient col*/
.column-gradient {
    background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
}
/*CSS gradient Title*/
.title-gradient span{background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-weight: bolder!important;}
.title-gradient i{background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-weight: bolder!important;}
.text-gradient {background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-weight: bolder!important;}
/*************** ADD CUSTOM CSS HERE.   ***************/
.submit-button-custom{
    width:100%;
}
.custom-book-form .custom-btn{margin-top:-20px}
/*wave animation*/
.waveWrapper1 {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    z-index:auto;
    height:120px
}
.waveWrapper1 .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #0b535f 0%, #37849f00 100%);
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index:-1;
	height:600px;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, rgba(0, 61, 82, 0.39) 20%, rgba(55, 132, 159, 0.076) 80%);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
@media screen and (max-width: 549px) {
/*adjust wave animation on mobile*/
.waveWrapper1 {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index:auto;
    height:66px
}
.waveWrapper {
	height:500px;
}
.waveTop {
	background-size: 50% 50px;
}
.waveMiddle {
    background-size: 50% 60px;
}
.waveBottom {
    background-size: 50% 50px;
}
}
/*CSS-Comment - tac gia: le van toan*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
	text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
	margin: 30px 0;
	font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
	float: left;
	clear: both;
	z-index: 2;
	position: relative;
	text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
	margin-bottom: 10px;
}
.commentlist .children {
	margin-top: 10px;
}
.commentBody em {
	color: red;
}
.commentBody {
	position: relative;
	margin-left: 35px;
	overflow: hidden;
}
.comment-meta.commentmetadata {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
	border-color: #D98D8D;
	background-color: #FFCECE;
	background-position: left -792px;
	color: #665252;
	padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
	position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
	opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
	margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
	margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
	display: none;
}
.tools_comment a:last-child{
	padding: 0;
	margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
	cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
	color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
	width: 100%;
	background: transparent;
	outline: none;
	font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
	border-color: #337ab7;
}
#formcmmaxweb p{
	margin-bottom: 10px;
	text-align: center;
}
#formcmmaxweb #commentform p{	
	overflow: hidden;
}
#formcmmaxweb .name-email p{
	width: 50%;
	float: left;
}
#formcmmaxweb .name-email p:first-child{
	padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
	padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
	background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/
/*** CSS slide latest post widget ***/
.widget-area .flickity-prev-next-button {
    color: #003d52;
}
.widget-area .flickity-button.flickity-prev-next-button {
    margin-top: 0;
    top: -60px;
    bottom: 100%;
    right: 1px;
}
.widget-area .flickity-button.flickity-prev-next-button.previous {
    left: unset !important;
    right: 38px !important;
}
.widget-area .post-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.widget-area .post-item .col-inner {
    border-radius:9px;
}
.widget-area .post-item h5.post-title {
font-weight:100;
font-size:11pt;}
@media only screen and (max-width: 849px){
.widget-area .post-item .box-image {
    width: 40% !important;
    display: inline-block;
}
.widget-area .post-item .box-text {
    width: 60%;
    display: inline-block !Important;
    padding-top: 10px !Important;
}
.widget-area .post-item h5.post-title {
font-weight:100;
font-size:11pt;}
.blog-archive .from_the_blog_excerpt {   
text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.blog-archive .post-title{text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.widget-area .post-title{text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
}
@media only screen and (max-width: 549px){
.widget-area .post-item .box-image {
    width: 30% !important;
}
.widget-area .post-item .box-text {
    width: calc(70% - 6px) !Important;
    padding-top: 10px !Important;
}
.widget-area .post-item h5.post-title {
	font-weight:500;
	font-size:12pt;
}
.widget-area .box-blog-post{
	margin-bottom:-7px;
}
.flickity-prev-next-button{
    display:inline!important}
}

/*** Social icons Share Sticky ***/
#post-news-share-icons .social-icons{width:50px;}
/*Change Color & hover*/
#post-news-share-icons a.icon.circle {
    border-color: #c72528;
    color: #c72528;
}
/*Hide KK star in video iframe*/
.video.video-fit.mb .kk-star-ratings
{display: none!important;}
/*CSS chỉnh meta text footer*/
.entry-meta.text-left a{
  line-height: 32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;}
.entry-meta.text-left a:hover{
    background: #0f7a9a;
    color: #fff;}
.entry-meta.text-left .tag-danh-muc{border-radius: 4px;
    background: #0f7a9a; 
    padding: 4px 10px;
    color: #fff;
    margin-right: 5px;} 
/* CSS excerp post */
.show-excerp-news p:before{
    color: #38754a;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
    }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}