﻿@charset "UTF-8";
*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}
body{
    font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 15px;
    color: #333;
    background:#fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a{color:#000}
a:hover{color:#008641;text-decoration:none}
h1, h2{
    font-weight:600;
}
h1{
    text-transform:uppercase;
}
.cWhite{
    color: #fff !important;
}
.cBlack{
    color: #000;
}
.cBlue{
    color: #00aef0;
}
.align-center{
    text-align: center;
}
.no-padding{
    padding: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.full-width{
    width: 100%;
    float: left;
}
/**** CSS HEADER *****/
.header-support{
    background: #eee !important;
    height: 35px;
    line-height: 35px;
    float: left;
    width: 100%;
    position: relative;
    color:#000 !important;
}
.header-support p{
    font-size: 13px;
    color: #333;
    margin: 0;
}
.header-support p a{
    font-size: 13px;
    color: #000;
    margin: 0;
}
    .header-support p a:hover {
        font-size: 13px;
        color:#008641;
    }
.header-support p img{
    margin-top: -3px;
    margin-right: 5px;
}
.header-support p span{
    font-weight: bold;
    color: #00aef0;
}
.contact-support{
    text-align:right;
}
.contact-support > div{
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.contact-support div:first-child{
    margin-right: 45px;
}
.contact-support div:first-child img{
    margin-top: -2px;
}
.contact-support div:last-child{
    margin-right: 0;
    margin-left: 33px;
}
.header-slogan{
    background: #fff;
    height:100px;
    float: left;
    width: 100%;
    position: relative;
    padding:10px 0px;
}
.social{
    text-align: right;
}
.promotion-banner{
    margin-bottom: 10px;
}
.promotion-banner img{
    width:100%;height:auto;
}
/*menu mobile*/
nav#menu{background: #005826;z-index:99999}
nav#menu ul li a, .mm-title{font-size:15px; color:#fff; text-transform:uppercase}
.mm-title{font-size:20px; color:#fff !important}
nav#menu ul li a:hover{background:#008641}
.menu-l{width:auto; display:inline-block}
nav:not(.mm-menu){display:none}
/*menu mobile*/
.fixed-on-menu{position:fixed;left:0;top:0px;z-index:99999;box-shadow:0 10px 30px rgba(0,0,0,.3);}
ul.mainmenu{
    margin: 0;
    padding: 0;
    position: relative;
}
.mainmenu li{
    list-style: none;
    float: left;
    width: auto;
}
.mainmenu li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 13px 15px;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    position: relative;
    z-index: 99;
    font-size:14px;
}
.mainmenu li a.active,.mainmenu li a:hover{
    color:#00dd76 !important;
    transition: all 0.4s ease 0s;
}
.box-seach{
    float: right;
    padding-right: 15px;
    padding-top: 12px;
}
.mainmenu > li > div {
    background: #fff;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0px 10px 13px;
    position: absolute;
    top: 36px;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.mainmenu > li.dropdown_normal, .mainmenu > li.dropdown_twocolumn{
    position: relative;
}
.mainmenu > li.dropdown_normal > div{
    width: 250px;
}
.mainmenu > li.dropdown_twocolumn > div {
    width: 380px;
}

.mainmenu > li:hover > div {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
.mainmenu hr{border-top: 1px thin #999; margin-top:10px;margin-bottom:10px;padding:0}
.menu-sub{
    padding: 0;
    margin: 0;
}
.menu-sub li { 
    display:block;
    float:left;
    width:100%;
    line-height: 1em;
    margin-left:5px;
    padding: 7px 0;
}
.menu-sub li:hover{
    background: none;
}
.mainmenu li ul.menu-sub a { 
    color: #0177d7;
    font-size:14px;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    text-transform: none;
}
.mainmenu > li > div a:hover{
    background: none;
    color: #000 !important;
}
.mainmenu li ul.menu-sub li a:hover, .box-new-menu p a:hover {
    color:#000 !important;
}

.header-menu{
    background: #008641;
    float:left;
    width: 100%;
    position: relative;
}
.mainmenu-product{height:auto;color:#fff;cursor:pointer;box-shadow:0 0 4px 0 rgba(0,0,0,0.2);}
.mainmenu-product .line {
    float: left;
    padding: 14px 10px;
    position: relative;
    z-index: 12;
}
.mainmenu-product .line i {
    display: block;
    margin: 2px 0;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    width: 15px;
}
.mainmenu-product span{display:block;position:relative;z-index:11;padding:11px 0;font-weight:bold;font-size:12pt;}
.mainmenu-product span:after {
    content: '';
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 38px;
    position: relative;
    top: -2px;
}
.mainmenu-product:hover > div{display:block}
.menuMainProduct{clear:both;display:none;}
/*Menu product*/
.nav-home{top:-45px;}
.nav-cate{overflow:visible;clear:both;position:absolute;top:45px;left:14px;right:0;z-index:9999999999;height:0;}
.nav-cate ul{width:100%;min-height:365px;background:#fff;overflow:hidden;box-shadow:2px 0 4px 0 rgba(0,0,0,0.2);border-left:1px solid #ddd;margin:0 !important;padding:0 !important}
.nav-cate ul li{display:block;overflow:visible;margin:0 !important;margin-left:0px !important;padding:0 !important;cursor:pointer}
.nav-cate ul li h3{position:relative;display:block;color:#000;line-height:45px;padding:13px 15px;border-bottom:1px solid #eee !important;margin:0;font-size:14px}
.nav-cate ul li h3 a{display:block;font-size:11pt;color:#000;font-weight:400;font-family:'Roboto', sans-serif;}
.nav-cate ul li h3 a:hover,.nav-cate ul li h3 a:focus{color:#005826;text-decoration:none}
.nav-cate ul li h3 img{max-width:22px;float:left;margin-right:10px}
.nav-cate ul li:last-child h3{border-bottom:none}
.nav-cate ul li.dropdown{position:static;}
.nav-cate ul li.dropdown h3:before{content:'';width:0;height:0;border-left:5px solid #999;border-top:5px solid transparent;border-bottom:5px solid transparent;position:absolute;right:5px;top:17px}
.nav-cate ul li.dropdown h3:after{content:'';width:0;height:0;border-left:5px solid #999;border-top:5px solid transparent;border-bottom:5px solid transparent;position:absolute;right:5px;top:17px;border-width:4px;border-left-color:#fff;margin-right:1px;margin-top:10px}
.nav-cate ul li.dropdown:hover .subcate{display:block}
.nav-cate ul li .subcate{display:none;cursor:default;overflow:hidden;position:absolute;top:0px;left:100%;height:445px;background:#fff;padding:10px;box-shadow:0 2px 1px 0 rgba(0,0,0,0.25);width:310%}

.nav-cate ul li .subcate aside{width:30%;padding:10px 30px;float:left;overflow:hidden;cursor:default;}
.nav-cate ul li .subcate aside a{line-height:20px;display:block;text-transform:none;padding:2px 0 !important}
.nav-cate ul li .subcate aside a:hover,.nav-cate ul li .subcate aside a:focus{color:#005826;text-decoration:none}
.nav-cate ul li .subcate aside strong{border-bottom:solid 0px #ddd;display:block;height:25px;margin-bottom:5px;font-size:12px;line-height:20px;color:#666}
.nav-cate ul li .subcate aside strong a{font-size:12px;color:#333;font-weight:bold;display:inline-block;line-height:25px;text-transform:uppercase}
.mainmenu-other .nav-cate{display:none}
.mainmenu-other:hover .nav-cate{display:block}

.index-cart{float:left;width:calc(100% - 350px);text-align:center;position:relative;}
.index-cart .icon-cart{font-size:16px;color:#fff;line-height:43px;padding-left:0px;padding-top:15px}
.index-cart .count_item_pr{position:absolute;top:5px;right:35px;height:20px;min-width:20px;border-radius:50%;color:#333;background-color:#fdd835;text-align:center;line-height:20px}
.fix-top{position: fixed;z-index:9999;}
.lang-search{display:inline-block;float:right;right:0px;margin-top:-100px;position:relative;z-index:999;}
.mxh{float:left;padding-left:30px}
@media (max-width: 1024px){
.nav-cate ul{min-height:300px;overflow-y:scroll}
.nav-cate ul li .subcate{height:300px}
.index-cart{width:calc(100% - 280px)}
}
/*End  Menu product*/
.banner-cupthietke{
    padding: 50px 10% !important;
    background-clip: initial;
    background: rgba(34, 34, 34, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color:#fff;
    text-align:center;
    line-height:180%;
    font-size:18px;
}
.banner-cupthietke a{color:#fff}
.banner-product{text-align:center}
.banner-product h1{font-size:30pt !important;padding-top:220px}
.banner-product .description{font-size:14pt !important;padding-top:20px;padding-left:10%;padding-right:10%;color:#fff;padding-bottom:220px}

.why-us{padding-top:20px}
.why-us h3{font-size:18px}
.why-us p{text-align:justify}
.btn-mua{float:left;width:49%}
.btn-add{float:left;width:49%;padding-left:2%} 
.btn-booking-product{
    width: 100%;
    height: 45px;
    line-height:45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    background: #ff0000;
    border:0px;
    text-align:center;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn-booking-product:hover{
   background:#008641;
}
.btn-add-cart{
    width: 100%;
    height: 45px;
    line-height:45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    background: #008641;
    border:0px;
    text-align:center;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn-add-cart:hover{
   background:#289c67;
}
 
.content-news-detail{
    display:block;margin-top:0px;
    background:#fff !important;
    overflow:hidden;
    width:100%;
}
.content-news-detail h1{
    color: #008641 !important;
    margin-bottom: 15px;
    font-size:32px !important;
}
.content-news-detail h2{
    color: #000;
    font-size: 24px !important;
    margin-bottom: 15px;
}
.content-news-detail h3{
    font-size: 20px !important;
    color: #000;
    margin-bottom: 15px;
}

.img-small{padding-bottom:10px !important}
.index-cart{float:right;width:calc(100% - 250px);text-align:center;position:relative;padding-top:0px;margin-right:10px}
.index-cart .icon-cart{font-size:16px;color:#fff;line-height:43px;padding-left:0px;padding-top:5px;}
.index-cart .count_item_pr{position:absolute;top:0px;right:-15px;height:20px;min-width:20px;border-radius:50%;color:#333;background-color:#fef200;text-align:center;line-height:20px}
.box-search{display: none;}
.box-search-isActive .box-search{
    display: block;
}
.fix-top{position: fixed;z-index:9999;}
.language{width:135px;float:right;right:0;margin-top:50px;position:absolute;z-index:999;}
@media (max-width: 1024px){
.nav-cate ul{min-height:300px;overflow-y:scroll}
.nav-cate ul li .subcate{height:300px}
.index-cart{width:calc(100% - 280px)}
}

.right-product{width:100%;height:auto;color:#fff;text-align:center;cursor:pointer;box-shadow:0 0 4px 0 rgba(0,0,0,0.2);background:#008641;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.right-product span{display:block;position:relative;z-index:11;padding:8px 0;font-weight:bold;font-size:14px;}

.left-product{display:block;width:100%;height:40px;line-height:40px;color:#fff;text-align:center;cursor:pointer;box-shadow:0 0 4px 0 rgba(0,0,0,0.2);background:#008641;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.left-product h2{display:block;position:relative;padding:8px 0;font-weight:bold;font-size:14px;margin:0 !important; padding:0 !important}
.left-product h2 a{color:#fff !important;font-weight:bold;font-size:16px;text-transform:uppercase}
.left-product h2 a:hover{color:#000 !important;}

.box-product-right{width:100%;border:1px solid #d7d7d7;background:#fff !important;padding:10px 15px 0px 15px;overflow:hidden;text-align:justify}
.box-product-right ul {
    margin-left:0px !important;
    padding-left:0px !important;
    margin-bottom: 20px;
    list-style: none;
    border:none !important;
    border-bottom:none !important;
}
.box-product-right ul li{
    margin-bottom: 10px;
    padding-bottom:10px;
    list-style: none;
    border:none !important;
    border-bottom:1px solid #d7d7d7 !important;
}
.box-product-right ul li img{
    width:100%;height:auto;
}
.box-product-right ul li h3{
    margin-bottom: 10px;
    list-style: none;
    border:none !important;
    border-bottom:none !important;
    text-align:center;
    font-size:16px;
    color:red;
}
.box-product-right ul li h3:hover{
    color:#2957a4 !important;
}
.hotline_support {
    background: url(../images/hotline.png)no-repeat left center;
    padding-left: 75px;
    margin-bottom: 10px;
}
.hotline_support b a{
    font-size: 23px;
    color: #ff0000;
    font-weight:bold;
}
.box_support{
    padding:0px 0px 7px 0px;
    position:relative;
    line-height:30px;
    border-bottom:0px solid #d7d7d7;
}
.box_support img{width:auto !important;height:auto !important}
.box_support a{
    color:#ff0000;
    font-size:18px;
    font-weight:bold
}
.list-menu-left{
    padding:2px 0px 8px 0px;
    position:relative;
    line-height:30px;
    border-bottom:1px solid #eee;
}
.list-menu-left h3{
    margin:0 !important;padding:0 !important;
}
.list-menu-left h3 a{
    color:#000 !important;
    font-size:15px !important;
    font-weight:400;
}
.list-menu-left h3 a:hover{
    color:#008641 !important;
}

.global-overlay-mobile{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    height: 100%;
    z-index: 90;
    transition: all 0.3s ease 0.15s;
    display: none;
}
.global-overlay-mobile{
    z-index: 9999;
}
.global-overlay.active,.nav-is-active .global-overlay-mobile,
.search-is-active .global-overlay-mobile{
    display: block;
}
/**** END CSS HEADER *****/
#main{
    width: 100%;
    float: left;
    position: relative;
}
.wrapper{
    width: 100%;
    float: left;
}

.box-form-content{background:#fff;padding:30px 15px 0px 15px;margin-top:20px;overflow:hidden; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
.box-form-content-catalog{background:#fff;padding:30px 0px 0px 0px;margin-top:20px;overflow:hidden; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
.box-form-content h2, .box-form-content-catalog h2, .box-form-content-catalog h2 a{text-align:center;font-size:24px !important;font-weight:500 !important;text-transform:uppercase !important;color:#008641 !important;margin-top:0px !important;margin-bottom:25px !important}
.box-title{color:#000;font-size:22pt;font-family:'Roboto-Medium';border-bottom:2px solid #ffd54e;margin-top:20px}

.hot-bg {
    margin-top:20px;
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #ea080f;
}

.hot-title {
    background-color: #ea080f;
    text-align: left;
    padding: 7px 10px;
    position: relative;
    color:#fff;
    font-weight:bold;
    font-size:24px;
    text-align:center;
}
.hot-product{display:block;clear:both; padding:0;}
.banner-hot-home{padding:20px 0px 0px 0px}

/*gio hang*/
.qty-and-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}/*!sc*/
.add-to-cart .btn{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:190px;width:100%;max-width:300px;height:48px;font-size:15px;line-height:24px;font-weight:500;text-transform:capitalize;border:none;border-radius:4px;outline:none;}/*!sc*/
.add-to-cart .btn:hover{opacity:0.8;}/*!sc*/
.add-to-cart .btn span{margin-right:8px;}/*!sc*/
.add-to-cart .btn.btn-add-to-cart{color:#ffffff;background-color:#ff3945;}/*!sc*/
.add-to-cart .btn.btn-add-to-cart.virtual-payment{min-width:220px;margin-bottom:16px;}/*!sc*/
.add-to-cart .btn.btn-add-to-cart.installment-payment{border:1px solid #0d5cb6;font-size:15px;line-height:1.6;color:#0d5cb6;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-transform:unset;background:white;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:12px;}/*!sc*/
.add-to-cart .btn.btn-add-to-cart.installment-payment > span{font-size:11px;line-height:1.45;}/*!sc*/
.add-to-cart .btn.btn-flower-gift{border:1px solid #0d5cb6;font-size:15px;line-height:1.6;color:#0d5cb6;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-transform:unset;background:white;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:12px;}/*!sc*/
.add-to-cart .btn.btn-flower-gift > span{font-size:11px;line-height:1.45;}/*!sc*/
.add-to-cart .btn.btn-yellow-style{margin-top:10px;color:#242424;background-color:#fdd835;}/*!sc*/
.add-to-cart .btn.btn-buy-now{width:190px;margin-right:20px;color:#ffffff;background-color:#ff3945;}/*!sc*/
.add-to-cart .btn-add-favorite{cursor:pointer;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:40px;padding:0;color:#858585;font-size:24px;background-color:transparent;border:none;outline:none;}/*!sc*/
.add-to-cart .btn-add-favorite:hover{color:#f27871;}/*!sc*/
.add-to-cart .btn-add-favorite:hover .tooltip{display:block;}/*!sc*/
.add-to-cart .btn-add-favorite .icomoon-heart{margin-left:-1px;color:#f27871;font-size:28px;}/*!sc*/
.add-to-cart .btn-add-favorite .tooltip{position:absolute;bottom:0;left:50%;display:none;margin:0;padding:8px 10px;-webkit-transform:translateX(-50%) translateY(100%);-ms-transform:translateX(-50%) translateY(100%);transform:translateX(-50%) translateY(100%);color:#ffffff;font-size:13px;white-space:nowrap;background-color:rgba(0,0,0,0.7);border-radius:4px;}/*!sc*/
.add-to-cart .btn-add-favorite .tooltip::before{content:'';position:absolute;top:-12px;left:50%;width:0;height:0;margin-left:-6px;border:6px solid transparent;border-bottom:6px solid rgba(0,0,0,0.7);}/*!sc*/
data-styled.g269[id="indexstyle__ProductContent-sc-qd1z2k-2"]{content:"hnvYGq,"}/*!sc*/

.gaMzKH .label{font-size:15px;line-height:1.6;color:#333;font-weight:normal}/*!sc*/
.gaMzKH .disable{pointer-events:none !important;}/*!sc*/
.gaMzKH .disable > img{opacity:0.4;}/*!sc*/
.gaMzKH .group-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;}/*!sc*/
.gaMzKH .group-input button,.gaMzKH .group-input input{height:35px;color:#242424;font-size:15px;text-align:center;outline:none;-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}/*!sc*/
.gaMzKH .group-input button{cursor:pointer;width:35px;background-color:#ffffff;border:1px solid #ececec;}/*!sc*/
.gaMzKH .group-input button:hover{background-color:#ececec;}/*!sc*/
.gaMzKH .group-input button:first-child{border-right:none;border-radius:4px 0 0 4px;padding:4px 4px;}/*!sc*/
.gaMzKH .group-input button:last-child{border-left:none;border-radius:0 4px 4px 0;padding:4px 4px;}/*!sc*/
.gaMzKH .group-input input{width:50px;border:1px solid #ececec;text-align:center;margin-left:0px !important;padding-left:0px !important}/*!sc*/
.gaMzKH .group-input input:focus{border-color:#66afed;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);}/*!sc*/
data-styled.g318[id="QualityInput__Wrapper-sc-15mlmyf-0"]{content:"gaMzKH,"}/*!sc*/

.bg-blue{
    background: #0283d3;
}
.bg-banner{
    background:url('../Images/bg/bg.jpg');
}
.bg-white-gray{
    background: #eee;
}
.bg-white{
    background: #fff;
}
.bg-gray{
    background: #e6e6e6;
}
.text-search-home{text-align:center;padding-bottom:40px}
.text-search-home h2{color:#fff}
.text-search-home h3{color:#fff;font-weight:300}

.logo{
    float:left;width:23%;padding-top:10px;
}
.name-company{display:block}
.name-company .name{padding-top:5px;color:#fff;font-size:15px;font-weight:normal}
.name-company .name h1{color:#fff;font-size:15px;font-weight:normal;margin:0px !important;padding:0px !important;padding-top:2px !important;}
.name-company .search{padding-top:5px}

.box-hotline{float:left;padding-top:10px}
.hotline {
    background: url(../images/icon/phone.png)no-repeat left center;
    padding-left: 40px;
    line-height: 25px;
}
.hotline-text{color:#fc0327 !important;font-size:18px !important;font-weight:bold}
.call{color:#666;font-size:14px}
.search-white{background:#fff;border:1px solid #008641;height:40px;padding:5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.txt-search{border:none}
.txt-search .txt{width:100%;line-height:40px;color:#999;border:none;background:#fff;border-collapse:separate;outline:none;-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}

.btn-search{
    background:#008641 url('/Images/btn-search.png');
    background-repeat:no-repeat;
    height:40px;
    font-size:16pt;
    font-weight:bold;
    border-top-right-radius: 5px;border-bottom-right-radius: 5px;
    width:100%;
    border:none;
}

/*Product*/
.danhmucsp{display:block;margin-bottom:10px;}
.danhmucsp .title{display:block;border-bottom:2px solid #0177d7;overflow:hidden}
.danhmucsp .title h2{font-size:20px;margin:0;padding:0}
.danhmucsp .title h2 a{height:45px !important;line-height:45px !important;background:#0177d7;padding:20px;color:#FFF;text-decoration:none;}
.danhmucsp .title h2 a:hover{text-decoration:none;color:#037fbf}
.danhmucsp .des{display:block;clear:both;padding-top:10px}
.tit-product{
    font-size: 32px;
    color: #329804;
    margin: 0;
    margin: 30px 0;
    text-transform: uppercase;
    text-align: center;
}
.tit-product:after {
    background: url(../images/icon/line.png) center center no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-size: contain;
    margin-top: 5px;
}
/***** CSS HOMEPAGE*********/

select{
    width: 100%;
    margin-bottom: 5px;
    padding: 0px 15px;
    font-family: 'Arial',sans-serif;
    color: #333;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background: #fff url(../images/select_arrow.png) no-repeat right center;
    text-indent: 0.01px;
    text-overflow: "";
    outline: none !important;
}
select:focus{
    outline: none;
}
.select{
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 5px;
    font-family: 'Arial',sans-serif;
    color: #666 !important;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
    outline: none !important;
}
.center-support{
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 7px;
}
.center-support h3{
    margin-top: 0;
    margin-bottom: 10px;
}
.center-support p{
    margin-bottom: 6px;
    font-weight: bold;
}
.center-support p strong,.center-support p b{
    font-weight: 500;
}
.center-support p img{
    margin-top: -3px;
    margin-right: 5px;
}
.slidehome .slick-arrow,.silde-promotion .slick-arrow,
.slide-testimonial-tour .slick-arrow{
    display: block !important;
}
.silde-Active .slick-arrow{
    display: none !important;
}
.slick-dots{
    display: block;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 15px;
    text-align: center;
    height: 9px;
}
.slide-testimonial-tour .slick-dots{
    bottom: 0;
}
.slick-dots li{
    height: 9px;
    width: 9px;
    background: url('../images/icon_list.png');
    text-indent: -9999px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li.slick-active{
    background-position-y: -9px;
}
.title-trikethrough {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    margin:0px 0 20px;
}
.wraper-title {
    padding: 0 15px; 
    display: inline-block;
}
.wraper-title h2,.wraper-title h1{
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase;
}
.wraper-title h2{
    margin-top:20px;
    margin-bottom:10px;
    font-size: 24px;
    color: #008641;
    font-weight: 600;
}
.wraper-title h3{
    margin-top:20px;
    margin-bottom:10px;
    font-size: 20px;
    color: #008641;
    font-weight: 600;
}
h2.trikethrough{
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    background: url('../images/icon/line3.png') repeat-x;
    height: 12px;
    padding-bottom:30px;
}
h2.trikethrough span {
    margin:0 !important;
    padding: 5px 25px 0px 25px;
    background:#fff;
}
.box-gray{background:#eee;padding:10px 20px 20px 20px;overflow:hidden}
.percent-promotion {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 40px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: url('../images/icon/icon-promotion.png');
    text-align: center;
}
.remark {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background:#ea080f;
    padding:5px 7px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
}
.view-all {
    display: block;
    width: 300px;
    margin: 0px auto;
    color: #008641 !important;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    background:none;
    border: 1px solid #008641;
    font-weight:normal;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    margin-bottom:30px;
}

.view-all:hover {
    color: #fff !important;
    text-decoration: none;
    background:#008641;
}
.news-description{
   height:180px;
   overflow:hidden;
}
.news-description p{
    color: #000;
    margin-bottom: 0;
}
.news-description h4{
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 7px 0;
}
.news-description h4 a{
    color: #005826;
}
.news-publish{
    color: #999;
    font-size: 12px;
    margin-bottom: 6px;
}
.news-feature img{
    width:270px;
    height:170px;
}
.news-feature hr{
    border-top: 1px dashed #999;
    width: 100%;
    margin: 24px 0;
}
.fulll-video iframe{
    width: 100%;
    height: 334px;
}
.fulll-video h4{
    color: #005826;
    font-weight: 500;
    font-size: 18px;
}
.list-videos{
    float: left;
    width: 100%;
    margin-top: 31px;
}
.thumbnail-video{
    position: relative;
}
.overlay-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
    display: none;
}
.icon-video{
    position: absolute;
    width: 28px;
    height: 20px;
    background: url('../images/icon_video.png');
    transition: all 0.4s ease 0s;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: none;
}
.thumbnail-video a:hover .overlay-video,.thumbnail-video a:hover .icon-video{
    display: block;
}
.gallery-home{
    background: #0274bb;
    padding: 30px 0 50px 0;
}
.box-gallery{
    background: #fff;
    padding: 10px;
}
.box-gallery p{
    color: #333;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    height:40px;overflow:hidden;
}

.line-gallery{
    height: 1px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 43px;
}
.gallery-home h2{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
}
.whyus{
    display:block;
    background:#eee;
    padding:20px;
    border-radius:5px;
}
.whyus h3{
    margin:0 !important;padding:0 !important;
    color:#008641;
}
.whyus ul li{
    padding-top:15px !important;
}
.bg-why{background-color:#f5f5f5 !important;border-radius:4px;box-shadow:0 0 3px 0 rgba(0,0,0,0.2);padding:15px 10px;overflow:hidden;}
.bg-why img{max-width:40px;float:left;margin-right:10px}
.bg-why h3{font-size:14px !important;font-weight:500;margin:0;padding-top:5px}
.bg-why .section_policy_title{font-size:11px;color:#000;}
.bg-why .section_policy_title a{color:#000}

.newsletter-footer{background:#008641;margin-top:20px}
.mail-letter{float:left;width:50%;padding:45px 10px}
.txtemail {float:left;width:75%;height:50px;line-height:50px;padding-left:30px;color:#333;border:none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.btn-mail {float:left;width:25%;display:inline-block;border:none;background:#005826;height:50px;line-height:50px;text-align:center;color:#fff;font-weight:600;cursor:pointer;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.btn-mail:hover {border:none;background:#30ac75;color:#fff;cursor:pointer}
.title-block {
    float:left;width:50%;
    padding:40px 10px;
}
.news-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
}
.news-icon span{display:block;width:32px;margin-top:10px;margin-left:13px;text-align:center;background:url('../Images/icon/icon_email.png') no-repeat;}
.title-text {
    display: inline-block;
    vertical-align: middle;
    margin-left:15px;
    color:#fff;
}
.title-x {
    font-size:24px;
    color:#fff;
    text-transform:uppercase;
}


.footer{background:#f5f5f5 url('/Images/bg/bg_cup.jpg') center center;padding:20px 0px;border-top:0px solid #036ac0;color:#fff !important;}
.footer a{color:#fff !important;}
.footer a:hover{color:#008641 !important;}
.footer h3{color:#fff !important;margin:0;padding-bottom:10px;font-size:18px;text-transform:uppercase}
.footer-logo,.block-footer{float:left}
.footer-logo p{font-size:12px;color:#fff;font-weight:300;margin-top:10px}
.block-footer{display:block;padding-top:15px}
.block-footer P{height:25px;overflow:hidden;padding-top:5px}
.block-footer ul{padding:0 !important;margin:0 !important}
.block-footer ul li{padding-top:5px;margin:0 !important;list-style:none}
.block-footer ul li a{color:#fff !important}
.block-footer ul li a:hover{color:#008641 !important;text-decoration:none}
.contact-footer{padding-left:0px}
.logo-footer{padding-top:35px}
.copyright{padding-top:10px;text-align:center;font-size:15px}

.address-footer{background:url('../images/icon/icon_sprite1.png') no-repeat 0 0px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.tel-footer{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -30px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.hotline-footer{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -140px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.email-footer{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -90px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.email-footer a, .web-footer a{color:#333}
.web-footer{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -116px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}

.wrapper-breadcrumb{
    background:#f5f5f5;
    padding: 10px 0 10px;
    border-bottom: 0px solid #eee;
    float: left;
    width: 100%;
    color: #333;
    font-size:14px;
}
.wrapper-breadcrumb a, .wrapper-breadcrumb-fullpage a{
    color: #333;
    font-size:14px;
}
.wrapper-breadcrumb a:hover, .wrapper-breadcrumb-fullpage a:hover{
    color: #008641;
}
.wrapper-main-content{
    padding-top:20px;
    padding-bottom: 10px;
}
.wrapper-main-content-detail{
    padding-top:0px;
    padding-bottom: 50px;
}
.wrapper-main-content h1{
    color: #008641;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size:30px;
    line-height:130%;
    text-transform:uppercase;
    font-weight:600;
}
.wrapper-main-content h2{
    font-size: 22px;
    margin: 20px 0 10px;
    line-height:140%;
    font-weight:bold;
    text-transform:none;
    color:#000;
}
.wrapper-main-content h3{
    font-size: 18px;
    font-weight:bold;
    margin: 20px 0 10px;
    line-height:140%;
    color:#333;
}
.wrapper-main-content h4{
    font-size: 16px;
    font-weight:bold;
    margin: 20px 0 10px;
    line-height:140%;
    color:#333;
}
.wrapper-main-content p{
    margin:0;
    padding:5px 0px;
}
.wrapper-main-content a{
    font-weight:600;
}
.wrapper-main-content ul{margin-left:35px;padding:0px}
.wrapper-main-content ul li{margin:0px;list-style-type:disc;padding:0px}

.banner_big,.banner_list{
    margin-bottom: 30px;
}
.sidebar-right{
    background: #fff !important;
    float: left;
    width: 100%;
    padding-top:20px;
}

.block-sidebar{
    padding: 0px 0;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}
.block-sidebar-service{
    margin: 10px 0;
    border-bottom: 0px solid #dcdcdc;
    float: left;
    width: 100%;
    position:relative;
    background:#f5f5f5 !important;
    padding-bottom:10px;
}
.block-sidebar a{
    color:#333;font-weight:normal;
}
.block-sidebar a:hover{
    color:#008641;font-weight:normal;
}
.title-block-sidebar{
    background:#008641;
    padding:10px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-transform:uppercase;
}
.title-block-sidebar-service{
    border-left: 8px solid #008641;
    margin-top:15px;
    font-weight: bold;
    font-size: 18px;
    color: #008641;
    background:#f5f5f5;
    padding-left: 12px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.content-block-sidebar{
    padding: 0 20px;
}
.content-block-sidebar ul{
    margin: 0;
    padding: 0;
}
.content-block-sidebar ul li{
    margin-bottom: 5px;
}
.content-block-sidebar ul li h3{
    margin:0px;
    padding:0px;
    font-weight:normal;
}
.content-block-sidebar ul li h3 a{
    color: #333;
    font-size:10pt !important;
    line-height:1;
}
.content-block-sidebar .box-testimonial{
    margin-bottom: 20px;
}
.content-block-sidebar .box-testimonial img{
    width: 130px;
    height: 130px;
}
.content-block-sidebar .box-testimonial p{
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
}
.content-block-sidebar .author-testimonial{
    border-color: #ccc;
    color: #333;
    font-weight: 500;
    font-size: 13px;
}

.testimonial-sidebar {
    margin-top: 30px;
}
.testimonial-sidebar .slick-slide img{
    display: inline-block;
}
.testimonial-sidebar .slick-arrow{
    display: none !important;
}
.testimonial-sidebar .slick-dots{
    bottom: 0;
}
.testimonial-sidebar .slick-dots li{
    background: url('../images/icon_list_s.png');
    height: 8px;
    width: 8px;
}
.testimonial-sidebar .slick-dots li.slick-active{
    background-position-y: -8px;
}
.box-new-sidebar-service{
     border-bottom: 1px solid #ddd;
    padding:5px 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 1px 2px 5px #efefef;
    -webkit-box-shadow: 1px 2px 5px #efefef;
    -moz-box-shadow: 1px 2px 5px #efefef;
}
.box-new-sidebar{
     border-bottom: 1px solid #eee;
     padding-bottom:5px;
     padding-top:5px;
}
.box-new-sidebar a, .box-new-sidebar-service a{
     color:#333 !important;
     font-size:14px;
     font-weight:400;
}
.box-new-sidebar a:hover, .box-new-sidebar-service a:hover{
     color:#008641 !important;
}

.box-product-sidebar{
    background: #fff;
    margin: 5px 0 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.box-product-sidebar img{
     float: left;
    width: 50%;
    height:100px;
    padding-right: 10px;
}
.box-product-sidebar a{
    color: #333;
}
.box-product-sidebar a{
    text-decoration:none;
    color:#005826;
}
.box-product-sidebar p{
    float: left;
    width: 50%;
    margin-bottom: 0;
    font-size: 16px !important;
    color: #333;
    line-height:120%;
    text-align:left;
}
.box-product-sidebar p:hover{
   color:#005826;
}
.content-block-sidebar p{
    font-size: 12px;
}
.content-block-sidebar input{
    background: #fff;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc;
}
.content-block-sidebar select{
    color: #666;
    height: 30px;
    padding: 0 12px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.content-block-sidebar textarea{
    color: #666;
    padding: 12px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    height: 125px;
}
.content-block-sidebar input::-webkit-input-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder{
    color: #666;
}
.content-block-sidebar  input::-moz-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder {
    color: #666;
}
.content-block-sidebar  input:-ms-input-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder {
    color: #666;
}
.content-block-sidebar input:-moz-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder {
    color: #666;
}
.content-block-sidebar .btn-submit{
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar-right .block-sidebar:last-child{
    border-bottom: none;
}
h1.cBlack{
    color: #000;
}
.fixed-on{
    position: fixed;
    top: 30px;
    max-width: 270px;
    background: #fff;
    z-index:99;
    margin-bottom:300px;
}
.fixed-bottom{
    position: fixed;
    top: 30px;
    max-width: 270px;
    background: #fff;
    z-index:99;
    margin-top:-300px;
}
.news-sidebar{
    margin-bottom: 15px;
    width: 100%;
}
.news-sidebar img{
    float: left;
    width: 50%;
    height:65px;
    padding-right: 10px;
}
.news-sidebar p{
    float: left;
    width: 50%;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}
.title-gallery{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background: rgba(0,0,0,0.6);
    padding:10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.news-lastest img{width:100%;height:240px}
.news-lastest2{display:block}
.news-lastest2 img{width:100%;height:140px}
.news-lastest2 h2{
    padding-top:10px;
    font-size: 18px;
    text-transform: none;
    margin-top: 0;
    font-weight: 500;
}
.news-lastest3 h2{
    margin-bottom:10px;
    padding-top:10px;
    border-top:1px solid #eee;
    padding-bottom:0px;
    font-size: 16px;
    text-transform: none;
    margin-top: 0;
    font-weight: 400;
}

.box-news-lastest{
    max-width:100%;
    padding-top:10px;
    position: relative;
}
.box-news-lastest h2{
    font-size: 24px;
    text-transform: none;
    margin-top: 0;
    font-weight: 500;
}
.box-news-lastest p{
    font-size: 16px;
}
.list-feature-news{
    padding: 0 5px;
    float: left;
    width: 100%;
}
.box-feature-new{
    padding: 0 10px;
}
.box-feature-new p{
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    height:55px;
    overflow:hidden;
}
.box-feature-new img{
    width: 100%;
    height:200px;
}
.box-list-news img{
    width:100%;height:auto;
}
.box-list-news h3{
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 500;
}
.box-list-news{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.box-list-news a{
    color: #000;
}
.box-list-news h2{
    margin:0;padding-bottom:10px;
}
.box-list-news a:hover, .box-list-news h2:hover{
    color: #008641 !important;
}
.box-list-news p{
    font-size: 16px;
    margin: 0;
}
.box-new img{
    height:187px;
    width:auto;
}
p.date-publish-news{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 16px;
}
.pagination-news ul{
    padding: 0;
    margin: 0;
}
.pagination-news{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.pagination-news li{
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;   
}
.pagination-news a{
    padding: 5px 12px;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.pagination-news li a.active{
    color: #fff;
    background: #005826;
}
.content-news-detail h1{
    color: #000;
    margin-bottom: 15px;
}
.content-news-detail h3{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.max-width-content{
    max-width: 100%;
    margin: 0 auto;
    padding-top:15px;
}
.imgloading{width:100% !important;height:auto !important}
.other-news{
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
    border-bottom:1px solid #008641;
    color:#008641 !important;
}
.other-news .schedule-label{
    border-color: #333;
}
.full-width-content img{
    width: 100%;
}
.full-width-content p{margin-left:255px;width:660px;}
.full-width-content h2{padding-left:255px !important;width:660px !important;line-height:1.25}
.full-width-content h3{padding-left:255px !important;width:660px !important;line-height:1.25}
.full-video-media{
    position: relative;
}
.full-video-media .title-gallery{
    bottom: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
}
.list-media-feature .thumbnail-video{
    margin-bottom: 16px;
}
.list-media-feature .thumbnail-video .title-gallery{
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}
.title-tab-media{
    padding-left: 0;
    border-bottom: 1px solid #d4d4d4;
    float: left;
    width: 100%;
    margin: 50px 0 15px;
}
.title-tab-media li{
    float: left;
    width: auto;
    margin-right: 35px;
}
.title-tab-media li a{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -1px;
}
.title-tab-media li a.active,.title-tab-media li a:hover{
    border-bottom-color: #00aef0;
    color: #00aef0;
    text-decoration: none;
}
.box-video-media{
    margin-bottom: 25px;
}
.box-video-media p{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0px;
    margin-top: 10px;
    min-height:45px;
}
.box-video-media a{
    color: #333;
}
.box-video-media span{
    font-size: 11px;
    color: #666;
}

.list-media{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.box-gallery-list{
    -webkit-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    margin-bottom: 20px;
    position: relative;
}
.thumbnail-gallery{
    position: relative;
}
.overlay-gallery{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d2454;
    opacity: 0.8;
    transition: all 0.4s ease 0s;
    display: none;
}
.icon-gallery{
    position: absolute;
    width: 33px;
    height: 33px;
    background: url('../images/icon_gallery.png');
    transition: all 0.4s ease 0s;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: none;
}
.box-gallery-list a:hover .overlay-gallery,.box-gallery-list a:hover .icon-gallery{
    display: block;
}
.box-gallery-list p{
    font-size: 14px;
    color: #000;
    padding: 10px;
    min-height:65px;
}
.box-gallery-list a{
    color: #000;
}
.feature-gallery .box-gallery-list p{
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
}
.feature-gallery .box-gallery-list a{
    color: #000;
}
.feature-gallery{
    margin-bottom: 50px;
}
.btn-view-more{
    position: absolute;
    right: 15px;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    height: 30px;
    width: 82px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    top: -5px;
}
.btn-view-more:hover{
    text-decoration: none;
    color: #fff;
    background: #00aef0;
}
.list-gallery{
    margin-bottom: 50px;
}
.page-gallery{
    padding-bottom: 0;
}
.testimonial-gallery{
    margin-bottom: 85px;
}
.list-image-gallery{
    width: 100%;
    float: left;
    margin-bottom: 80px;
    margin-top: 15px;
}
.grid-item{
    margin-bottom: 30px;
}
.panel-default > .panel-heading{
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.panel-default > .panel-heading a{
    display: block;
    padding: 8px 15px 8px 15px;
    font-size: 18px;
    color: #00aef0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: none;
}
.panel-default > .panel-heading a.accordion-toggle{
    background: #f5f5f5;
    color: #1d2454;
    font-weight: 500;
}
.panel-default > .panel-heading a.accordion-toggle.collapsed {
    background: #fff;
    color: #00aef0;
    font-weight: normal;
}
.list-faq .panel-group .panel{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none !important;
}
.list-faq .panel-body{
    border: none !important;
    padding: 15px 0px 5px 0;
    color: #666;
    line-height: 1.6;
}
.list-faq .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading a:hover{
    text-decoration: none;
}
.box-address-contact{
    margin-bottom: 30px;
}
.box-address-contact h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}
.box-address-contact.active h3,.box-address-contact:hover h3{
    color: #00aef0;
    cursor:pointer;
}
.box-address-contact p{
    margin-bottom: 0;
}
.email-website{
    margin-top: 0px;
}
.email-website p{
    font-size: 16px;
    margin-bottom: 0;
}
.page-contact h1.cBlack{
    margin-bottom: 55px;
    margin-top: 22px;
}
.product-name{margin-top:0 !important}
.googlemap{
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
}
.googlemap.active{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.content-page-about h1{
    margin-top: 25px;
    margin-bottom: 3px;
}
.content-page-about p{
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin-bottom: 30px;
}
.list-number-about{
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
.box-number-about{
    background: #f3f3f3;
    font-size: 16px;
    color: #000;
    padding: 30px 15px;
    border-radius: 3px;
    min-height:150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.box-number-about span{
    color: #000;
    font-size: 48px;
    display: block;
    line-height: 1em;
}
.history-about{
    background: #1d2454;
    padding: 35px 0 73px;
}
.history-about p{
    color: #fff;
}
.box-history{
    border-top: 2px solid #00aef0;
    padding-left: 10px;
    padding-top: 16px;
    padding-right: 10px;
    color: #00aef0;
    position: relative;
    margin-bottom: 30px;
}
.list-history{
    padding: 0 15px;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.history-year{
    font-size: 24px;
    font-weight: bold;
    color: #00aef0;
    line-height: 1em;
    margin-bottom: 10px;
}
.box-history:after{
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    position: absolute;
    top: -7px;
    width: 13px;
    z-index: 1000;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.slide-testimonial .slick-arrow, .slide-partner .slick-arrow{
    display: none !important;
}
.slide-testimonial,.slide-testimonial-tour {
    float: left;
    width: 100%;
}
.slide-testimonial .slick-slide img, .slide-partner .slick-slide img{
    display: inline-block;
}
.slide-testimonial .slick-dots, .slide-partner .slick-dots{
    bottom: 0;
}
.slick-dots li{height:12px;width:12px;background:url('../images/icon/roll.png');text-indent:-9999px;display:inline-block;margin-right:10px;cursor:pointer}
.slick-dots li.slick-active{background-position-y:-12px}
.testimonial-about p,.testimonial-about .author-testimonial{
    color: #333;
}
.slide-founder{
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.founder{
    padding: 70px 0 80px;
}
.founder h1{
    margin-bottom: 57px;
}
.detail-founder{
    padding-right: 20px;
}
.box-founder{
    float: left;
    width: 100%;
    background: #f1f1f1;
}
.detail-founder h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
}
.detail-founder h4.position{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.detail-founder p{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: justify;
}
.slide-founder .slick-prev{
    position: absolute;
    top: 40px;
    right: 78px;
    width: 23px;
    height: 23px;
    background: url('../images/btn_slide.jpg') no-repeat left;
    text-indent: -9999px;
    border: none;
    z-index: 1000;
}
.slide-founder .slick-next {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 23px;
    height: 23px;
    background: url('../images/btn_slide.jpg') no-repeat right;
    text-indent: -9999px;
    border: none;
    z-index: 1000;
}
.slide-founder .slick-dots{
    display: none !important;
}
.box-client{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.box-client img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.list-client{
    float: left;
    width: 100%;
    margin: 15px 0 0px;
}
.silde-promotion, .silde-Active {
    float: left;
    width: 100%;
}
.content-page h2{
    color: #333;
}

.form-member{
    max-width: 590px;
}
.header-form{
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: url('../images/member_register.png') no-repeat left top;
    float: left;
    width: 100%;
    padding-top: 10px;
}
.header-form h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.header-form p{
    font-size: 13px;
    margin-bottom: 0;
}
.header-form p a{
    color: #00aef0;
}
.form-detail{
    float: left;
    width: 60%;
}
.row-form input{
    width: 50%;
    float: left;
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}
.row-form{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.row-form label{
    width: 25%;
    float: left;
    line-height: 35px;
    margin: 0;
}
.row-form input[type="radio"],.row-form input[type="checkbox"]{
    width: auto;
    margin: 0 5px 0 0;
}
.row-form select{
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 33px;
    line-height: 33px;
    width: 24.3%;
    float: left;
    padding: 0 15px 0 10px;
    margin-right: 1%;
}
.row-form select:last-child{
    margin-right: 0;
}
.label-gender{
    font-weight: normal;
}
label.subscribe{
    width: auto;
    font-weight: normal;
}
.row-form .btn{
    background: #0274bb url('../images/btn_icon_member.png') no-repeat left center;
    border-color: #0274bb;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left:0;
}
.box-seach{
    cursor: pointer;
}

.img-banner{width:100%;height:auto}
.close-search{
    background: url('../images/icon_close_blue.png');
    width: 29px;
    height: 29px;
    position: absolute;
    right: -40px;
    top: 10px;
    cursor: pointer;
}
.close-search-mobile{
    background: url('../images/icon_close_blue.png');
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0px;
    top: -40px;
    cursor: pointer;
}
.wrapper-full-video{
    background: #1d2454;
    padding: 40px 0;
    margin-bottom: 50px;
}

.wrapper-full-video iframe{
    height: 525px;
}
.wrapper-full-video h1{
    font-size: 24px;
    margin-top: 0;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}
.wrapper-media-detail .title-tab-media{
    margin-top: 0;
}
.wrapper-media-detail .schedule-label{
    font-size: 18px;
}
#form-login{
    
}
#form-login label{
    display: block;
    width: 100%
}
#form-login input{
    width: 100%
}
#form-login .btn-form-login{
    height: 33px;
    width: 288px;
    background: url('../images/btn_form_login.png') no-repeat top;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
    margin-top: 5px;
}
#form-login{
    max-width: 348px;
}
#form-login .form-detail{
    width: 100%;
    padding: 0 15px;
}
#form-login .btn-form-login-facebook{
    height: 33px;
    width: 288px;
    background: url('../images/btn_form_login.png') no-repeat bottom;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
    margin-top: 5px;
}
#gtx-trans {display:none}
.clear{clear:both}
.lineheight{line-height:150%}
.top5px{padding-top:5px}
.top10px{padding-top:10px}
.top15px{padding-top:15px}
.top20px{padding-top:20px}
.top30px{padding-top:30px}
.top40px{padding-top:40px}
.top50px{padding-top:50px}
.top60px{padding-top:60px}
.top70px{padding-top:70px}
.top100px{padding-top:100px}
.bottom5px{padding-bottom:5px}
.bottom10px{padding-bottom:10px}
.margin-top10px{margin-top:10px}

.line-through{text-decoration:line-through}
.videocruise{width:100%;height:640px}
.dattour{width:225px;float:left;}
.colorblue{color:#005826;font-family:Arial;font-weight:bold}
.colorblue1{color:#008641}
.colorblue2{color:#005826}
.colorblue3{color:#4a96cc}
.colorred{color:#ff3333}
.colorwhite{color:#fff}
.colorgreen{color:#9fdb6c}
.colororange{color:#f64f15;font-family:Arial;font-weight:bold}
.italic{font-style:italic;font-family:'Roboto-Light'}
.center{text-align:center}
.contents_link{float:left;margin:30px 15px 0 0;padding-right:15px;}
.contents_link a{font-weight:bold;}
.contents_link_img{margin-right:2px;}
.side_bar{background:url("/images/icon/img_side_bar.jpg") no-repeat 100% 50%;}
.contents_link a {
    color: #000;
}

.bgWhite{width:100%;background:#fff;overflow:hidden;}
.remarkm1{display:block;position:absolute;z-index:10;right:-10px;top:10px;background:url('../images/icon/icon_red.png') no-repeat;width:64px;height:57px;line-height:40px;color:#fff;font-size:14pt;font-family:'Roboto-Medium';padding-left:20px;white-space:nowrap}
.remarkmYello{display:block;position:absolute;z-index:10;right:2.5%;top:15px;background:url('../images/icon/icon_yello.png') no-repeat;width:64px;height:57px;line-height:40px;color:#fff;font-size:14pt;font-family:'Roboto-Medium';padding-left:20px;white-space:nowrap}
.colorPriceRed{color:#fe2845;font-weight:600;font-size:16pt}
.colorPriceWhite{color:#fff;font-weight:600;font-size:12pt}
.colorPriceYello{color:#fffd6b;font-weight:600;font-size:12pt}

/*CSS Phân trang*/
.pagination {display:block;float:right;}
.pagination a{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#008641;text-decoration:none;background-color:#fff;border:1px solid #008641;font-weight:normal}
.pagination a:hover{color:#fff !important;background-color:#008641;border-color:#ddd}
.pagination a.first{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination a.last{border-top-right-radius:3px;border-bottom-right-radius:3px}
.pagination a.active{z-index:2;color:#fff;cursor:default;background-color:#008641;border:none}

/* -----page detail-----*/
.subtitle{display:block;padding:0px 10px 10px 0px;color:#868484;font-family:Cambria;font-size:24px;line-height:1.24;font-weight:normal;font-style:italic}
.author{float:left;padding:5px 20px 10px 0px;}
.author .people{color:#fa4b2a}
.author .date{color:#848484}
.fblike{float:left;padding:5px 25px 10px 0px}

/*Font*/
@font-face 
{
    font-family: 'Roboto-Light';
    src: local(Roboto-Light), url('/fonts/Roboto-Light.ttf') format('opentype');
}
@font-face 
{
    font-family: 'Roboto-Thin';
    src: local(Roboto-Thin), url('/fonts/Roboto-Thin.ttf') format('opentype');
}
@font-face 
{
    font-family: 'Roboto-Regular';
    src:url('/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face 
{
    font-family: 'Roboto-Medium';
    src: local(Roboto-Medium), url('/fonts/Roboto-Medium.ttf') format('opentype');
}
@font-face 
{
    font-family: 'Roboto-Bold';
    src: local(Roboto-Bold), url('/fonts/Roboto-Bold.ttf') format('opentype');
}
.btn-download{
    width: 152px;
    height: 34px;
    display: block;
    background: url('../images/icon_download.png');
    line-height: 40px;
    padding-left: 15px;
    color: #333;
}
.btn-download:hover{
    text-decoration: none;
}
.input{height:30px;line-height:30px;background:#fff;border:1px solid #ccc;margin:0;padding:0;width:50%;padding-left:10px;margin-left:10px;color:#666}
.inputform{height:120px;background:#fff;border:1px solid #ccc;margin:0;padding:0;width:50%;padding-left:10px;margin-left:10px;color:#666}
.txtname{width:15%;font-weight:bold;vertical-align:middle}
.txtname1{width:12%;font-weight:bold;vertical-align:top}
.txtinput{width:85%;}
.input-txt{height:35px;line-height:35px;padding-left:10px;border:1px solid #b8c0d0;color:#333;width:100%}
.textarea-txt{height:100px;line-height:30px;padding-left:10px;border:1px solid #b8c0d0;color:#333;width:100%}

.btn{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    height: 35px;
    line-height: 25px;
    padding-left:30px;padding-right:30px;
    color: #fff;
    background: #00aef0;
    border: none;
    margin-left:8px;
}
.btn:hover{
    background: #243f69;
    color:#fff;
}
table.grid{border-collapse:collapse;}
table.grid td, th{border:1px solid #dedcdc !important;height:40px;line-height:40px}

.address{background:url('/images/icon/address.png') no-repeat;height:15px;line-height:15px;padding-left:25px;margin-top:10px;color:#fff}
.tel{background:url('/images/icon/tel.png') no-repeat;height:18px;line-height:18px;padding-left:25px;margin-top:10px;color:#fff}
.email{background:url('/images/icon/email.png') no-repeat;height:15px;line-height:15px;padding-left:25px;margin-top:10px;color:#fff}
.email a, .web a{color:#fff}
.web{background:url('/images/icon/web.png') no-repeat;height:15px;line-height:15px;padding-left:25px;margin-top:10px;color:#fff}

/* Liên hệ */
.icon-address{background:url('../images/icon/icon_sprite1.png') no-repeat 0 0px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.icon-tel{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -30px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.icon-fax{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -61px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.icon-email{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -93px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.icon-website{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -116px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}
.icon-hotline-contact{background:url('../images/icon/icon_sprite1.png') no-repeat 0 -140px;padding-left:30px;height:17px;line-height:17px;margin-top:10px}

.smallnew{display:block;width:100%;padding-bottom:8px}
.smallnew img{float:left;width:28%;height:70px;border:0;margin-right:5%}
.smallnew .info{float:left;width:67%}

.list-new-more{padding-top:15px}
.list-new-more img{max-height:170px;}
.new-title{height:45px;overflow:hidden}

.color999 {color:#999}
.color666 {color:#666}

/*liveshow*/
.list-show, .list-show-hot {
    float: left;
    width: 100%;
}
.list-show .slick-prev, .list-show .slick-next, .silde-promotion .slick-prev, .silde-promotion .slick-next {
    display: block;
    position: absolute;
    z-index:100;
    width: 22px;
    height: 43px;
    top: 28%;
    text-indent: -9999px;
    border: none;
    outline: none;
}

.list-show .slick-prev, .silde-promotion .slick-prev {
    left: 15px;
    background: url('../slider-slideshow/images/owl_left.png');
}

.list-show .slick-next, .silde-promotion .slick-next {
    right:15px;
    background: url('../slider-slideshow/images/owl_right.png');
}

.list-show .slick-dots, .silde-promotion .slick-dots {
    display: none !important;
}

.boxddl{width:auto;background:#f5f5f5;height:30px;line-height:30px;padding-left:10pt;color:#666;border:1px solid #d7d7d7}

/*Đặt hàng*/
.title-content {padding:0;margin: 0;}
.title-content .navigation-step {float: left; margin-bottom: 50px; width: 100%;font-size: 13px;}
/*Css step shopping cart*/
.title-content .navigation-step .wrapStep {position: relative;text-align: left;clear: both;padding: 15px 5px 0;}
.title-content .navigation-step .wrapStep .step {font-size: 12px;text-align: center; display: inline-block;width: 35px; height: 35px;line-height: 35px;
    margin: 0px 50px;
    border-radius: 29px;
    position: relative;
    z-index: 2;
    float: none;
    left: inherit;
    color: #ffffff;
    background-color: #ccc;
    *display: block;
    *zoom: 1;
}
.title-content .navigation-step .wrapStep .step .step_label { position: absolute; white-space: nowrap; color: #333;}
.title-content .navigation-step .wrapStep .stepfirst { margin: 0px 60px 0 53px;}
.title-content .navigation-step .wrapStep .steplast {margin: 0px 23px 0 60px;}
.title-content .navigation-step .wrapStep .past {background: #00aef0;}
.title-content .navigation-step .wrapStep .line-step {border-top: 1px solid #BDBDBD;height: 1px;position: absolute;z-index: 1;top: 72%; left: 10%;width: 300px;margin-left: -28px;}

.cl333{float:left;width:33.33%}
.cl333 .content{width:80%}
.cl333 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}
/*Dùng cho giá tour*/
.cl3331{float:left;width:33.33%}
.cl3331 .content{width:80%}
.cl3331 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}

.cl3332{float:left;width:33.33%}
.cl3332 .content{width:80%}
.cl3332 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}

.txtpax{float:left;height:28px;line-height:28px;font-weight:bold;width:48%;padding-left:5px}
.txt{width:95%;height:28px;border:1px solid #ccc;padding-left:10px}
.xnumber{float:left;width:45%;padding-left:5px}
.tongtien{color:#f96a01;font-size:18pt;font-family:Tahoma; font-weight:bold}
.btnsubmit{width:300px;background:#005826;height:50px;line-height:50px;border:none;text-align:center;color:#fff;font-size:18pt}
.btnsubmit:hover{background:#ffd54e;cursor:pointer}
.center{text-align:center}
.picturephong{float:left;width:540px;padding-right:30px;padding-bottom:30px}
.motaphong{float:left;width:540px;height:350px;overflow:scroll;padding-bottom:30px}
.td4{width:150px;padding-top:10px;padding-left:10px}
.td5{width:550px;padding-top:10px}
.bglienhe{background:#eee;padding:10px;overflow:hidden}
.cl25{float:left;width:25%}
    .cl25 .txt1 {
        width: 92%;
        height: 35px;
        border: 1px solid #ccc;
        padding-left: 10px
    }
.lbgia{height:30px;line-height:30px;font-size:14pt;color:#000}

/*Danh sách khách*/
.loai{float:left;width:180px}
.ten{float:left;width:230px;margin-right:10px}
.ten1{float:left;width:230px;padding-right:10px}
.sex{float:left;width:100px}
.lineds{display:block;padding-top:10px;margin-bottom:5px;width:650px}

hr{border-top:1px solid #eee !important;margin:0 !important;padding-bottom:20px;padding-bottom:10px !important}

.boxcontent {background:#eee;padding:15px;overflow:hidden}
.boxcontent h2{display:block;margin-top:0px;color:#005826;font-size:12pt;padding-bottom:5px;border-bottom:1px solid #ccc;font-family:'Roboto-Regular'}
.boxcontent h3{margin:0px !important;padding:0px !important;font-size:12pt}
.boxcontent h2 a{color:#005826;font-size:12pt;font-family:'Roboto-Regular'}
.boxcontent h2 a:hover{color:#fade03;}

.boxcontent table{border-collapse:collapse;border:none !important}
.boxcontent table td, th, .content-des table td, th{border:none !important}

@media (max-width: 400px)
{
.title-content .navigation-step .wrapStep .step {font-size: 12px;text-align: center; display: inline-block;width: 35px; height: 35px;line-height: 35px;
    margin: 10px 35px;
    border-radius: 29px;
    position: relative;
    z-index: 2;
    float: none;
    left: inherit;
    color: #ffffff;
    background-color: #005826;
    *display: block;
    *zoom: 1;
}
.title-content .navigation-step .wrapStep .stepfirst { margin: 20px 15px 0px 10px;}
.title-content .navigation-step .wrapStep .steplast {margin: 20px 15px 0px 20px;}
.title-content .navigation-step .wrapStep .past {background: #ffd54e;}
.title-content .navigation-step .wrapStep .line-step {display:none}

.cl333{float:left;width:100%;padding-top:20px}
.cl333 .content{width:100%;}

/*Danh sách khách*/
.loai{width:100%}
.ten,.ten1{width:36%}
.sex{width:20%}

.td4{width:35%;padding-top:10px;}
.td5{width:65%;padding-top:10px}

.cl25{float:left;width:100%}
.cl25 .txt1{width:94%;height:28px;border:1px solid #ccc;padding-left:10px}

/*Dùng cho giá tour*/
.cl3331{float:left;width:60%}
.cl3331 .content{width:100%}
.cl3331 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}

.cl3332{float:left;width:37%;padding-left:3%}
.cl3332 .content{width:100%}
.cl3332 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}
}
@media (min-width: 400px) and (max-width: 600px)
{
.title-content .navigation-step .wrapStep .step {font-size: 12px;text-align: center; display: inline-block;width: 35px; height: 35px;line-height: 35px;
    margin: 10px 35px;
    border-radius: 29px;
    position: relative;
    z-index: 2;
    float: none;
    left: inherit;
    color: #ffffff;
    background-color: #005826;
    *display: block;
    *zoom: 1;
}
.title-content .navigation-step .wrapStep .stepfirst { margin: 20px 10px 0px 10px;}
.title-content .navigation-step .wrapStep .steplast {margin: 20px 15px 0px 20px;}
.title-content .navigation-step .wrapStep .past {background: #ffd54e;}
.title-content .navigation-step .wrapStep .line-step {border:none}

/*Dùng cho giá tour*/
.cl3331{float:left;width:60%}
.cl3331 .content{width:100%}
.cl3331 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}

.cl3332{float:left;width:37%;padding-left:3%}
.cl3332 .content{width:100%}
.cl3332 .content h3{color:#005826;font-family:'Roboto-Medium';padding-bottom:10px; border-bottom:1px solid #ccc}

/*Danh sách khách*/
.loai{width:100%}
.ten,.ten1{width:38%}
.sex{width:20%}

.td4{width:35%;padding-top:10px;}
.td5{width:65%;padding-top:10px}
}
@media (min-width: 601px) and (max-width:1024px)
{
.title-content .navigation-step .wrapStep .stepfirst { margin: 20px 10px 0px 10px;}
.title-content .navigation-step .wrapStep .steplast {margin: 20px 10px 0px 20px;}
.title-content .navigation-step .wrapStep .past {background: #ffd54e;}
.title-content .navigation-step .wrapStep .line-step {border-top: 1px solid #BDBDBD;height: 1px;position: absolute;z-index: 1;top: 75%; left: 7%;width: 650px;margin-left: -28px;}
.loai{float:left;width:30%}
.ten{float:left;width:28%;margin-right:10px}
.ten1{float:left;width:28%;padding-right:10px}
.sex{float:left;width:10%}
}

@media (max-width: 1169px)
{
.title-content .navigation-step .wrapStep .line-step {display:none}
.title-content .navigation-step .wrapStep .step {font-size: 12px;text-align: center; display: inline-block;width: 35px; height: 35px;line-height: 35px;margin: 10px 33px;}
.txtpax{float:left;height:28px;line-height:28px;border:1px solid #ccc;width:48%;padding-left:5px}
.xnumber{float:left;width:43%;padding-left:5px}
.xnumber .ddlnumber{height:30px;border:1px solid #ccc;width:100%;padding-left:5px}
.tongtien{color:#f96a01;font-size:15pt;font-family:Tahoma; font-weight:bold}

.loai{float:left;width:180px}
.ten{float:left;width:180px;margin-right:10px}
.ten1{float:left;width:180px;padding-right:10px}
.sex{float:left;width:70px}
}

.btnBook {height:45px;line-height:45px;width:200px;text-align:center;color:#fff;background:#008641;font-size:18px;border:none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
.btnBook:hover{background:#ea080f}
.bgbox-right{padding:10px;background:#eee}
.formsearchve{width:500px;height:320px;}

.sns_wrap{float:right;width:26%;}
.sns_inner:after{content:"";display:block;clear:both;}
.sns_inner{float:right;min-width:340px;}
.sns_wrap a{float:left;margin:40px 0 0 4%;box-sizing:border-box;}
.sns_wrap img{display:block;margin:0 auto 4px auto;width:35px;text-align:center;}
.sns_wrap span{display:block;font-size:10px;color:#545454;text-align:center;}
.sns_inner span:nth-of-type(2){font-weight:bold;}

.list-new-home a{
    color:#008641;
    font-size:14pt;
}
.list-new-home a:hover{
    color:#000;
    text-decoration:none;
}
.list-new-home img{
    width:100%;height:220px;
}

.sub_banner {
    position: relative;
    margin-bottom: 68px;
    height: 170px;
    background: url('../images/sub_banner.png') no-repeat 0 0;
}
.video-banner {
    position: relative;
    margin-bottom: 68px;
    height: 170px;
    background: url('../images/bg-video.png') no-repeat 0 0;
}
.sub_banner {
    margin-bottom: 30px !important;
}
.col1{width:50%;float:left;padding-top:5px}
.col2{width:50%;float:left;padding-top:5px}

.thongtinsanpham{display:block;width:100%}
.thongtinsanpham .indentmenu ul { margin: 0; padding: 0; float: left;  height: 41px}
.thongtinsanpham .indentmenu ul li { display: inline; height: 41px;}
.thongtinsanpham .indentmenu ul li a{float: left;font-size:12pt !important; color: #2c3e50;font-family:'Roboto';height: 41px;margin-right:0px; text-align: center; line-height: 41px;padding-left:25px;padding-right:25px; text-decoration: none;font-weight:400;background-color:#f6f6f6;border:1px solid #e5e5e5;border-left:none}
.thongtinsanpham .indentmenu ul li a.selected {font-size:16px !important;color:#fff;font-weight:500; height:41px;margin-right:0px;line-height:41PX;padding-left:20px;padding-right:20px;text-align:center;background-color:#008641;border:0px solid #e5e5e5;border-bottom:0px;border-top:0px solid #005826;}
.thongtinsanpham .noidung{height:auto;line-height:180%;padding-bottom:10px;overflow:hidden;border-top:1px solid #008641;background:#fff;padding-top:20px}

.group-product{background:#fff;padding:0px;overflow:hidden;}
.group-product .row-t{display:block;width:100%;clear:both;padding-top:10px}
.group-product .row-t .column{width:33.333%;float:left}
.group-product hr{border-top:1px solid #eee !important;margin-top:5px !important;padding-bottom:5px !important}
.group-product .box-price{display:block;clear:both;padding-top:10px}
.group-product .price{float:left;background:#eee;border: 1px solid #ccc;height:50px;width:60%}
.group-product .price p{padding:5px;padding-left:15px}
.group-product .btn-datsp{float:left;height:50px;width:40%}
.group-product .tuvan{padding-top:15px;font-size:12pt;font-family:'Roboto'}
.group-product img{width:100%;height:auto;}
.pricedetail{color:#f70303;font-weight:700;font-size:22pt}
.price-old {
    text-decoration: line-through;
    font-size: 14px;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #939393;
}
.ddlnumber{height:40px;border:1px solid #ccc;width:100px;text-align:center}
.ddlnumber-cart{height:30px;border:1px solid #ccc;width:60px;text-align:center}
.mxh-box{float:right;padding-left:90px}
.contact-chat ul{
    margin:0 !important;padding:0 !important;
}
.contact-chat ul li.zalo {
    float: left;
    width: 48%;
    margin-right: 4%;
    background-color: #288AD6;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0px solid #288AD6;
}
.contact-chat ul li.facebook {
    float: left;
    width: 48%;
    background-color: #3a559f;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0px solid #288AD6;
}
.contact-chat ul li.zalo:hover {
    background-color: #1674be;
}
.contact-chat ul li.facebook:hover {
    background-color: #264392;
}
.contact-chat ul li p {
    margin:0;padding:0;
    font-weight:normal;
    font-size:12px;
}
.contact-chat ul li p.title {
    font-size:14px;
}
.contact-chat ul li a{
    color:#fff;
    margin:0px !important;
    padding:0px !important;
}
.system-dk {
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
    background-color: #fbfbfb;
    margin-bottom: 10px;
    margin-top:10PX;
}
.system-dk ul {
    margin:0;
    padding: 6px;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #D7D7D7;
}
.system-dk ul li:nth-of-type(1) {
    font-size: 1.1em;
    padding-left: 0;
    font-weight: bold;
    color: #0177d7;
    list-style-type:none;
}

/*Left box*/
.box{border:1px solid #ebebeb;}
.content-box{padding:15px}
.title-box{background:#f5f5f5;height:35px;line-height:35px;color:#333 !important;font-weight:bold;padding-left:15px;font-size:12pt}
.dropdown-box{height:auto;padding:10px;-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);-o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);}
.dropdown-box ul{margin:0;padding:0}
.dropdown-box ul li{padding-top:5px;padding-left:10px}

.box-white{display:block;background:#fff;padding:20px;overflow:hidden}
.txtbook{height:30px;line-height:30px;width:100%;border:1px solid #e5e5e5}


/*Product Catalog Home*/
.cate-banner img{width:100%;height:auto}
.section-title {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    height: 60px;
}
.collection-title {
    position: absolute;
}
.section-title .title h2 {
    background: #017e3e;
    padding: 0 20px 0 15px;
    line-height: 60px;
    margin: 0 !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 320px;
    display:inline-block;
}
.section-title .title h2:after {
	content: '';
	position: absolute;   
	left: 100%;        
	top:0;
	border-left: 20px solid #017e3e;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.section-title .title h2 a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    border-left: 1px solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,0.6);
    padding-left: 10px;
}
.section-title .title h2 img{
	margin-right: 5px;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	margin-right: 10px;
}
.menu-title {
    line-height: 45px;
    text-align: right;
    background: #f5f5f5;
    margin: 7px;
}
.cate-item {
    display: inline-block;
    text-align: center;
}
.cate-item a {
    display: block;
    padding: 0 17px;
    color:#999;
}
.cate-item a:hover {
    color:#005826;
    text-decoration:none;
}
.aside-right{
	margin: 0;
	border: 1px solid #ebebeb;
	border-bottom: none;
}
.aside-right .aside-title{
	background: #f5f5f5 !important;
	line-height: 49px;
	font-weight: 500;
	border-bottom: 1px solid #ebebeb;
}
.aside-right .aside-title h2{
    margin:0 !important;
    padding-left:20px;
	line-height: 49px;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
.aside-right .product-item{
	height: 121.5px;
    padding-top:0px;
	clear:left;
    border-bottom: 1px solid #ebebeb;
}
.aside-right .product-item .product-img{
    float:left;
    width: 88px;
	padding: 20px 0;
	margin-left: 15px;
	height: 110px;
	overflow: hidden;
	text-align: center;
}
.aside-right .product-item .product-img img{
	height: 74px;
	width: auto;
}
.aside-right .product-item .product-info{
	padding: 17px 15px;
	border-left: 0 none;
}
.price {
    float: left;
    font-size: 14px;
    color: #f94e3f;
    font-weight: 700;
    margin-top: 6px;
    line-height: 1.4;
}
.sale-price {
    display: block;
    color: #939393;
    top: 9px;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #939393;
}
.product-price {
    margin-top:10px;
    color: red;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
}
.product-price-old {
    text-decoration: line-through;
    font-size: 11px;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #939393;
}
/** List Product **/
.product-home{display:block;clear:both;padding-top:20px}
.list-item{
  margin-bottom: 20px;
  border:1px solid #ebebeb !important;
  position: relative;
}
.list-item img{display:block;width:100% !important;height:auto !important;border:none}
.list-item img:hover {opacity:0.9;}
.list-item .content {padding: 15px;background:#fff;border-top:1px solid #ebebeb;border-bottom:0px solid #ebebeb}
.list-item .content .name{display:block;height:45px !important;overflow:hidden; margin-bottom:0px}
.list-item .content .name a{font-size:16px;font-weight:400 !important;color:#333}
.list-item .content .name a:hover{text-decoration:none;color:#008641}
.list-item .content .des{display:block;clear:both;height:50px !important;overflow:hidden}

.img-product{
    width: auto;
    height: auto;
    max-width: 300px !important;
    max-height: 300px !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow:hidden;
}
.img-product img{transition: all 1s;}
.img-product:hover img{transform: scale(1.3);}
.article-desc {
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 130%!important;
    height: auto;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*Cart*/
.cart-name-title{width:55%;padding-left:10px}
.cart-pic{width:15%;padding-top:10px;}
.cart-name{width:40%;padding-top:10px;}
.cart-price{width:20%;padding-left:20px}
.cart-number{width:20%;padding-left:10px}
.cart-status{width:5%;padding-left:10px;text-align:center}
.btn-booking-submit{
    float:left;
    width: 100%;
    margin-top:20px;
    height: 45px;
    line-height:45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #008641;
    border:0;
    text-align:center;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn-booking-submit:hover{
    background: #ea080f;
    color: #fff;
    text-decoration: none;
}
.continue{display:block;clear:both;padding-top:10px;text-align:center}
.continue a{font-weight:normal;color:#008641 !important}
.box-customer{display:block}
.txtinfo{width:100%;margin-top:10px;padding-left:10px;height:40px;line-height:40px;position:relative;border:1px solid #f5f5f5;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;outline:none}
.txtinfo:focus, .ddl:focus{border-color:#66afed;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);}
.txtinfo-email{width:49%;float:left;}
.txtinfo-tel{width:49%;float:left;margin-left:2%;}
.txtprovince{width:49%;float:left;}
.txtdist{width:49%;float:left;margin-left:2%}
.ddl{width:100%;margin-top:10px;padding-left:10px;height:40px;line-height:40px;position:relative;border:1px solid #f5f5f5;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
.title-pttt{font-size:16px;color:#333;font-weight:bold;margin-top:10px}
.pttt{color:#333;font-weight:normal}
label {font-weight:400}
.radio-tm{float:left;}
.radio-ck{float:left;margin-left:10px}
.input-validation-error {border: 1px solid #ed1c24!important;}
.message-error{display:none}
.message-error {
    clear: both;
    color: red;
    font-size: 12px;
    margin: 10px 0px;
}
.img_giohang{width:95px; height:100px;text-align:left}
.box-cart{
    background:#fff;
    padding:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow:hidden;
}
.box-cart-summary{
    background:#fff;
    padding:15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow:hidden;
}
.top-cart{margin-top:95px;}
.box-cart-summary strong{font-size:18px;}
.box-cart-summary hr, .box-cart hr{border-top:1px solid #f5f5f5 !important;margin:0 !important;padding-bottom:0px !important}
.box-cart-summary img {width:90%;height:auto}
.bg-title-cart{background:#f5f5f5;height:40px;line-height:40px}
.border-row-cart{border-bottom:1px solid #f5f5f5;padding-bottom:50px;}
.priceCart{color:red;font-size:18px;font-weight:500}
/*End cart*/
/** Product catalog page **/
.bg-filter{background:#f5f5f5;padding:10px 15px 5px 15px;overflow:hidden}
.bg-filter .count{text-align:right;padding-top:7px;}
.ddlSort{width:200px;height:35px;border:1px solid #ebebeb;}
/*CHat*/
.box_chat {
	position:fixed;
    z-index:99;
	bottom:20px;
	left: 30px;
}
.box_chat :hover {
}
.item_box_chat {
    display:block;
    margin-top:10px;
	min-height:50px;
	min-width:50px;
	 text-align:center;
	 vertical-align:middle;
}

.item_box_chat_toggle{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ff0000 url('../images/icon/icon-supports.png') no-repeat center;
    background-size: 24px;
    position: relative;
    z-index: 999;
    position:fixed;
    cursor:pointer;
    right: 10px; bottom: 10px;

}

.box_chat img{
	width: 40px;
	height: 40px;
}
.support-mail{
    display:block;
    background: #ff0000 url('../Images/icon/mail.png') no-repeat center;
    width:50px;height:50px;
    border-radius: 100%;
     transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.support-zalo{
    display:block;
    background: url('../Images/icon/zalo-message.png') no-repeat center;
    width:50px;height:50px;
    border-radius: 100%;
     transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.support-facbook{
    display:block;
    background: url('../Images/icon/facebook-icon-messenger.png') no-repeat center;
    width:50px;height:50px;
    border-radius: 100%;
     transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
/*New*/
.list-item-news{
  display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 10px #888;
    border-radius: 5px;
    overflow: hidden;
}
.list-item-news .content {padding: 15px;background:#fff;overflow:hidden;text-align:center}
.list-item-news .content .name{display:block;height:45px !important;overflow:hidden; margin-bottom:0px;text-align:left}
.list-item-news .content .name a{font-size:16px;text-transform:uppercase !important;font-weight:500 !important;color:#000 !important;}
.list-item-news .content .name a:hover{text-decoration:none;color:#008641 !important}
.list-item-news .content .des{display:block;clear:both;padding-top:5px;height:80px;line-height:150%;text-align:left}
.list-item-news .content .des p{padding:0;margin:0}
.date{margin-top:10px;padding-top:10px;border-top:1px solid #d5d5d5}
.col{width:50%;float:left;color:#999;text-align:left}
.right{text-align:right}
.img-news {
    padding: calc(50% * 0.7) 0;
}
.img-news{
    display: inline-block;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}
.article-desc-news {
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 150% !important;
    height: auto;
    max-height: 80px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hidden{display:none}
/*CHat*/
/* HOTLINE */
.phonering-alo-phone {position:fixed;visibility:hidden;background-color:transparent;width:80px;height:80px;
 cursor:pointer;z-index:200000!important;bottom:0px;left:0px;display:block;
 -webkit-backface-visibility:hidden;
 -webkit-transform:translateZ(0);
 transition:visibility .5s;
}
.phonering-alo-phone.phonering-alo-show {visibility:visible}
.phonering-alo-phone.phonering-alo-static {opacity:.6}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {opacity:1}
.phonering-alo-ph-circle {width:60px;height:60px;top:-5px;left:25px;position:absolute;
 background-color:transparent;border-radius:100%;border:2px solid rgba(30,30,30,0.4);
 opacity:.1;
 -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
 animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
 transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-ph-circle-fill {width:70px;height:70px;top:-10px;left:20px;position:absolute;background-color:#000;
 border-radius:100%;border:2px solid transparent;
 -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
 animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
 transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
     background:#ea080f;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
     background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background:#ea080f;
    opacity:.75!important
}
.phonering-alo-ph-img-circle {
    width:50px;
    height:50px;
    top:0px;
    right:0px;
    position:absolute;
    background:#ea080f no-repeat center center;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#ea080f;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#ea080f;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#ea080f;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#ea080f
}
.pps-btn-img a{display:block;text-align:center;padding-top:8px}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
.hotline-call{display:none}
#cfacebook{position:fixed;bottom:0px;right:10px;z-index:99;width:260px;height:auto;box-shadow:6px 6px 6px 10px rgba(0,0,0,0.2);border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden;}
#cfacebook .fchat{float:left;width:100%;height:270px;overflow:hidden;display:none;background-color:#fff;}
#cfacebook .fchat .fb-page{margin-top:-5px;float:left;}
#cfacebook a.chat_fb{float:left;padding:0 25px;width:260px;color:#fff;text-decoration:none;height:40px;line-height:40px;text-shadow:0 1px 0 rgba(0,0,0,0.1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV…8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-size:auto;background-position:0 0;background-color:#025fab;border:0;border-bottom:1px solid #133783;z-index:9999999;margin-right:12px;font-size:16px;}
#cfacebook a.chat_fb:hover, #cfacebook a.chat_fb:focus{color:#fff !important;text-decoration:none;}
.fchat span{ width:260px!important;}

.linesp{display:block;clear:both;padding-top:10px;border-bottom:1px solid #d2d1d1; border-bottom-style:dashed;margin-bottom:10px}

.phonering-alo-phone1 {display:block;background-color:transparent;width:50px;height:50px;
 cursor:pointer;bottom:0px;left:0px;display:block;
 -webkit-backface-visibility:hidden;
 -webkit-transform:translateZ(0);
 transition:visibility .5s;
}
.phonering-alo-phone1.phonering-alo-show {visibility:visible}
.phonering-alo-phone1.phonering-alo-static {opacity:.6}
.phonering-alo-phone1.phonering-alo-hover,.phonering-alo-phone1:hover {opacity:1}
.phonering-alo-phone1.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-ph-circle1 {width:60px;height:60px;top:0px;left:0px;position:absolute;
 background-color:transparent;border-radius:100%;border:2px solid rgba(30,30,30,0.4);
 opacity:.1;
 -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
 animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
 transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.phonering-alo-ph-circle-fill1 {width:70px;height:70px;top:-10px;left:-10px;position:absolute;background-color:#000;
 border-radius:100%;border:2px solid transparent;
 -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
 animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
 transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.phonering-alo-ph-img-circle1 {
    width:50px;
    height:50px;
    top:0px;
    right:0px;
    position:absolute;
    background:#ea080f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone1.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone1.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone1:hover .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone1.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone1.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone1.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone1.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone1.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone1.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#ea080f;
    opacity:.5
}
.phonering-alo-phone1.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone1.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone1.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone1:hover .phonering-alo-ph-circle-fill {
    background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone1.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone1.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone1.phonering-alo-green .phonering-alo-ph-circle-fill {
     background:#ea080f;
}
.phonering-alo-phone1.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone1.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
     background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone1.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background:#ea080f;
    opacity:.75!important
}
.phonering-alo-phone1.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone1.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone1.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone1:hover .phonering-alo-ph-img-circle {
    background-color:#ea080f;
}
.phonering-alo-phone1.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone1.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#ea080f;
}
.phonering-alo-phone1.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#ea080f;
}
.phonering-alo-phone1.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone1.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc;
}
.phonering-alo-phone1.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#ea080f
}
@font-face {
    font-family: mangtre;
    src: url('../fonts/UVNMangTre.eot');
    src: url('../fonts/UVNMangTre.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UVNMangTre.woff2') format('woff2'),
        url('../fonts/UVNMangTre.woff') format('woff'),
        url('../fonts/UVNMangTre.ttf') format('truetype'),
        url('../fonts/UVNMangTre.svg#UVNMangTre') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: seanpro;
    src: url('../fonts/HandOfSeanPro-VN.eot');
    src: url('../fonts/HandOfSeanPro-VN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HandOfSeanPro-VN.woff2') format('woff2'),
        url('../fonts/HandOfSeanPro-VN.woff') format('woff'),
        url('../fonts/HandOfSeanPro-VN.ttf') format('truetype'),
        url('../fonts/HandOfSeanPro-VN.svg#HandOfSeanPro-VN') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: pacifico;
    src: url('../fonts/Pacifico-Regular.eot');
    src: url('../fonts/Pacifico-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pacifico-Regular.woff2') format('woff2'),
        url('../fonts/Pacifico-Regular.woff') format('woff'),
        url('../fonts/Pacifico-Regular.ttf') format('truetype'),
        url('../fonts/Pacifico-Regular.svg#Pacifico-Regular') format('svg');
    font-weight: normal;
    font-style: italic;
}

/*Back to top*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #008641 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}