@charset "UTF-8";

/* Main */
:root{--color-red:#ec2d3f;--color-medium-red:#cc2c32;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d;}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6{padding: 0; margin: 0;}
*{ margin: 0; padding: 0; } 
.clear{clear:both;}
.clearfix::after{ content: ""; clear: both; display: table;}
body{ font-family: 'Lato', sans-serif; font-size:14px; line-height:1.5; }
a{ text-decoration:none;}
a:focus{outline:none;color:#fff;text-decoration:none;}
ul{ list-style:none; padding:0; margin:0;}
p{margin-bottom:8px;}
.slick-slide img{display: inline-block !important;}
a[href^="tel"] { color: inherit; text-decoration: none; }
.align-item-center{ align-items:center; }
.langCon .skiptranslate{ display: none; }
.skiptranslate span{display: none}
.skiptranslate {text-indent: 200px; overflow-x: hidden; max-width: 132px;}
.skiptranslate select{float: left}


.blink_me{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.menu_top{display: none;}
.fixwidth{max-width:1200px;margin:auto;}
.fixpage{max-width:1200px;margin:auto;}
.maincontent img{max-width: 100%;}
a{text-decoration: none !important;}
.wrap{text-align: center;}
#sub_img_detail{margin-top:10px;}
body::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
body::-webkit-scrollbar{width: 8px; background-color: #F5F5F5;}
body::-webkit-scrollbar-thumb{ background-color: #999;}

img{max-width:100%;height:auto !important; }
a,input,textarea{outline:none;padding:0px;}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.w-clear:after{display:block;content:"";clear:both;}
.hidden{display:none;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
.wrap-main,.wrap-content{max-width:1300px;margin:0px auto;padding:0px 0px 40px 0;}
.wrap-home{max-width:100%;padding:0px;}
.wrap-content{margin:auto;}

/* General */
.title-main{margin:1.5rem 0 ;text-align:center;}
.title-main span{text-transform:uppercase;color:#333;font-size:28px;font-family: 'RobotoCondensedBold';}
.time-main{margin-bottom:0.75rem;color:#999999;}
.time-main i{vertical-align:top;margin:3px 7px 0px 0px;}
.time-main span{vertical-align:top;display:inline-block;}
.social{list-style:none;padding:0px;margin:0px;}
.social li{display:inline-block;vertical-align:top;}
.social li:last-child{margin-right:0px;}
.control-carousel{position:absolute;top:calc(50% - 30px/2);margin-bottom:0px;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid #eee;z-index:2;background-color:#fff;color:#ccc;cursor:pointer;}
.control-carousel:hover{background-color:var(--color-red);border-color:var(--color-red);color:#fff;}
.prev-carousel{left:0px;}
.next-carousel{right:0px;}

.pagetitle{ border-bottom: 1px solid #ddd; text-transform: uppercase; font-family: 'RobotoBold'; font-weight: bold; font-size: 22px; margin-bottom: 25px; }
/* Header */

/*==========SEARCH=============*/
.frm_timkiem{position:absolute; display: none; width:100vw; top: calc( 100% + 2px); background: #fff; padding: 12px; right: 0px; }
.timkiem_fixwidth{ max-width: 1200px; margin: auto; position:relative }
.timkiem_fixwidth>i{ font-size: 24px; color: #5a5669;}
.frm_timkiem .input{text-indent: 10px;outline:none;transition:all ease 0.5s; padding: 10px ; border: 0; width: 100%; z-index: 99; color:#767676; background:#fff; font-size:12px; }
#keyword { color: #767676; display: block; font-size: 16px; height: 60px; line-height: 1.25em; padding: 5px 15px; width: 100%;}

.frm_timkiem .input::-webkit-input-placeholder{color:#767676;}
.frm_timkiem .input::-moz-placeholder{color:#767676;}
.frm_timkiem .input:-ms-input-placeholder{color:#767676;}
.frm_timkiem .input:-moz-placeholder{color:#767676;} 

 .frm_timkiem button{t background: none; outline:none; border:none;  background: #ff9000; color:#fff; height: 60px; padding: 7px 25px; z-index: 999; font-size:16px; }

#wrapper{background: #fafafa; overflow-x: hidden;}
/* Menu */
/*=====menu======*/
.header{ background: rgba(255, 255, 255, 1); z-index: 9999; width: 100%; border-bottom: solid 2px #ec8a3f; transition: all 0.5s; padding-top: 0px; position: fixed !important;top: 0px !important;}
.header .fixwidth{max-width:100%; }

.fixed{width:100%;max-width:100%; z-index: 9999; padding-top: 5px; transition: all 0.5s;
    /*-webkit-animation: fadeInDown 1.3s ease backwards; 
    -moz-animation: fadeInDown 1.3s ease backwards; 
    -o-animation: fadeInDown 1.3s ease backwards; 
    -ms-animation: fadeInDown 1.3s ease backwards; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 1px 8px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 8px -1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 8px -1px rgba(0,0,0,0.3);/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000); /*IE 5.5-7*/
}
/*
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
*/

.header_logo{ padding: 8px 0; padding-left: 106px; }
.header_logo img{width: 100%; display: block; }

.header-top{ }
.phone{ padding:6px 15px; background: #ec8a3f; color: #fff; font-size: 20px;}
.email{ padding-left: 10px; line-height: 30px;}

.social-top{ padding-bottom: 5px; }
.social-top a{ display: inline-block; padding-left: 4px; }
.social-top a img{ transform:scale(1.0); transition:all 0.4s; }
.social-top a img:hover{ transform:scale(1.1); transition:all 0.4s; }

.box-search{ width: 40px; height: 42px; line-height: 42px; text-align: center; color:#165051; font-size:20px; }

.boxmenu_right{float:right; }
.header_banner{ display: block; }

.menu { position: relative; }
 
.menu ul.menu_cap_cha{margin:0; position: relative; }
.menu ul.menu_cap_cha li{ transition:all ease-in-out 0.2s; padding: 2px 0px;  }
.menu ul.menu_cap_cha li.first-li{ position:initial !important;}
.menu ul.menu_cap_cha li.menulicha:last-child{padding-right:0;float:right; }
.menu ul.menu_cap_cha li.menulicha>a{font-family: 'Lato', sans-serif; font-weight:700; text-decoration: none; color:#165051; font-size:16px;display: block; cursor: pointer;  padding: 0px 20px ; height: 45px; line-height: 45px; text-transform: uppercase;} 
.menu ul.menu_cap_cha li.menulicha>a:hover,.menu ul.menu_cap_cha li.active>a{ color:#ec8a3f; }
.none_boder_r{ border-right: 0 !important; }
.no_bg{ background-image:none !important;}

/*---menu cấp con---*/
.menu_cap_con{position:absolute; display:none; transition:all ease 0.5s;left: 0%; top:100%; padding: 10px; background: rgb(255 255 255/.96); z-index: 99; width: 100%; box-shadow: 1px 1px 5px rgb(0 0 0 / 16%);}
.menu_cap_con li{width: 32%;  padding: 0 !important; }
.menu_cap_con li a{display:block; float:none !important; transition:all ease 0.2s; line-height: initial !important; padding: 4px 5px !important; position: relative; margin:0px; color: #0b3f67; font-size:17px !important; font-family: 'Lato', sans-serif; font-weight:700;}
.menu_cap_con li>a{ padding-bottom:10px; }
.menu_cap_con li>a:hover{ color:#ff9000 !important;}
 
.menu_cap_cha li:hover .menu_cap_con{ display: flex; justify-content: space-between; flex-wrap: wrap;}

.menu_cap_con li .menu_cap_2 li{ width:100%; }
.menu_cap_con li .menu_cap_2 li a{ font-size:14px !important; display:block; transition: all 0.4s; }
.menu_cap_con li .menu_cap_2 li a span{ display:block; color:#ff9000; font-size:12px !important; }
.menu_cap_con li .menu_cap_2 li a:hover { background: #dcdcdc; color:#ff9000 !important;}

#search button{position: absolute; top: 7px; right: 10px;border:none; width:13px; height:19px; background:none;outline:none;}


/* Slider*/
.item_slider{position: relative;}
.slider_info { position: absolute; top: 0; left: 0%; bottom: 0; z-index: 2; display: flex; display: -webkit-flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; /*opacity: 0;*/ justify-content: space-between;}
.slider_info--text{width: 50%;margin:auto;}
#slider .owl-item.active .owl-lazy, #slider_mb .owl-item.active .owl-lazy{opacity: 1}
.thumb{ background-position: center center;background-repeat: no-repeat;background-size: cover; display: block; position: relative; }
.slider_info__name{color: #fff; font-size: 45px; font-family: 'Playfair Display', serif; padding-bottom: 10px; text-align: center;}
.button-more{display: inline-block; color: #fff; position: relative; z-index: 2; background: #165051; border: 2px solid #165051 !important; font-family: 'Lato', sans-serif; padding: 12px; font-size: 16px; text-align: center; margin: auto; margin-top: 20px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; width: 260px}
.button-more:hover {color: #165051;background: #fff;}
.btn-main:after, .btn-main:before {content: "";position: absolute;bottom: -4px;left: -4px;top: 0;right: 0;border: solid 1px #1a9edc;z-index: -1;}
.btn-main:after {right: -4px;top: -4px;bottom: 0;left: 0;z-index: -2;}
.slider_info__desc{font-size: 18px; font-family: 'Lato', sans-serif; color: #fff;text-align: center;}


/* Slideshow */
.slideshow{position:relative;}
/*.slideshow:after{content:'';position: absolute;top:0;left:0;width:100%;height:45%;background: linear-gradient(rgba(0,0,0,0.7), rgba(255,255,255,0)); z-index: 99;}*/
.slideshow a{display:block;cursor:pointer;}
.slideshow a img{width:100%;}
.slideshow:hover .control-slideshow{opacity:0.3;}
.slideshow .control-slideshow:hover{opacity:0.8;}
.control-slideshow{opacity:0;position:absolute;z-index:2;top:calc(50% - 50px/2);width:35px;height:50px;text-align:center;line-height:50px;font-size:25px;cursor:pointer;margin:0px;background-color:#000000;border-radius:3px;}
.control-slideshow i{color:#ffffff;}
.prev-slideshow{left:20px;padding-right:3px;}
.next-slideshow{right:20px;padding-left:3px;}

#booknow{ border-radius:6px; padding: 15px; padding-top:10px; }
#booknow .fancybox-close-small{ border-top-right-radius:6px; }
.validation-booknow{ width:450px; max-width: 100%; }
.validation-booknow .form-control{ width: 100%; margin-bottom:10px;  }
.validation-booknow .form-control:nth-child(1),.validation-booknow .form-control:nth-child(2){ width: 48.5%; margin-bottom:10px; float:left; }
.validation-booknow .form-control:nth-child(1){ margin-right:3%; }
.validation-booknow .btn-booknow{ background: #165051; border: 1px solid #165051; display: block; margin:auto; margin-top: 20px; }
.title-form{ margin-bottom: 20px ; font-size:20px; }
/*====BOX DỊCH VỤ====*/
 
/*========================*/
#colorlib-reservation { clear: both;}
#colorlib-reservation .container { width: 1170px;}
#colorlib-reservation .search-wrap { width: 100%; display: block; margin-top: -6.66em; z-index: 9; background: #302939; padding: 35px;}
.colorlib-form label { font-weight: normal; color: white;}
.colorlib-form .form-group .form-field { position: relative; padding: 0; margin: 0;}
.colorlib-form .form-group .form-field .icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; color: rgba(255, 255, 255, 0.5);}
.colorlib-form .form-group .form-field .form-control { padding-right: 50px;}
.colorlib-form .form-control { height: 50px; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; background: rgba(255, 255, 255, 0.03); border: 2px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7);}
.colorlib-form .btn-block { margin-top: 28px; padding: 12px !important;}
.colorlib-form .btn-primary { background: #ff9000; color: #fff; border: 2px solid #ff9000; transition: all 0.3s;}
.colorlib-form .btn-primary:hover { background: transparent; color: #fff; border: 2px solid #ff9000;}
.colorlib-form select.form-control option { margin: 40px; background: #36303f; color: #fff;}
/*========================*/
.box-tieuchi-container{ padding: 100px 0; }
.tieuchi_item{ padding:15px; font-family: 'Raleway', sans-serif; } 
.tieuchi_item .tieuchi_img{display: block; position: relative; max-width: 82px; margin: auto; margin-bottom: 20px;}
.tieuchi_item .tieuchi_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.tieuchi_item:hover .tieuchi_img img{ transform: scale(1.1); }
.tieuchi_item .tieuchi_name{ margin-bottom: 15px; position: relative; transition: all 0.5s; color:#165051; font-size:36px; text-align: center; font-weight:bold;}
.tieuchi_item .tieuchi_mota{ line-height: 2; text-align: center; font-size: 15px;}


 
.wrap_about{ padding: 80px 0; }
.left_about{ width: 55%; padding-right: 2%; }
.title_about{ color: #fff; font-family: 'Raleway', sans-serif; position: relative; font-size: 32px; padding-bottom: 6px; font-weight: bold; margin-bottom: 25px;}
.title_about:before{content: ''; width: 60px; height: 3px; background: #ec8a3f; position: absolute; left: 0; bottom: 0px;}
.view_gt { margin-top:15px;  }
.view_gt a{ padding: 12px 24px 10px; background: #ec8a3f; text-transform: uppercase; border-radius: 40px; font-size: 17px; box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); transition: all .3s; display: inline-block; line-height: 1.5; color: #0b3f67; font-weight: 600; position: relative; overflow: hidden; border: none; vertical-align: text-bottom; position: relative;}
.view_gt a:before{ content: ""; background-image: url(../images/img-data/pad1.svg); background-repeat: no-repeat; display: inline-block; position: absolute; width: 100%; height: 100%; left: -15px; top: 4px; opacity: .5; background-size: auto 113%;}
.view_gt a:hover{ color: #ff0; }
.view_gt a span{ position: relative; z-index: 1;}
 
.right_about{ width: 42%; position: relative; padding-right: 120px; padding-bottom: 100px;}
.right_about img{ border-radius: 40px 0; position: relative; z-index: 1; transform: scale(1); transition: all 0.5s;}
.right_about img:hover{z-index: 141; transform: scale(1.05);}
.right_about img:nth-child(2){ width: 50%; z-index: 100; transform: scale(1); border-radius: 40px 0; position: absolute; bottom: 0; right: 0; }
.right_about img:hover:nth-child(2){ transform: scale(1.05);}
.mota_about{ font-size:16px; line-height:1.6; color:#fff; }

.box-service-container1{padding:50px 0; background: #f1f1f1;}
.box-service-container{padding:50px 0; background: #fafafa;}

.box-service-container .swiper-container{margin:0 auto; position:relative; list-style:none; padding: 0; overflow: hidden; z-index: 6; padding: 0;}
.box-service-container .swiper-wrapper {margin-left: -15%; position:relative; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property:transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box;}
.box-service-container .swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform;}
.box-service-container .swiper-slide { height: 50vH; min-height: 224px; max-height: 315px; background-size: cover; background-position: center; background-repeat: no-repeat; transition: all .5s;}
.box-service-container .product_catagory_title {bottom: 3%; position: absolute; bottom: 10px; width: 68%; text-align: center; left: 18%; background: #fa9600cc; display: none;}
.box-service-container .product_catagory_title h3 { margin: 8px 0; text-transform: uppercase; font-size: 15px; color: #0b3f67;}
.box-service-container .swiper-slide.swiper-slide-active { width: 50% !important;}
.box-service-container .swiper-slide.swiper-slide-active .product_catagory_title {display: block;}
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; z-index: 10; cursor: pointer; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-color: rgb(250 150 0 / 0.68);}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url(../images/img-data/chevron-left.svg); left: 0; right: auto;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(../images/img-data/chevron-right.svg); right: 0; left: auto;}
.swiper-button-next, .swiper-button-prev { width: 54px; height: 54px; margin-top: -27px; background-size: 14px 23px;}
.main_img_place{position: absolute; width: 100%;height: 100%; left: 0px; top: 0px;}

.box-feedback-container{ padding:100px 0; }
.danhgia_item{ background:#fff; font-family: 'Raleway', sans-serif; text-align: center; padding-top: 43px; padding-bottom: 58px; padding-left: 45px; padding-right: 45px;} 
.danhgia_item .danhgia_img{display: block; width: 90%; margin: auto; margin-bottom: 25px; max-width: 106px; position: relative;}
.danhgia_item .danhgia_img img{width: 100%; border-radius: 50%;}
.danhgia_item .danhgia_name{ margin-bottom: 24px; position: relative; font-size: 24px; font-weight: 600; color: #393939; line-height: 1.2;}
.danhgia_item .danhgia_nameKH{font-size: 15px; font-weight: 600; color: #393939;}
.danhgia_item .danhgia_info{ margin-bottom: 12px;}
.danhgia_item .danhgia_info__content{ font-size: 15px; line-height: 2; font-weight: 500; color: #6d6d6d; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgb(0 0 0 / 1%) 0 0 1px; height: 120px;
display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.danhgia_item .danhgia_star{ font-size: 15px; margin-bottom: 21px;}
.danhgia_item .danhgia_star .opac100{color:#F7AF1D;}
.danhgia_item .danhgia_star .opac80{color:#fce3b1;}

 
.main_title{text-align: center; margin-bottom:35px; }
.main_title div{ margin-bottom: 14px; }
.main_title div i { color: #F7AF1D; font-size: 14px;}
.main_title span{color: #000; font-size: 34px; padding: 0 20px; line-height: 1.5; position: relative; font-family: 'Playfair Display', serif;}
.main_title span:before, .main_title span:after { position: absolute; top: -3px; left: 0; right: 0; content: ''; background: #e6e6e6; width: 130px; height: 1px; margin: 0 auto;}
.main_title span:after {top: -10px; width: 100px;}
 

.main_news{ font-size:24px; font-weight:700; margin-bottom:15px;}
.wrap_visao{ padding: 60px 0; }
.about-item { color: #fff; font-family: arial; text-align: center;}
.about-item .about-icon { position: relative; margin: auto; margin-bottom:15px; width: 90px; }
.about-item .about-title { color: #fff; margin-bottom: 5px; font-family: 'Barlow-Regular'; font-size: 22px; font-weight: 900; }
.about-item .about-icon img{ } 
.about-item .about-content{ } 
.about-item .about-desc{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; font-size:16px; font-family: arial;} 

.auto_dichvu{ margin:0 -10px; }
.left-title{font-size: 18px; position: relative; font-family: 'RobotoBold'; padding-bottom: 10px; margin-bottom:12px; color: #12AD01}
.left-title::before{content: ''; position: absolute; left: 0px; bottom:0px; width: 100%; height: 5px; border-top: 2px solid #12AD01; border-bottom: 1px solid #12AD01;}
.left-content{width: 23%; float: right; }
.right-content{width: 75%; float: left; }
 
.left-item{ padding: 5px 0; }
.left-item .left-item__img{ width:70px; }
.left-item .left-item__content { width:calc( 100% - 70px ); padding-left: 10px; }
.left-item .left-item__name { margin-bottom:2px; }
.left-item .left-item__name a{ font-size:14px; font-family: 'RobotoRegular'; color: #333; font-size:13px; display: block; line-height: 1.4; }
.left-item:hover .left-item__name a{ color: #12AD01;}
.left-item .left-item__des { color: #a9a9a9; font-size:13px; }

.left-content ul{ margin-bottom:25px; }
.left-content ul:last-child{ margin-bottom:0px; }
.left-content ul li.li_left { border-bottom: 1px solid #f2f2f2; padding: 8px 0; overflow: hidden; }
.left-content ul li.li_left a{ color: #333; font-size:13px;}
.left-content ul li.li_left a:hover{ color: #12AD01;}

.row-flex-xs { display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -25px;}
 
.box_dangky { padding: 40px 0px;}
.tieude_giua1{color:#fff; font-family:'RobotoMedium'; font-size:35px; line-height:45px; margin-bottom: 30px; padding-bottom: 20px; text-transform:uppercase; text-align:center; font-weight:700; background: url(../images/tit_main2.png) no-repeat center bottom;}
.tieude_giua1 p { font-size: 14px; font-style: italic; font-family: RobotoRegular; text-transform: none; font-weight: 400;}
 

/*====BOX TIN TUC====*/
.news-item-box{padding:40px 0; background: #f2f2f2;}
.flex-news{ display: flex; flex-wrap: wrap; margin: 0 -15px; }
.news-item{ width: 50%; padding: 10px 15px; }
.news-item__centent{ padding: 10px; background: #fff; display: flex; }
.news-item__img{display: block; overflow: hidden; width: 200px; float: left;}
.news-item__img img{transition: all ease 0.3s;}
.news-item__item:hover .news-item__img img{transform: scale(1.04);}
.news-item__item{background: #fff;}
.news-item__info{ width: calc( 100% - 200px ); padding-left: 15px;}
.news-item__name a{text-transform: uppercase;color:#000000;font-family: 'RobotoCondensedBold';font-size:16px;}
.news-item__ngaytao{color:#cc0000;font-size:15px;font-family: 'RobotoCondensedRegular';}

/* Breadcrumb */
.breadCrumbs{background-color:#eee;margin-bottom:25px;}
.breadCrumbs .wrap-content{padding:0.75rem 10px;max-width:1300px;}
.breadCrumbs .wrap-content .breadcrumb{padding:0;margin-bottom:0;background-color:transparent;border-radius:0;}
.breadCrumbs .wrap-content .breadcrumb-item a{color:var(--color-black);}
.breadCrumbs .wrap-content .breadcrumb-item.active a{color:var(--color-gray);}
 
.fancybox-navigation .fancybox-button div{ background:#ff9000; }
.swiper-button-next:hover, .swiper-button-prev:hover{background-color: rgb(250 150 0 / 1);}
.auto_danhgia .owl-dots .owl-dot span{ background: #869791;}
.auto_danhgia .owl-dots .owl-dot.active span,.auto_danhgia  .owl-dots .owl-dot:hover span{background: #ff9000;}

.loadkhung_product{display: grid;grid-template-columns: repeat(3,1fr);grid-gap:27px;}
 
.boxproduct_item{ background:#fff; } 
.boxproduct_item .boxproduct_img{display: block;overflow: hidden;position: relative; border:1px solid #efefef;}
.boxproduct_item .boxproduct_img img{width: 100%; transform: scale(1); transition: all 0.5s;}
.boxproduct_item:hover .boxproduct_img img{ transform: scale(1.1); }
.boxproduct_item .boxproduct_name{ margin-bottom: 5px; position: relative; }
.boxproduct_item .boxproduct_name a{ transition: all 0.5s; font-size:20px; color: #165051; font-family: 'Playfair Display', serif; font-weight:bold;}
.boxproduct_item:hover .boxproduct_name a{ color:#ec8a3f; }
.boxproduct_item .boxproduct_info{ padding:20px; font-family: 'Poppins', sans-serif; text-align: center;}
.boxproduct_item .boxproduct_info__content{ margin:0 -5px;}
.boxproduct_item .item_gia{color:#333; font-size: 20px; margin-bottom: 10px; display: block; line-height: 45px; height: 45px; font-family: 'Playfair Display', serif;}
.boxproduct_item .item_gia span.gia{color:#ec8a3f; font-size:40px; display: inline-block;}
.boxproduct_item .item_gia span.gialh{color:#ec8a3f; font-size:30px; display: inline-block;}
.boxproduct_item .boxproduct_star{ text-align: center; font-size: 15px; margin-bottom: 10px;}
.boxproduct_item .boxproduct_star .opac100{color:#F7AF1D;}
.boxproduct_item .boxproduct_star .opac80{color:#fce3b1;}

.xemtatca{ margin-top: 30px; text-align: center; }
.xemtatca a{ display:inline-block; background: #ff9000; color: #fff; border: 2px solid #ff9000; font-size: 18px; padding: 8px 20px; transition: all 0.5s; }
.xemtatca a:hover{ background: transparent; color: #ff9000; border: 2px solid #ff9000; transition: all 0.5s; }

.wrapper_newsletter{padding: 80px 0;}
.newsletter_title{text-align: center; margin-bottom:35px; }
.newsletter_title div{ margin-bottom: 14px; }
.newsletter_title div i { color: #F7AF1D; font-size: 14px;}
.newsletter_title span{color: #fff; font-size: 34px; padding: 0 20px; line-height: 1.5; position: relative; font-family: 'Playfair Display', serif;}
.newsletter_title span:before, .newsletter_title span:after { position: absolute; top: -3px; left: 0; right: 0; content: ''; background: #fff; width: 130px; height: 1px; margin: 0 auto;}
.newsletter_title span:after {top: -10px; width: 100px;}
 

.newsletter_form_container { margin: auto; margin-top: 20px;}
.validation-newsletter input { width: calc(50% - 68px); height: 56px; border: solid 1px rgba(0,0,0,0.2); outline: none; background: #fff; padding:0 20px; color: #333; transition: all 0.3s;}
.validation-newsletter input:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#FFFFFF)";/*IE 8*/
-moz-box-shadow: 0 0 8px rgba(255,255,255,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 0 8px rgba(255,255,255,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 8px rgba(255,255,255,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#FFFFFF); /*IE 5.5-7*/}
.validation-newsletter button { width: 130px; height: 56px;vertical-align: top; cursor: pointer; border: none; outline: none; background: #ec8a3f; color: #FFFFFF; font-size: 16px; font-weight: 500; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
 
.wrap_bottom{ padding: 50px 0; }
.title-bottom{ color: #000; text-align: center; padding-bottom: 5px; font-family: 'Playfair Display', serif; font-size:32px; margin-bottom:40px; position: relative; }
.title-bottom:before{ content:''; position:absolute; left: 50%; bottom:0; transform: translateX(-50%); width:100px; height:1px; background:#000; }
  
.item_news {position: relative; margin-bottom: 10px; text-align: justify;}
.item_news .news_img { width: 100%; overflow: hidden;}
.item_news .news_img img{ width: 100%; overflow: hidden;}
.item_news .news_info { width: 100%; font-family: 'Lato', sans-serif;}
.item_news .news_info h3 a { color: #165051; font-size: 18px;font:bold;}
.item_news .news_info:hover h3 a { color: #ec8a3f; }
.item_news .news_info .news_mota { color: rgba(0, 0, 0, 0.5); text-align: left; font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.7;}
.item_news .news_info .date-post {color: rgba(0, 0, 0, 0.5); font-size: 15px; margin-bottom: 20px;}
.item_news .news_info .date-post i{ font-size: 5px; display: inline-block; line-height: 21px; height: 21px; width: 10px; position: relative;}
.item_news .news_info .date-post i:before{position: absolute; left: 50%; top: 77%; transform: translate(-50%,-50%);} 
.item_news .news_info .date-post span { color: #f00; }
 
.auto_news .owl-prev{ outline: none !important; margin:0 !important; position:absolute; left:0px; top: 50%; transform:translate(-120%,-50%); }
.auto_news .owl-next{ outline: none !important; margin:0 !important; position:absolute; right:0px; top: 50%; transform:translate(120%,-50%); }
.auto_news .owl-prev i,.auto_news .owl-next i{ font-size: 28px; }
.auto_news .owl-prev:hover,.auto_news .owl-next:hover{ background: transparent !important; color: #000 !important; border-color: transparent  !important}

/*====BOX FOOTER====*/
.pab0{ padding-bottom:  0px;}
.boxfooter_container1{background: #434a54; color:#fff; position: relative;font-family: arial; }
.boxfooter_container1 .fixwidth{ padding:30px 0;}
.boxfooter_title1{position: relative; color:#fff; text-transform: uppercase; font-size:22px; margin-bottom:15px; font-family: 'Barlow-Medium'; }

.boxfooter_container{ color:#fff; position: relative;font-family: arial; }
.boxfooter_container .fixwidth{ padding:40px 0;  }

.boxfooter_left{ width:28%; position: relative; z-index: 1; }
.boxfooter_center{float:left;width:28%; position: relative; z-index: 1;}
.boxfooter_right{float:right;width:38%;}

.boxfooter_info{color:#fff; margin-bottom:10px;}

.boxfooter_title{position: relative; color:#fff; text-transform: uppercase; font-size:20px; padding-bottom:5px; margin-bottom:20px; font-family: 'Raleway', sans-serif; font-weight: 500;}
.boxfooter_title::before{content:''; position: absolute; left: 0px; bottom: 0px; background: #fff; height: 2px; width:100px;}

.box_chinhsach_item{ padding: 0 3px; margin-bottom:4px;}
.box_chinhsach_item a{ color: #fff ;font-weight: normal; font-size: 14px; position: relative; }
.box_chinhsach_item:hover a{color:#ec8a3f;}

 
 
.boxfooter_bottom{ padding:12px 0; border-top: 1px solid rgba(255,255,255,0.3) }
.boxfooter_bottom .fixwidth { padding: 0; }
.boxfooter_bottom .fixwidth div:nth-child(2) a{ display: inline-block; margin-left: 10px;}
.boxfooter_bottom .fixwidth div:nth-child(2) a img{ transform:scale(1.0); transition:all 0.4s; }
.boxfooter_bottom .fixwidth div:nth-child(2) a img:hover{ transform:scale(1.1); transition:all 0.4s; }

/* Sản Phẩm Detail */
 
.right-pro-detail-booking{width:100%;}
.right-pro-detail-booking-detail{ background: #ec8a3f; color:#fff; font-size: 18px; padding:10px; text-align: center; }
.right-pro-detail-booking-detail span{ font-size: 30px;}
.validation-detail{ padding:10px; background: #fff; border:1px solid #e1e1e1; border-top: none; }
.validation-detail .item_book_detail{ width: 100%; margin-bottom:5px; }
.validation-detail .item_book_detail:nth-child(1),.validation-detail .item_book_detail:nth-child(6),.validation-detail .item_book_detail:nth-child(8){ width: 49%; float: left; }
.validation-detail .item_book_detail:nth-child(2),.validation-detail .item_book_detail:nth-child(7),.validation-detail .item_book_detail:nth-child(9){ width: 49%; float: right; }
.transport1{ font-size:20px; font-family: 'Barlow-Medium'; margin-bottom:10px; }
.ta_noidung{ width: 100%; }
.validation-detail .btn-primary{ background: #ec8a3f; border: 1px solid #ec8a3f; display:block; max-width: 150px; margin:auto; margin-top: 15px; }

.title_d { position: relative; padding-bottom: 10px; margin-bottom: 15px; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 17px;}
.title_d::before { content: ''; position: absolute; width: 50px; height: 2px; background: #f06b27; bottom: 0px;}

.wrapper-owl-detail-pro{ padding-top: 103px; }
.owlthumb-pro-detail{ padding: 0 4px; }
.owlthumb-pro-detail img{ width: 100%; }

.noidung_list{ margin-bottom: 20px; }
.grid-pro-detail{margin-bottom:50px;}
.left-pro-detail{position:relative; float:left; width:70%; padding: 10px; background:white;}
.right-pro-detail{width:28%; float:right; }

.box_tienich { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 30px;}
.item_tienich { font-family: 'Raleway', sans-serif; font-size: 14px;}
.item_tienich img { vertical-align: middle; margin-right: 4px;}
.box_tienich{ margin-bottom: 15px; }
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-thumb-pro{padding:0px 40px;}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2;}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.title-pro-detail{text-transform:capitalize;font-size:24px;display:block;font-weight:700;}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{margin-bottom:1rem;}
.attr-pro-detail{list-style:none;padding:0px; border-bottom:1px solid #e1e1e1; margin-bottom: 15px; }
.attr-pro-detail li{ padding: 0 10px;}
.attr-pro-detail li:first-child{ padding-left: 0;}
.attr-label-pro-detail{margin:0px 5px 0px 0px;}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.price-new-pro-detail{font-weight:700;font-size:20px;color:var(--color-red);}
.price-old-pro-detail{font-weight:500;color:var(--color-gray);text-decoration:line-through;padding-left:10px;}
.color-pro-detail{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;}
.size-pro-detail{border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.color-pro-detail.active:before,.size-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center;}
.quantity-pro-detail span{line-height:25px;padding:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;display:flex;align-items:stretch;justify-content:flex-start;}
.cart-pro-detail a{width:auto;text-align:center;color:#fff;padding:8px 15px;text-transform:uppercase;border-radius:3px;}
.cart-pro-detail a.addnow{margin-right:10px;background:#fd6e1d;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));background:-webkit-linear-gradient(top,#f59000,#fd6e1d);background:-moz-linear-gradient(top,#f59000,#fd6e1d);background:-ms-linear-gradient(top,#f59000,#fd6e1d);background:-o-linear-gradient(top,#f59000,#fd6e1d);}
.cart-pro-detail a.buynow{background-color:var(--color-green);}
.cart-pro-detail a.buynow:hover{background-color:var(--color-dark-green);}
.cart-pro-detail a i{vertical-align:top;margin-top:3px;margin-right:8px;}
.tags-pro-detail{margin:1rem 0px 2rem 0px;}
.tags-pro-detail a{float:left;font-size:12px;color:#fff;padding:5px 10px 7px 10px;margin-right:5px;margin-bottom:5px;background-color:var(--color-red);border-radius:3px;}
.tags-pro-detail a:hover{background-color:var(--color-medium-red);}
.tags-pro-detail a i{font-size:10px;float:left;margin:5px 5px 0px 0px;}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#eee;padding:5px 10px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background:#333;color:#fafafa;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.tabs-pro-detail{ margin-top: 20px; }

.left-pro-detail .boxproduct_star{ font-size: 15px; margin-bottom: 10px;}
.left-pro-detail .boxproduct_star .opac100{color:#F7AF1D;}
.left-pro-detail .boxproduct_star .opac80{color:#fce3b1;}


/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul>li{margin:0;margin-bottom:8px}
.box-readmore li ul>li:before{content:counters(item,".") " "}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px}
.box-readmore ul li:before{content:counters(item,".") ". ";display:table-cell;padding-right:5px}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}



/* Bài viết */
.news{width:49%;float:left;margin-bottom:25px;display:block;}
.news:nth-child(2n){float:right;}
.news:nth-child(2n+1){clear:both;}
.news .pic-news{float:left;margin-right:4%;width:36%;}
.news .pic-news img{width:100%;}
.news .info-news{float:left;width:60%;}
.news .name-news a{color:#165051;font-size:16px;display:block;line-height:normal;margin-bottom:5px;font-weight: bold;}
.news .name-news:hover a{color:#ec8a3f;}
.news .time-news{color:var(--color-gray);margin-bottom:0.25rem;}
.news .desc-news{color:#333333;margin-top:5px;line-height:22px;}
.share{padding:17px 10px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-red);}
 
 
/* Contact */
.top-contact{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;}
.top-contact .article-contact{width:48%;}
.form-contact{width:47%;}
.input-contact{position:relative;margin-bottom:15px;}
.input-contact input,.input-contact textarea{width:100%;padding:0px;outline:none;font-size:14px;}
.input-contact input{text-indent:10px;}
.input-contact textarea{resize:none;height:150px;padding:10px;}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{position:relative;height:500px;}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}

 

/* Phân Trang */
.pagination-home .pagination .page-item .page-link{color:#555555;font-size:.875rem;}
.pagination-home .pagination .page-item.active .page-link{color:#ffffff;background-color:#555555;border-color:#555555;}
/* Phân Trang Ajax */
.pagination-ajax{text-align:center;}
.pagination-ajax a{display:inline-block;vertical-align:top;margin:0px 2px 3px 2px;color:#333;background:#eee;border:1px solid rgba(161,161,161,0.4);font-size:12px;cursor:pointer;padding:3px 10px 5px 10px;border-radius:2px;}
.pagination-ajax a.current,.pagination-ajax a:hover{background:var(--color-red);color:#fff;border-color:var(--color-red);}

/* Popup custom */
.modal-custom .modal-footer{padding:0.5rem;}
.modal-custom .modal-footer .btn{font-size:14px;}
/* Popup */
#popup .modal-body{padding:0px;}

/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}

/* Hidden Check Grammar Coccoc */
coccocgrammar{display:none;}

/* Scroll Top */
.scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:25px;right:15px;display:none;z-index:10;cursor:pointer;}

/* Text Hide */
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}

/* Transition All */
.transition{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}

/* Scale IMG */
.scale-img{overflow:hidden;display:block;}
.scale-img img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}
.scale-img:hover > img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}



.mobile_star{ display: none; }
div.menu_mobi, div.menu_mobi_add { display: none;}
.menu_mobi_add .menulicha i{ position: absolute; right: 0; top: 0; padding: 16px; }
/* Responsive */
@media(max-width:1440px){
    .header_logo { padding-left: 37px;}
    .menu ul.menu_cap_cha li.menulicha>a { padding: 0px 15px; }
    .tieuchi_item .tieuchi_name { margin-bottom: 10px; font-size: 22px; }
    .boxproduct_item .item_gia span.gia { font-size: 32px; }
    .boxproduct_item .item_gia span.gialh { font-size: 28px; }
}
@media(max-width:1024px){
    .box-call-social{ display: none; }
    #menu_top{ display: none; }
    .header .fixwidth{ align-items: center !important; }
    .header{ padding:5px 0; }
    .box-search{ width: 65px; }
    .header_logo{ padding:0; }
    .wrap-main, .wrap-content{ width:97%; }
    .fixwidth{width:97%;}
    .menu_mobi_add ul li ul{ width:100%; }
    .menu_mobi_add ul li ul li a{ padding-left: 20px;  }
    .menu_mobi_add ul li ul li ul li a{ padding-left: 30px;  }
    .menu_mobi_add ul li ul li ul li ul li a{ padding-left: 40px;  }
    div.menu_mobi_add{background: #ffffff; display: block; position: fixed; left: -100%; top: 0; z-index: 99999; color: #080808; height: 100vh; overflow: auto; line-height: 1.5; padding-top: 60px; padding-bottom: 20px; width: 85%; min-width: 140px; max-width: 440px; box-shadow: inset -4px 0px 8px rgb(0 0 0 / 30%); transition: 0.5s;}
    div.menu_mobi_active {left: 0; transition: 0.5s;}
    .close_menu{position:absolute; top:5px; right:7px; font-size:20px; background:rgb(0,0,0,0.2); width:35px; text-align:center; line-height:35px; cursor: pointer;}
    div.menu_mobi_add ul { list-style: none;}
    .icon_menu_mobi{font-size:18px; text-decoration:none; display:block; margin-bottom: 0; cursor:pointer; display:block; cursor:pointer; float:left; color: #165051;}
    .menu_baophu{background:#000; opacity:0.8; z-index:998; left:0px; top:0px; position:fixed; width:100%; height:100%; display:none;}
    a.home_mobi {color: #fff; text-decoration: none; float: right; font-size: 20px; display: none;}
    .close_menu {position: absolute; top: 5px; right: 7px; font-size: 20px; background: rgb(0,0,0,0.2); width: 35px; text-align: center; line-height: 35px; cursor: pointer;}
    div.menu_mobi_add ul li a,div.menu_mobi_add ul li span {text-decoration: none; color: #000; display: block; border-bottom: 1px solid rgb(0,0,0,0.2); padding: 12px 40px 12px 10px; font-size: 15px; position: relative;}
    .menu ul.menu_cap_cha{ display: none !important; }
    div.menu_mobi { display: block; color: #D19E29; font-size: 18px; text-decoration: none; display: block; cursor: pointer; display: block; height: 49px; line-height: 49px; cursor: pointer; }
    .wrapper-owl-detail-pro {padding-top: 62px;}
}
@media(max-width:1000px){
    #colorlib-reservation .container { width: 1170px; max-width: 100%; margin: 0;}
    .slider_info__name { font-size: 32px; }
    .slider_info__desc { font-size: 16px; }
    .button-more { padding: 8px 12px; font-size: 16px; margin-top: 14px; width: 165px;}
    #colorlib-reservation .search-wrap { margin-top:0; padding: 35px;}
    .tieuchi_item .tieuchi_name { font-size: 28px; }
    .tieuchi_item .tieuchi_mota { line-height: 1.8; }
    .right_about { width: 44%; padding-right: 60px; padding-bottom: 100px;}
    .right_about img:nth-child(2) { width: 72%; }
    .boxproduct_item .item_gia span.gia,.boxproduct_item .item_gia span.gialh { font-size: 24px; }

    .boxfooter_bottom .fixwidth{ flex-wrap: wrap; }
    .boxfooter_bottom .fixwidth div{ width:100%; text-align: center;}
    .news{width:100%;float:none!important;}
    .loadkhung_product { grid-gap: 20px;}

    .right-content { width: 100%; }
    .left-content {display: none; }
    .left-pro-detail { width: 100%; margin-bottom: 20px;}
    .right-pro-detail { width: 100%; }
}
@media(max-width:850px){
    .loadkhung_product { display: grid; grid-template-columns: repeat(2,1fr);  grid-gap: 20px;}

    .slider_info--text {  width: 80%;  margin: auto;}
    .danhgia_item { padding-top: 33px; padding-bottom: 48px; padding-left: 25px; padding-right: 25px;}
}
@media(max-width:769px){
    .boxfooter_left { width: 50%; padding-right: 0; position: relative; z-index: 1; margin-bottom: 20px;}
    .boxfooter_center { width: 50%; padding: 0; margin-bottom: 20px;}
    .boxfooter_right { width: 100%;}

    .top-contact{flex-wrap:wrap;}
    .left-pro-detail,.right-pro-detail,.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0px;}
    .left-pro-detail,.top-contact .article-contact{margin-bottom:30px;}

    .boxfooter_bottom .fixwidth { flex-wrap:wrap; text-align: center; }
    .boxfooter_bottom .fixwidth div { width:100%;}

    .colorlib-form>.row>.col-md-3{ width: 50%; }
    .colorlib-form>.row>.col-md-2{ width: calc( 100% / 3 ); }

    .right_about { width: 100%; padding-right: 60px; padding-bottom: 100px;}
    .left_about { width: 100%; padding-right: 0; margin-bottom: 30px;}
    .right_about img:nth-child(2) { width: 57%;}
}
@media(max-width:670px){
    .slideshow { margin-top: 62px;}
}
@media(max-width:670px){
    .loadkhung_product {display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 16px;}
    .email{ display: none; }
}
@media(max-width:600px){
    .slider_info__desc{display: none;}
    .slider_info__name { font-size: 25px;}
    .button-more { padding: 5px 12px; font-size: 16px; margin-top: 8px; width: 250px;}
}
@media(max-width:440px){
    .desk_star{ display: none; }
    .mobile_star{ display: block; }

    .news .pic-news { float: left;  margin-right: 0;  width: 100%;}
    .news .info-news { float: left; width: 100%;}
    .left_detail { width: 100%; margin-bottom:20px; }
    .right-pro-detail-booking { width: 100%; }
    .newsletter_title {
    font-size: 25px; }
    .title-index { font-size: 30px; }
    .boxfooter_center { width: 100%; margin-bottom: 20px; padding-right: 0px; }
    .boxfooter_right { width: 100%; }
    .loadkhung_product { grid-template-columns: repeat(1,1fr); }
    .list-news { flex-basis: 100%; }
    .pic-news,.info-news{display:block;width:100%;float:none;text-align:center;margin:0px;}
    .info-news{margin-top:15px;}
    .top-contact .form-contact .button-contact .file-contact span b{max-width:105px;}
    .validation-newsletter button {  width: 100%;}
    .validation-newsletter input {  width: 100%;  margin-bottom: 10px;}
    .boxfooter_center1 { float: left; width: 100%; padding-right: 0%; margin-bottom:20px; position: relative; z-index: 1;}
    .boxfooter_right1 { float: right; width: 100%;}
    #colorlib-reservation .search-wrap {  margin-top: 0;  padding: 35px 20px;}
    .colorlib-form>.row{ margin: 0 -8px; }
    .colorlib-form>.row>.col-md-3,.colorlib-form>.row>.col-md-2{padding: 0 8px; }
    
    .product_catagory_list .swiper-slide { height: 50vH;  min-height: 224px;}
}
@media(max-width:369px){
    .cart-pro-detail{flex-wrap:wrap;}
    .cart-pro-detail a{width:100%;text-align:center;margin:0px!important;font-size:12px;}
    .cart-pro-detail a:first-child{margin-bottom:5px!important;}
    .cart-pro-detail a i{display:none;}
}