/*
Theme Name: Sua nha toan quoc
Theme URI: http://iti.com.vn
Author: Cong Pho
Author URI: http://iti.com.vn
Description: Thiet ke web chuyen nghiep
Version: 1.0
Text Domain: ITI.COM.VN
*/
@charset "utf-8";
/* CSS Document */



body{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
	background:#fff
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.show1711{
    display: none;
}

p {
    font-size: 16px;
    line-height:1.3;
}
ul {
    list-style: outside none none;
}
h1,h2,h3,h4{font-weight: 600;}

figcaption, figure, main {
    display: block;
}
textarea:focus, input:focus{
    outline: none;
}
.container{
	max-width: 1080px !important;
}
/** OWL slider **/
#banner{
    width: 100%;
    position: relative;
    display:block;
    float:left;
    margin:  0;
    padding:  0;
    background: #eee;
}
#banner .owl-theme .owl-controls {margin-top: 0}
#banner .owl-theme .owl-controls .owl-nav .owl-prev,#banner .owl-theme .owl-controls .owl-nav .owl-next {position: absolute;top: 50%;width: 40px;height: 40px;margin: -20px 0 0 0;padding: 0;opacity: 1;border-radius: 50%;background: transparent;}
#banner .owl-theme .owl-controls .owl-nav .owl-prev, #banner .owl-theme .owl-controls .owl-nav .owl-next {color: #666;font-size: 30px;line-height: 40px}
#banner .owl-theme .owl-controls .owl-nav .owl-prev {left: 0;margin-left: 15px}
#banner .owl-theme .owl-controls .owl-nav .owl-next {right: 0;margin-right: 15px}
#banner .owl-theme .owl-controls .owl-dots{
    position:absolute;
    bottom:0;
    margin:0 auto;
    width: 100%;
    display:block;
    float:left;
}
/** End  OWL slider **/
#banner .box_furture_iti{
	display:block;
	position:absolute;
	bottom: 3px;
	left: 28%;
	z-index:999;
	width: 50%;
}
#banner .box_furture_iti ul{
	display:block;
	float:left;
	width:100%;
}
#banner .box_furture_iti ul li{
	display:inline-block;
	float:left;
	width: 21%;
}
#banner .box_furture_iti ul li a{
	color:#fff;
	padding:10px;
	background: #666666ab;
	margin:3px;
	display:block;
	text-align:  center;
	text-transform:  uppercase;
}
#banner .box_furture_iti ul li a:hover{
	text-decoration:none;
	background:#3d7ad2;
}
/** video css **/
video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -100;-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg') no-repeat;background-size: cover;-webkit-transition: 1s opacity;transition: 1s opacity;}


.stopfade { opacity: .5; }
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}



header{
	display:block;
	float:left;
	width:100%;
	position:relative;
	background: #fff;
}
.overlays{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#337ab74f url(images/bg-map-footer.png);
	
	width:100%;
	height:100%;
}
.logo{
	display:block;
	float:left;
	width:100%;
	padding:10px 0;
}
.logo img{
	width:100%;
}
.box_home h1{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-size:38px;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	margin-top: 18px;
}
.box_reg{
	display:block;
	float:left;
	width:100%;
	padding:20px 0;
}
.box_reg ul li a{
	font-size:16px;
	color:#fff;
}
.box_reg ul{
	display:block;
	float:right;
}
.vattu{
	display:block;
	float:left;
	width:100%;
	background:#fff;
}
.vattu h3{
	display:block;
	text-align:center;
	float:left;
	width:100%;
	padding:30px 0;
	font-size:25px;
	text-transform:uppercase;
}
.khuvuc{
	display:block;
	float:left;
	width:100%;
	/* padding:  20px 0; */
	margin-bottom: 26px;
}
.khuvuc .box_maps_area{
	display:block;
	float:left;
	width:100%;
	position: relative;
}
.khuvuc .box_maps_area img{
	display:block;
	margin:0 auto;
}
/** effect css **/

.la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-clip-rotate-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-clip-rotate-pulse.la-dark {
    color: #52a9e2;
}
.la-ball-clip-rotate-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate-pulse {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate-pulse > div {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
}
.la-ball-clip-rotate-pulse > div:first-child {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
       -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
         -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
            animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
}
.la-ball-clip-rotate-pulse > div:last-child {
    width: 16px;
    height: 16px;
    -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
       -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
         -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
            animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
}
.la-ball-clip-rotate-pulse.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate-pulse.la-sm > div:first-child {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-clip-rotate-pulse.la-sm > div:last-child {
    width: 8px;
    height: 8px;
}
.la-ball-clip-rotate-pulse.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate-pulse.la-2x > div:first-child {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-clip-rotate-pulse.la-2x > div:last-child {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate-pulse.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate-pulse.la-3x > div:first-child {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
.la-ball-clip-rotate-pulse.la-3x > div:last-child {
    width: 48px;
    height: 48px;
}
/*
 * Animations
 */
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0deg);
             transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -moz-transform: translate(-50%, -50%) rotate(180deg);
             transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
             transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0deg);
           transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -o-transform: translate(-50%, -50%) rotate(180deg);
           transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
           transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
           -moz-transform: translate(-50%, -50%) rotate(0deg);
             -o-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
           -moz-transform: translate(-50%, -50%) rotate(180deg);
             -o-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
           -moz-transform: translate(-50%, -50%) rotate(360deg);
             -o-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.15);
                transform: translate(-50%, -50%) scale(.15);
    }
}
@-moz-keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
             transform: translate(-50%, -50%) scale(1);
    }
    30% {
        opacity: .3;
        -moz-transform: translate(-50%, -50%) scale(.15);
             transform: translate(-50%, -50%) scale(.15);
    }
}
@-o-keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -o-transform: translate(-50%, -50%) scale(1);
           transform: translate(-50%, -50%) scale(1);
    }
    30% {
        opacity: .3;
        -o-transform: translate(-50%, -50%) scale(.15);
           transform: translate(-50%, -50%) scale(.15);
    }
}
@keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
           -moz-transform: translate(-50%, -50%) scale(1);
             -o-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.15);
           -moz-transform: translate(-50%, -50%) scale(.15);
             -o-transform: translate(-50%, -50%) scale(.15);
                transform: translate(-50%, -50%) scale(.15);
    }
}
/** End **/
.khuvuc_iti{
	position:absolute;
	/* top:0; */
	right:50.3%;
	top: 15%;
}
.khuvuc_iti2{
	position:absolute;
	right: 42.3%;
	top: 46%;
}
.khuvuc_iti3{
	position:absolute;
	right:47.3%;
	bottom: 15%;
}
.box_more_next_iti img{
	width: 15px;
    opacity: 0.3;
    top: -11px;
    position: relative;
    -webkit-animation: _1Xx7R0czUNmxPMUtXgy-0a 1s linear infinite;
    animation: _1Xx7R0czUNmxPMUtXgy-0a 1s linear infinite;
}

.mouse-down{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	position:  absolute;
	bottom: -36px;
}
/* test */

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

/*arrow down end*/
.box_dm{
	display:block;
	float:left;
	width:100%;
	background:#fff;
	padding: 20px 0;
}
.box_title_home h2{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:26px;
	margin-bottom: 20px;
}
.box_item_city{
	display:block;
	float:left;
	width:100%;
	border:1px solid #eee;
	position:relative;
	margin-bottom:20px;
}
.box_item_city h2{
	position:absolute;
	bottom:0;
	text-align:center;
	display:block;
	background:#3333338c;
	width:100%;
	color:#fff;
	padding:10px 0;
}
footer{
	display:block;
	float:left;
	width:100%;
	background:#2d678c url(images/bg-map-footer.png);
	color:#fff;
	padding:20px 0;
}
.box_footer_text h4{
	display:block;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.box_footer_text p{
	display:block;
	font-size:13px;
	margin-bottom:6px;
}
.box_footer_text ul li a{
	display:block;
	float:left;
	width:100%;
	font-size:13px;
	color:#fff;
}
.iti_bg_head {
    background: #666 url(images/bg_head.jpg) !important;
	background-size: cover;
}
.list_contents{
	display:block;
	float:left;
	width:100%;
	background:#eee;
	padding-top:30px;
}
.list_donvi{
	display:block;
	background:#fff;
	padding:10px;
	float:left;
	width:100%;
	border-radius:4px;
}
.box_right{
	display:block;
	float:left;
	width:100%;
}
.box_right .widget{
	background:#fff;
	float:left;
	width:100%;
	border-radius:4px;
	padding:6px;
	margin-bottom: 20px;
}
.box_right .widget h3{
	display:block;
	float:left;
	width:100%;
	margin-bottom:13px;
}
.box_right .widget ul li a{
	display:block;
	float:left;
	width:100%;
	padding:6px 0;
	border-bottom:1px solid #eee;
	font-size:15px;
	padding-left: 25px;
	position:relative;
	color: #666;
}
.box_right .widget ul li a:hover{
	text-decoration:none;
	background:#32668b;
	color:#fff;
}
.box_right .widget ul li a:before{
	content:"";
	background:url(images/sao2.png) no-repeat;
	width:26px;
	height:26px;
	position:absolute;
	left:0;
}
.list_donvi h1{
	display:block;
	float:left;
	width:100%;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #2b648f;
    text-transform: uppercase;
}
.list_donvi .title_dv span.dv_iti{
	display:block;
	float:left;
	width:80%;
	padding-bottom:6px;
	padding-top:10px;
	color: #32668b;
	font-weight: 600;
}
.list_donvi .title_dv span.kv_iti{
	display:block;
	float:left;
	width:20%;
	padding-bottom:6px;
	padding-top:10px;
	font-weight:600;
	color:#32668b;
}
.title_dv{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
.list_donvi .item_post{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
	padding:20px 0;
}
.list_donvi .item_post h2 a{
	font-size:15px;
	color:#666;
}
.list_donvi .item_post h2 {
	display:block;
	width:80%;
	float:left;
	position: relative;
	padding-left:40px;
}
.list_donvi .item_post h2:before{
	content:"";
	background:url(images/sao.png) no-repeat;
	left:0;
	width:25px;
	height:25px;
	position:absolute;
	top:-5px;
}
.list_donvi .item_post h2 a:hover{
	text-decoration:none;
	color:#32668b;
}
.box_gt_sp{
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.box_gt_sp img{
	width:60px;
	float:left;
	border:1px solid #eee;
	margin-right:10px;
}
.box_gt_sp h2 a{
	font-size:14px;
	color:#666;
}
.single_posts p{
	display:block;
	margin-bottom:1.25em;
	line-height:25px;
}
.thongbao_itis{
	display:block;
	float:left;
	width:100%;
	background:#f1963a;
	border-radius:6px;
	padding:10px;
	    margin-bottom: 15px;
}
.thongbao_itis p{
	color:#fff;
	font-size:14px;
}
.thongbao_itis span{
	font-weight:600;
	color:#fff;
}
.box_item_sp_iti{
	display:block;
	float:left;
	width:100%;
	position:relative;
	margin-bottom:20px;
	border: 1px solid #31708f75;
}
.box_item_sp_iti h2{
	position:absolute;
	bottom:0;
	display:block;
	text-align:center;
	width:100%;
	background:#3c3636ba;
}
.box_item_sp_iti h2 a{
	color:#fff;
	padding:10px 0;
	display:block;
}
.title_cat{
	font-size:26px;
	display:block;
	margin-bottom:16px;
}
.wp-caption{
	display:block;
	width:100% !important;
}
.wp-caption p{
	display:block;
	text-align:center;
	font-style:italic;
	font-size:14px;
}
.box_listdv{
	display: block;
	float: left;
	width: 100%;
	padding:30px 0;
}
.box_listdv .infobox{
	display:block;
	float:left;
	width:100%;
	border: 1px solid #eee;
	background: #fff;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.02);
}
.box_listdv .infobox h3{
	display:block;
	float:left;
	width:100%;
	background:#4d96d2;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
}
.box_listdv .infobox ul {
	display:block;
	float:left;
	width:100%;
	padding:10px;
}
.box_listdv .infobox ul li img{
	padding-right:6px;
}
.box_listdv .infobox ul li{
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.box_listdv .infobox ul li:last-child{
	border-bottom:none;
}
.box_listdv .infobox ul li a:hover{
	color:#4d95d2;
	text-decoration:none;
}
.box_listdv .infobox ul li a{
	color:#333;
}

#form-search .frame-search {
	margin: 0px auto;display: table;margin-top: -100px;
}
#form-search .dltn:hover {
	border: 1px solid #015196;
}
#form-search .dlnn:hover {
	border: 1px solid #f0433a;
}
#form-search .dltc:hover {
	border: 1px solid #f2a30f;
}
#form-search .tttc:hover {
	border: 1px solid #008c72;
}
#form-search .form-info-search {
	margin-top: 15px;color: #fff;
}
#form-search .form-control {
	border-radius: 0px !important;
	border: none !important;
	border-bottom: 1px dashed #000 !important;
	box-shadow: initial !important;
	padding: 0px !important;
}
#form-search {
	background: #f1f1f1;
	height: 100px;
}
#form-search .o-dl {
	background: #fff;padding: 15px;width: 190px;height: 160px;margin: 0px auto;
	display: table;text-align: center;border:1px solid #ececec;cursor: pointer;
	float: left; margin-right: 30px;
}
#form-search .o-dl:last-child {
	margin-right: 0px;
}
#form-search .text-dltn {
	color: #015196;
}
#form-search .text-dlnn {
	color: #f0433a;
}
#form-search .text-dltc {
	color: #f2a30f;
}
#form-search .text-dltt {
	color: #008c72;
}
#form-search .text1 {
	text-transform: uppercase;border-bottom: 1px dashed #4e4b4a;padding-bottom: 10px;color: #000;margin-bottom: 10px;
}
#form-search .text2 {
	text-transform: uppercase;
}
#form-search .frame-search {
	margin: 0px auto;display: table;margin-top: -100px;
	z-index: 999999;
	position: relative;
}
#form-search .dltn:hover {
	border: 1px solid #015196;
}
#form-search .dlnn:hover {
	border: 1px solid #f0433a;
}
#form-search .dltc:hover {
	border: 1px solid #f2a30f;
}
#form-search .tttc:hover {
	border: 1px solid #008c72;
}
#form-search .form-info-search {
	margin-top: 15px;color: #fff;
}
#form-search .form-control {
	border-radius: 0px !important;
	border: none !important;
	border-bottom: 1px dashed #000 !important;
	box-shadow: initial !important;
	padding: 0px !important;
}
#form-search .i-calendar {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #333;
}
#form-search .btn-mg-t {
	margin-top: 20px;
}
#form-search .btn {
	border-radius: 0px !important;
}
#form-search .mg-b {
	margin-bottom: 8px;
}
#form-search .frame-search .mg-b {
	margin-bottom: 20px;
}
#form-search .bg-dltn {
	background: #fff;
	border-bottom: 3px solid #015196;
}
#form-search .bg-dltn label {
	color: #015196;
	font-weight: bold;
	text-transform: uppercase;
}
#form-search .bg-dltn i {
	color: #015196;
}
#form-search .bg-dltn .btn-search {
	color: #fff;
	background-color: #015196;
	border-color: #015196;
	text-transform: uppercase;
}
#form-search .bg-dltn .btn-search i {
	color: #fff;
}
#form-search .bg-dltn .triangle-up {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: 29%;
}
#form-search .bg-dlnn {
	background: #fff;
	border-bottom: 3px solid #f0433a;
}
#form-search .bg-dlnn label {
	color: #f0433a;
	font-weight: bold;
	text-transform: uppercase;
}
#form-search .bg-dlnn i {
	color: #f0433a;
}
#form-search .bg-dlnn .triangle-up {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: 43%;
}
#form-search .bg-dlnn .btn-search {
	color: #fff;
	background-color: #f0433a;
	border-color: #f0433a;
	text-transform: uppercase;
}
#form-search .bg-dlnn .btn-search i {
	color: #fff;
}
#form-search .bg-dltc {
	background: #fff;
	border-bottom: 3px solid #f2a30f;
}

#form-search .bg-dltc label {
	color: #f2a30f;
	font-weight: bold;
	text-transform: uppercase;
}
#form-search .bg-dltc i {
	color: #f2a30f;
}
#form-search .bg-dltc .triangle-up {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: 56.5%;
}
#form-search .bg-dltc .btn-search {
	color: #fff;
	background-color: #f2a30f;
	border-color: #f2a30f;
	text-transform: uppercase;
}
#form-search .bg-dltc .btn-search i {
	color: #fff;
}

#form-search .bg-dltt {
	background: #fff;
	border-bottom: 3px solid #008c72;
}
#form-search .bg-dltt label {
	color: #008c72;
	font-weight: bold;
	text-transform: uppercase;
}
#form-search .bg-dltt i {
	color: #008c72;
}
#form-search .bg-dltt .btn-search {
	color: #fff;
	background-color: #008c72;
	border-color: #008c72;
	text-transform: uppercase;
}
#form-search .bg-dltt .btn-search i {
	color: #fff;
}
#form-search .bg-dltt .triangle-up {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: 70%;
}
.tp-banner{
	position: relative;
	z-index: 99;
}
@media only screen and (min-width:991px){
.item_in{
	min-height: 880px
}
}
@media only screen and (max-width:768px){#form-search .frame-search{margin-top:0px;width:100%;}
	#form-search{height:auto;padding-top:10px;padding-bottom:10px;}
	#form-search .o-dl{width:23.2%;height:55px;margin-right:1%;margin-left:1%;padding:8px;}
	#form-search .frame-search .mg-b{margin-bottom:10px;}
	#form-search .frame-search img{height:35px;}
	#form-search .bg-dltn .triangle-up{left:15% !important;}
	#form-search .bg-dlnn .triangle-up{left:37% !important;}
	#form-search .bg-dltt .triangle-up{left:82% !important;}
	#form-search .frame-dltt .txt-sobooking{width:100%;}
	#form-search .frame-dltt .btn-trabooking{width:100%;}
	#form-search .frame-dltt{margin:initial !important;display:flex !important;width:100%;}
	#form-search .bg-dltn .triangle-up{left:17% !important;}
	#form-search .bg-dlnn .triangle-up{left:37% !important;}
	#form-search .bg-dltt .triangle-up{left:85% !important;}

}
@media only screen and (max-width:480px){
	body .box_tim{
		margin-top:30px;
	}
	.box_listdv{
		margin-top:0px;
	}
	.box_listdv .infobox ul li a{
		font-size:12px
	}
	.box_listdv .infobox ul li {
		    text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
	}
	#form-search .frame-search{margin-top:0px;width:100%;}
	#form-search{height:auto;padding-top:10px;padding-bottom:10px;}
	#form-search .o-dl{width: 31%;height: 55px;margin-right:1%;margin-left: 6px;padding:8px;}
	#form-search .frame-search .mg-b{margin-bottom:10px;}
	#form-search .frame-search img{height:35px;}
	#form-search .bg-dltn .triangle-up{left:15% !important;}
	#form-search .bg-dlnn .triangle-up{left:37% !important;}
	#form-search .bg-dltt .triangle-up{left:82% !important;}
	#form-search .frame-dltt .txt-sobooking{width:100%;}
	#form-search .frame-dltt .btn-trabooking{width:100%;}
	#form-search .frame-dltt{margin:initial !important;display:flex !important;width:100%;}
	#form-search .frame-dltt .frame-dltt-left{float:initial !important;}
	#form-search .text1 {
		border-bottom: 1px dashed #b7afac;
		padding-bottom: 7px;
		margin-bottom: 7px;
		font-size: 11px;
	}
	#form-search .text2 {
		font-size: 8px;
		margin-bottom: 0;
	}

}

.box_itemf {
    display: block;
    margin-top: 10px;
}
.chosenx {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 6px 6px 10px;
    height: 36px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    font-size: 13px;
    width: 100%;
}
.box_tim{
	display:block;
	float:left;
	width:100%;
	margin-top:30px;
}
.boxk{
	border:1px solid #4d96d2;
	padding:20px 0;
	border-radius:6px;
}

.box_logo{
  display:block;
  position: relative;
  border-radius:20px;
  /* float:left; */
  width: 900px;
  text-align:  center;
  height: 600px;
  margin: 0 auto;
}

.box_logo .box1{
  position: absolute;
  display:block;
  /* top: 252px; */
  text-align:  center;
  width: 100%;
}

.box_logo .box2{
  position: absolute;
  display:block;
  /* top: 174px; */
  text-align:  center;
  width: 100%;
}
.box_logo .box3{
  position: absolute;
  display:block;
  /* top: 100px; */
  text-align:  center;
  width: 100%;
}
.box_logo .box4{
  position: absolute;
  display:block;
  text-align:  center;
  width:  100%;
  float:  left;
}
.box_logo .box5{
  position: absolute;
  display: inline-block;
  left: 42%;
  top: 39%;
  /* float: left; */
  /* width: 100%; */
  overflow: hidden;
}
.box_logo img{
    max-width: 600px;
    margin: 0 auto;
    display: block;
}


@media only screen and (max-width:480px){
	body .box_logo{
		width:100%;
		display:block;
		float:left;
	}
	body .box_logo img{
		max-width:300px;

	}
	body .box_logo{
		height:280px;
	}
}

.box_khacvn{
	display:block;
	float:left;
	width:100%;
	border:1px solid #5bc0de;
	border-radius:6px;
	margin-top:30px;
	padding:30px;
	text-align:center;
}
.box_khacvn p{
	font-weight:bold;
	font-size:12px;
	padding-bottom:10px;
}
.scrollbar_plus.scrollbar {
    height: 600px;
    overflow-y: overlay;
    margin-bottom: 40px;
}
.scrollbar_plus.scrollbar .force-overflow {
    height: 700px;
}
.force-overflow {
    min-height: 450px;
    padding: 10px 15px;
}

.text_nn {
 
  background-color: #004A7F;
 
  -webkit-border-radius: 10px;
 
  border-radius: 10px;
   
  border: none;
   
  color: #FFFFFF;
   
  cursor: pointer;
   
  display: inline-block;
   
  font-family: Arial;
   
  font-size: 20px;
   
  padding: 5px 10px;
   
  text-align: center;
   
  text-decoration: none;
 
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
.text_nn {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.nd_iti {
    display: block;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    background: #4490ad;
    color: #fff;
}
.nd_iti h3{
	line-height: 24px;
}
.nd_iti p{
	margin-bottom: 15px;
}

span.vong-tron{
    padding: 4px;
    background: #f3d002;
    color: #fff;
    border-radius: 26px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
}

.infobox ul {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
}

.infobox ul li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    padding-left: 35px;
}
.infobox ul li img {
    padding-right: 6px;
        position: absolute;
    left: 0;
    top: -3px;
}
.infobox ul li a {
    color: #333;
}

.box_top_text_top {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /* border: 1px solid #00bbf2; */
    border-radius: 6px;
    padding: 10px;
    background: #2b648f;
    color: #fff;
}
.boxSD2 p {
    margin-bottom: 5px;
    line-height: 18px;
}
.boxSD2{
	margin-bottom: 20px!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #fff;
    text-align: left;
    min-height: 50px;
    padding: 0 5px
}
.woocommerce ul.products li.product .price {
    font-size: 24px;
    font-weight: 600;
}
.woocommerce ul.products li.product .button{
    display: none;
}
.woocommerce div.product form.cart{
    display: none!important;
}
.woocommerce.columns-3 ul.products li.product{
    text-align: center;
    border: 1px solid #fff;
}
h3.top{
    text-transform: uppercase;
    margin: 15px 0;
}
.products-show .item{
    border: 1px solid #fff;
    margin-bottom: 25px;
}
.products-show .item .name,
.products-show .item .price{
    padding: 10px;
}
.products-show .item .name a{
    color: #ffff02;
    font-size: 14px;
}
.price > p{
    font-size: 14px;
}
span.gia_niem_yet3 a{
    background: #069cf1;
    padding: 7px 5px;
    display: block;
    margin: 10px 0;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 11px;
}
p.price1,
p.price2{
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}
p.price1 span,
p.price2 span{
    font-weight: 600;
}
.woocommerce div.product p.price,
.woocommerce div.product p.price2{
    color: #2b648f;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.woocommerce div.product p.name{
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
}
.woocommerce-product-details__short-description *{
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.single_posts p{
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    color: #000;
}
.summary.entry-summary .product_meta{
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel img{
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
}
.woocommerce div.product .woocommerce-tabs .panel > h2{
    display: none;
}
h3.top{
    border-bottom: 1px solid #ffff02;
}
.single_posts p.lien-he{
    display: block;
    clear: both;
}
.woocommerce-product-details__short-description > div{
    width: 100%!important;
}
.name.made_in_ovt{
    min-height: 34px;
}
.sp-yeuthich.products-show .item{
    border: none;
    margin-bottom:0;
    margin-top: 25px;
}
.sp-yeuthich.products-show p.price1, .sp-yeuthich.products-show p.price2{
    font-size: 14px;
}

#sidr-main2 {
    color: #fff;
    line-height: 41px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 30px;
    box-shadow: 0 0 3px #00000045;
    z-index: 999999;
    background: #299dcc;
}

#mobile-menu2{
    display: none;
}
#mobile-menu2{
    position: fixed;
    background: #299dcc;
    border: 1px solid #fff;
    z-index: 999;
    width:313px;
    max-width: 100%;
    height: 3000px;
    top: 0;
    left:0;
    transition: 0.6s all ease;
    overflow: scroll;
}
#mobile-menu2.show-menu{
    left: 0;
    overflow: unset;
}
#mobile-menu2 img{
    display: none;
}
#mobile-menu2{
    padding-right: 10px
}
#mobile-menu2 a{
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    text-transform: uppercase;
}
#mobile-menu2 ul{
    width: 100%!important;
}
#mobile-menu2 ul li{
    padding: 0px;
    margin: 0 15px 0 10px;
    border-bottom: 1px solid #fffc;
    display: block;
    width: 100%;
}
#mobile-menu2 ul li:last-child {border-bottom: none;}

#cua-hangM i,#tin-tucM i{
    position: absolute;
    right: 10px;
    top: 20px;
}
#mobile-menu2 .hasChild ul{
    padding-left: 10px;
    list-style-type: disc;
    height: 0px;
    transition: 0.5s all ease;
    overflow: hidden;
}

#mobile-menu2 .hasChild ul.cua-hangU.show-item-menu{
    height: 150px;
}
#mobile-menu2 .hasChild ul.tin-tucU.show-item-menu{
    height: 110px;
}

#mobile-menu2 .hasChild .fa-chevron-up {
    display: none;
}
#mobile-menu2 .hasChild .fa-chevron-down {
    display: block;
}
#mobile-menu2 .hasChild .show-item-menu .fa-chevron-up {
    display: block;
}
#mobile-menu2 .hasChild .show-item-menu .fa-chevron-down {
    display: none;
}

#mobile-menu2 .hasChild a i.fa {
    font-size: 12px;
}

.mobile-menu2-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}
#mobile-menu2 ul li.close-menu{
    display: none;
}
#mobile-menu2 ul li a:hover{
    background-color: inherit;
}
.img_show,.img_show2{
    display: none;
}
form.wpcf7-form input,form.wpcf7-form select{
    width: 100%;
    padding: 5px;
    height: 39px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #a37d7d;
}
form.wpcf7-form input[type=submit]{
    background: #299dcc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.form-khao-sat{
    font-weight: 600;
}
.top-content{
    text-align: center;
}
.form-khao-sat span.wpcf7-list-item{
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: -20px;
}
 form.wpcf7-form .form-khao-sat input[type="checkbox"]{
    width: auto;
     margin-bottom: 5px;
}
form.wpcf7-form .form-khao-sat input[type="submit"]{
    margin-bottom: 0;
    color: #fff!important;
}
 .form-khao-sat{
     width: 400px;
     max-width: 100%;
     border: 1px solid #299dcc;
     border-radius: 5px;
     padding: 10px;
     display: block;
     margin: 0 auto;
 }
.form-khao-sat *{
    color: #299dcc!important;
}
.box_locTroi{
    display: block;
    width: 450px;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2b648f;
    margin: 0 auto;
}
.box_locTroi h2{
    text-align: center;
    color: #2b648f;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0 8px 0;
}
.box_locTroi h3{
    margin-bottom: 15px;
}
.box_locTroi h3 a{
    background: #eac901;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    width: 100%;
    display: block;
}
p.hideSSS{
    text-align: center;
    margin-bottom: 10px;
    border: 1px dotted;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}
p.hideSSS strong{
    display: block;
    color: #299dcc;
    font-size: 20px;
}
p.hideSSS span{
    display: block;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
}
h3.title_to > a{
    font-size: 13px!important;
}
p.hideSSS span{
    text-align: left;
    padding-left: 10px;
    font-size: 13px;
}
.box_text_private{
    padding: 10px;
    border: 3px solid #59cb1f;
}

.box_text_private h3{
    color: #f0c209;
    font-size: 22px;
}
.box_text_private p{
    color: cornflowerblue;
    font-size: 8px;
    line-height: 17px;
}
.box_text_private p strong{
    color: #4f8bd3;
}
.box_text_private li {
    color: #eac901;
    font-size: 9px;
}
.box_text_private p .ng_th2  p{
    font-size: 7px!important;
}
.hideSSSg3,.show1712,.show17121,.show171212{
    display: none;
}

.box_bduye  em{
    color: #289dcd;
    font-size: 8px;
    line-height: 17px;
}

.box_bduye  strong{
    color: #eac901;
}

.sac_lenh{
    margin: 25px 0!important;
}
.sac_lenh h3{
    color: #5da655!important;
    line-height: 15px;
    font-size: 12px;
}
.sac_lenh h4{
    color: #3159b0!important;
    line-height: 14px;
    font-size: 9px;
}
.sac_lenh h5{
    color: #739b54!important;
    line-height: 14px;
    font-size: 9px;
}
.sac_lenh li{
    color: #5882cc!important;
    font-size:9px!important;
}
.sac_lenh img{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}