.fsw-watermark-url {
  display: none !important;
}
@font-face {
  font-family: "Roboto_Slab";
  src: url("../fonts/Roboto_Slab/RobotoSlab-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto_Slab";
  src: url("../fonts/Roboto_Slab/RobotoSlab-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto_Slab";
  src: url("../fonts/Roboto_Slab/RobotoSlab-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto_Slab";
  src: url("../fonts/Roboto_Slab/RobotoSlab-Bold.ttf");
  font-weight: bold;
}
:root {
  --primary: #d2b16a;
  --primary-btn: #eabc5b;
  --secondary: #4a3226;
  --body-color: #858585;
  --body-bg: #dcdcdc;
  --body-secondary-bg: #7d7d7d;
  --footer-bg: #3c2419;
  --white: #fff;
  --container: 1300px;
}
body {
  background: var(--body-bg);
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
}
.site {
  background: var(--white);
  margin: 0 auto;
}
.robo {
  font-family: "Roboto";
}
.text_blue {
  color: #4a3226;
}
.lang {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.lang a {
  display: block;
  width: 21px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.lang li {
  width: 21px;
  height: 14px;
  list-style: none;
}
.lang .ja {
  background-image: url("../images/Japan-Flag2.png");
}
.lang .en {
  background-image: url("../images/flag-uk.svg");
}
.lang .vi {
  background-image: url("../images/Vietnam-Flag2.png");
}
.lang .ko {
  background-image: url("../images/Korea-Flag2.png");
}
.lang .zh-hans {
  background-image: url("../images/flag-cn.svg");
}
.lang .ja.active,
.lang .ja:hover {
  background-image: url("../images/Japan-Flag.png");
}
.lang .en.active,
.lang .en:hover {
  background-image: url("../images/United-Kingdom-Flag.png");
}
.lang .vi.active,
.lang .vi:hover {
  background-image: url("../images/flag-vn.svg");
}
.lang .ko.active,
.lang .ko:hover {
  background-image: url("../images/Korea-Flag.png");
}
.lang .zh-hans.active,
.lang .zh-hans:hover {
  background-image: url("../images/flag_china.png");
}
.hotline a {
  color: #858585;
}
.hotline {
  color: #858585;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  float: left;
  line-height: 1;
  margin-top: 5px;
}
form#search {
  float: right;
  width: 250px;
  border: 1px solid #f8f8f8;
  line-height: 28px;
  height: 28px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}
form#search input {
  line-height: 20px;
  border: 0;
  font-size: 12px;
  color: #265078;
  font-family: "Roboto_Slab";
}
form#search input::-webkit-input-placeholder {
  color: #a9a9a9;
}
form#search input::-moz-placeholder {
  color: #a9a9a9;
  opacity: 0;
}
form#search input:-ms-input-placeholder {
  color: #a9a9a9;
}
form#search button {
  background-image: url(../images/find.png);
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: -200px;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  background-color: transparent;
}
.social {
  float: right;
  margin-right: 20px;
  margin-top: 4px;
}
.social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 10px;
}
.social .so_facebook {
  background-image: url("../images/facebook.svg");
}
.social .so_tw {
  background-image: url("../images/twitter.svg");
}
.social .so_in {
  background-image: url("../images/linkedin.svg");
}
.social .so_yo {
  background-image: url("../images/youtube.svg");
}
.social .so_facebook:hover {
  background-image: url("../images/facebook2.svg");
}
.social .so_tw:hover {
  background-image: url("../images/twitter2.svg");
}
.social .so_in:hover {
  background-image: url("../images/linkedin2.svg");
}
.social .so_yo:hover {
  background-image: url("../images/youtube2.svg");
}
.top_bar {
  padding: 7px 0;
  border-bottom: 1px solid #f8f8f8;
}
a.logo img {
  width: 255px;
}
.nav .main_menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
.main_menu li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  line-height: 28px;
}
.main_menu a {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 15px;
  color: var(--body-color);
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.main_menu .current-menu-item > a {
  color: #d2b16a;
}
.current-menu-item > a:before,
.main_menu a:hover:before,
.current-menu-parent > a:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #d2b16a;
  bottom: 0px;
}
.hook_header {
  padding: 30px 0;
}
.main_menu .sub-menu {
  position: absolute;
  border: 1px solid #d2b16a;
  border-radius: 5px;
  padding: 15px 0;
  left: -15px;
  display: none;
  top: calc(100% - 1px);
  top: -webkit-calc(100% - 1px);
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
  width: max-content;
  width: -webkit-max-content;
}
.main_menu li:hover .sub-menu {
  display: block;
}
.main_menu .sub-menu li {
  margin-left: 15px;
  line-height: 28px;
  display: table;
  width: max-content;
  width: -webkit-max-content;
  margin-right: 15px;
}
.main_menu .sub-menu a {
  color: #929292;
}
.main_menu .sub-menu a:hover {
  color: #4a3226;
}
.main_menu .sub-menu:before {
  background-image: url(../images/live_top.png);
  content: "";
  display: inline-block;
  width: 7px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 15px;
}
.hook_slide {
  background-color: #7d7d7d;
}
.text_white {
  color: #fff;
}
.live_row {
  display: block;
  width: 140px;
  height: 2px;
  background-color: #fff;
  float: right;
  margin-top: 10px;
}
.live_row2 {
  display: block;
  width: 100px;
  background-color: #d2b16a;
  height: 2px;
  margin: auto;
}
.hook_slide img {
  height: 295px;
  width: 100%;
  object-fit: cover;
}
.hook_slide .a_button {
  background-image: url(../images/ne.png), url(../images/button.png);
  display: inline-block;
  line-height: 32px;
  border: 1px solid;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 33px 0 23px;
  background-repeat: no-repeat;
  background-position:
    -webkit-calc(100% - 20px) calc(50% - 2px),
    center center;
  background-position:
    -webkit-calc(100% - 20px) calc(50% - 2px),
    center center;
  font-family: "Roboto";
  background-size:
    6px,
    100% 100%;
  border: transparent;
  padding-bottom: 2px;
}
.block_newletter {
  display: table;
  width: 100%;
  background-color: #3c2419;
  color: #847067;
  padding: 20px 35px;
  margin-top: 3px;
}
#newletter {
  width: 450px;
  max-width: 100%;
  background-image: url(../images/n_left.svg);
  background-size: 40px;
  float: right;
  padding-left: 70px;
  background-repeat: no-repeat;
  position: relative;
  background-position: left center;
}
#newletter input {
  display: block;
  width: 100%;
  color: #949494;
  line-height: 50px;
  background-color: #2d1a13;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
}
form#newletter input::-webkit-input-placeholder {
  color: #805d4d;
}
form#newletter input::-moz-placeholder {
  color: #805d4d;
  opacity: 0;
}
form#newletter input:-ms-input-placeholder {
  color: #805d4d;
}
#newletter button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  width: 50px;
  background-image: url(../images/if_arrowright_1167967.svg);
  background-size: 15px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -200px;
  background-color: transparent;
}
.text_yellow {
  color: #d2b16a;
}
.newletter_label {
  float: right;
}
.newletter_label {
  float: left;
  width: calc(100% - 450px);
  width: -webkit-calc(100% - 450px);
  text-align: right;
  padding-right: 30px;
}
.block_about {
  background-color: #f9f9f9;
}
.block_about_img {
  padding: 45px 35px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  min-height: 336px;
}
.title_block_about {
  color: var(--yellow);
  font-size: 26px;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  margin: 5px 0 20px 0;
}
.title_block_content {
  font-size: 15px;
  color: #7e7e7e;
  margin-top: 20px;
  line-height: 25px;
}
.block_about .a_button {
  background-image: url(../images/next-ic.svg);
  display: inline-block;
  line-height: 35px;
  border: 1px solid;
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 33px 0 23px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-position: -webkit-calc(100% - 20px) center;
  font-family: "Roboto";
  background-size: 6px;
  background-color: var(--gray);
}
.block_about .a_button:hover {
  color: var(--white);
  background-color: var(--yellow);
  background-image: url(../images/a_button.svg);
}
.block_h_tasklist {
  padding: 35px 25px;
}
.block_h_tasklist img {
  width: 80px;
}
.h_tasklist_content {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid var(--yellow);
  padding: 20px;
  position: absolute;
  left: 45px;
  bottom: 20px;
  width: calc(100% - 90px);
  background: #d2b16a42;
  background: linear-gradient(
    0deg,
    rgb(210 177 106 / 25%) 0%,
    rgb(102 102 102 / 24%) 100%
  );
}
.h_tasklist_content ul li {
  list-style: none;
}
.h_tasklist_content a {
  color: #f2f2f2;
  display: inline-block;
  letter-spacing: -0.1px;
  position: relative;
  transition: all 0.5s ease-out;
}
.h_tasklist_content li:hover a {
  color: var(--yellow);
  padding-left: 20px;
}
.h_tasklist_content li:hover a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 10px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block_h_tasklist .phone {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #284a6b;
  background-repeat: no-repeat;
  background-image: url(../images/customer-service.svg);
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  padding-right: 15px;
  padding-left: 48px;
  background-position: 13px center;
  background-size: 25px;
  margin-left: 90px;
}
.block_h_tasklist .row {
  margin-left: -5px;
  margin-right: -5px;
}
.hook_slide .owl-dot {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.49);
  margin: 0 5px;
}
.hook_slide .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.hook_slide .owl-dot.active {
  background-color: #fff;
}
.h_listpost img {
  height: 177px;
  width: 100%;
  object-fit: cover;
}
.h_listpost .a_button,
.button_ba,
.item_career .a_button,
.form_contact button {
  background-image: url(../images/a_button.svg);
  display: inline-block;
  line-height: 28px;
  border: 1px solid #d2b16a;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 33px 0 23px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-position: -webkit-calc(100% - 20px) center;
  font-family: "Roboto";
  background-color: #d2b16a;
  background-size: 6px;
}
.h_listpost .content {
  padding: 30px;
  background-color: #f7f7f7;
  text-align: center;
}
.h_listpost .title {
  color: #4a3226;
  font-size: 16px;
}
footer,
footer a {
  color: #8c766d;
}
footer {
  background-color: #3c2419;
}
.logo_footer img {
  width: 200px;
}
.menu_footer a {
  display: inline-block;
}

.menu_footer a:before {
  content: "|";
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.menu_footer a:first-child:before {
  display: none;
}
.info_footer {
  line-height: 40px;
}
.info_footer .wrap {
  border-top: 1px solid #504428;
}
.text_gblue {
  color: #8fb3d5;
}
.banner_page {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
}
.bg_cover {
  background-size: cover;
  background-position: center center;
}
.team_list {
  text-align: center;
}
.item_team {
  position: relative;
  margin: 14px;
  width: 210px;
  height: 323px;
  display: inline-block;
  background-color: #fff;
}
.item_team img {
  width: 100%;
}
.info_team {
  width: 100%;
  padding: 15px;
  border: 1px solid #d2b16a;
  border-top: 0;
}
.content_team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 30px 15px 0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  border: 1px solid #d2b16a;
}
.item_team:hover .content_team {
  opacity: 1;
}
.button_bc {
  background-image: url(../images/a_button2.svg);
  display: inline-block;
  line-height: 28px;
  border: 1px solid #d2b16a;
  color: #d2b16a;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 33px 0 23px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-position: -webkit-calc(100% - 20px) center;
  font-family: "Roboto";
  background-size: 6px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  min-width: 120px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.item_post {
  background-color: #f7f7f7;
}
.item_post img {
  height: 177px;
  width: 100%;
  object-fit: cover;
}
.item_post_content {
  border: 1px solid #f3f3f3;
  border-top: 0;
}
.text_yellow2 {
  color: #564e3c;
}
.text_shod {
  text-shadow: 0 0 1px;
}
.justify {
  text-align: justify;
}
.item_team_img {
  position: relative;
  display: block;
}
/*.item_team_img:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/Rectangle.png);
    background-repeat: no-repeat;
}*/
.phone_l {
  display: inline-block;
  background-image: url(../images/phone_l.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
  background-position: left center;
}
.form_faq {
  background-color: #fff;
  width: 675px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.form_faq textarea {
  width: 100%;
  padding: 20px 25px;
  border: 0;
  height: 100px;
  display: block;
  font-size: 15.5px;
  color: #265078;
}
.form_faq input {
  line-height: 40px;
  padding: 0 25px;
  width: 100%;
  border: 0;
  border-top: 1px solid #e6eef5;
  font-size: 15.5px;
  color: #265078;
}
form.form_faq input::-webkit-input-placeholder,
form.form_faq textarea::-webkit-input-placeholder {
  color: #7e7e7e;
}
form.form_faq input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7e7e7e;
  opacity: 0;
}
form.form_faq input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7e7e7e;
}
.form_faq_bottom {
  display: table;
  width: 100%;
  background-color: #e6eef5;
}
form.form_faq .form_faq_bottom input {
  display: none;
}
form.form_faq label {
  display: inline-block;
  width: 52px;
  overflow: hidden;
  border-right: 1px solid #bfccd8;
  background-image: url(../images/attach-01.svg);
  background-position: center center;
  background-size: 20px;
  line-height: 40px;
  float: left;
  text-indent: -200px;
  background-repeat: no-repeat;
  cursor: pointer;
}
form.form_faq button {
  line-height: 40px;
  width: 140px;
  padding: 0 35px;
  background-color: #d2b16a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-image: url(../images/ask-01.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  float: right;
  border: 0;
  background-position: 35px center;
  padding-left: 60px;
}
form.form_faq button:hover {
  background-color: #265078;
}
.text_black {
  color: #000;
}
.p_content p,
.p_content h1,
.p_content h2,
.p_content h3,
.p_content h4,
.p_content h5,
.p_content h6,
.p_content div,
.p_content ul,
.p_content ol,
.p_content br {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p_content {
  line-height: 2;
}
.p_content ol {
  padding-left: 15px;
}
.p_content * {
  font-family: "Roboto_Slab" !important;
}
img.aligncenter {
  display: block;
  margin: auto;
}
.pre_post {
  background-image: url(../images/arrow-right22.png);
  background-size: 12px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
  color: #7e7e7e;
}
.next_post {
  background-image: url(../images/arrow-right2.png);
  background-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
  color: #7e7e7e;
}
.single_post_bottom {
  border: 1px solid #ececec;
  margin-top: 25px;
  position: relative;
}
.single_post_bottom:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #4a3226;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item_career img {
  height: 385px;
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item_career {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #878787;
}
.item_career:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.item_career_time {
  position: relative;
}
.item_career_time:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 95px;
  background-color: #d2b16a;
}
.text_red {
  color: #af2815;
}
.text_dgray {
  color: #5e5c5c;
}
.text_bgray {
  color: #212121;
}
.text_cgray {
  color: #b1b1b1;
}
.text_agray {
  color: #878787;
}
.item_career_new {
  border-bottom: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 15px;
}
.item_news_feature img {
  height: 87px;
  width: 100%;
  object-fit: cover;
}
.item_news_feature {
  display: table;
  border-bottom: 1px solid #ececec;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}
.tuvan_tuyendung {
  color: #fff;
  background-color: #e3bf7a;
  padding: 13px;
}
.tuvan_tuyendung a {
  font-size: 15px;
  display: inline-block;
  line-height: 27px;
  padding: 0 10px;
  color: #fff;
  background-color: #373737;
}
.content_contact {
  background-color: #3c2419;
  padding: 20px 30px;
  border-bottom: 2px solid #e3bf7a;
  margin-left: 80px;
}
.phone_contact {
  color: #fff;
  background-image: url("../images/contact_phone.svg");
  background-size: 15px;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
.email_contact {
  color: #fff;
  background-image: url("../images/contact_email.svg");
  background-size: 15px;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
.banner_page_contact {
  padding-bottom: 20px;
}
.form_contact input::-webkit-input-placeholder,
.form_contact textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.form_contact input::-moz-placeholder,
.form_contact textarea::-moz-placeholder {
  color: #a1a1a1;
  opacity: 0;
}
.form_contact input:-ms-input-placeholder,
.form_contact textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.form_contact input {
  background-color: #eeeeee;
  padding: 0 20px;
  line-height: 40px;
  font-size: 12px;
  color: #a1a1a1;
  width: 100%;
  display: block;
  border: 0;
  margin-bottom: 20px;
}
.form_contact textarea {
  background-color: #eeeeee;
  padding: 20px;
  font-size: 12px;
  color: #a1a1a1;
  width: 100%;
  display: block;
  border: 0;
  margin-bottom: 20px;
  height: 100px;
}
iframe {
  max-width: 100%;
}
.map_contact {
  height: 280px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.form_page {
  background-color: #3c2419;
}
.item_form_list > a {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 35px;
  padding-left: 30px;
  position: relative;
  transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  z-index: 10;
}
.form_page_title {
  font-size: 22px;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid #e3bf7a;
  padding-left: 30px;
  font-weight: 300;
}
.item_form_list > a:hover,
.item_form_list > a.active {
  color: #e3bf7a;
  background-color: #2d1a13;
}
.item_form_list > a:after {
  content: "/";
  display: inline-block;
  background-image: url(../images/a_button2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  margin-left: 5px;
  opacity: 0;
  position: absolute;
  right: 10px;
}
.item_form_list > a:hover:after,
.item_form_list > a.active:after {
  opacity: 1;
}
.item_form_list > a:hover:before,
.item_form_list > a.active:before {
  content: "";
  display: inline-block;
  left: 100%;
  top: 0;
  border-top: 17.5px solid transparent;
  border-bottom: 17.5px solid transparent;
  border-left: 12px solid #2d1a13;
  position: absolute;
}
.search_form {
  border-bottom: 1px solid #ececec;
  display: table;
  width: 100%;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
}
.search_form #search {
  width: 290px;
  background-color: #f9f9f9;
}
.search_form #search input {
  background: transparent;
  width: 100%;
}
.item_single_dowload {
  display: table;
  width: 100%;
  background-image: url("../images/file.svg");
  background-repeat: no-repeat;
  background-position: 30px center;
  padding-left: 52px;
  background-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: 1px dashed #959595;
  padding-right: 20px;
}
.icon_down {
  float: right;
  display: inline-block;
  width: 11px;
  background-image: url(../images/down.svg);
  background-size: 100% 100%;
  height: 13px;
  margin-top: 3px;
}
.icon_down:hover {
  background-image: url(../images/down_hover-01.svg);
}
.detail_form_block {
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.detail_form_block_full {
  border: 1px solid #ececec;
  background-color: #fff;
}
.item_single_dowload a:hover {
  color: #3c2419;
}
.page_form_action {
  background-color: #3c2419;
}
.detail_form_block {
  background-color: #fff;
}
.item_single_dowload a {
  color: #5d5d5d;
}
/*
border-color: #d2b16a;
    color: #d2b16a;
    background-image: url(../images/a_button2.svg);
    */
.hook_slide .a_button:hover {
  background-image: url(../images/a_button.svg), url(../images/button.png);
  color: #fff;
}
.h_listpost .a_button:hover {
  background-color: #c09d57;
  border-color: #c09d57;
}
.block_h_tasklist .phone:hover {
  background-color: #31577c;
}

.p_content ul {
  padding-left: 15px;
}
.p_content li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
  border: 0;
  color: #959595;
  line-height: 18px;
  padding: 0 5px;
  margin: 0;
  padding-bottom: 1px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #e2bc71;
  font-weight: normal;
}
.line_fix_moible:before {
  content: "| ";
}
.ivo {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #d2b16a;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  font-family: "Roboto";
}
.sub_list_ser {
  color: #fff;
  margin-left: 35px;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 0;
}
.sub_list_ser a {
  color: #fff;
}
.sub_list_ser a:hover,
.sub_list_ser a.active,
.sub_list_ser.active,
.sub_list_ser:hover {
  color: #e3bf7a;
}
.label_file {
  background-image: url(../images/attach_contact.svg);
  font-size: 12px;
  padding-left: 20px;
  line-height: 30px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  overflow: hidden;
  height: 30px;
  display: block;
}
.content_move {
  overflow: hidden;
  max-height: 40px;
}
.item_aq {
  display: table;
  width: 100%;
  overflow: hidden;
}
.item_aq_a {
  float: left;
  width: calc(100% - 95px);
  width: -webkit-calc(100% - 95px);
  color: #5d5d5d;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.item_aq_b {
  float: right;
  width: 95px;
  font-size: 12px;
  color: #fff;
  background-color: #b1b1b1;
  line-height: 28px;
  background-size: 16px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-image: url(../images/gdpl.svg);
  padding-left: 30px;
}
.item_aq.item_aq_stem {
  background-color: #fcfcfc;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.item_aq {
  padding-top: 20px;
  padding-bottom: 20px;
}
.item_aq.active .item_aq_a {
  color: #e2bc71;
}
.item_aq.active .item_aq_b {
  background-color: #e2bc71;
}
.item_aq_content {
  float: left;
  width: 100%;
  margin-top: 15px;
  display: none;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.pr_email_input {
  position: relative;
  overflow: hidden;
}
.note_email {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  line-height: 50px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  background-color: #163756;
  z-index: 100;
  width: 100%;
}
.note_email.active {
  left: 0;
  opacity: 1;
}
.text-color-post {
  color: #5d5d5d;
}
.iframe_brochure {
  position: relative;
}
.iframe_brochure .bgloading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.iframe_brochure .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item_sclsd:nth-child(4n + 1) {
  clear: left;
}
.form_contact #contact_form_ac.loadding button {
  background-image: url(../images/Dual_Ring-1s-88px.gif);
  background-size: 18px;
  background-position: calc(100% - 5px);
}
.h_tasklist_content .tick_link a {
  font-weight: 400;
  color: #d2b16a;
}
.h_tasklist_content .tick_link a:before {
  background-image: url(../images/iasc.png);
  width: 9px;
  height: 15px;
  background-color: transparent;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 6px;
}
.textgray2 {
  color: #a3a3a3;
}
.info_team .text_blue {
  color: #d4b36e;
}
.filter_gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.grayscale_bgb,
.banner_page {
  position: relative;
}
.grayscale_bg {
  position: relative;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
