/* Scss Document */
.wrapper_banner_advance_search {
  width: 820px;
  height: 315px;
  border-radius: 5px;
  background-color: #aaaaaa;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .wrapper_banner_advance_search {
    width: 100%;
    height: auto;
  }
}

.wrapper_banner_advance_search img {
  width: 820px;
  height: 315px;
  border-radius: 5px;
  background-color: #aaaaaa;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .wrapper_banner_advance_search img {
    width: 100%;
    height: auto;
  }
}

.wrapper_btn_notice {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn_notice {
  width: 400px;
  height: 40px;
  background-color: #00aaa0;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  font-family: 'TrueTextB';
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}

.wrapper_search_tab_my_favorite_tab {
  width: 820px;
  height: auto;
}
@media (max-width: 1240px) {
  .wrapper_search_tab_my_favorite_tab {
    width: 100%;
    height: auto;
  }
}

.wrapper_search_tab_my_favorite_tab .nav-tabs {
  border-bottom: none;
}

.wrapper_search_tab_my_favorite_tab .nav-tabs > li {
  float: none;
  display: inline-block;
}

.wrapper_search_tab_my_favorite_tab .nav-tabs > li > a,
.wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a {
  padding: 0;
  margin-right: 8px;
  margin-bottom: -5px;
  width: 198px;
  height: 60px;
  background-color: #cccccc;
  border: none;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
@media (max-width: 1065px) {
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li > a,
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a {
    width: 100%;
    height: 51px;
  }
}
@media (max-width: 960px) {
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li > a,
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a {
    width: 100%;
    height: 51px;
  }
}
@media (max-width: 840px) {
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li > a,
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a {
    height: 51px;
  }
}
@media (max-width: 726px) {
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li > a,
  .wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a {
    height: 51px;
  }
}

.wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a,
.wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a:hover,
.wrapper_search_tab_my_favorite_tab .nav-tabs > li.active > a:focus {
  background-color: #00aaa0;
}

.btn_search {
  background: url(../images/img-advance-search/btn_search.png) no-repeat;
  width: 198px;
  height: 60px;
  display: block;
  position: relative;
}
@media (max-width: 1065px) {
  .btn_search {
    width: 158px;
    height: 51px;
    background-size: 158px 51px;
    background-position: center;
  }
}
@media (max-width: 960px) {
  .btn_search {
    width: 128px;
    height: 39px;
    background-size: 128px 39px;
    background-position: center;
    top: 5px;
  }
}
@media (max-width: 840px) {
  .btn_search {
    width: 100px;
    height: 39px;
    background-size: 100px 30px;
    background-position: center;
    top: 8px;
  }
}
@media (max-width: 726px) {
  .btn_search {
    width: 70px;
    height: 21px;
    background-size: 70px 21px;
    background-position: center;
    top: 15px;
  }
}

.btn_my_favorite {
  background: url(../images/img-advance-search/btn_my_favorite.png) no-repeat;
  width: 198px;
  height: 60px;
  display: block;
  position: relative;
}
@media (max-width: 1065px) {
  .btn_my_favorite {
    width: 158px;
    height: 51px;
    background-size: 158px 51px;
    background-position: center;
  }
}
@media (max-width: 960px) {
  .btn_my_favorite {
    width: 128px;
    height: 39px;
    background-size: 128px 39px;
    background-position: center;
    top: 5px;
  }
}
@media (max-width: 840px) {
  .btn_my_favorite {
    width: 100px;
    height: 39px;
    background-size: 100px 30px;
    background-position: center;
    top: 8px;
  }
}
@media (max-width: 726px) {
  .btn_my_favorite {
    width: 70px;
    height: 21px;
    background-size: 70px 21px;
    background-position: center;
    top: 15px;
  }
}

/*===========================================*/
/*===========================================*/
/*===========================================*/
#wrapper_num_search_main {
  float: right;
}

.wrapper_num_search {
  width: 326px;
  height: 61px;
  float: right;
}
@media (max-width: 1190px) {
  .wrapper_num_search {
    width: 270px;
    height: 51px;
  }
}
@media (max-width: 1100px) {
  .wrapper_num_search {
    width: 226px;
  }
}

.wrapper_num_search_01 {
  width: 130px;
  height: 61px;
  float: left;
}
@media (max-width: 1100px) {
  .wrapper_num_search_01 {
    width: 110px;
  }
}

.wrapper_num_search_02 {
  width: 110px;
  height: 61px;
  float: right;
  position: relative;
  right: 20px;
}
@media (max-width: 1100px) {
  .wrapper_num_search_02 {
    width: 95px;
  }
}

.txt_num {
  font-family: 'TrueTextC';
  font-size: 48px;
  color: #00aaa0;
  text-align: right;
  line-height: 37px;
}
@media (max-width: 1100px) {
  .txt_num {
    font-size: 32px;
    line-height: 32px;
  }
}

.txt_under_num {
  font-family: 'TrueTextB';
  font-size: 24px;
  color: #808080;
  text-align: right;
  line-height: 24px;
}
@media (max-width: 1100px) {
  .txt_under_num {
    font-size: 20px;
    line-height: 20px;
  }
}

.wrapper_quick_search {
  width: 820px;
  min-height: 90px;
  height: auto;
  border-radius: 0px 5px 5px 5px;
  background-color: #e6e6e6;
  display: table;
  position: relative;
}
@media (max-width: 1240px) {
  .wrapper_quick_search {
    width: 100%;
    min-height: 90px;
    height: auto;
  }
}

.txt_quick_search {
  font-family: 'trueplookpanyaround';
  font-weight: bold;
  font-size: 36px;
  color: #00aaa0;
  line-height: 90px;
  float: left;
  margin-left: 20px;
}

.wrapper_box_search_btn {
  width: 500px;
  height: auto;
  float: left;
  margin-left: 145px;
}
@media (max-width: 1240px) {
  .wrapper_box_search_btn {
    margin-left: 40px;
  }
}
@media (max-width: 1120px) {
  .wrapper_box_search_btn {
    margin-left: 0px;
    height: 60px;
    padding-left: 20px;
    width: 100%;
    position: relative;
    top: -35px;
  }
}

.box_quick_search {
  width: 100%;
  max-width: 380px;
  height: 40px;
  border-radius: 30px;
  background-color: #FFFFFF;
  position: relative;
  top: 26px;
  float: left;
}
@media (max-width: 1120px) {
  .box_quick_search {
    width: 70%;
  }
}

.btn_quick_search {
  width: 100px;
  height: 40px;
  border-radius: 30px;
  background-color: #00aaa0;
  font-family: 'TrueTextB';
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  top: 26px;
  cursor: pointer;
  float: left;
  margin-left: 20px;
}
@media (max-width: 1120px) {
  .btn_quick_search {
    margin-left: 10px;
  }
}
@media (max-width: 645px) {
  .btn_quick_search {
    margin-left: 5px;
  }
}

.box_quick_search_in {
  border: none;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  font-family: 'TrueTextB';
  font-weight: normal;
  font-size: 24px;
  color: #404041;
  position: relative;
  top: 5px;
  left: 20px;
  float: left;
  line-height: 30px;
}

.wrapper_Advanced_Search {
  width: 820px;
  min-height: 650px;
  height: auto;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: table;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1240px) {
  .wrapper_Advanced_Search {
    width: 100%;
    min-height: 330px;
    height: auto;
  }
}

.txt_Advanced_search {
  width: 100%;
  height: 69px;
  font-family: 'trueplookpanyaround';
  font-weight: bold;
  font-size: 36px;
  line-height: 69px;
  color: #00aaa0;
  padding-left: 20px;
  margin-top: 10px;
}

.wrapper_txt_search_select {
  width: 782px;
  height: 43px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: table;
}
@media (max-width: 1240px) {
  .wrapper_txt_search_select {
    width: 100%;
  }
}

.wrapper_txt_search {
  width: 260px;
  height: 40px;
  float: left;
}
@media (max-width: 1240px) {
  .wrapper_txt_search {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 860px) {
  .wrapper_txt_search {
    margin-bottom: 10px;
  }
}

.wrapper_search_select {
  width: 500px;
  height: 40px;
  /*height: 43px;*/
  border-radius: 5px;
  overflow: hidden;
  background-color: #FFFFFF;
  float: left;
  margin-left: 20px;
}
@media (max-width: 1240px) {
  .wrapper_search_select {
    margin-left: 0px;
    margin-top: 10px;
    float: none;
  }
}
@media (max-width: 860px) {
  .wrapper_search_select {
    width: 90%;
    float: none;
    margin-left: 0px;
  }
}

.ui-selectmenu-button span.ui-selectmenu-text {
  /*text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  width: 460px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
@media (max-width: 860px) {
  .ui-selectmenu-button span.ui-selectmenu-text {
    width: 300px;
  }
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 860px) {
  .ui-selectmenu-button {
    width: 100%;
  }
}

.ui-menu .ui-menu-item {
  width: 500px;
  height: 40px;
  height: auto;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  background-color: none;
}
@media (max-width: 860px) {
  .ui-menu .ui-menu-item {
    width: 100%;
  }
}

.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}

.ui-widget-content {
  border: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  border-radius: 0px 0px 5px 5px;
  background: #ffffff;
  position: relative;
  left: -2px;
  top: 0px;
}
@media (max-width: 860px) {
  .ui-widget-content {
    width: 90%;
  }
}

.wrapper_search_select_in {
  max-width: 500px;
  width: 100%;
  height: 40px;
  border: none;
}
@media (max-width: 860px) {
  .wrapper_search_select_in {
    width: 100%;
  }
}

.txt_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-family: 'trueplookpanyaround-Bold';
  color: #b3b3b3;
  font-size: 40px;
  text-align: center;
  line-height: 43px;
  float: left;
}

.txt_circle_2 {
  width: 40px;
  height: 40px;
  float: left;
}

.txt_search_select {
  font-family: 'TrueTextB';
  font-size: 30px;
  color: #333333;
  float: left;
  line-height: 40px;
  margin-left: 20px;
}

.txt_search_select_2 {
  font-family: 'TrueTextB';
  font-size: 30px;
  color: #333333;
  float: left;
  line-height: 40px;
  margin-left: 50px;
}
@media (max-width: 1240px) {
  .txt_search_select_2 {
    margin-left: 0px;
  }
}

.overflow {
  height: 262px;
}
@media (max-width: 860px) {
  .overflow {
    width: 90%;
  }
}

.txt_left {
  position: relative;
  left: 10px;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.btn_search_txt {
  width: 200px;
  height: 40px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #00aaa0;
  font-family: 'TrueTextB';
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  display: block;
}

.box_quick_search_2 {
  width: 100%;
  max-width: 240px;
  height: 40px;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  float: left;
  margin-left: 20px;
}
@media (max-width: 1240px) {
  .box_quick_search_2 {
    margin-left: 0px;
  }
}

.txt_search_select_2_1 {
  font-family: 'TrueTextB';
  font-size: 24px;
  color: #333333;
  float: left;
  line-height: 40px;
  margin-left: 20px;
}
@media (max-width: 700px) {
  .txt_search_select_2_1 {
    font-size: 20px;
    margin-left: 10px;
  }
}

.wrapper_favorites_news {
  width: 820px;
  min-height: 340px;
  height: auto;
  border-radius: 0px 5px 5px 5px;
  background-color: #e6e6e6;
}
@media (max-width: 1240px) {
  .wrapper_favorites_news {
    width: 100%;
    min-height: 340px;
    height: auto;
  }
}

.wrapper_user_img_favorites_news {
  margin-top: 50px;
}

.user_img_favorites_news {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.user_img_favorites_news img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.name_login_favorites_news {
  width: 80%;
  font-family: 'TrueTextB';
  font-size: 36px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto;
}

.wrapper_user_img_favorites_news_2 {
  margin-top: 20px;
}

.txt_favorites_news {
  font-family: 'trueplookpanyaround-Bold';
  font-size: 36px;
  line-height: 36px;
  color: #00aaa0;
}

.line_txt_favorites_news {
  width: 93%;
  height: 2px;
  background-color: #dddddd;
}

.txt_num_favorites_news {
  font-family: 'TrueTextC';
  font-size: 120px;
  color: #00aaa0;
  line-height: 94px;
}

.txt_notice_seting {
  font-family: 'trueplookpanyaround-Bold';
  font-size: 36px;
  line-height: 36px;
  color: #00aaa0;
  margin-top: 20px;
}

.wrapper-tab-favorite input[type="radio"] + label span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/img-advance-search/checkbox-default.png) left top no-repeat;
  cursor: pointer;
  vertical-align: text-top;
}

.wrapper-tab-favorite input[type="radio"]:checked + label span {
  background: url(../images/img-advance-search/checkbox-check.png) left top no-repeat;
  vertical-align: text-top;
}

.wrapper-tab-favorite .wrapper-content label {
  font-weight: normal;
  cursor: pointer;
  height: 40px;
}

.wrapper-tab-favorite input[type="radio"] {
  display: none;
}

.txt_radio_favorites_news {
  font-family: 'TrueTextB';
  font-size: 24px;
  color: #808080;
  font-weight: inherit;
}

.btn_save_favorites_news {
  width: 120px;
  height: 40px;
  border-radius: 30px;
  background-color: #00aaa0;
  font-family: 'TrueTextB';
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  display: block;
}

.btn_load_more {
  width: 200px;
  height: 40px;
  border-radius: 30px;
  background-color: #00aaa0;
  font-family: 'TrueTextB';
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/*============================*/
.wrapper_Advanced_Search_camp_new {
  width: 820px;
  min-height: 330px;
  height: auto;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: table;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1240px) {
  .wrapper_Advanced_Search_camp_new {
    width: 100%;
    min-height: 330px;
    height: auto;
  }
}
