@import "font-face.css";

a:link,
a:visited {
    text-decoration:none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

body{
	color:#282828;
	font-size:15px;
	background:#fff;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Arimo', sans-serif;
	}
ul, ol, li, h1, h2, h3, h4, h5, h6{list-style: none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{ text-transform: uppercase; font-weight: 700; /*color: #2d314c; font-size:100%;*/ }
i{ display:inline-block;}

a{
	color:#00599c;
	}
a:hover{
	color:#0f3876;
	text-decoration: none;
	}
.scroll-fix-top{
    width: 100%;
}

.scroll-fix-top.fixed {
    opacity: 0.95;
}

.circle, .anchor, .anchor .fa{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	}
.radius{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.shadow{
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	}
.anchor{
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-15px;
	background:#ffffff;
	border:3px solid #60da9d;
	z-index:99;
	width:46px;
	height:46px;
	display:inline-block;
	text-align:center;

	}
.anchor .fa{
	color:#60da9d;
	line-height:40px;
	text-align:center;
	}

.fa-2 {
    font-size: 1.5em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
ul.reset, ol.reset{
	margin:0;
	padding:0;
	}
.btn.btn-submit{
	background:#cb0303;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-size:120%;
	padding:15px 30px;
	}
.section{
	padding-top:20px;
	padding-bottom:20px;
	}

.btn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.navbar-toggle .fa{
	font-size:150%;
	}

.orange{ color:#f7a306;}
.yellow{ color:#ffd200;}

strong, b{
	font-weight: 700;
	}
.icon_all{ background: url(../img/icon_all.png) left top no-repeat;}
input, select, textarea, button{ outline: none;}
button{ border: none;}
.mt_30{ margin-top: 30px !important;}
.mb_20{ margin-bottom: 20px !important;}
/*header=================================*/
header{
	min-height:75px !important;
	border-radius:0 !important;
	margin-bottom:0 !important;
	border: none !important;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	position: fixed !important;
  	top: 0px;
  	transition: top 0.2s ease-in-out;
	z-index: 9;
	width: 100%;
	}
.nav-up {top: -143px;}
header>div.container, .hdTop>div.container{ padding-left: 0; padding-right: 0;}
header .inner{
	background:#eb1c24;
	}
.hdRight{ width: 61%; float: right; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 500;}
.hdRight .navbar-collapse{ padding:0; }
.navbar>.container .navbar-brand{ margin-top:4px;}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left:0;
	}
.navbar-brand{
	float:left;
	display:block;
	height:auto;
	padding:5px 0px;
	}
.navbar-nav{ margin-top: 5px;}
.navbar-nav li a{
	text-transform:uppercase;
	color:#282828;
	padding-top:24px;
	padding-bottom:26px;
	border-bottom:3px solid transparent;
	font-size: 15px;
	}
.navbar-nav li a:hover, .navbar-nav li.active a, .navbar-collapse.collapse .nav>li:hover>a, .navbar-collapse.collapse .nav>li:hover>a:hover, .navbar-collapse.collapse .nav>li:hover>a:focus, .navbar-nav li a.current{
	color:#ee8a09;
	background: transparent;
	}
.navsub{
	position:absolute;
	left:0;
	right:0;
	top:73px;
	padding:15px;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:10px solid #fbfbfb;
	overflow:hidden;
	display:none;
	min-width: 250px;
	z-index: 99999;
	}

.navbar-collapse.collapse .nav>li:hover>.navsub{
	display:block;
	}
.navsub ul{
	margin:0 6px;
	padding:0;
	width: 100%;
	}
.navsub li{
	list-style:none;
	float:none;
	}
.navbar-nav li .navsub li a{
	padding:10px 0;
	border-bottom:1px solid #eee;
	color:#4a4a4a;
	font-weight:normal;
	text-transform:none;
	display:block;
	float:none;
	}
.navbar-nav li .navsub li a:hover{
	color:#ee8a09;
	border-bottom:1px solid #ee8a09;
	}
.navsub .nav-sub-img{
	float:right;
	width:30%;
	text-align:center;
	}
.navsub .navsub-text{
	float:left;
	width:96%;
	overflow:hidden;}
.navsub .nav-sub-img img{
	max-width:90%;}


.hdTop{
	background:#2d314c;
	position: relative;
	line-height:32px;
	height:32px;
	}
.hdTop ul.l_top{
	padding:0;
	float:left;
	width: 40%;
	}
.hdTop ul.l_top li{
	list-style:none;
	float:left;
	line-height:32px;
	font-size:12px;
	color:#fff;
	padding:0 10px;
}
.hdTop ul.l_top li a{ color: #fff;}
.hdTop li i, .adress_top i{ margin-right: 10px;}
.r_hdtop{width: 60%; position: relative; font-size:12px; line-height:32px; float: left;}
.adress_top{ color:#fff; text-align: right;}
.multil_lang{ margin-left: 40px; position: relative; float: right;}

/***Multilang***/
.multil_lang .dropdown-menu li{ background: #fff !important;}
i.flg_vn{ background: url(../img/flg_VN.png) no-repeat; width: 23px; height: 23px; float: right;}
i.flg_vn{ background: url(../img/flg_EN.png) no-repeat; width: 23px; height: 23px; float: right;}
.multil_lang{ margin-left: 10px; margin-top: 24px;}
.multil_lang button{ padding-right:0px; }
.multil_lang button, .multil_lang button:hover, .multil_lang button:active, .multil_lang button:focus{ background: transparent !important; color: #282828 !important; border: none; outline: none !important;}
.multil_lang .btn-group{ margin-bottom: 0 !important;}

.btn_top, .btn_hotline{ width: 12%; float: right; color: #fff; text-align: center; margin-top: 17px; font-weight: 500; position:relative; border-radius: 5px; font-family: 'Oswald', sans-serif; font-size: 18px; text-transform: uppercase;}
.btn_top a, a.btn_hotline{ color: #fff; text-align: center; display: inline-block;}
/*.btn_top a.hotline{background: #f7a306; padding: 10px 13px; border-radius: 0px 5px 5px 0px;}*/
.btn_top a.kygui{ background: #f7a306; padding: 8px 20px; border-radius: 5px; position: relative;}
a.hotline i.icon_all{ background-position: 0 0; width: 18px; height: 19px; margin-right: 10px; transform: translateY(3px);}
a.kygui i.icon_all{ background-position: 0 -27px; width: 17px; height: 17px; margin-right: 10px;}
.flag-icon-en {background-image: url(../img/flag_uk.svg);}
.flag-icon-vi {background-image: url(../img/flag_vn.svg);}

/***slide_banner***/

#slidebanner{ margin-top: 108px;}
#slidebanner .carousel-indicators{
	bottom: 50px;}
#slidebanner .carousel-indicators li{
	background:transparent;
	width:16px;
	height:16px;
	margin:0 5px;
	border:3px solid #fff;
	}
#slidebanner .carousel-indicators .active{
	background:transparent;
	border:3px solid #edc10f;
	width:16px;
	margin:0 5px;
	height:16px;
	}
.carousel-control .fa{
	position:absolute;
	top:50%;
	font-size:200%;
	margin-top:-10px;
	}
.carousel-control.left .fa{
	left:30px;
	}
.carousel-control.right .fa{
	right:30px;
	}

/**
#slidebanner .item:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 999;
}
**/

.carousel-inner{ position: relative;}

#slidebanner .item img{ margin: auto;}
#slidebanner .item .desc{
	position:absolute;
	top:170px;
	width:60%;
	color:#fff;
	z-index: 9999;
	transform: translateX(-50%);
	left: 50%;
	}

#slidebanner .item .desc .row1{font-family: 'Oswald', sans-serif; font-size:50px; font-weight:700; color: #fff; text-align: center; text-transform:uppercase;}
#slidebanner .item .desc .row2{ text-align: center; margin-top: 15px;}
#slidebanner .item .desc .row2 span{font-size:20px; color:#fff; border-radius:30px; padding: 10px 40px; text-align: center;}
#slidebanner .item .desc .row4{ text-align: center; margin-top: 50px;}
#slidebanner .item .desc .row4 a{ display: inline-block; background: #f7a306; color: #fff; font-size: 14px; font-weight: 700; border-radius: 5px; padding: 13px 50px; margin: 0 8px; text-transform:uppercase;}
#slidebanner .item .desc .row4 a:hover{ background: rgba(220, 144,2, 1);}
#slidebanner .item .desc .row4 a:last-child{background:#303662; color: #fff; border-color: #fecd08; }
#slidebanner .item .desc .row4 a:last-child:hover{ background:#252a4e;}
#slidebanner .carousel-indicators{
    position: absolute;
    bottom: 50px;
    z-index: 15;
	left:0;
	margin-left:0;
    width: 100%;
    padding-left: 0;
    list-style: none;
    text-align: center;
	}
/**/

#rate .inner .carousel-control .fa{
	top:65px;
	text-shadow:none;
	}
#rate .inner .carousel-control.left .fa{
	left:10px;
	}
#rate .inner .carousel-control.right .fa{
	right:10px;
	}
#rate .carousel-inner .avatar{ width:120px; border:2px solid #eb1c24; margin:0 auto 20px auto; border-radius:50%; height:120px;}


.rate-content .carousel-indicators{
	position:absolute;
}
.rate-content .carousel-indicators li{
	background:#404040;
	width:10px;
	height:10px;
	margin:0 2px;
	border:2px solid #404040;
	}
.rate-content .carousel-indicators .active{
	background:#fff;
	border:2px solid #fff;
	width:10px;
	height:10px;
	margin:0 2px;
	}

/**search**/
.search{  background: #d5d7e4; padding: 5px 0;}
.search input{ background:none; border: none; width: 81%; font-size: 13px; font-style: italic; line-height: 27px;}
.inp_search a{ color: #2d314c; font-size: 15px; width: 80px; display: inline-block; float: left; margin-right: 15px;}
.kw{ text-align: right;}
.kw a{ font-size: 12px; color: #fff; background: #484d6c; border-radius: 3px; padding: 2px 8px; margin-left: 5px; position: relative; box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); font-weight: 700;}
.kw a:before{ content: "\f0d9"; font-family:'FontAwesome'; font-size: 12px; width: 5px; height: 5px; position: absolute; left: -5px; top: 2px; color: #484d6c;}
.kw a:nth-child(2n+2){ background: #f9d084; color: #2d314c;}
.kw a:nth-child(2n+2):before{color: #f9d084;}
i.ic_search{ background: url(../img/ic_GGsearch.png) no-repeat; width: 80px; height: 21px; display: inline-block; margin-top: 3px;}


/*content*/
.section_1{ margin-top: 50px;}
.r_sec1{ text-align: right;}
.r_sec1 img{  display: initial;}
.tittle_sec{font-size: 36px; font-weight: 300; width: 100%; margin-bottom: 80px; font-family: 'Oswald', sans-serif;}
.tittle_sec:after, .min_col_fprd h3 span:after{ content: ""; height: 2px; width: 120px; position: relative; bottom: -30px; display: block; background: #f7a306; color: #2d314c;}
.tittle_sec span{ font-weight: 700;}
.section_1 h3.tittle_sec{ margin-top: 70px;}
.btn_viewmore, a.btn_hotline{ background: #2d314c; margin-top: 40px; font-size: 15px; color: #fff; text-transform: uppercase; padding: 15px 39px; border-radius: 5px; font-weight: 700; display: inline-block;}
.btn_viewmore:hover{ background: #282828; color: #d3d3d3;}
.btn_viewmore i{ position: relative; right: -15px; transition: all 300ms ease-in-out;}
.btn_viewmore:hover>i{ right: -25px}


.section_2{ margin-top: 50px; background: url(../img/bg_sec2_1.png) left bottom no-repeat, url(../img/bg_sec2_2.png) right bottom no-repeat #f4f8f9;}
.section_2 h2{ font-size: 30px; margin-top: 45px;}
.section_2 p.desc{ margin-top: 220px;}
a.btn_more{ line-height: 48px; font-weight: 700; background: #2d314c; text-transform: uppercase; text-align: center; display: inline-block; padding:0 20px 0 30px; border-radius: 30px; color: #fff; margin-top: 40px;}
a.btn_more i{ margin-left: 10px; font-size: 20px; transform: translateY(2px);}
a.btn_more:hover{background: #f27a05;}
.thumns_about_home{ position: relative;}
.thumns_about_home img{ position: relative; z-index: 991;}
.thumns_about_home:before, .thumns_about_home:after{ position: absolute; content: ""; width: 390px; height: 352px; border: 5px solid #648d9d; right: -10px; top: -20px;z-index: 990;}
.thumns_about_home:after{ background: rgba(242,122,5,0.8); width: 35px; height: 35px; bottom: -20px; border: none; top: inherit; z-index: 992;}
.l_dt_prd h4{ font-size: 22px; margin-top: 40px;}
.btn_fbuilding{ margin-top: 30px;}
.btn_fbuilding a{margin-top: 0;  margin-right: 10px; float: left;}
a.btn_hotline{ background: #f7a306; font-size: 20px; padding: 11px 40px 12px 40px;}
a.btn_hotline i{ background-position: 0 0; width: 18px; height: 19px; margin-right: 10px; transform: translateY(3px);}
a.btn_hotline:hover { background: #dc9002;}
.min_col_fprd{ position: relative; z-index: 990;}
.min_col_fprd h3{
	position: absolute;
	font-family: 'Oswald', sans-serif;
	width: 300px; font-weight: 300;
/*	background: rgba(244,248,249,0.8); */
	text-transform: uppercase;
	font-size: 36px;
	text-align: left;
	padding: 15px 0px 15px 0px;
	line-height: 46px;}
.min_col_fprd h3 span{ font-weight: 700; text-align: right;}
/*
.min_col_fprd h3:after{width: 32px;height: 122px; background: rgba(244,248,249,0.8);  background-size: cover;  clip-path: polygon(100% 0%,0% 100%, 0% 0%); position: absolute; right: -32px; top: 0; content: "";}
.min_col_fprd h3 span:after{ bottom: -18px;}
*/
.section_2 .l_dt_prd ul li{ padding: 8px 15px 6px 15px;}
.section_2 a.btn_hotline{ padding: 11px 30px 12px 25px;}

.section_3{ margin-top: 60px; padding-bottom: 70px;}
.section_3 .tittle_sec{ margin-bottom: 50px;}
.section_3 .tittle_sec, .section_5 .tittle_sec, .section_6 .tittle_sec, .section_7 .tittle_sec, .general_inf .tittle_sec{ text-align: center;}
.section_3 .tittle_sec:after, .section_5 .tittle_sec:after, .section_6 .tittle_sec:after, .section_7 .tittle_sec:after, .general_inf .tittle_sec:after, .sec_about_2 .tittle_sec:after{ left: 50%; transform: translateX(-50%);}
.section_3 p.desc, .section_5 p.desc{ width: 50%; margin: auto; text-align: center;}
.quytrinh{  margin-top: 75px;}
.quytrinh [class^='col-']{ padding: 0; margin: 0;}
.quytrinh .item{ border: 1px solid #e5e5f8; padding: 25px 25px 25px 25px; min-height: 340px; position: relative; z-index: 989; background: #fff;}
.quytrinh .item .ic_qtr{ text-align: center; margin: 20px 0 0 0;}
.quytrinh .item h4{ text-align: center; margin-top: 30px;  color: #2d314c;}
.quytrinh .item p.desc{ width: 100%;  margin-top: 30px;}
.quytrinh .col-lg-3:nth-child(2n+2) > .item{ border: none; margin-top: -20px; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); z-index: 990; padding: 50px 25px 60px 25px;}
.quytrinh .item:before{ content: "1"; width: 40px; height: 40px; color: #7676c7; font-weight: 700; font-size: 20px; font-family: 'Oswald', sans-serif; position: absolute; background: #e5e5f8; border-radius: 50%; display: block; text-align: center; line-height: 40px; left: 50%; top: -20px; transform: translateX(-50%);}
.quytrinh .col-lg-3:nth-child(2n+2) > .item:before{ top: inherit; bottom: -20px;}
.quytrinh .col-lg-3:nth-child(2) > .item:before{ content:"2";}
.quytrinh .col-lg-3:nth-child(3) > .item:before{ content:"3";}
.quytrinh .col-lg-3:nth-child(4) > .item:before{ content:"4";}
.quytrinh .col-lg-3:after{ border-radius: 50%;; width: 330px; height: 330px; border: 1px dashed #c9c9e6; content: ""; display: block; position: absolute; z-index: 988; top: -67px; left: 45%;}
.quytrinh .col-lg-3:nth-child(2):after{ top: inherit; bottom: -67px;}
.quytrinh .col-lg-3:nth-child(4):after{ display: none;}


.section_4{ background: url(../img/bg_destination.jpg) center bottom no-repeat; background-size: cover; padding: 70px 0; margin-top: 50px;}
.section_4 .tittle_sec{ color: #fff;}
.section_4 p.desc{color: #fff;}
.list_desti{ margin: 0 -8px;}
.list_desti [class^='col-']{ padding: 0 8px;}
.box_desti{border-bottom: 8px solid #eb9c0b; background: rgba(255,255,255,0.94); width: 100%; padding-top: 40px; margin-right: 10px; transition: all 300ms ease-in-out;}
.list_desti .col-lg-2:nth-child(2n+2) > .box_desti{border-bottom: 8px solid #868db9; padding-bottom: 20px;}
.list_desti .col-lg-2:last-child > .box_desti{background: rgba(247,163,6,0.94);  border-bottom: 8px solid #fff; min-height: 275px;}
.list_desti .col-lg-2:last-child > .box_desti .ic_moredesti{ text-align: center; font-size: 50px; margin-top: 30px; }
.ic_moredesti a{ color: #fff;}
.list_desti .col-lg-2:last-child > .box_desti h4 a{ color: #fff;}
.box_desti:hover{ padding-bottom: 20px;}
.box_desti:hover > h4 > a{ color: #f7a306;}
.list_desti .col-lg-2:last-child > .box_desti:hover { background: rgba(45,49,76,0.94);}
.ic_sv{ width: 92px; margin: auto; position: relative; border-bottom: 1px solid #a8adce; padding-bottom: 20px;}

.box_desti h4{ margin: 15px 10px; text-align: center; font-size: 15px; padding-bottom: 35px;}
.box_desti h4 a{ color: #2d314c; font-weight: 400;}
.section_4 .list_sv{margin-top: 60px;}


.section_5{ margin-top: 50px;}
.section_5 .tittle_sec{ margin-bottom: 50px;}
.section_5 .container{width: 1230px;}
.section_5 p.desc{ margin-bottom: 30px;}
.off_prd{ position: relative; border-radius: 5px; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); overflow: hidden; background: #fff; }
.off_prd a.thumbs_prj{ width: 50%; float: left;}
.off_prd a img{ width: 100%;}
.inf_offprd{
	width: 50%;
	float: left;
	padding: 30px 0 0 0;
	text-align: left;
}
.inf_offprd h4 a{ text-align: left; display: inline-block; color: #282828; font-weight: 300; font-size: 18px; position: relative; margin-bottom: 5px; padding: 0 5px 0 20px;}
.inf_offprd h4 a span{ font-weight: 700;}
.inf_offprd p{ color: #282828; padding: 0 5px 0 20px; margin-top: 20px;}
p.price{ text-align: center; transition: all 300ms ease-in-out; background: #f6f6fc; padding: 8px 0; position: absolute; bottom: 15px; width: 50%; right: 0;}
p.price span{ font-weight: 700; font-size: 24px;}
.off_prd:hover > .inf_offprd > p.price{ background: #f7a306; color: #fff;}
.off_prd:hover > .inf_offprd h4 a{ color: #f7a306;}

.section_5 .nav-tabs, .news_prd .nav-tabs{ text-align: center; border: none; margin-bottom: 40px;}
.section_5 .nav-tabs li, .news_prd .nav-tabs li{ float: none; display: inline-block;  border: none; font-size: 16px;}
.section_5 .nav-tabs li>a, .news_prd .nav-tabs li > a{color: #282828; border: none; background: #f4f8f9; border-radius: 5px; text-transform: uppercase;}
.section_5 .nav-tabs li>a span, .news_prd .nav-tabs li > a{ font-weight: 700;}
.section_5 .nav-tabs>li.active>a, .news_prd .nav-tabs li.active > a{ background: #f7a306; color: #fff; border-radius: 5px; border: none;}
.section_5 .btn_viewmore, .section_6 .btn_viewmore{ background: #f7a306; position: relative; left: 50%; transform: translateX(-50%);}
.section_5 .btn_viewmore:hover{ color: #fff; background: #2d314c;}

.section_6{ background: #f4f8f9; padding: 70px 0; margin-top: 70px;}
.item_news{ min-height: 420px;}
.item_news img{ width: 100%;}
.inf_itnews{ }
.inf_itnews h4{
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 18px;
	max-height: 56px;
}
.inf_itnews h4 a{ color: #282828; font-size: 15px;}
.inf_itnews h4 a:hover{ color: #f7a306;}
.inf_itnews p.time{ margin-top: 7px; font-size: 12px; letter-spacing: 3px;}
p.desc_news{ margin-top: 20px;}
a.view_detail{ color: #282828; font-size: 13px; font-weight: 700; display: block;}
a.view_detail:hover{ color: #f7a306;}
a.view_detail i{ margin-left: 10px; font-size: 11px;}
.section_6 .btn_viewmore{ background: #2d314c;}


.section_7{ margin-top: 70px; padding-bottom: 60px;}
.section_7 h3{ margin-bottom: 40px;}

/*owl-carousel*/
.owl-carousel2{}
.owl-carousel.owl-loaded, .owl-carousel2.owl-loaded, .owl-carousel3.owl-loaded {
  display: block;
  position:relative;
}
.owl-carousel .owl-stage-outer, .owl-carousel2 .owl-stage-outer, .owl-carousel3 .owl-stage-outer{
  position: relative;
  overflow:hidden;
  -moz-transform: translate3d(0px,0,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}
.owl-carousel .owl-item, .owl-carousel2 .owl-item, .owl-carousel3 .owl-item{
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel2 .item{
	display: inline-table;
	cursor: move;
	}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	font-family:'FontAwesome';
	color: #d6d6d6;
	font-size: 30px;
	background: none;
}
.owl-prev, .owl-next{
	bottom:70px;
	position:absolute;
	border-radius: 50%;
}
.owl-carousel2 .owl-prev, .owl-carousel3 .owl-prev , .owl-carousel3 .owl-next,  .owl-carousel2 .owl-next{
	width:34px;
	height:34px;
	font-size: 24px;
	font-weight: 700;
	}
.owl-prev span, .owl-next span{ line-height: 21px; display: block; display: inline-block; transform: translateY(-2px);}
.owl-prev:hover, .owl-next:hover{
	color: #fff;
	background: #f27a05;
	}
.owl-carousel2 .owl-prev{
	left:0;
	margin-left:-120px;
	content: "\f137";
	}
.owl-carousel2 .owl-next{
	left:0;
	margin-left:-80px;
	content: "\f138";
	}
.owl-carousel2 .owl-stage{}
.owl-dots{ display: none;}

.owl-carousel3 .owl-item{ text-align: center;}
.owl-carousel3 .owl-prev{left: 0; top: 18px;}
.owl-carousel3 .owl-next{right: 0; top: 18px;}
.owl-carousel3 .owl-item img{ display: inline-block;}

/**product**/
#slidebanner .item .desc_banner_prd{top: 90px; width: 70%;}
.breadcrumb{ background: none; text-align: center; font-size: 14px; color: #fec30d;}
.breadcrumb a{ color: #fff;}
.breadcrumb a:hover{color: #fec30d;}
.filter_prd{margin: 30px auto 0 auto; text-align: center; width: 1170px;}
.filter_prd .row_inp{ width: 750px; margin: auto; position: relative; display: inline-block;}
.filter_prd .row_inp .slc{ width: 32.3%;}
.filter_prd .row_inp .form-group{  text-align: left;}
.filter_prd .row_inp div.slc:last-child{ margin-right: 0;}
.filter_prd select{font-weight: 400; color: #282828; width: 100%;  height: 42px;}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{ height: 36px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 36px;}
.filter_prd .select2-container--default .select2-selection--single .select2-selection__rendered{ text-align: left !important;}

.filter_prd div.slc:last-child{ margin-right: 0;}

.count_prd{ text-align: center; font-size: 14px; margin-top: 30px; color: #282828;}
.section_prd_page{ margin-top: 20px;}
.section_prd_page .list_prd{ margin-top: 45px;}
.section_prd_page .list_prd .off_prd{ margin-bottom: 40px;}
ul.tab_desti{ position: sticky; top: 0px; padding: 10px 0; z-index: 991; background: #fff;}
.section_prd_page ul.tab_desti li{ width: 14%; margin-right: 0.2%; float: left;  margin-bottom: 0;}
.section_prd_page ul.tab_desti li:last-child{ margin-right: 0;}
.section_prd_page ul.tab_desti li a{ width: 100%; display: inline-block; padding: 10px 0; background: #2d314c; color: #fff;}
.section_prd_page ul.tab_desti li:hover > a, .section_prd_page ul.nav-tabs li.active > a{ background: #be4369; color: #fff;}
.section_prd_page li.last_tab_listprd > a, .section_prd_page li.last_tab_listprd > a:focus{ background: #f7a306; color: #2d314c;}
.section_prd_page ul.tab_desti li.last_tab_listprd a{ background: #f7a306;}
.section_prd_page li.last_tab_listprd a i{ margin-left: 10px;}
.section_prd_page ul.tab_desti li.last_tab_listprd .dropdown-menu{ margin-top: 5px; padding: 10px; border-radius: 5px;}
.section_prd_page ul.tab_desti li.last_tab_listprd .dropdown-menu a{ color: #282828; border-bottom: 1px dashed #c4c4c4; background: transparent;}
.section_prd_page ul.tab_desti li.last_tab_listprd .dropdown-menu a:hover{ color: #f7a306;}

.news_prd .nav-tabs li > a{ width: 190px; background: #e7e8ee;}
.news_prd .tab-content .tindang .item_news { border: 1px solid #e7e8ee; min-height: inherit; max-height: 122px; height: 122px; padding: 8px; border-radius: 5px; overflow: hidden; margin-bottom: 30px;}
.news_prd .tab-content .tindang .item_news img{ width: 137px; float: left; margin-right: 10px;}
.news_prd .tab-content .tindang .item_news .inf_itnews h4{ text-transform: none; font-size: 14px; margin-top: 0; padding: 0;}
.btm_mini_news{ margin-top: 20px;}
.btm_mini_news p.time{ float: left; margin: 0;}
.btm_mini_news a.view_detail{ text-align: right; margin: 0; color: #282828}

.section_prd_page ul.tab_hanoi li{ width: 24.8%;}
.section_prd_page ul.tab_hanoi li h2 a{ font-size: 14px; border-radius: 5px; font-weight: 400; padding: 10px 0; display: inline-block;}
.section_prd_page ul.tab_hanoi li.active h2 > a{ background: #be4369; color: #fff;}
.inf_prd_HN{ background: #f4f8f9; width: 100%; overflow: hidden; padding: 20px;}
.inf_prd_HN p{ font-size: 15px; margin-bottom: 10px; color: #282828;}
.inf_prd_HN p i{  color: #be4369; margin-right: 10px;}
.inf_prd_HN p span{ font-weight: 700;}

.pagi{ margin-top: 30px;}
.pagi ul{ text-align: center;}
.pagi ul li{ display: inline-block; margin-right: 5px;}
.pagi ul li a{ padding: 8px 10px; color: #282828; border-radius:5px; border: 1px solid #e7e8ee;}
.pagi ul li.active a, .pagi ul li:hover a{ background: #f7a306;}

.off_clas ul.tab_desti li{ width: 24.8%;}

/*detail_prd*/
.breadcrumb_dtprd{ margin-top: 25px;}
.breadcrumb_dtprd li a{ color: #8a8a8a;}
.dt_prd_p{ margin-top: 120px;}
.dt_prd{background: url(../img/bg_dt-prd.jpg) left bottom no-repeat #2d314c; width: 100%; overflow: hidden;}
.dt_prd_page .container{ width: 1420px;}
.r_dt_prd .row{background: #f4f8f9; margin-right: -16px;}
.r_dt_prd [class^='col-']{ padding: 0;}
.inf_dt_prd{ padding-right: 50px; text-align: right;}
.inf_dt_prd h1{ font-size: 36px; font-family: 'Oswald', sans-serif; color: #fff; font-weight: 300; margin-top: 60px;}
.inf_dt_prd h1 span{ font-weight: 700;}
.inf_dt_prd p.desc{ color: #d5d8ea; padding-left: 50px; width: auto; text-align: right !important; margin-top: 55px; font-size: 16px; line-height: 26px;}
span.link{ font-size: 11px; color: #afb3cb; letter-spacing: 4px; }
.tab_dt_prd{ padding: 0px 20px 0 20px !important;}
.tab_dt_prd .tab_inf_prd{ text-align: left; margin-bottom: 20px; margin-top: 20px;}
.tab_dt_prd .tab_inf_prd li a{ background: #d5d7e4; padding: 12px 20px; border-bottom: 3px solid #a4a8c6; border-radius:0; }
.tab_dt_prd .tab_inf_prd li.active a{ border-radius:0;  border-bottom: 3px solid #be4369; position: relative;}
.tab_dt_prd .tab_inf_prd li.active a:after{ top: 100%; transform: translateX(-50%);left: 50%; border: 10px solid transparent;	content: " ";height: 0;	width: 0;position: absolute;pointer-events: none;border-color: rgba(75, 190, 67, 0);border-top-color: #be4369;	border-width: 10px;	}
.tab_dt_prd .btn_fbuilding a, .general_inf .btn_fbuilding a{ width: 48%; display: inline-block; padding: 10px 0;  }
.tab_dt_prd .btn_fbuilding a.btn_request, .general_inf .btn_fbuilding a.btn_request, a.btn_request{ border-radius: 5px; font-size: 15px; font-weight: 700; color: #fff; text-transform: uppercase; text-align: center; background: #be4369; padding: 13px 0 14px 0; }
.tab_dt_prd .btn_fbuilding a.btn_request i.icon_all, .general_inf .btn_fbuilding a i.icon_all{ width: 20px; height: 16px; background-position: 0  -50px; transform: translateY(2px); margin-right: 10px;}

.l_dt_prd ul{ margin-top: 12px;}
.l_dt_prd ul li{ width: 100%; overflow-x: hidden; padding: 12px 15px 12px 15px;}
.l_dt_prd ul li:nth-child(2n+2){ background: #e0ebf6;}
.l_dt_prd ul li label i{ width: 26px; height: 26px; margin-right: 10px; display: inline-block; float: left; transform: translateY(-3px);}
.l_dt_prd ul li.map i{ background: url(../img/ic_map.png);}
.l_dt_prd ul li.acreage i{ background: url(../img/acreage.png);}
.l_dt_prd ul li.height i{ background: url(../img/height.png);}
.l_dt_prd ul li.p_car i{ background: url(../img/p_car.png);}
.l_dt_prd ul li.gama i{ background: url(../img/gama.png);}
.l_dt_prd ul li.level i{ background: url(../img/level.png);}
.l_dt_prd ul li.daikin i{ background: url(../img/daikin.png);}
.l_dt_prd ul li.wt i{ background: url(../img/wt.png);}
.l_dt_prd ul li label, .l_dt_prd ul li p{ padding: 0; margin: 0;}
.tab2_prd ul li.price i{ background: url(../img/price.png);}
.tab2_prd ul li.pr_sv i{ background: url(../img/pr_sv.png);}
.tab2_prd ul li.pr_car i{ background: url(../img/pr_car.png);}
.tab2_prd ul li.pr_wt i{ background: url(../img/pr_wt.png);}
.tab2_prd ul li.pr_bike i{ background: url(../img/pr_bike.png);}
.tab2_prd ul li.min_acreage i{ background: url(../img/min_acreage.png);}
.tab2_prd ul li.contract i{ background: url(../img/contract.png);}
.tab2_prd ul li.deposit i{ background: url(../img/deposit.png);}
.tab2_prd ul li.price p.col-lg-6{ transform: translateY(-7px);}
.tab2_prd ul li.price span{ font-size: 24px; font-weight: 700;}
.btn_dt_prd{ margin-top: 60px; text-align: center;}
.btn_dt_prd a{ padding: 10px 30px; margin-right: 10px;}
.btn_dt_prd a:last-child{ margin: 0;}
a.btn_hotline{  width: auto; margin: 0; float: none;}

.general_inf{ margin-top: 60px;}
.general_inf .container, .related_prd .container{ width: 1230px;}
.general_inf i.icon_bullet{ width: 18px; height: 25px; background: url(../img/icon_all.png)0 -70px no-repeat; margin-right: 10px; transform: translateY(2px);}
.map_gg iframe{ width: 100% !important;}
.map_gg
.general_inf .row h4, .general_inf .row h2, .general_inf .row h3{ margin:20px 0 20px 0; font-size: 18px;}
.general_inf .row h4{ margin-top: 0;}
.general_inf h4 i.icon_all{ background-position:0 -312px ; width: 26px; height: 22px; margin-right: 15px;}
.general_inf .btn_dt_prd{ text-align: left;}
.general_inf .btn_dt_prd a{ padding: 0; display: inline-block; width: 100%; position: relative; transform: translateX(-50%); left: 50%;}
.general_inf .btn_dt_prd a img{ margin: auto;}
.general_inf .inp_newsletter{ width: 310px;}
.general_inf .btn_dt_prd a.btn_hotline{ padding: 8px 30px; margin-right: 10px;}
.general_inf .btn_dt_prd a.btn_srq:hover{ background: #f27a05; border-color: #f27a05;}
.btn_dt_prd2 a{ display: block; text-align: center;}

ul.lightSlider li a{ display: block; text-align: center; height: auto;}
ul.lightSlider li a img{ width: 100%;}

.related_prd{ background: #f4f8f9; margin-top: 60px; padding-bottom: 50px;}
.related_prd h3.tittle_sec{ margin-top: 50px;}
.related_prd .nav-tabs li a{ background: #e7e8ee;}
.related_prd .nav-tabs li.active a{ background: #2d314c;}
.related_prd .off_prd{ margin-bottom: 30px;}

.news_dt_prd{ background: #fff; margin-top: 0;}

/*news*/
.section_news{ margin-top: 50px;}
.cat_news h2, .related_news h2, .search_news h2, .inf_com h4{ font-size: 20px; color: #282828; font-weight: 700; text-transform: uppercase;}
.cat_news ul{ margin-top: 20px;}
.cat_news ul li a:before{ content: "\f054"; font-family:'FontAwesome'; font-size: 12px; margin-right: 15px;}
.cat_news ul li a{ color:#4a4a4a; line-height: 32px;}
.cat_news ul li a:hover{ color:#ee8a09; }
.related_news{ margin-top: 30px;}
.related_news ul{ margin-top: 20px;}
.related_news ul li{ margin-bottom: 25px;;}
.related_news ul li h3{ text-transform: none;}
.related_news ul li a{ color: #282828; font-weight: 700; font-size: 14px; line-height: normal; display: inherit;}
.related_news ul li a:hover{ color: #f27a05; }
.related_news ul li img{ float: left; margin-right:10px; border-radius: 5px;}
.related_news ul li p.time{ font-size: 12px; margin-top: 5px;}
.search_news{ margin-bottom: 30px;}
.search_news h2{ margin-bottom: 20px;}
.inner_search_news{ background: #fff; border: 1px solid #d4dde7; overflow-x: hidden; border-radius: 30px;}
.inner_search_news input{ width: 85%; float: left; background: transparent; line-height: 38px; border: none; padding-left: 15px;}
.inner_search_news button{ width: 15%; float: right; text-align: center; background: none; border: none; line-height: 38px; cursor: pointer;}
.inner_search_news button i{ color: #f27a05; }
.list_news_page{ padding-bottom: 60px;}
.list_news_page .item_news{margin-bottom: 30px;}
.pagination{ position: relative; left: 50%; transform: translateX(-50%);}
.pagination li a{ color: #4a4a4a;}
.pagination li a:hover{background: #2d314c; color: #fff;}

.inner_dtnews img{ width: 100%; margin-bottom: 20px;}
h3.title_detail_news{ font-size: 18px; color: #282828; }
.inner_dtnews p.inf_dtnews{ color: #8a8a8a; font-size: 12px;  margin-top: 10px;}
.inner_dtnews p.inf_dtnews span{ margin-right: 20px; display: inline-block;}
.inner_dtnews p.inf_dtnews span i{ margin-right: 10px;}
.ctn_dtnews, .bt_dtnews{ margin-top: 30px;}
.ctn_dtnews h1, .ctn_dtnews h2, .ctn_dtnews h3, .ctn_dtnews h4, .ctn_dtnews h5, .ctn_dtnews h6{ margin: inherit !important; margin-bottom: 15px !important;}
.bt_dtnews .col-lg-9 i{ color: #fecd07; margin-right: 10px;}
.bt_dtnews .col-lg-9 a, .tags a{ text-decoration: underline; color: #282828;}
.bt_dtnews .col-lg-9 a:hover, .tags a:hover{ text-decoration: none;}
.bt_dtnews .col-lg-3{ text-align: right;}
.bt_dtnews .col-lg-3 a, .btm_dtprj a{ display: inline-block; margin-left: 10px; color: #4a4a4a; font-size: 20px;}
.bt_dtnews .col-lg-3 a:hover, .btm_dtprj a:hover{color: #fecd07; }
.bt_dtnews .col-lg-3 a:hover{ color: #282828;}

/*about*/
.section_about{ margin-top: 50px;}
.section_about .container{ background: #f7f5f5;}
.l_about{ padding-left: 0; margin-left: -15px;}
.r_about{ padding-right: 0; margin-right: -15px; padding-top: 70px;}
.r_about h3{ font-size: 22px;}
.r_about h3 span{ font-size: 36px;}
.r_about h4{ text-transform: uppercase; margin: 30px 0px 16px 0; color: #282828;}
.r_about ul li{ margin-bottom: 20px;}
.r_about ul li{ vertical-align: middle;}
.r_about ul li i{ display: inline-block; width: 21px; height: 21px; background: url(../img/star.png) no-repeat;  margin-right: 10px; transform: translateY(5px);}
.sec_exp{ background: url(../img/bg_exp.jpg) center top no-repeat; background-size: cover;}
.exp > div{ text-align: center; color: #fff;}
.exp img{ margin-bottom: 30px;}

/*Pots*/
.banner_post .item .desc_banner_prd{ top: 62px !important;}
.item_post{ border: 1px solid #e5e5f8; background: #fff; border-radius: 5px; padding: 10px; width: 100%; overflow: hidden; margin-bottom: 15px;}
.item_post .thumbs_post{ width: 207px; float: left; margin-right: 20px;}
.inf_itpost h4{ margin-top: 5px; padding: 0; font-size: 15px; text-transform: none;}
.inf_itpost p.time{ margin: 5px 0 0 0;}
.desc_inf{ overflow: hidden; margin-top: 15px;}
.desc_inf > p{ padding: 0; margin: 0;}
.desc_inf p i{ color: #f7a306; margin-right: 8px;}
.desc_inf p i.acreage{ background: url(../img/acreage_posst.png) no-repeat; width: 14px; height: 14px;}
.inf_itpost p.desc_news{ margin-top: 5px;}
.thumbs_post{ position: relative;}
.thumbs_post span{ position: absolute; bottom: 5px; width: calc(100% - 10px); transform: translateX(-50%); left: 50%; background: rgba(0,0,0,0.6); text-align: center; display: inline-block; padding: 5px 0; border-radius: 5px; color: #fff;}
.list_post .col-lg-12:nth-child(2n+2) > .item_post{ background: #f0f2f7;}
.vip1 .inf_itpost h4 a, h1.vip1{ text-transform: uppercase; color: #e4282d;}
.vip2 .inf_itpost h4 a, h1.vip2{color: #e4282d;}
.vip3 .inf_itpost h4 a, h1.vip3{color: #ff7b05;}

.search_post{ margin-bottom: 30px;}
.tab_search_post li h2 a{ font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; color: #8b8b8b; text-transform: uppercase; letter-spacing: -0.3px;  padding: 10px 12px; display: block; border-top: 3px solid transparent;}
.tab_search_post li:last-child h2 a{ margin-right: 0; }
.tab_search_post>li h2 >a:hover{ border-bottom: none; display: block;}
.tab_search_post>li.active h2>a, .tab_search_post>li.active h2>a:hover, .tab_search_post>li.active h2>a:focus{ color: #2d314c; border-top: 3px solid #2d314c; background: #f0f2f7; border-bottom: none; display: block;}
.search_post .tab-content{ border: 1px solid #d4dde7; border-top:  none; background: #f0f2f7; border-radius: 0 0 5px 5px; padding:20px 0;}
.inner_sp, .inner_sp form{ position: relative;}
.inner_sp select.js-example-basic-single{ width: 90% !important; border-radius: 5px; border: 1px solid #d4dde7; background: #fff; font-size: 14px; color: #282828; height: 38px; line-height: 38px; padding-left: 15px; left: 0;}
.inner_sp .select2-container{ width: 90% !important; position: inherit !important; left: 50%; transform: translateX(-50%); margin-bottom: 13px;}
.inner_sp2 .select2-container{ width: 90% !important;}
.inner_sp button{ width: 90%;  height: 38px; line-height: 35px; font-size: 15px; color: #fff; background: #2d314c; text-align: center; border-radius: 5px; text-transform: uppercase; font-weight: 700; margin-top: 10px; position: inherit !important; left: 50%; transform: translateX(-50%);}
.inner_sp button:active{ background: #1f2131; box-shadow: inset 0px -4px 19px 2px rgba(0,0,0,0.29);}

.tt_r_post{ font-size: 26px; color: #2d314c;text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 300; margin: 25px 0; padding-top: 25px; border-top: 1px solid #d4dde7;}
.detail_post {}
.desc_dtp .btn_fbuilding a{ width: 50%;}
.tt_dtp{ font-size: 15px; color: #2d314c; margin-top: 10px;}
.desc_dtp p.time{  font-size: 12px; color: #8e8e8e; letter-spacing: 2px; margin-top: 10px;}
.desc_dtp p i{ width: 26px; height: 26px; margin-right: 10px; float: left; transform: translateY(-2px);}
.desc_dtp .desc_inf p{ width: 100%; overflow: hidden;}
.desc_dtp p i.ic_map{background: url(../img/ic_map_orange.png) no-repeat;}
.desc_dtp p i.price{ background: url(../img/price.png) no-repeat;}
.desc_dtp p i.min_acreage{ background: url(../img/min_acreage.png) no-repeat;}
.desc_dtp .btn_fbuilding a{ width: 48%; float: left; margin-right: 2%;}
.desc_dtp .btn_fbuilding a:hover{ background: #9c2b4e;}
.desc_dtp .btn_fbuilding a.btn_hotline{ padding: 10px 0px 10px 0px;}
.desc_dtp .btn_fbuilding a.btn_hotline:hover{ background: #d78d02;}
.gi_dtp h2, .gi_dtp h3{ font-size: 15px; text-transform: none; margin-bottom: 15px;}

/**contact**/



/**footer**/
/**footer**/
#footer{background: url(../img/bg_footer.jpg) center bottom #2d2b49 no-repeat;	padding-top: 70px;}
#ftLink{padding-bottom:30px;}
.lg_ft{ margin-bottom: 30px;}
#footer p.desc{ color: #888;}
#footer h3{
	font-size:20px;
	font-weight: 700;
	margin:0 0 15px 0;
	text-transform:uppercase;
	color: #fff;
	}
#footer h3 span{
	padding-bottom:15px;
	border-bottom:1px solid #f7a306;
	}
#footer ul{
	margin:40px 0 0 15px;
	padding:0;
	}
#footer ul li{
	color:#fecd07;
	margin-top:10px;
	list-style: circle;
	}
#footer ul li a{
	color:#cbcbcb;
	font-size: 13px;
	}
#footer ul li a:hover{
	color:#fecd07;
	}
#ftCopy{
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
	}

#ftCopy address{
	color:#cbcbcb;
	font-size:13px;
	margin-top: 40px;
	}
#ftCopy address p{
	margin:0;
	line-height: 24px;
	padding-right: 20px;
	}
#ftCopy address p i, .inf_com address i{ margin-right: 10px; width: 5%; }
#ftCopy address a{color:#cbcbcb; }
#ftCopy .social a{
	display:inline-block;
	margin-right:2px;
	}
#footer .row>div{
	margin-top:15px;
	margin-bottom:15px;
	}
.key_prd{ margin-top: 30px;}
.key_prd a{ display:inline-block; font-size: 13px; margin-right:8px; margin-bottom:5px; border: 1px solid #3b3957; color:#cbcbcb; padding:5px 10px 5px 18px; position:relative;}
.key_prd a:hover{ color:#fff; border:1px solid #f7a306;}
.btm_ft{  border-top: 1px solid #3b3957; position: relative;}
.logo_ft{ position: absolute; top: -35px; left: 50%; transform: translate(-50%);}
.btm_ft .container{ max-width: 660px; margin-top: 70px;}
.btm_ft p.coppyright{ margin:80px 0 0 0; padding: 0; color:#6c6a8d; text-align: center; font-size: 13px; line-height: 46px;}
.form_ft input, .form_ft textarea{ width: 100%; border: none; border-left: 2px solid #f7a306; background: #fff; color: #282828; border-radius: 5px; line-height: 34px; text-indent: 10px;}
.form_ft input::placeholder, .form_ft textarea::placeholder { color: #6c6a8d;}
.form_ft .btn_viewmore{ background: #f7a306; position: relative; left: 50%; transform: translateX(-50%);}
.form_ft .btn_viewmore:hover{ background: #dc9002; color: #fff;}


/***backtotop***/
.cd-top {
color:#fff;
border-radius: 100%;
text-align:center;
    font-size: 22px;
    line-height: 43px;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: #f7a306;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
a.cd-top:hover {
	background: #2d314c !important;
  color:#fff !important;}
.no-touch a.cd-top:hover {
  background: #2d314c !important;
  color:#fff !important;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 30px;
  }
}

/*modal*/
.modal-dialog{ margin-top:80px; width:460px;}
.modal-body{ padding:30px;}
.modal-header{ padding-left:30px; color:#2d314c; font-size:20px; font-weight: 700; text-transform: uppercase;}
.modal-body .form_ft input, .modal-body .form_ft textarea { border: 1px solid #e2e2e2; border-left: 2px solid #f7a306; background: #fff; color: #282828; border-radius: 5px; line-height: 44px; text-indent: 10px; margin-bottom: 15px; font-size: 14px; outline: none;}

/*form_post*/
.form_post{ margin-bottom:50px;}
.box_form{ background: #f4f4fe; border: 1px solid #d4dde7; border-radius: 10px;}
.head_FP{ background: url(../img/bg_headFP.jpg) right no-repeat; border-radius: 10px 10px 0px 0px; padding: 30px 0 30px 40px;}
.head_FP p{ font-size: 16px; margin-bottom: 0;}
.head_FP h3{ font-size: 26px; font-weight: 700; color: #2b4670;}
.head_FP h3 span{ color: #f7a306;}

.box_form form{ width: 90%; margin: 30px auto;}
.box_form form label{ width: 100%; font-weight: 400;}
.box_form form label span{ color: #FF0004;}
.box_form form input{ height: 34px; line-height: 34px; margin-bottom: 20px;}
.box_form form input, .box_form form textarea{ width: 100%; background: #fff; border-radius: 5px; border: 1px solid #d4dde7;}
.box_form form textarea{ height: 190px;}
.box_form form a{ width: auto; padding: 10px 25px; color: #fff; background: #f7a306; text-transform: uppercase; font-weight: 400; border-radius: 5px;}

.right_form_post ul li{ border-radius: 5px; width: 100%; background: url(../img/mi_bn_FP1.jpg) left no-repeat #2b4670; background-size: cover; padding:28px 15px; overflow: hidden; margin-bottom: 15px;}
.right_form_post ul li p{ width: 75%; float: right; font-weight: 700; color: #fff; margin: 0;}
.right_form_post ul li:nth-child(2){background: url(../img/mi_bn_FP2.jpg) right no-repeat #203042;}
.right_form_post ul li:nth-child(3){background: url(../img/mi_bn_FP3.jpg) left no-repeat #ef8303; padding: 15px;}
.right_form_post ul li:nth-child(4){background: url(../img/mi_bn_FP4.jpg) right no-repeat #8d3355;}
.right_form_post ul li:nth-child(2n+2) p{float: left;}

/*about*/
.ctn_about span{ color:#2d314c; font-size: 23px; font-weight: 700;}
.sec_about_2{ background: url(../img/bg_sec2_about.jpg) center no-repeat; background-size: cover; margin-top: 50px; padding: 50px 0;}
.sec_about_2 .tittle_sec{ color: #fff; text-align: center;}
.des_sec2_about{ color: #fff; width: 90%; margin: auto; text-align: center;}
.sec_about_2 ul{ width: 100%; margin: 30px 0; overflow: hidden;}
.sec_about_2 ul li{ width: calc(20% - 20px); margin: 0 10px; background: #fff; float: left; min-height: 255px; border-bottom:5px solid #fff; text-align: center; padding-top: 30px; transition: all 300ms ease-in-out;}
.sec_about_2 ul li p{ width: 94%; margin: auto; color: #282828; font-weight: 700; text-align: center; margin-top: 20px;}
.sec_about_2 ul li:hover{ border-color: #f7a306;}
.sec_about_2 h4{ color: #f7a306; text-align: center; font-weight: 700;}
.sec_about_2  .btn_fbuilding{ text-align: center;}

/*policy*/
.sec_plc .l_plc{ text-align: center;}
.sec_plc  .r_plc h3.tittle_sec{ margin-top: 10px; margin-bottom: 60px; font-size: 28px;}
.sec_plc ul li{ line-height: 26px;}
.sec_plc ul li:before{ content: "\f178"; font-size: 12px; color: #f7a306; font-family:"FontAwesome"; margin-right: 15px;}

/*bosung_mota_quan*/
.sec_des_country{ margin-top: 30px;}
.text_dc{ font-size: 160px; color: #ebf1f2; font-weight: 700; text-transform: uppercase; letter-spacing: 25px;}
.text_dc span{ color: #fef5e5;}
.ctn_dc{ position: relative; margin-top: -100px;}
.l_thumbs_dc{ position: relative;}
.l_thumbs_dc img{ margin-right: 20px;}
.l_thumbs_dc p{transform: rotate(-90deg); position: absolute; left: -70px; bottom: 100px; letter-spacing: 6px; font-size: 14px;}
.l_thumbs_dc:after{ position: absolute; display: inline-block; width: 209px; height: 450px; background: #fef5e5; right: -60px; bottom: -80px; content: ""; z-index: -1;}
.r_ctn_dc{}
.r_ctn_dc h2{ margin-top: 70px; margin-bottom: 30px; font-size: 26px; font-weight: 400;}
.r_ctn_dc h2 span{ display: block; font-size: 42px; color: #f7a306; font-weight: 700;}

.list_st ul, .list_st li{ list-style: disc;}

/*11_2019*/

.big-text {
width: 100%;
 min-height: 430px;
  overflow: hidden;
  transition: height 0.3s ease-in;
  will-change: height;
}
@media (min-width: 768px) {
  .big-text {
    max-height: 100%;
  }
}

.hidden, .hidden:active, .hidden:focus {
  display: none;
  color: #fff;
}

.toggle, .toggle:active, .toggle:focus{ color: #fff;}


/*14_5_2020*/
.banner_ad{ background: url(../img/banner_AD.jpg) left no-repeat; width: 100%; margin: 30px auto 0 auto; padding: 30px; background-size: cover;}
.banner_ad p{ font-size: 22px; color: #fff; font-weight: 700; line-height: normal;}
.banner_ad a{color: #fff; font-size: 15px; font-weight: 700; border-radius: 8px; padding: 10px 15px ; min-width: 213px; display: inline-block; margin: 10px 10px 0 0;}
.banner_ad a i{ margin-right: 10px;}
.btn_hotline2{ background: #f7a207; margin-left: 50px;}
.btn_reg{ background: #bf4368;}
.banner_ad .col-lg-6:last-child{ text-align: center;}

@media (max-width: 450px){
.banner_ad .col-lg-6:last-child{ text-align: left;}
}